<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></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>69</buildNumber><marked><SHA1>6f2613068ff79cf070523e767b3bb1b0d8a825f5</SHA1><branch><SHA1>6f2613068ff79cf070523e767b3bb1b0d8a825f5</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>6f2613068ff79cf070523e767b3bb1b0d8a825f5</SHA1><branch><SHA1>6f2613068ff79cf070523e767b3bb1b0d8a825f5</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>6f2613068ff79cf070523e767b3bb1b0d8a825f5</SHA1><branch><SHA1>6f2613068ff79cf070523e767b3bb1b0d8a825f5</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-1819-teamA/microstories.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>342</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#69</displayName><duration>221791</duration><estimatedDuration>212891</estimatedDuration><fullDisplayName>μStories - Team A #69</fullDisplayName><id>69</id><keepLog>false</keepLog><number>69</number><queueId>184</queueId><result>SUCCESS</result><timestamp>1545091988409</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/69/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/stories-remove.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-create-with-one-theme.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-update-story.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-create-with-two-theme.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-update-story-theme.xml</affectedPath><commitId>6f2613068ff79cf070523e767b3bb1b0d8a825f5</commitId><timestamp>1545091781000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/git</absoluteUrl><fullName>git</fullName></author><authorEmail>git@git.com</authorEmail><comment>Tsk35 Adds implementation to add and update stories
Adds in the StoryService the necessary methods to create and update
stories. Creates a new StoryServiceTests to check the IllegalAccess
creations and deletions and adds to the StoryIntegration the test to
check the new implementation. Modifies the sql and xml files to add a
new Author without stories to use in the tests. Modifies the passwords
in the dataset because they were wrong. Adds a new constructor in the
Story class to use in the dataset.
</comment><date>2018-12-18 01:09:41 +0100</date><id>6f2613068ff79cf070523e767b3bb1b0d8a825f5</id><msg>Tsk35 Adds implementation to add and update stories</msg><path><editType>edit</editType><file>additional-material/db/microstories-mysql.data.sql</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-update-story.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-remove.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-update-story-theme.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-create-with-one-theme.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-create-with-two-theme.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/git</absoluteUrl><fullName>git</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>