<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>165</buildNumber><marked><SHA1>f537fd4a7965800876806604dbb8f01220af1437</SHA1><branch><SHA1>f537fd4a7965800876806604dbb8f01220af1437</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>f537fd4a7965800876806604dbb8f01220af1437</SHA1><branch><SHA1>f537fd4a7965800876806604dbb8f01220af1437</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>f537fd4a7965800876806604dbb8f01220af1437</SHA1><branch><SHA1>f537fd4a7965800876806604dbb8f01220af1437</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>171</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#165</displayName><duration>271870</duration><estimatedDuration>374870</estimatedDuration><fullDisplayName>LETTA #165</fullDisplayName><id>165</id><keepLog>false</keepLog><number>165</number><queueId>92</queueId><result>SUCCESS</result><timestamp>1450203851077</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/165/</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/test/java/es/uvigo/esei/dgss/letta/rest/UserUnitTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceUnitTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserResource.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserRestTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceRestTest.java</affectedPath><commitId>f537fd4a7965800876806604dbb8f01220af1437</commitId><timestamp>1450203905000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk66-67 Renames UserPrivateRest and adds Rest create/get Event
Renames UserPrivateRest to UserResource and adds the function to create 
an Event. Renames UserRestTest to UserResourceRestTest and adds some
tests. Renames UserUnitTest to UserResourceUnitTest. Adds a function in
EventEJB to get an Event. Adds a function to get the Event details in
EventResource
</comment><date>2015-12-15 19:25:05 +0100</date><id>f537fd4a7965800876806604dbb8f01220af1437</id><msg>tsk66-67 Renames UserPrivateRest and adds Rest create/get Event</msg><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserResource.java</file></path><path><editType>delete</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserRestTest.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceRestTest.java</file></path><path><editType>delete</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserUnitTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path><path><editType>delete</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceUnitTest.java</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>