<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>19</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%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-service/80/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Service</displayName><duration>41722</duration><estimatedDuration>44258</estimatedDuration><fullDisplayName>μStories 2122 - Team A » Service Service</fullDisplayName><id>80</id><keepLog>false</keepLog><number>80</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1638630608129</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-service/80/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/security/utils/TestPrincipal.java</affectedPath><commitId>1ceebbba201b67eeda15e69bc9b87c1030895116</commitId><timestamp>1638614544000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/rcferradas</absoluteUrl><fullName>rcferradas</fullName></author><authorEmail>rcferradas@esei.uvigo.es</authorEmail><comment>tsk31- Adds ejb method to get stories of the current user
Adds method in the service layer to get stories of the current user
(tests included)
</comment><date>2021-12-04 11:42:24 +0100</date><id>1ceebbba201b67eeda15e69bc9b87c1030895116</id><msg>tsk31- Adds ejb method to get stories of the current user</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/security/utils/TestPrincipal.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/security/utils/TestPrincipal.java</affectedPath><commitId>b604f36460324a322996eb673720558be19ab456</commitId><timestamp>1638630545000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/rcferradas</absoluteUrl><fullName>rcferradas</fullName></author><authorEmail>rcferradas@esei.uvigo.es</authorEmail><comment>tsk31- Fixes error in ejb test
Fixes errors in ejb test that lead all tests to fail
</comment><date>2021-12-04 16:09:05 +0100</date><id>b604f36460324a322996eb673720558be19ab456</id><msg>tsk31- Fixes error in ejb test</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java</file></path><path><editType>delete</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/security/utils/TestPrincipal.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/rcferradas</absoluteUrl><fullName>rcferradas</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-service/80/mavenArtifacts/</url></mavenArtifacts></mavenBuild>