<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>76d7a07de041dce18b8125776e1fe9ef</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c0522d72b6fbb714dd906344951f037c</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>f42be2c035952bd2a777c7d8ffb6189e</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>69</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>12430</duration><estimatedDuration>14079</estimatedDuration><fullDisplayName>μStories - Team A » Domain #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990228</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</affectedPath><commitId>3467ec5da0c895200f15f579c197bbc9221388ad</commitId><timestamp>1542649903000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Tsk14 Add implementation to find stories by theme, genre or dates
Adds a new enum (DateRange) that contains the valid date ranges Modifies
Genre and Theme to set an id from each value Modifies StoryService to
implements search stories by genre, theme or date Modifies
StoryServiceImplementationTest to test the service implementation 
Modifies StoryDataset to add new static values for test purposes
</comment><date>2018-11-19 18:51:43 +0100</date><id>3467ec5da0c895200f15f579c197bbc9221388ad</id><msg>Tsk14 Add implementation to find stories by theme, genre or dates</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-domain</artifactId><canonicalName>dgss1819-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>47c2b89465f9cbe966d7b68807176e18</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/23/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1819-teamA-microstories-ear</artifactId><canonicalName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>3232dccec7b324d737a81213c38f7878</md5sum><type>ear</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>6154</duration><estimatedDuration>6071</estimatedDuration><fullDisplayName>μStories - Team A » EAR #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990230</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-ear</artifactId><canonicalName>dgss1819-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e933e392b5cfb32a811e2bb636dd023d</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-ear/23/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>2a181e88503bc0ec3f9aa9f4cd83e59d</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e47e451204c5a036d30891d6a14450c5</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>8e6fdbd82d5b15bbe74d60f9dedcd8a8</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>28426</duration><estimatedDuration>10785</estimatedDuration><fullDisplayName>μStories - Team A » JSF #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990230</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d683174d81a5b173947aa2308b7f3d0a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/23/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1819-teamA-microstories-pom</artifactId><canonicalName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>38abe36817da4ad1ca2e7ce28a14da42</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-pom/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>8699</duration><estimatedDuration>9068</estimatedDuration><fullDisplayName>μStories - Team A » μStories 18/19 Team A #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990228</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-pom</artifactId><canonicalName>dgss1819-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>38abe36817da4ad1ca2e7ce28a14da42</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-pom/23/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ce739d0f8508a054ccafa91f63313050</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>eadc1e93f300a6bb000ade6e3369049c</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1bd517bf88e23958e744bd93b179478f</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>26</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>39980</duration><estimatedDuration>52675</estimatedDuration><fullDisplayName>μStories - Team A » REST #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990229</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-rest</artifactId><canonicalName>dgss1819-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e1b3136bdfda24ebaacfb5bdc8ecda5a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-rest/23/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>21e081ee5aeb7326a7f89d749b0de6fa</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>91e96f675a22764328efdf3824486db4</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>f8c053622cc8a66ea329a502e6453d84</md5sum><type>test-jar</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>de3b9a861bd3b7c29a475612edfe4a17</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>18</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-service/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>44138</duration><estimatedDuration>60821</estimatedDuration><fullDisplayName>μStories - Team A » Service #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990229</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</affectedPath><commitId>3467ec5da0c895200f15f579c197bbc9221388ad</commitId><timestamp>1542649903000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Tsk14 Add implementation to find stories by theme, genre or dates
Adds a new enum (DateRange) that contains the valid date ranges Modifies
Genre and Theme to set an id from each value Modifies StoryService to
implements search stories by genre, theme or date Modifies
StoryServiceImplementationTest to test the service implementation 
Modifies StoryDataset to add new static values for test purposes
</comment><date>2018-11-19 18:51:43 +0100</date><id>3467ec5da0c895200f15f579c197bbc9221388ad</id><msg>Tsk14 Add implementation to find stories by theme, genre or dates</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-service</artifactId><canonicalName>dgss1819-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d33983f8b1f6eb175a3e8b35548f4e0d</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-service/23/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>91d618bff4aaae584cfced97769ca74d</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>88fbbd4d1037bd2cd9df725e460248f1</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e163d498168a442b9f8ad0833a34077b</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/23/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#23</displayName><duration>7814</duration><estimatedDuration>8599</estimatedDuration><fullDisplayName>μStories - Team A » Tests #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1542649990229</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/23/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</affectedPath><commitId>3467ec5da0c895200f15f579c197bbc9221388ad</commitId><timestamp>1542649903000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Tsk14 Add implementation to find stories by theme, genre or dates
Adds a new enum (DateRange) that contains the valid date ranges Modifies
Genre and Theme to set an id from each value Modifies StoryService to
implements search stories by genre, theme or date Modifies
StoryServiceImplementationTest to test the service implementation 
Modifies StoryDataset to add new static values for test purposes
</comment><date>2018-11-19 18:51:43 +0100</date><id>3467ec5da0c895200f15f579c197bbc9221388ad</id><msg>Tsk14 Add implementation to find stories by theme, genre or dates</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/23/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-tests</artifactId><canonicalName>dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ebc320cede8ddcf7c3cc200d19ef9815</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/23/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>