<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>25</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-service/74/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#74</displayName><duration>52571</duration><estimatedDuration>53535</estimatedDuration><fullDisplayName>μStories 2122 - Team B » Service #74</fullDisplayName><id>74</id><keepLog>false</keepLog><number>74</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1638815173793</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-service/74/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><commitId>a42cdddd3418d7094c0cc53f075072b6a051bb7d</commitId><timestamp>1638815054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>task34 Adds pagination to the user's own stories view
Adds pagination functionality to the list view of the current user's own
stories
Adds pagination tests for the current user's own stories list view
</comment><date>2021-12-06 19:24:14 +0100</date><id>a42cdddd3418d7094c0cc53f075072b6a051bb7d</id><msg>task34 Adds pagination to the user's own stories view</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/LoginController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/users.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java</affectedPath><commitId>3b13204a5ceb7a62b36b0e3abb7eda3fee5cf5ee</commitId><timestamp>1638815054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>tsk31 Adds the functionality for login and logout
Adds the controller where the necessary functions for login and logout 
are implemented. Also added checks for valid login credentials
Adds the UserService file where the user in session is obtained
</comment><date>2021-12-06 19:24:14 +0100</date><id>3b13204a5ceb7a62b36b0e3abb7eda3fee5cf5ee</id><msg>tsk31 Adds the functionality for login and logout</msg><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/LoginController.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/users.xml</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java</affectedPath><commitId>d53f8bf45c327922f927f9404b9d6ce103cbacf8</commitId><timestamp>1638815054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>tsk31 Adds the tests to check the login functionality
Adds IsEqualsToUser and UserServiceTest classes that implement the
necessary methods to perform tests on the Login
Adds in UsersDataset the necessary methods to check if the user with
which the session is started is an existing user
</comment><date>2021-12-06 19:24:14 +0100</date><id>d53f8bf45c327922f927f9404b9d6ce103cbacf8</id><msg>tsk31 Adds the tests to check the login functionality</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><commitId>398731a758ef00dccba3aec21eea2a9ec459a5ad</commitId><timestamp>1638815054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>fix: Corrects the sequence of tests in the StoryServiceTest class
Corrects the sequence number of the test 
testCalculateNumPagesStoriesByUser in the StoryServiceTest test class
</comment><date>2021-12-06 19:24:14 +0100</date><id>398731a758ef00dccba3aec21eea2a9ec459a5ad</id><msg>fix: Corrects the sequence of tests in the StoryServiceTest class</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</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-service/74/mavenArtifacts/</url></mavenArtifacts></mavenBuild>