<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-domain</artifactId><canonicalName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>a7ede9e6811df0bf300e644ee8582594</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-domain</artifactId><canonicalName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>43d8724207c358a2b749890515792edb</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1718-teamD-ligaaas-domain</artifactId><canonicalName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>bb7550eae095fb2f46fdb7b7c6e1eedf</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>45</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-domain/35/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>20316</duration><estimatedDuration>18760</estimatedDuration><fullDisplayName>LIGAaaS Team D » Domain #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1529661910872</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-domain/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/FacilityDataset.java</affectedPath><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/resources/scripts/facility.sql</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityServiceIntegrationTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityService.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Facility.java</affectedPath><commitId>93b5b1dd330bb6d40d5cca93eb3acdc76dcbc920</commitId><timestamp>1529661898000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jrferreira</absoluteUrl><fullName>jrferreira</fullName></author><authorEmail>jrferreira@esei.uvigo.es</authorEmail><comment>Task 23 Added Facility service, createFacility Added create facility
Added test support for FacilityIntegrationTest Added
FacilityIntegrationTest to ServiceIntegrationTestSuite Added datasets
for testing FacilityService Added Facility to cleanup script Modified
Facility testing constructor to skip setting an id
</comment><date>2018-06-22 12:04:58 +0200</date><id>93b5b1dd330bb6d40d5cca93eb3acdc76dcbc920</id><msg>Task 23 Added Facility service, createFacility Added create facility</msg><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/FacilityDataset.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityServiceIntegrationTest.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityService.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Facility.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>add</editType><file>tests/src/main/resources/scripts/facility.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jrferreira</absoluteUrl><fullName>jrferreira</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-domain/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-domain</artifactId><canonicalName>dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>18ca3e8d77e9ca8ae447f2e2f86b84a8</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-domain/35/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1718-teamD-ligaaas-ear</artifactId><canonicalName>dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>90076165bea92c2dc598dd26d0511a53</md5sum><type>ear</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-ear/35/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-ear/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-ear/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>6987</duration><estimatedDuration>7664</estimatedDuration><fullDisplayName>LIGAaaS Team D » EAR #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1529661910886</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-ear/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-ear/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-ear</artifactId><canonicalName>dgss1718-teamD-ligaaas-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>07b051b719244b4f65a85376f4a26a12</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-ear/35/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-jsf</artifactId><canonicalName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>59ea6746e526410817f8381d5fade86a</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-jsf</artifactId><canonicalName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>c49b60ac7fdea34ad1f4b5fefb21c0ba</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1718-teamD-ligaaas-jsf</artifactId><canonicalName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>5b6d7d2db3a7790de939f40139183ca1</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-jsf/35/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-jsf/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-jsf/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-jsf/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-jsf/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>15492</duration><estimatedDuration>14435</estimatedDuration><fullDisplayName>LIGAaaS Team D » JSF #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1529661910884</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-jsf/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-jsf/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-jsf</artifactId><canonicalName>dgss1718-teamD-ligaaas-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>b1ee556827284e994394a28e8b65a4b3</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-jsf/35/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1718-teamD-ligaaas-pom</artifactId><canonicalName>dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>f8e86eb7d5b7585f9e4789a7347e28f5</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-pom/35/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-pom/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>13214</duration><estimatedDuration>10687</estimatedDuration><fullDisplayName>LIGAaaS Team D » LIGAaaaS 17/18 Team D #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1529661910871</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-pom/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-pom/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-pom</artifactId><canonicalName>dgss1718-teamD-ligaaas-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>f8e86eb7d5b7585f9e4789a7347e28f5</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-pom/35/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-rest</artifactId><canonicalName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>71c6567ef4b9e2c6af46f9a8613e6d3c</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-rest</artifactId><canonicalName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>f44f4f866035e033023d38a2a9a05c4f</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1718-teamD-ligaaas-rest</artifactId><canonicalName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>3ca3b45646762220a98af6f58417f56b</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>5</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-rest/35/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-rest/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>65260</duration><estimatedDuration>65013</estimatedDuration><fullDisplayName>LIGAaaS Team D » REST #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1529661910882</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-rest/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-rest/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-rest</artifactId><canonicalName>dgss1718-teamD-ligaaas-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>3917e5bbbca868e2b7d3e9d896122f65</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-rest/35/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-service</artifactId><canonicalName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>6d92ca7da6cec3ec3f168aab8a5988de</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-service</artifactId><canonicalName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>ec1d6d1be5e8df874c4a00840552a9b3</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-service</artifactId><canonicalName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>90ffd6f83db7795b5c1330f3f2ee734e</md5sum><type>test-jar</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1718-teamD-ligaaas-service</artifactId><canonicalName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>a748652bab795b951069f1b9b5670f41</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>1</failCount><skipCount>2</skipCount><totalCount>62</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-service/35/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-service/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-service/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-service/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-service/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-service/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>91086</duration><estimatedDuration>101306</estimatedDuration><fullDisplayName>LIGAaaS Team D » Service #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1529661910881</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-service/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/FacilityDataset.java</affectedPath><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/resources/scripts/facility.sql</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityServiceIntegrationTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityService.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Facility.java</affectedPath><commitId>93b5b1dd330bb6d40d5cca93eb3acdc76dcbc920</commitId><timestamp>1529661898000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jrferreira</absoluteUrl><fullName>jrferreira</fullName></author><authorEmail>jrferreira@esei.uvigo.es</authorEmail><comment>Task 23 Added Facility service, createFacility Added create facility
Added test support for FacilityIntegrationTest Added
FacilityIntegrationTest to ServiceIntegrationTestSuite Added datasets
for testing FacilityService Added Facility to cleanup script Modified
Facility testing constructor to skip setting an id
</comment><date>2018-06-22 12:04:58 +0200</date><id>93b5b1dd330bb6d40d5cca93eb3acdc76dcbc920</id><msg>Task 23 Added Facility service, createFacility Added create facility</msg><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/FacilityDataset.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityServiceIntegrationTest.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityService.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Facility.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>add</editType><file>tests/src/main/resources/scripts/facility.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jrferreira</absoluteUrl><fullName>jrferreira</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-service/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-service</artifactId><canonicalName>dgss1718-teamD-ligaaas-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>9fb40da475144e97509751d9ef951498</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-service/35/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-tests</artifactId><canonicalName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>041274093229b96eb6e80c80a37c9f4f</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1718-teamD-ligaaas-tests</artifactId><canonicalName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>075a1205b1654a67eab923981b70be19</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1718-teamD-ligaaas-tests</artifactId><canonicalName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>7f6b88a7a5873e51f14532f7b56c7f09</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-tests/35/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-tests/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-tests/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-tests/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-tests/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#35</displayName><duration>16237</duration><estimatedDuration>12122</estimatedDuration><fullDisplayName>LIGAaaS Team D » Tests #35</fullDisplayName><id>35</id><keepLog>false</keepLog><number>35</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1529661910879</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-tests/35/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/FacilityDataset.java</affectedPath><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/resources/scripts/facility.sql</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityServiceIntegrationTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityService.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Facility.java</affectedPath><commitId>93b5b1dd330bb6d40d5cca93eb3acdc76dcbc920</commitId><timestamp>1529661898000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jrferreira</absoluteUrl><fullName>jrferreira</fullName></author><authorEmail>jrferreira@esei.uvigo.es</authorEmail><comment>Task 23 Added Facility service, createFacility Added create facility
Added test support for FacilityIntegrationTest Added
FacilityIntegrationTest to ServiceIntegrationTestSuite Added datasets
for testing FacilityService Added Facility to cleanup script Modified
Facility testing constructor to skip setting an id
</comment><date>2018-06-22 12:04:58 +0200</date><id>93b5b1dd330bb6d40d5cca93eb3acdc76dcbc920</id><msg>Task 23 Added Facility service, createFacility Added create facility</msg><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/FacilityDataset.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityServiceIntegrationTest.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/FacilityService.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Facility.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/ServiceIntegrationTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>add</editType><file>tests/src/main/resources/scripts/facility.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jrferreira</absoluteUrl><fullName>jrferreira</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-tests/35/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1718-teamD-ligaaas-tests</artifactId><canonicalName>dgss1718-teamD-ligaaas-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamD.ligaaas</groupId><md5sum>06df160e3af94b8abc4d9fb5bc074a85</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-tests/35/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>