<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d53e75c4d7db0f26f97f7e13d7c737e0</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b9d2717e1fbbaee3f12587a188f6ac3f</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1e0aea54dd37cb3a79bce2bd7c6d800c</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>134</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/134/</url></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>90ce3a40e766b43716a917a867a3e33e</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/134/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#134</displayName><duration>5364</duration><estimatedDuration>2981</estimatedDuration><fullDisplayName>microstories-2324-teamA » Tests #134</fullDisplayName><id>134</id><keepLog>false</keepLog><number>134</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1702640470246</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/134/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/favourites-add.xml</affectedPath><commitId>6d07c607dc05d083bb11dd56e7ec9bf78a2c057e</commitId><timestamp>1702640387000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ncgomez17</absoluteUrl><fullName>ncgomez17</fullName></author><authorEmail>ncgomez17@esei.uvigo.es</authorEmail><comment>tsk63 Adds method and tests to add story in a favourite list Created
resource for adding stories in favourites lists and created the tests
with the corresponding datasets.
</comment><date>2023-12-15 12:39:47 +0100</date><id>6d07c607dc05d083bb11dd56e7ec9bf78a2c057e</id><msg>tsk63 Adds method and tests to add story in a favourite list Created</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/favourites-add.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ncgomez17</absoluteUrl><fullName>ncgomez17</fullName><id>ncgomez17</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>ncgomez17@esei.uvigo.es</address></property></culprit><mavenArtifacts><attachedArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>d53e75c4d7db0f26f97f7e13d7c737e0</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b9d2717e1fbbaee3f12587a188f6ac3f</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1e0aea54dd37cb3a79bce2bd7c6d800c</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>134</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/134/</url></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>90ce3a40e766b43716a917a867a3e33e</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/134/mavenArtifacts/</url></mavenArtifacts></mavenBuild>