<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><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/13/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>#13</displayName><duration>8133</duration><estimatedDuration>12174</estimatedDuration><fullDisplayName>μStories 2122 - Team C » Tests #13</fullDisplayName><id>13</id><keepLog>false</keepLog><number>13</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1636647908297</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/13/</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>rest/src/main/webapp/WEB-INF/web.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-remove.xml</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResource.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceUnitTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceUnitTestSuite.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceIntegrationTestSuite.java</affectedPath><affectedPath>rest/src/test/resources/test-persistence.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-create.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>rest/src/test/resources/web.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/GenericTypes.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java</affectedPath><commitId>d63ff445bb6b96f2dc0b54cf948a756df14c399b</commitId><timestamp>1636647432000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mvaugusto</absoluteUrl><fullName>mvaugusto</fullName></author><authorEmail>mvaugusto@esei.uvigo.es</authorEmail><comment>tsk7 Adds resource for retrieving the most recent stories
Adds the API Rest for retrieving the 6 most recent stories with tests 
Changes genre declaration position in entity Story for preventing a
"genre must be set" error when parsing a Story from JSON Adds the Story
class declaration in test-persistence.xml on rest
</comment><date>2021-11-11 17:17:12 +0100</date><id>d63ff445bb6b96f2dc0b54cf948a756df14c399b</id><msg>tsk7 Adds resource for retrieving the most recent stories</msg><path><editType>edit</editType><file>rest/src/test/resources/web.xml</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceUnitTest.java</file></path><path><editType>edit</editType><file>rest/src/main/webapp/WEB-INF/web.xml</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-update.xml</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceUnitTestSuite.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/GenericTypes.java</file></path><path><editType>edit</editType><file>rest/src/test/resources/test-persistence.xml</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java</file></path><path><editType>add</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-create.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-remove.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mvaugusto</absoluteUrl><fullName>mvaugusto</fullName></culprit><mavenArtifacts><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/13/mavenArtifacts/</url></mavenArtifacts></mavenBuild>