<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>55</buildNumber><marked><SHA1>607a4f9ad2f9def0b676d5307455684219ed8ebf</SHA1><branch><SHA1>607a4f9ad2f9def0b676d5307455684219ed8ebf</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>607a4f9ad2f9def0b676d5307455684219ed8ebf</SHA1><branch><SHA1>607a4f9ad2f9def0b676d5307455684219ed8ebf</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>607a4f9ad2f9def0b676d5307455684219ed8ebf</SHA1><branch><SHA1>607a4f9ad2f9def0b676d5307455684219ed8ebf</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>83</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#55</displayName><duration>222656</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #55</fullDisplayName><id>55</id><keepLog>false</keepLog><number>55</number><queueId>92</queueId><result>SUCCESS</result><timestamp>1638299646931</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/55/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Visit.java</affectedPath><commitId>6b36d89c892e290b67d96c8c3fc5ce94c956c675</commitId><timestamp>1638298497000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Creates the entity Visit
Creates the Visit entity to record all the visits made to a specific
story, saving the date on which it is made
</comment><date>2021-11-30 19:54:57 +0100</date><id>6b36d89c892e290b67d96c8c3fc5ce94c956c675</id><msg>tsk28 Creates the entity Visit</msg><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Visit.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/VisitTest.java</affectedPath><commitId>d2ef8bd4d9fb6ed6ae30c3e225a9616a4f336302</commitId><timestamp>1638298522000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Adds the tests for the entity Visit
Adds the necessary tests to verify that the Visit entity is not faulty
and is working correctly
</comment><date>2021-11-30 19:55:22 +0100</date><id>d2ef8bd4d9fb6ed6ae30c3e225a9616a4f336302</id><msg>tsk28 Adds the tests for the entity Visit</msg><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/VisitTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</affectedPath><commitId>1f9d97f06ccb19cff504e4bb806d74110e8854a3</commitId><timestamp>1638298618000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Adds to the entity Story the attribute visits
Adds to the Story entity as an attribute the list of visits, and removes
the previous visits attribute
</comment><date>2021-11-30 19:56:58 +0100</date><id>1f9d97f06ccb19cff504e4bb806d74110e8854a3</id><msg>tsk28 Adds to the entity Story the attribute visits</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</affectedPath><commitId>315418c74259f96d973e48dc1d2d1ab2df7fff67</commitId><timestamp>1638298754000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Modifies the Story entity tests to adapt them to the new attribute
visits
Modifies the Story entity tests by deleting the old visits attribute,
replacing it with the new one
</comment><date>2021-11-30 19:59:14 +0100</date><id>315418c74259f96d973e48dc1d2d1ab2df7fff67</id><msg>tsk28 Modifies the Story entity tests to adapt them to the new attribute</msg><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><commitId>4aca1393af9ad2dd29c21e988183a78cf42ced5b</commitId><timestamp>1638299262000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Modifies service and rest tests to remove references to old
attribute visits
Modifies test files to remove references to the old visits attribute to
avoid integration problems with the new entity and attribute
</comment><date>2021-11-30 20:07:42 +0100</date><id>4aca1393af9ad2dd29c21e988183a78cf42ced5b</id><msg>tsk28 Modifies service and rest tests to remove references to old</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>cc44110227936d1b98abd0f3b3b94f88ac9cf0b0</commitId><timestamp>1638299349000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Modifies the database scripts with the new entity
Modifies the database scripts to remove the old attribute and add the
new entity. The creation, deletion, reset and example data of the new
entity is added.
</comment><date>2021-11-30 20:09:09 +0100</date><id>cc44110227936d1b98abd0f3b3b94f88ac9cf0b0</id><msg>tsk28 Modifies the database scripts with the new entity</msg><path><editType>edit</editType><file>additional-material/db/microstories-mysql.delete.sql</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.data.sql</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/EntitiesTestSuite.java</affectedPath><commitId>f71a7ef46a9e30d0ef0475d3e61a8aab6fbc6801</commitId><timestamp>1638299428000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Adds the Visit entity tests to the entity TestSuite
Adds the class with the Visit entity tests to the entity TestSuite
</comment><date>2021-11-30 20:10:28 +0100</date><id>f71a7ef46a9e30d0ef0475d3e61a8aab6fbc6801</id><msg>tsk28 Adds the Visit entity tests to the entity TestSuite</msg><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/EntitiesTestSuite.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/stories-visit-story.xml</affectedPath><commitId>607a4f9ad2f9def0b676d5307455684219ed8ebf</commitId><timestamp>1638299495000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk28 Deletes test database creation script
Removes test database creation script that is no longer needed, since
the visits attribute does not exist as an integer in the Story entity.
</comment><date>2021-11-30 20:11:35 +0100</date><id>607a4f9ad2f9def0b676d5307455684219ed8ebf</id><msg>tsk28 Deletes test database creation script</msg><path><editType>delete</editType><file>tests/src/main/resources/datasets/stories-visit-story.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>