<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><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>26</buildNumber><marked><SHA1>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</SHA1><branch><SHA1>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</SHA1><branch><SHA1>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</SHA1><branch><SHA1>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</SHA1><name>refs/remotes/origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/pfc/sepia.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>71</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><building>false</building><displayName>#26</displayName><duration>57470</duration><estimatedDuration>22774</estimatedDuration><fullDisplayName>SEPIA #26</fullDisplayName><id>26</id><keepLog>false</keepLog><number>26</number><queueId>4</queueId><result>SUCCESS</result><timestamp>1509470708992</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/view/all/job/SEPIA/26/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>web/src/main/webapp/index.xhtml</affectedPath><affectedPath>service/src/main/java/es/uvigo/ei/sing/sepia/service/SepiaDateEJB.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/ei/sing/sepia/service/SepiaDateLocal.java</affectedPath><affectedPath>web/src/main/webapp/private/addBackground.xhtml</affectedPath><affectedPath>service/pom.xml</affectedPath><affectedPath>web/src/main/resources/es/uvigo/ei/sing/sepia/web/inter/welcome_en.properties</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Cormobidities.java</affectedPath><affectedPath>domain/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/PrincipalBean.java</affectedPath><affectedPath>web/src/main/webapp/js/index.js</affectedPath><affectedPath>service/src/main/java/es/uvigo/ei/sing/sepia/service/SepiaRulesEJB.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Patient.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/SepiaConfig.java</affectedPath><affectedPath>domain/src/main/resources/sepia-rules/sepia-focusType.drl</affectedPath><affectedPath>domain/src/test/java/es/uvigo/ei/sing/sepia/rules/SepiaRulesTest.java</affectedPath><affectedPath>web/src/main/webapp/private/backgroundPatient.xhtml</affectedPath><affectedPath>domain/src/main/resources/sepia-rules/sepia-phases.drl</affectedPath><affectedPath>web/src/main/webapp/WEB-INF/.faces-config.xml.jsfdia</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Epoc.java</affectedPath><affectedPath>web/src/main/webapp/js/background.js</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Background.java</affectedPath><affectedPath>web/src/main/webapp/WEB-INF/web.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/SepiaDate.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/DefaultSepiaDate.java</affectedPath><affectedPath>web/src/main/resources/es/uvigo/ei/sing/sepia/web/inter/welcome_es.properties</affectedPath><affectedPath>web/src/main/webapp/private/template.xhtml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/DateUtil.java</affectedPath><affectedPath>web/src/main/webapp/private/focusType.xhtml</affectedPath><affectedPath>web/src/main/webapp/css/style.css</affectedPath><affectedPath>web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AddPatientBean.java</affectedPath><affectedPath>web/src/main/webapp/private/patientDetails.xhtml</affectedPath><affectedPath>web/src/main/webapp/WEB-INF/faces-config.xml</affectedPath><affectedPath>domain/src/main/resources/sepia-rules/sepia-rules.drl</affectedPath><affectedPath>web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AddBackgroundBean.java</affectedPath><commitId>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</commitId><timestamp>1509470367000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/noquintero</absoluteUrl><fullName>noquintero</fullName></author><authorEmail>noquintero@esei.uvigo.es</authorEmail><comment>Adds simulator for change the date of system sepia Deletes entity
Cormobidities and values are passed to background Deletes entity
DateUtil the method are passed to DefaultSepiaDate Creates entity
SepiaConfig for managed the dates Creates interface SepiaDate for dates
methods Adds PrincipalBean for managed dates Adds and changes rules for
all focus type
</comment><date>2017-10-31 18:19:27 +0100</date><id>76b7ae76ac685a22b2c26408b9a8e3cb49402d43</id><msg>Adds simulator for change the date of system sepia Deletes entity</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/ei/sing/sepia/service/SepiaRulesEJB.java</file></path><path><editType>edit</editType><file>web/src/main/webapp/WEB-INF/web.xml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/SepiaConfig.java</file></path><path><editType>add</editType><file>web/src/main/webapp/js/index.js</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/ei/sing/sepia/service/SepiaDateLocal.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/ei/sing/sepia/service/SepiaDateEJB.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/ei/sing/sepia/service/PatientEJB.java</file></path><path><editType>edit</editType><file>web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AddPatientBean.java</file></path><path><editType>add</editType><file>web/src/main/webapp/WEB-INF/.faces-config.xml.jsfdia</file></path><path><editType>edit</editType><file>web/src/main/webapp/js/background.js</file></path><path><editType>edit</editType><file>domain/src/main/resources/sepia-rules/sepia-rules.drl</file></path><path><editType>edit</editType><file>web/src/main/webapp/private/backgroundPatient.xhtml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/SepiaDate.java</file></path><path><editType>edit</editType><file>web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/AddBackgroundBean.java</file></path><path><editType>edit</editType><file>web/src/main/webapp/private/template.xhtml</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/DateUtil.java</file></path><path><editType>edit</editType><file>web/src/main/webapp/css/style.css</file></path><path><editType>add</editType><file>web/src/main/java/es/uvigo/ei/sing/sepia/web/jsf/PrincipalBean.java</file></path><path><editType>edit</editType><file>web/src/main/webapp/private/patientDetails.xhtml</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/DefaultSepiaDate.java</file></path><path><editType>edit</editType><file>service/pom.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Background.java</file></path><path><editType>edit</editType><file>domain/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>web/src/main/resources/es/uvigo/ei/sing/sepia/web/inter/welcome_en.properties</file></path><path><editType>edit</editType><file>web/src/main/webapp/private/addBackground.xhtml</file></path><path><editType>edit</editType><file>web/src/main/webapp/index.xhtml</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Cormobidities.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Epoc.java</file></path><path><editType>edit</editType><file>domain/src/main/resources/sepia-rules/sepia-focusType.drl</file></path><path><editType>edit</editType><file>web/src/main/resources/es/uvigo/ei/sing/sepia/web/inter/welcome_es.properties</file></path><path><editType>edit</editType><file>domain/src/main/resources/sepia-rules/sepia-phases.drl</file></path><path><editType>edit</editType><file>web/src/main/webapp/private/focusType.xhtml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/ei/sing/sepia/rules/SepiaRulesTest.java</file></path><path><editType>edit</editType><file>web/src/main/webapp/WEB-INF/faces-config.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/ei/sing/sepia/domain/Patient.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/noquintero</absoluteUrl><fullName>noquintero</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>