<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>6</buildNumber><marked><SHA1>94b2a5618c1b00e628dd68263c020c084e687f71</SHA1><branch><SHA1>94b2a5618c1b00e628dd68263c020c084e687f71</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>94b2a5618c1b00e628dd68263c020c084e687f71</SHA1><branch><SHA1>94b2a5618c1b00e628dd68263c020c084e687f71</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>94b2a5618c1b00e628dd68263c020c084e687f71</SHA1><branch><SHA1>94b2a5618c1b00e628dd68263c020c084e687f71</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-1819-teamA/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>69</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><building>false</building><displayName>#6</displayName><duration>107290</duration><estimatedDuration>212891</estimatedDuration><fullDisplayName>μStories - Team A #6</fullDisplayName><id>6</id><keepLog>false</keepLog><number>6</number><queueId>38</queueId><result>SUCCESS</result><timestamp>1541756527967</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/6/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>.gitignore</affectedPath><commitId>0ad86d6e03f68b3e6f08a9c28ff6845422ff6c23</commitId><timestamp>1541756411000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Modifies .gitignore
In order to ignore iml files, the .gitignore file is modified
</comment><date>2018-11-09 10:40:11 +0100</date><id>0ad86d6e03f68b3e6f08a9c28ff6845422ff6c23</id><msg>Modifies .gitignore</msg><path><editType>edit</editType><file>.gitignore</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</affectedPath><affectedPath>domain/pom.xml</affectedPath><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>pom.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>94b2a5618c1b00e628dd68263c020c084e687f71</commitId><timestamp>1541756444000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></author><authorEmail>gvgomez@esei.uvigo.es</authorEmail><comment>Tsk1 Create Story Entity
Adds the Story class to store the objects related to the stories Adds
the necessary SQL files to create/insert/delete data and tables Adds the
test class for the Story class and the Test Suite Modifies the poms to
add the dependency to apache commons-lang
</comment><date>2018-11-09 10:40:44 +0100</date><id>94b2a5618c1b00e628dd68263c020c084e687f71</id><msg>Tsk1 Create Story Entity</msg><path><editType>add</editType><file>additional-material/db/microstories-mysql.delete.sql</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.data.sql</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java</file></path><path><editType>add</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java</file></path><path><editType>edit</editType><file>pom.xml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez</absoluteUrl><fullName>gvgomez</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>