<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ed30e6086edb4b7489526fb6c0c346c9</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e5bb47536a1193545987cc62db1d2b80</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</canonicalName><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>7eafaa0e877e51452405e502c36fe015</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>91</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/91/</url></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>a822495259b8b82fc057b22f4412f31a</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/91/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-jsf/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#91</displayName><duration>11638</duration><estimatedDuration>10785</estimatedDuration><fullDisplayName>μStories - Team A » JSF #91</fullDisplayName><id>91</id><keepLog>false</keepLog><number>91</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1545589088711</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/91/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/userPage.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/resources/components/creationStoryModal.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/UserController.java</affectedPath><commitId>bb352b1fc6e9643df7f7c1e0629e6f41494803b7</commitId><timestamp>1545588976000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/dlgonzalez</absoluteUrl><fullName>dlgonzalez</fullName></author><authorEmail>dlgonzalez@esei.uvigo.es</authorEmail><comment>Tsk36 Modifies creation of microstories to the personal page
Moves createStory() method and all the relationated data from
storyController
to the userController because the user is who calls this method.
Modifies the
method in order to control that a story can´t have two equal themes.
Modifies
userPage using userController instead storyController. Modifies the
creationStoryModal adding a "Select" option in each menu of selection.
</comment><date>2018-12-23 19:16:16 +0100</date><id>bb352b1fc6e9643df7f7c1e0629e6f41494803b7</id><msg>Tsk36 Modifies creation of microstories to the personal page</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/UserController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/resources/components/creationStoryModal.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/userPage.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/dlgonzalez</absoluteUrl><fullName>dlgonzalez</fullName><id>dlgonzalez</id><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property><property _class='hudson.model.PaneStatusProperties'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>true</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>dlgonzalez@esei.uvigo.es</address></property></culprit><mavenArtifacts><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ed30e6086edb4b7489526fb6c0c346c9</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>e5bb47536a1193545987cc62db1d2b80</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</canonicalName><fileName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>7eafaa0e877e51452405e502c36fe015</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>91</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/91/</url></parent><pomArtifact><artifactId>dgss1819-teamA-microstories-jsf</artifactId><canonicalName>dgss1819-teamA-microstories-jsf-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>a822495259b8b82fc057b22f4412f31a</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-jsf/91/mavenArtifacts/</url></mavenArtifacts></mavenBuild>