<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-rest/24/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-rest/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#24</displayName><duration>9438</duration><estimatedDuration>55017</estimatedDuration><fullDisplayName>μStories 2122 - Team B » REST #24</fullDisplayName><id>24</id><keepLog>false</keepLog><number>24</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1637165654933</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-rest/24/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</affectedPath><commitId>2784fb4790ff0bba3f16cf9c51b74c52b2667fbc</commitId><timestamp>1637087375000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk9 Adds rest method to get story
Adds a rest method to get story by id. Without tests.
</comment><date>2021-11-16 19:29:35 +0100</date><id>2784fb4790ff0bba3f16cf9c51b74c52b2667fbc</id><msg>tsk9 Adds rest method to get story</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.java</affectedPath><commitId>94849c1a0fc01b31572ab3bbf80c5fc06861c6a8</commitId><timestamp>1637161945000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk9 Adds errors control
Adds NotFoundExceptionMapper to control a not found id story
</comment><date>2021-11-17 16:12:25 +0100</date><id>94849c1a0fc01b31572ab3bbf80c5fc06861c6a8</id><msg>tsk9 Adds errors control</msg><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.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>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java</affectedPath><commitId>465ae00ee0abbf42316d9e34aa89714f872e7347</commitId><timestamp>1637165050000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk9 Adds Unit and Resource Test
Adds the methods to test get story by id functionality
</comment><date>2021-11-17 17:04:10 +0100</date><id>465ae00ee0abbf42316d9e34aa89714f872e7347</id><msg>tsk9 Adds Unit and Resource Test</msg><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-rest/24/mavenArtifacts/</url></mavenArtifacts></mavenBuild>