<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>62</buildNumber><marked><SHA1>d5cca319367350689c72106ce0e29bd19035117b</SHA1><branch><SHA1>d5cca319367350689c72106ce0e29bd19035117b</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>d5cca319367350689c72106ce0e29bd19035117b</SHA1><branch><SHA1>d5cca319367350689c72106ce0e29bd19035117b</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>d5cca319367350689c72106ce0e29bd19035117b</SHA1><branch><SHA1>d5cca319367350689c72106ce0e29bd19035117b</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 _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>87</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#62</displayName><duration>274259</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #62</fullDisplayName><id>62</id><keepLog>false</keepLog><number>62</number><queueId>113</queueId><result>FAILURE</result><timestamp>1638469568136</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/62/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><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/UserDto.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</affectedPath><commitId>bfb12885c4874fe802c35cfba4d759745223646a</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 Modifies the Story and User entities
Modifies both entities to remove the XmlTransient annotation that is no
longer needed due to the use of DTOs.
Made by Alejandro and Rubén.
</comment><date>2021-12-02 19:25:42 +0100</date><id>bfb12885c4874fe802c35cfba4d759745223646a</id><msg>tsk21-40 Modifies the Story and User entities</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.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/GenericTypes.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.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/GenericTypes.java</file></path><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></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><commitId>d5cca319367350689c72106ce0e29bd19035117b</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>fix: Modifies the format of a file
Modifies the incorrect format of a file.
Made by Alejandro and Rubén.
</comment><date>2021-12-02 19:25:43 +0100</date><id>d5cca319367350689c72106ce0e29bd19035117b</id><msg>fix: Modifies the format of a file</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>