<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>57</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>04ca1777484f70b098d82f02244ffad7</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0e8090606ed2f459e0e6e465d28202d0</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT.war</canonicalName><fileName>rest-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>909147a01097836add0c5a11108784d7</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>165</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/165/</url></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>54d9a4d3c81da14cb050870bba93df03</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/165/mavenArtifacts/</url></action><action></action><artifact><displayPath>rest-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>rest-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>rest-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>rest-0.2.0-SNAPSHOT.pom</displayPath><fileName>rest-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>rest-0.2.0-SNAPSHOT.war</displayPath><fileName>rest-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>REST</displayName><duration>64533</duration><estimatedDuration>98014</estimatedDuration><fullDisplayName>LETTA » REST REST</fullDisplayName><id>165</id><keepLog>false</keepLog><number>165</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450203852961</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/165/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><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>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserUnitTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceUnitTest.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/UserResource.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>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/UserResourceRestTest.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/UserResourceUnitTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path><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/UserUnitTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName><id>jacasanova</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>jacasanova@esei.uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>04ca1777484f70b098d82f02244ffad7</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0e8090606ed2f459e0e6e465d28202d0</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT.war</canonicalName><fileName>rest-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>909147a01097836add0c5a11108784d7</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>165</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/165/</url></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>54d9a4d3c81da14cb050870bba93df03</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/165/mavenArtifacts/</url></mavenArtifacts></mavenBuild>