<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause><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>73</buildNumber><marked><SHA1>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</SHA1><branch><SHA1>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</SHA1><branch><SHA1>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</SHA1><branch><SHA1>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2122-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>75</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#73</displayName><duration>189712</duration><estimatedDuration>207892</estimatedDuration><fullDisplayName>μStories 2122 - Team A #73</fullDisplayName><id>73</id><keepLog>false</keepLog><number>73</number><queueId>123</queueId><result>SUCCESS</result><timestamp>1638480443627</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/73/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java</affectedPath><commitId>6e0e698f745e886ca8f07ae5c7662763ba11a151</commitId><timestamp>1638475927000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4</absoluteUrl><fullName>bcgonzalez4</fullName></author><authorEmail>bcgonzalez4@esei.uvigo.es</authorEmail><comment>Fix error in authoried of class
Fix error in author of StoryService class
</comment><date>2021-12-02 21:12:07 +0100</date><id>6e0e698f745e886ca8f07ae5c7662763ba11a151</id><msg>Fix error in authoried of class</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java</affectedPath><affectedPath>jsf/src/main/webapp/WEB-INF/templates/template.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/advanceSearch.xhtml</affectedPath><commitId>67786a87354706028855ee830aaed487600c18af</commitId><timestamp>1638475927000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4</absoluteUrl><fullName>bcgonzalez4</fullName></author><authorEmail>bcgonzalez4@esei.uvigo.es</authorEmail><comment>tsk 15 - Adds explore stories search view
Adds view for advance search form and its given results Adds new methods
in story search managed bean to get search results
</comment><date>2021-12-02 21:12:07 +0100</date><id>67786a87354706028855ee830aaed487600c18af</id><msg>tsk 15 - Adds explore stories search view</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/advanceSearch.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/WEB-INF/templates/template.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/WEB-INF/templates/template.xhtml</affectedPath><commitId>c84b4e3b3a5cdf1d2542825184011405a75d05fa</commitId><timestamp>1638475927000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4</absoluteUrl><fullName>bcgonzalez4</fullName></author><authorEmail>bcgonzalez4@esei.uvigo.es</authorEmail><comment>tsk 16 - Adds explore button in the main view
Adds a button to go to advance search (explore more stories) view
</comment><date>2021-12-02 21:12:07 +0100</date><id>c84b4e3b3a5cdf1d2542825184011405a75d05fa</id><msg>tsk 16 - Adds explore button in the main view</msg><path><editType>edit</editType><file>jsf/src/main/webapp/WEB-INF/templates/template.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Publicated.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java</affectedPath><commitId>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</commitId><timestamp>1638476497000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4</absoluteUrl><fullName>bcgonzalez4</fullName></author><authorEmail>bcgonzalez4@esei.uvigo.es</authorEmail><comment>tsk 18 - Adds resource method to find stories with advanced search
Includes method to find stories by genre, theme and publication date. A
enum publicated is added to represent possible date ranges.
</comment><date>2021-12-02 21:21:37 +0100</date><id>13f15cb0e8dfa61af98fe513916fbac5fa770f2a</id><msg>tsk 18 - Adds resource method to find stories with advanced search</msg><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java</file></path><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>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.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>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Publicated.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4</absoluteUrl><fullName>bcgonzalez4</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>