<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>29</buildNumber><marked><SHA1>dff3608fbf8568ea68f9f2b58380de37067fe30b</SHA1><branch><SHA1>dff3608fbf8568ea68f9f2b58380de37067fe30b</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>dff3608fbf8568ea68f9f2b58380de37067fe30b</SHA1><branch><SHA1>dff3608fbf8568ea68f9f2b58380de37067fe30b</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>dff3608fbf8568ea68f9f2b58380de37067fe30b</SHA1><branch><SHA1>dff3608fbf8568ea68f9f2b58380de37067fe30b</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><building>false</building><displayName>#29</displayName><duration>123441</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #29</fullDisplayName><id>29</id><keepLog>false</keepLog><number>29</number><queueId>16</queueId><result>SUCCESS</result><timestamp>1637497089131</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/29/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><commitId>5799531f5a00ec547e9bb40ea2620786806de6fa</commitId><timestamp>1637168119000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk14 Creates method to explore the stories
</comment><date>2021-11-17 17:55:19 +0100</date><id>5799531f5a00ec547e9bb40ea2620786806de6fa</id><msg>tsk14 Creates method to explore the stories</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><commitId>71ca53a7c8f7f8f6a751166f043e794fefc79492</commitId><timestamp>1637175097000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></author><authorEmail>braisda@gmail.com</authorEmail><comment>tsk14 Updates tests for exploreStories method
Fixed the queries for the published date in method exploreStories 
Created more tests to test differents searches by genre, topic and
published dates
</comment><date>2021-11-17 19:51:37 +0100</date><id>71ca53a7c8f7f8f6a751166f043e794fefc79492</id><msg>tsk14 Updates tests for exploreStories method</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><commitId>433e5af2570aa6a6bef97764bba1ba14d81a5d82</commitId><timestamp>1637194891000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk14 Modifies tests for exploreStories method
Created different methods in StoryDataset to get the number of stories
by genre, topic and publication. These methods allow us to get the
stories from the dataset dinamically instead of hardcoding this number.
</comment><date>2021-11-18 01:21:31 +0100</date><id>433e5af2570aa6a6bef97764bba1ba14d81a5d82</id><msg>tsk14 Modifies tests for exploreStories method</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><commitId>272d8da05ece17b100d97325e433511661728c67</commitId><timestamp>1637278768000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></author><authorEmail>braisda@gmail.com</authorEmail><comment>tsk14 Fixes tests for exloreStries method
Fixed test errors when Story date is between a range
</comment><date>2021-11-19 00:39:28 +0100</date><id>272d8da05ece17b100d97325e433511661728c67</id><msg>tsk14 Fixes tests for exloreStries method</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><commitId>dff3608fbf8568ea68f9f2b58380de37067fe30b</commitId><timestamp>1637315210000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></author><authorEmail>braisda@gmail.com</authorEmail><comment>tsk14 Updates tests for exploreStories method
Fixed the queries for Stories searched by year Created more tests to
test searches without date
</comment><date>2021-11-19 10:46:50 +0100</date><id>dff3608fbf8568ea68f9f2b58380de37067fe30b</id><msg>tsk14 Updates tests for exploreStories method</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>