<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>c8d7942c3768d2a0fbfa168e1e5bf183</md5sum><type>java-source</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>66bd153329a0846b9872aaf5fb85dab5</md5sum><type>javadoc</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>02a704f46f7fffe6aea599e9cf901cae</md5sum><type>jar</type><version>0.3.0-SNAPSHOT</version></mainArtifact><parent><number>98</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/98/</url></parent><pomArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>2290882f028a882e6e4929edc2004549</md5sum><type>pom</type><version>0.3.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/98/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.3.0-SNAPSHOT/dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.3.0-SNAPSHOT/dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.3.0-SNAPSHOT/dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.3.0-SNAPSHOT/dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Tests</displayName><duration>10052</duration><estimatedDuration>6959</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Tests Tests</fullDisplayName><id>98</id><keepLog>false</keepLog><number>98</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1495751115935</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/98/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</affectedPath><affectedPath>additional-material/db/letta-mysql.inserts.sql</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</affectedPath><affectedPath>tests/src/main/resources/datasets/event-deleted-by-user.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-delete-event-rest.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</affectedPath><commitId>177d088afd217e8ea44bca8986fa8e7247e1fee5</commitId><timestamp>1495751010000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/marketes16</absoluteUrl><fullName>marketes16</fullName></author><authorEmail>marketes16@gmail.com</authorEmail><comment>[sto21-tsk53] delete event by creator rest Added method to delete
EventEJB. Added method to delete into EventResources. Added method to
test into EventResourcesIntegrationTest. Added method to test into
EventEJBTest. Added datatsets to tests. Modified inserts sql to new
attributes
</comment><date>2017-05-26 00:23:30 +0200</date><id>177d088afd217e8ea44bca8986fa8e7247e1fee5</id><msg>[sto21-tsk53] delete event by creator rest Added method to delete</msg><path><editType>add</editType><file>tests/src/main/resources/datasets/event-deleted-by-user.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</file></path><path><editType>edit</editType><file>additional-material/db/letta-mysql.inserts.sql</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/user-delete-event-rest.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/marketes16</absoluteUrl><fullName>marketes16</fullName><id>marketes16</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>marketes16@gmail.com</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>c8d7942c3768d2a0fbfa168e1e5bf183</md5sum><type>java-source</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>66bd153329a0846b9872aaf5fb85dab5</md5sum><type>javadoc</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>02a704f46f7fffe6aea599e9cf901cae</md5sum><type>jar</type><version>0.3.0-SNAPSHOT</version></mainArtifact><parent><number>98</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/98/</url></parent><pomArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.3.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>2290882f028a882e6e4929edc2004549</md5sum><type>pom</type><version>0.3.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/98/mavenArtifacts/</url></mavenArtifacts></mavenBuild>