<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>176</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/69/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#69</displayName><duration>13300</duration><estimatedDuration>14079</estimatedDuration><fullDisplayName>μStories - Team A » Domain #69</fullDisplayName><id>69</id><keepLog>false</keepLog><number>69</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1545091989133</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/69/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><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>tests/src/main/resources/datasets/stories-create-with-two-theme.xml</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>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.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-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><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-remove.xml</file></path><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>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-update-story.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/git</absoluteUrl><fullName>git</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/69/mavenArtifacts/</url></mavenArtifacts></mavenBuild>