<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>48</buildNumber><marked><SHA1>fa1632f78d815f7a89ff039068053c0b0723611b</SHA1><branch><SHA1>fa1632f78d815f7a89ff039068053c0b0723611b</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>fa1632f78d815f7a89ff039068053c0b0723611b</SHA1><branch><SHA1>fa1632f78d815f7a89ff039068053c0b0723611b</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>fa1632f78d815f7a89ff039068053c0b0723611b</SHA1><branch><SHA1>fa1632f78d815f7a89ff039068053c0b0723611b</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-1718-teamB/ligaaas.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>7</skipCount><totalCount>210</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#48</displayName><duration>245723</duration><estimatedDuration>409851</estimatedDuration><fullDisplayName>LIGAaaS Team B #48</fullDisplayName><id>48</id><keepLog>false</keepLog><number>48</number><queueId>161</queueId><result>SUCCESS</result><timestamp>1512069729825</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/view/all/job/LIGAaaS%20Team%20B/48/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/CompetitionsDataset.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/HeadquarterTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/teamsAfterUpdate.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java</affectedPath><affectedPath>tests/src/main/resources/datasets/competition-create.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/competitions-update.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/competitions-delete.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/competitions.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java</affectedPath><affectedPath>tests/src/main/resources/datasets/users.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/teams.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/TeamDataset.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/TeamTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionService.java</affectedPath><affectedPath>tests/src/main/resources/datasets/teamsAfterDelete.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/teamsAfterCreate.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java</affectedPath><commitId>fa1632f78d815f7a89ff039068053c0b0723611b</commitId><timestamp>1512068986000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrdiez</absoluteUrl><fullName>mrdiez</fullName></author><authorEmail>mrdiez@esei.uvigo.es</authorEmail><comment>tsk8 Adds get and find functions in UserService
The get and find function was added in the UserService class to complete
the ejb functionality. The login parameters, such as class id, and
password were added to the user class. Obviously, modifying all the
classes that refer to the user. The id parameter was added in the player
class, such as id, in order to allow several players with the same nick
in the system. Obviously, all the classes that refer to the player were
modified. The id parameter was added in the competition class, such as
id, in order to allow several competitions with the same name in the
system. Obviously, all classes that refer to competition are modified.
</comment><date>2017-11-30 20:09:46 +0100</date><id>fa1632f78d815f7a89ff039068053c0b0723611b</id><msg>tsk8 Adds get and find functions in UserService</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/CompetitionsDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/competitions-update.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/HeadquarterTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/competitions.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/teamsAfterCreate.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/competitions-delete.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/users.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/TeamTest.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/teamsAfterDelete.xml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/teamsAfterUpdate.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/TeamDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/competition-create.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/CompetitionService.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/teams.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrdiez</absoluteUrl><fullName>mrdiez</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>