<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>32481ea3894f6e708297cb69de9ba59c</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>5493a644a65de728aa145aebe254e92b</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>83e6d745e1f3b48a8b83017ea99062eb</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><number>53</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-tests/53/</url></parent><pomArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>ecea093269adade9e1c37f74f009b179</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-tests/53/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Tests</displayName><duration>10825</duration><estimatedDuration>12174</estimatedDuration><fullDisplayName>μStories 2122 - Team C » Tests Tests</fullDisplayName><id>53</id><keepLog>false</keepLog><number>53</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1638467408859</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-tests/53/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/stories-update.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-create.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>rest/src/test/resources/beans.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java</affectedPath><commitId>14d1291219d62562be670e63d08b4d9948bdc29a</commitId><timestamp>1638467302000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mvaugusto</absoluteUrl><fullName>mvaugusto</fullName></author><authorEmail>mvaugusto@esei.uvigo.es</authorEmail><comment>tsk31 Adds service features to create and update a story
Adds a method to service for creating and another for updating a story
with their tests, updating required xml datasets. It also removes
TestPrincipal from the rest test classes because it was causing a
dependency error.
</comment><date>2021-12-02 18:48:22 +0100</date><id>14d1291219d62562be670e63d08b4d9948bdc29a</id><msg>tsk31 Adds service features to create and update a story</msg><path><editType>edit</editType><file>rest/src/test/resources/beans.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-update.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-create.xml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mvaugusto</absoluteUrl><fullName>mvaugusto</fullName><id>mvaugusto</id><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property><property _class='hudson.model.PaneStatusProperties'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>true</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>mvaugusto@esei.uvigo.es</address></property></culprit><mavenArtifacts><attachedArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>32481ea3894f6e708297cb69de9ba59c</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>5493a644a65de728aa145aebe254e92b</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>83e6d745e1f3b48a8b83017ea99062eb</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><number>53</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-tests/53/</url></parent><pomArtifact><artifactId>dgss2122-teamC-microstories-tests</artifactId><canonicalName>dgss2122-teamC-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamC.microstories</groupId><md5sum>ecea093269adade9e1c37f74f009b179</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-tests/53/mavenArtifacts/</url></mavenArtifacts></mavenBuild>