<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 _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></originmaster><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>158</buildNumber><marked><SHA1>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</SHA1><branch><SHA1>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</SHA1><branch><SHA1>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</SHA1><branch><SHA1>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</SHA1><name>refs/remotes/origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.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>155</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#158</displayName><duration>265952</duration><estimatedDuration>374870</estimatedDuration><fullDisplayName>LETTA #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>85</queueId><result>SUCCESS</result><timestamp>1450168868893</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/view/all/job/LETTA/158/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</affectedPath><commitId>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</commitId><timestamp>1450168812000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
</comment><date>2015-12-15 09:40:12 +0100</date><id>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</id><msg>tsk58-59 Adds the attribute cancelled to Event</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.0.5</mavenVersionUsed></mavenModuleSetBuild>