<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>35</buildNumber><marked><SHA1>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</SHA1><branch><SHA1>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</SHA1><branch><SHA1>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</SHA1><branch><SHA1>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</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>0</skipCount><totalCount>167</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#35</displayName><duration>296203</duration><estimatedDuration>409851</estimatedDuration><fullDisplayName>LIGAaaS Team B #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>136</queueId><result>SUCCESS</result><timestamp>1511780946540</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20B/35/</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>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/UserRoleCaller.java</affectedPath><affectedPath>service/src/test/resources/beans.xml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java</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>service/src/test/resources/test-persistence.xml</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>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/Deployments.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/AdminRoleCaller.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/CompetitionTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java</affectedPath><commitId>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</commitId><timestamp>1511779600000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/anrodriquez</absoluteUrl><fullName>anrodriquez</fullName></author><authorEmail>anrodriquez@esei.uvigo.es</authorEmail><comment>tsk8 Adds user creation in the service layer
Added a simple ejb user for user creation and corresponding test Created
a class to facilitate the deployment of arquilian for the tests with the
basic elements Created the TestSuite entity to run all the tests of this
layer Created the class to compare user entities Created the admin and
user roles for the application Created a simple user datasets
Fixes the declaration the variables ArrayList to the Collection type and
their constructors Fixes for the @Column inside the relationship JPA 
Fixes the mappedBy between relations JPA Fixes the direct insertion of
listing in the player entity declaring the @ElementCollection
</comment><date>2017-11-27 11:46:40 +0100</date><id>064a5cfa2c2a58a2d206e1fff73a6df651c59d30</id><msg>tsk8 Adds user creation in the service layer</msg><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/CompetitionTest.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/AdminRoleCaller.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java</file></path><path><editType>edit</editType><file>service/src/test/resources/test-persistence.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>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/Deployments.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>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/UserRoleCaller.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java</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>service/src/test/resources/beans.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/anrodriquez</absoluteUrl><fullName>anrodriquez</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>