<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>16</buildNumber><marked><SHA1>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</SHA1><branch><SHA1>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</SHA1><branch><SHA1>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</SHA1><branch><SHA1>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-1718-teamC/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>183</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><building>false</building><displayName>#16</displayName><duration>140259</duration><estimatedDuration>474693</estimatedDuration><fullDisplayName>LIGAaaS Team C #16</fullDisplayName><id>16</id><keepLog>false</keepLog><number>16</number><queueId>100</queueId><result>SUCCESS</result><timestamp>1511291950066</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/view/all/job/LIGAaaS%20Team%20C/16/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/ligaaas/teamc/domain/ContactTest.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/Contact.java</affectedPath><affectedPath>domain/src/test/java/ligaaas/teamc/domain/CompetitionTest.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/Team.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/HeadQuarter.java</affectedPath><affectedPath>additional-material/db/ligaaas-mysql.full.sql</affectedPath><affectedPath>domain/src/test/java/ligaaas/teamc/domain/PlayerTest.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/Player.java</affectedPath><affectedPath>domain/src/test/java/ligaaas/teamc/domain/EntitiesTestSuite.java</affectedPath><affectedPath>domain/src/test/java/ligaaas/teamc/domain/UserTest.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/SportType.java</affectedPath><affectedPath>domain/src/test/java/ligaaas/teamc/domain/TeamTest.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/RegexpTemplates.java</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/Competition.java</affectedPath><affectedPath>tests/src/main/resources/datasets/team.xml</affectedPath><affectedPath>domain/pom.xml</affectedPath><affectedPath>domain/src/main/java/ligaaas/teamc/domain/CompetitionType.java</affectedPath><commitId>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</commitId><timestamp>1511291816000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agnovoa2</absoluteUrl><fullName>agnovoa2</fullName></author><authorEmail>agnovoa2@esei.uvigo.es</authorEmail><comment>tsk25-16-1-7 Adds Competition Entity with its Test and Dataset, adds
relations
The java class for Competition has been created, with its attributes and 
setters getting validated and its getters The tests were made using
hamcrest The dataset contains a set of examples for future tests Also
formatted UserTest.java, HeadQuarter.java, RegexTemplates.java and
SportType.java to comply with defined conventions Added relations
between Competition and Team entities Added relations between Team and
player Added tests for the relations described above Modified REGEX in
Contact.java Modified sql script
</comment><date>2017-11-21 20:16:56 +0100</date><id>c1b0272f85cb59517f6cc36827fb43f7ed1631e8</id><msg>tsk25-16-1-7 Adds Competition Entity with its Test and Dataset, adds</msg><path><editType>edit</editType><file>domain/src/main/java/ligaaas/teamc/domain/Player.java</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>domain/src/main/java/ligaaas/teamc/domain/Competition.java</file></path><path><editType>edit</editType><file>domain/src/main/java/ligaaas/teamc/domain/Team.java</file></path><path><editType>edit</editType><file>additional-material/db/ligaaas-mysql.full.sql</file></path><path><editType>add</editType><file>domain/src/main/java/ligaaas/teamc/domain/CompetitionType.java</file></path><path><editType>edit</editType><file>domain/src/main/java/ligaaas/teamc/domain/HeadQuarter.java</file></path><path><editType>edit</editType><file>domain/src/test/java/ligaaas/teamc/domain/EntitiesTestSuite.java</file></path><path><editType>edit</editType><file>domain/src/main/java/ligaaas/teamc/domain/SportType.java</file></path><path><editType>edit</editType><file>domain/src/test/java/ligaaas/teamc/domain/TeamTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/team.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/ligaaas/teamc/domain/UserTest.java</file></path><path><editType>add</editType><file>domain/src/test/java/ligaaas/teamc/domain/CompetitionTest.java</file></path><path><editType>edit</editType><file>domain/src/test/java/ligaaas/teamc/domain/ContactTest.java</file></path><path><editType>edit</editType><file>domain/src/main/java/ligaaas/teamc/domain/RegexpTemplates.java</file></path><path><editType>edit</editType><file>domain/src/main/java/ligaaas/teamc/domain/Contact.java</file></path><path><editType>edit</editType><file>domain/src/test/java/ligaaas/teamc/domain/PlayerTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agnovoa2</absoluteUrl><fullName>agnovoa2</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>