<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>96</buildNumber><marked><SHA1>902c7c05aaf09bfda493b461bfb198dab3c15b21</SHA1><branch><SHA1>902c7c05aaf09bfda493b461bfb198dab3c15b21</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>902c7c05aaf09bfda493b461bfb198dab3c15b21</SHA1><branch><SHA1>902c7c05aaf09bfda493b461bfb198dab3c15b21</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>902c7c05aaf09bfda493b461bfb198dab3c15b21</SHA1><branch><SHA1>902c7c05aaf09bfda493b461bfb198dab3c15b21</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>1</failCount><skipCount>0</skipCount><totalCount>132</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#96</displayName><duration>190067</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #96</fullDisplayName><id>96</id><keepLog>false</keepLog><number>96</number><queueId>229</queueId><result>UNSTABLE</result><timestamp>1640017926351</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/96/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceRestTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/ResourceIntegrationTestSuite.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResource.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java</affectedPath><commitId>1fa459e60d0495e026551af0f04de956f624b957</commitId><timestamp>1640017840000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jqbergantinho</absoluteUrl><fullName>jqbergantinho</fullName></author><authorEmail>jqbergantinho@esei.uvigo.es</authorEmail><comment>tsk35 Adds rest functionality to get the stories of the logged in user
Adds rest functionality to get the stories of the logged in user as well
as a first version of the rest tests for said functionality
</comment><date>2021-12-20 17:30:40 +0100</date><id>1fa459e60d0495e026551af0f04de956f624b957</id><msg>tsk35 Adds rest functionality to get the stories of the logged in user</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResource.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceRestTest.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>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/ResourceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceRestTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResource.java</affectedPath><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/UserService.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceUnitTest.java</affectedPath><commitId>58e3f2f61966a55d03cb1ef201f2a8226ffca0f3</commitId><timestamp>1640017840000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jqbergantinho</absoluteUrl><fullName>jqbergantinho</fullName></author><authorEmail>jqbergantinho@esei.uvigo.es</authorEmail><comment>tsk35 Adds unit tests to getStoriesByUser functionality
Adds a first version of the unit tests of getStoriesByUser, still in
need of fixing a few errors
</comment><date>2021-12-20 17:30:40 +0100</date><id>58e3f2f61966a55d03cb1ef201f2a8226ffca0f3</id><msg>tsk35 Adds unit tests to getStoriesByUser functionality</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceRestTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResource.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>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceUnitTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResource.java</affectedPath><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/UserResourceUnitTest.java</affectedPath><commitId>902c7c05aaf09bfda493b461bfb198dab3c15b21</commitId><timestamp>1640017840000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jqbergantinho</absoluteUrl><fullName>jqbergantinho</fullName></author><authorEmail>jqbergantinho@esei.uvigo.es</authorEmail><comment>tsk 35 Cleans up errors in tests
Cleans up the errors that were present in both rest tests and unit tests
so that they function correctly
</comment><date>2021-12-20 17:30:40 +0100</date><id>902c7c05aaf09bfda493b461bfb198dab3c15b21</id><msg>tsk 35 Cleans up errors in tests</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResource.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/UserResourceUnitTest.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/jqbergantinho</absoluteUrl><fullName>jqbergantinho</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>