<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d4e4c3b1289f9fd552ceb7b276a8c97c</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c75f00fc5648bee059c96859b9b24a0f</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>313e64c31d6e48795b12f73bf2e6a8c6</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>49</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>13834</duration><estimatedDuration>12492</estimatedDuration><fullDisplayName>μStories 2021 - Team A » Domain #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412303</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java</affectedPath><commitId>678021156f490121dca38e9a43b599f0788c8a6f</commitId><timestamp>1607981108000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/acdominguez</absoluteUrl><fullName>acdominguez</fullName></author><authorEmail>¨acdominguez@esei.uvigo.es¨</authorEmail><comment>tsk30 Fixed Story validation and set Author when creates Story
Modifies Story validation methods to apply only to the time to post a
Story. The tests related to the Story entity have also been modified. In
addition,the function has been modified publish to the Story service to
set the author. For this, it has disabled a test, testPublicate(),
waiting for next modifications.
</comment><date>2020-12-14 22:25:08 +0100</date><id>678021156f490121dca38e9a43b599f0788c8a6f</id><msg>tsk30 Fixed Story validation and set Author when creates Story</msg><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</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>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/acdominguez</absoluteUrl><fullName>acdominguez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-domain</artifactId><canonicalName>dgss2021-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>132cef3c67335c6c439a1ff728a293bc</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-domain/86/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2021-teamA-microstories-ear</artifactId><canonicalName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>784ba87fcaa09e32a785ab6730bb4d90</md5sum><type>ear</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>6001</duration><estimatedDuration>7623</estimatedDuration><fullDisplayName>μStories 2021 - Team A » EAR #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412306</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-ear</artifactId><canonicalName>dgss2021-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>a6ca6022ac179ee817e23413115c4ee4</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-ear/86/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>2e2a8fd88ae4fa2130844e7397df5742</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>dbde429c5df18245a6ab75a3b215bb28</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>915a48d35c36a8469bfa106704f87ab8</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>10474</duration><estimatedDuration>13698</estimatedDuration><fullDisplayName>μStories 2021 - Team A » JSF #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412306</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-jsf</artifactId><canonicalName>dgss2021-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d923fad848424207a2c4ad4909d224a0</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-jsf/86/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2021-teamA-microstories-pom</artifactId><canonicalName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>417459c41f90ad656c851b57eb8398c4</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-pom/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>9783</duration><estimatedDuration>8819</estimatedDuration><fullDisplayName>μStories 2021 - Team A » μStories 20/21 Team A #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412286</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-pom</artifactId><canonicalName>dgss2021-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>417459c41f90ad656c851b57eb8398c4</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-pom/86/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e31aa895c8f5117c865d315dc144c7d2</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>636ced835d3cf28301fffa4b7ac24ca4</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>62fd03fd9c52224bda0529e9c7a1a204</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>75</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>47921</duration><estimatedDuration>52301</estimatedDuration><fullDisplayName>μStories 2021 - Team A » REST #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412306</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-rest</artifactId><canonicalName>dgss2021-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>0b185d5ad87561192d16eceae900dd06</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-rest/86/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>fa45bc6d4aa5c6bc2a4e7d7be252b0e9</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>75c593ca46c97b1b63c1c075393511af</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>8533b29966fd0f58976a45098cdcd3f1</md5sum><type>test-jar</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>5af568087a50299314614730192c4b09</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>1</skipCount><totalCount>44</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>47886</duration><estimatedDuration>48748</estimatedDuration><fullDisplayName>μStories 2021 - Team A » Service #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412305</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java</affectedPath><commitId>678021156f490121dca38e9a43b599f0788c8a6f</commitId><timestamp>1607981108000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/acdominguez</absoluteUrl><fullName>acdominguez</fullName></author><authorEmail>¨acdominguez@esei.uvigo.es¨</authorEmail><comment>tsk30 Fixed Story validation and set Author when creates Story
Modifies Story validation methods to apply only to the time to post a
Story. The tests related to the Story entity have also been modified. In
addition,the function has been modified publish to the Story service to
set the author. For this, it has disabled a test, testPublicate(),
waiting for next modifications.
</comment><date>2020-12-14 22:25:08 +0100</date><id>678021156f490121dca38e9a43b599f0788c8a6f</id><msg>tsk30 Fixed Story validation and set Author when creates Story</msg><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</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>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/acdominguez</absoluteUrl><fullName>acdominguez</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-service</artifactId><canonicalName>dgss2021-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4b93f8668641e454ed7aca84a857db60</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-service/86/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>43d00970941f9750f073a6a893e65d42</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>3970d5316a466e5ed718efa8e195600f</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>0b7a9c9c61a73ceec502a4470140c433</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/86/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#86</displayName><duration>9393</duration><estimatedDuration>8067</estimatedDuration><fullDisplayName>μStories 2021 - Team A » Tests #86</fullDisplayName><id>86</id><keepLog>false</keepLog><number>86</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1607981412305</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/86/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/86/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2021-teamA-microstories-tests</artifactId><canonicalName>dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>60450a8e877eb88551e17c5c34a90596</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/86/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>