<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>20</buildNumber><marked><SHA1>fe82509eb7b93997740e790e2364db5e22f188e8</SHA1><branch><SHA1>fe82509eb7b93997740e790e2364db5e22f188e8</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>fe82509eb7b93997740e790e2364db5e22f188e8</SHA1><branch><SHA1>fe82509eb7b93997740e790e2364db5e22f188e8</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>fe82509eb7b93997740e790e2364db5e22f188e8</SHA1><branch><SHA1>fe82509eb7b93997740e790e2364db5e22f188e8</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-1718-teamD/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>2</skipCount><totalCount>75</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#20</displayName><duration>241813</duration><estimatedDuration>322480</estimatedDuration><fullDisplayName>LIGAaaS Team D #20</fullDisplayName><id>20</id><keepLog>false</keepLog><number>20</number><queueId>40</queueId><result>SUCCESS</result><timestamp>1529316310636</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/20/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/EntitiesTestSuite.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/CompetitionTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Competition.java</affectedPath><commitId>9769bbe8a1e3fbbde257d1dad6eaff5403933426</commitId><timestamp>1528645925000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agbarbosa</absoluteUrl><fullName>agbarbosa</fullName></author><authorEmail>agbarbosa@esei.uvigo.es</authorEmail><comment>tsk7.1 Adds the competition entity + Added the competition class + Added
the tests for competition * Modified TestSuite to include the new tests
</comment><date>2018-06-10 08:52:05 -0700</date><id>9769bbe8a1e3fbbde257d1dad6eaff5403933426</id><msg>tsk7.1 Adds the competition entity + Added the competition class + Added</msg><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/CompetitionTest.java</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/EntitiesTestSuite.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Competition.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/TeamsDataset.java</affectedPath><affectedPath>tests/src/main/resources/scripts/teams.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/teams.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Team.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java</affectedPath><commitId>cf443d6d19e74b3becfbaec432b0d32fc2e6c06b</commitId><timestamp>1528748507000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/anibalmgb1992</absoluteUrl><fullName>anibalmgb1992</fullName></author><authorEmail>anibalmgb1992@gmail.com</authorEmail><comment>Adds ejb methods to Team entity
This commit adds methods to the ejb layer of Teams Test are incomplete
due to technical problems The next commit will complete the tests
</comment><date>2018-06-11 22:21:47 +0200</date><id>cf443d6d19e74b3becfbaec432b0d32fc2e6c06b</id><msg>Adds ejb methods to Team entity</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Team.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>add</editType><file>tests/src/main/resources/scripts/teams.sql</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/TeamsDataset.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/teams.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java</affectedPath><affectedPath>tests/src/main/resources/datasets/teams.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java</affectedPath><commitId>fe82509eb7b93997740e790e2364db5e22f188e8</commitId><timestamp>1528920065000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/anibalmgb1992</absoluteUrl><fullName>anibalmgb1992</fullName></author><authorEmail>anibalmgb1992@gmail.com</authorEmail><comment>Fixes some tests of the ejb of team
This commit fixes some tests of the ejb of team
</comment><date>2018-06-13 22:01:05 +0200</date><id>fe82509eb7b93997740e790e2364db5e22f188e8</id><msg>Fixes some tests of the ejb of team</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.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/agbarbosa</absoluteUrl><fullName>agbarbosa</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/anibalmgb1992</absoluteUrl><fullName>anibalmgb1992</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>