<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>35</buildNumber><marked><SHA1>2492d17c3359bf087ac0ad10d942056ae5ffffe9</SHA1><branch><SHA1>2492d17c3359bf087ac0ad10d942056ae5ffffe9</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>2492d17c3359bf087ac0ad10d942056ae5ffffe9</SHA1><branch><SHA1>2492d17c3359bf087ac0ad10d942056ae5ffffe9</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>2492d17c3359bf087ac0ad10d942056ae5ffffe9</SHA1><branch><SHA1>2492d17c3359bf087ac0ad10d942056ae5ffffe9</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>65</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#35</displayName><duration>179140</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>34</queueId><result>SUCCESS</result><timestamp>1637780948229</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/35/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/pom.xml</affectedPath><commitId>1d9c9110786c82493833b3c454172d805f2f8b9e</commitId><timestamp>1637780700000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk24 Adds the commons-lang3 dependency
Adds the necessary dependency to the pom.xml file of the domain project
to be able to use the string length checking methods in the Story entity
</comment><date>2021-11-24 20:05:00 +0100</date><id>1d9c9110786c82493833b3c454172d805f2f8b9e</id><msg>tsk24 Adds the commons-lang3 dependency</msg><path><editType>edit</editType><file>domain/pom.xml</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>0486cf0f0b21fcf8dd21b577ea208936db6203d5</commitId><timestamp>1637780700000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk24 Adds new annotations to the Story class
Adds new annotations to control the number of characters, date and
ensure that the columns of the Story class are not null. Adds a
correction for the subtopic can be null.
</comment><date>2021-11-24 20:05:00 +0100</date><id>0486cf0f0b21fcf8dd21b577ea208936db6203d5</id><msg>tsk24 Adds new annotations to the Story class</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>679637c8e23454a140da4cdeac445c4cbd383521</commitId><timestamp>1637780700000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk25 Improves Story entity tests
Improves Story entity testing, adds string size checks and date checks
</comment><date>2021-11-24 20:05:00 +0100</date><id>679637c8e23454a140da4cdeac445c4cbd383521</id><msg>tsk25 Improves Story entity tests</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>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>98c65ef464f44acfb748e23dd30cc7d9ec9846b0</commitId><timestamp>1637780700000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>fix: Fixes the sample data contained in the additional-materials script
Adds a date to some example data that were null. Modified the texts of
some stories that did not comply with the character limit.
</comment><date>2021-11-24 20:05:00 +0100</date><id>98c65ef464f44acfb748e23dd30cc7d9ec9846b0</id><msg>fix: Fixes the sample data contained in the additional-materials script</msg><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.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/StoryTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</affectedPath><commitId>fa7a5f4a00cf5beef49e349628595b3fb9d024c6</commitId><timestamp>1637780700000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk25 Removes date restrictions on the Story entity
Removes restrictions for adding a future date to the current date in the
Story entity
</comment><date>2021-11-24 20:05:00 +0100</date><id>fa7a5f4a00cf5beef49e349628595b3fb9d024c6</id><msg>tsk25 Removes date restrictions on the Story entity</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</file></path><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>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><commitId>2492d17c3359bf087ac0ad10d942056ae5ffffe9</commitId><timestamp>1637780700000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/yruben98</absoluteUrl><fullName>yruben98</fullName></author><authorEmail>yruben98@gmail.com</authorEmail><comment>tsk16 Adds browse button on home page and search button
Adds a button to give access to the browse view on top of the six most
recent stories and the stories resulting from the search
</comment><date>2021-11-24 20:05:00 +0100</date><id>2492d17c3359bf087ac0ad10d942056ae5ffffe9</id><msg>tsk16 Adds browse button on home page and search button</msg><path><editType>edit</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</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>