<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><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>63</buildNumber><marked><SHA1>a54431b65f8f9b17be6a714b7b687009eca6766b</SHA1><branch><SHA1>a54431b65f8f9b17be6a714b7b687009eca6766b</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>a54431b65f8f9b17be6a714b7b687009eca6766b</SHA1><branch><SHA1>a54431b65f8f9b17be6a714b7b687009eca6766b</SHA1><name>origin/develop</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><branch><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><branch><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>a54431b65f8f9b17be6a714b7b687009eca6766b</SHA1><branch><SHA1>a54431b65f8f9b17be6a714b7b687009eca6766b</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss-1617-teamA/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>121</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#63</displayName><duration>289564</duration><estimatedDuration>283139</estimatedDuration><fullDisplayName>LETTA 1617 Team A #63</fullDisplayName><id>63</id><keepLog>false</keepLog><number>63</number><queueId>113</queueId><result>SUCCESS</result><timestamp>1482426249183</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/63/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/event-created-by-user.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/myEvents.xhtml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</affectedPath><commitId>fea195309c2e434e4618af81afc75b9c5180ae12</commitId><timestamp>1482422805000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[sto7 - task41/task42] Obtains events from an user
A logged user can view her events thats are created by him. The page
"myEvents.xhtml" show the events from the logged user. For this, the
"eventController.java" call the method getMyEvents() define in
"EventEJB.java" witch obtain the list of events. In the
"EventEJBTest.java" the method testGetMyEventsAreCreatedByMe() check if
the list of events whitch are returned have the same creator who is
logged.
</comment><date>2016-12-22 17:06:45 +0100</date><id>fea195309c2e434e4618af81afc75b9c5180ae12</id><msg>[sto7 - task41/task42] Obtains events from an user</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/event-created-by-user.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/myEvents.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/myEvents.xhtml</affectedPath><commitId>5034bf82ae1d0e86d16aea2e43beeb9bd5ffe95c</commitId><timestamp>1482422805000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[sto7 - task41/task42] test with wallEvents
Do diferents tests to prove the view of the jsf is correct and you can
view the events and access to their characteristics.
</comment><date>2016-12-22 17:06:45 +0100</date><id>5034bf82ae1d0e86d16aea2e43beeb9bd5ffe95c</id><msg>[sto7 - task41/task42] test with wallEvents</msg><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>jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/myEvents.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/event-created-by-user.xml</affectedPath><commitId>1d5dc4cb519775e7ae44f06aefb9520ab34ecd14</commitId><timestamp>1482425500000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[sto7 - task41/task42] added the atribute canceled
the attribute canceled is added on the event-created-by-user.xml to
execute the test
</comment><date>2016-12-22 17:51:40 +0100</date><id>1d5dc4cb519775e7ae44f06aefb9520ab34ecd14</id><msg>[sto7 - task41/task42] added the atribute canceled</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/event-created-by-user.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</affectedPath><commitId>a54431b65f8f9b17be6a714b7b687009eca6766b</commitId><timestamp>1482425984000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>[sto7 - task41/task42] refactorization
rename some variables in the eventEJBTest.java class to better
understand of the code
</comment><date>2016-12-22 17:59:44 +0100</date><id>a54431b65f8f9b17be6a714b7b687009eca6766b</id><msg>[sto7 - task41/task42] refactorization</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>