<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>30</totalCount><urlName>testReport</urlName></action><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/62/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>REST</displayName><duration>48332</duration><estimatedDuration>55017</estimatedDuration><fullDisplayName>μStories 2122 - Team B » REST REST</fullDisplayName><id>62</id><keepLog>false</keepLog><number>62</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1638469570950</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/62/</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/dtos/StoryDto.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.java</affectedPath><commitId>00d3aa0cb0f09d9ab7c9e6b5d92f41f55ca82b7a</commitId><timestamp>1638469542000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk21-40 Adds Story and User DTO
Adds the DTOs of the Story and User entities.
Made by Alejandro and Rubén.
</comment><date>2021-12-02 19:25:42 +0100</date><id>00d3aa0cb0f09d9ab7c9e6b5d92f41f55ca82b7a</id><msg>tsk21-40 Adds Story and User DTO</msg><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.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><commitId>383e2466f8aab75d44f0fe34e0962219dfa6b635</commitId><timestamp>1638469543000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk21-40 Modifies the REST methods of the Story class
Modifies the REST methods of the Story class to use the created DTOs. 
Also adds Transactional annotation to the necessary methods, to maintain 
an open transaction in this layer.
Made by Alejandro and Rubén.
</comment><date>2021-12-02 19:25:43 +0100</date><id>383e2466f8aab75d44f0fe34e0962219dfa6b635</id><msg>tsk21-40 Modifies the REST methods of the Story class</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/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java</affectedPath><commitId>4f4a2413473423f0652fe8fdf414caa18c2f1e11</commitId><timestamp>1638469543000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk21-40 Modifies REST tests of the Story class
Modifies the REST layer tests to adapt them to the use of DTOs.
Made by Alejandro and Rubén.
</comment><date>2021-12-02 19:25:43 +0100</date><id>4f4a2413473423f0652fe8fdf414caa18c2f1e11</id><msg>tsk21-40 Modifies REST tests of the Story class</msg><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/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.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/62/mavenArtifacts/</url></mavenArtifacts></mavenBuild>