<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>88</buildNumber><marked><SHA1>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</SHA1><branch><SHA1>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</SHA1><branch><SHA1>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</SHA1><branch><SHA1>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2223-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>1</skipCount><totalCount>18</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#88</displayName><duration>126431</duration><estimatedDuration>146373</estimatedDuration><fullDisplayName>μStories 2223 - Team A #88</fullDisplayName><id>88</id><keepLog>false</keepLog><number>88</number><queueId>339</queueId><result>SUCCESS</result><timestamp>1671058266462</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/user/sadielgodales/my-views/view/all/job/%CE%BCStories%202223%20-%20Team%20A/88/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><commitId>4d99f56c8cf453c79008b76c36010f87c13161fc</commitId><timestamp>1671054806000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk11 Adds search view
The search view has been created and it is accesible from the index
file. More stories were added to the sql as the search view shows 9
items.
</comment><date>2022-12-14 22:53:26 +0100</date><id>4d99f56c8cf453c79008b76c36010f87c13161fc</id><msg>tsk11 Adds search view</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java</affectedPath><commitId>ac50aa27dc4a5ab2fb0a766713b279f6961bfb66</commitId><timestamp>1671055277000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk11 Adds pagination to the search view
Added the pagination to the search view with buttons to access Next and 
Previous pages and indicate the current page. A service method was
created to count the total number of pages for a text search. This is
done in order to disable the Next button in the pagination.
</comment><date>2022-12-14 23:01:17 +0100</date><id>ac50aa27dc4a5ab2fb0a766713b279f6961bfb66</id><msg>tsk11 Adds pagination to the search view</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><commitId>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</commitId><timestamp>1671057534000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk11 Updates the Search page
Removed some unused methods and variables from the StoryController
class. Updated the search view to use the correct methods. Added
documentation to the method getTotalPagesSearchText.
</comment><date>2022-12-14 23:38:54 +0100</date><id>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</id><msg>tsk11 Updates the Search page</msg><path><editType>edit</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>