<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/9/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#9</displayName><duration>3314</duration><estimatedDuration>2927</estimatedDuration><fullDisplayName>microstories-2425-teamA » Tests #9</fullDisplayName><id>9</id><keepLog>false</keepLog><number>9</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1731605470935</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/9/</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>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-remove.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><commitId>6a63e3fb962ac626de162a367ca5c777309e1e5a</commitId><timestamp>1731603691000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412</absoluteUrl><fullName>miguigg1412</fullName></author><authorEmail>miguigg1412@gmail.com</authorEmail><comment>tsk3/4 Creation of datasets and the matcher
Creation of the datasets and the matcher for the entity Story. The class
StoryDataset is yet to be finalized
</comment><date>2024-11-14 18:01:31 +0100</date><id>6a63e3fb962ac626de162a367ca5c777309e1e5a</id><msg>tsk3/4 Creation of datasets and the matcher</msg><path><editType>add</editType><file>tests/src/main/resources/datasets/stories.xml</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/stories-remove.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/stories-update.xml</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><commitId>15e3c623fcd340f19d8dd32098d70ed569ecacf6</commitId><timestamp>1731604788000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412</absoluteUrl><fullName>miguigg1412</fullName></author><authorEmail>miguigg1412@gmail.com</authorEmail><comment>tsk3-4 Matcher and dataset development
It has been developed the matcher class and the dataset, it has been
also created the dataset class with all of their methods.
</comment><date>2024-11-14 18:19:48 +0100</date><id>15e3c623fcd340f19d8dd32098d70ed569ecacf6</id><msg>tsk3-4 Matcher and dataset development</msg><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.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/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412</absoluteUrl><fullName>miguigg1412</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-tests/9/mavenArtifacts/</url></mavenArtifacts></mavenBuild>