{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 38,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_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/20/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "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"
    },
    {
      "displayPath" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT-sources.jar",
      "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"
    },
    {
      "displayPath" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamD.ligaaas/dgss1718-teamD-ligaaas-domain/0.1.0-SNAPSHOT/dgss1718-teamD-ligaaas-domain-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#20",
  "duration" : 18590,
  "estimatedDuration" : 18760,
  "executor" : None,
  "fullDisplayName" : "LIGAaaS Team D » Domain #20",
  "id" : "20",
  "keepLog" : False,
  "number" : 20,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1529316311523,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-domain/20/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/EntitiesTestSuite.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/CompetitionTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Competition.java"
        ],
        "commitId" : "9769bbe8a1e3fbbde257d1dad6eaff5403933426",
        "timestamp" : 1528645925000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/agbarbosa",
          "fullName" : "agbarbosa"
        },
        "authorEmail" : "agbarbosa@esei.uvigo.es",
        "comment" : "tsk7.1 Adds the competition entity + Added the competition class + Added\nthe tests for competition * Modified TestSuite to include the new tests\n",
        "date" : "2018-06-10 08:52:05 -0700",
        "id" : "9769bbe8a1e3fbbde257d1dad6eaff5403933426",
        "msg" : "tsk7.1 Adds the competition entity + Added the competition class + Added",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/EntitiesTestSuite.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/entities/CompetitionTest.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Competition.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/scripts/cleanup.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/TeamsDataset.java",
          "tests/src/main/resources/scripts/teams.sql",
          "tests/src/main/resources/datasets/teams.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Team.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java"
        ],
        "commitId" : "cf443d6d19e74b3becfbaec432b0d32fc2e6c06b",
        "timestamp" : 1528748507000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/anibalmgb1992",
          "fullName" : "anibalmgb1992"
        },
        "authorEmail" : "anibalmgb1992@gmail.com",
        "comment" : "Adds ejb methods to Team entity\nThis commit adds methods to the ejb layer of Teams Test are incomplete\ndue to technical problems The next commit will complete the tests\n",
        "date" : "2018-06-11 22:21:47 +0200",
        "id" : "cf443d6d19e74b3becfbaec432b0d32fc2e6c06b",
        "msg" : "Adds ejb methods to Team entity",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/TeamsDataset.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/scripts/teams.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/Team.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/IsEqualToTeam.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/teams.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/TeamService.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/agbarbosa",
      "fullName" : "agbarbosa"
    },
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/anibalmgb1992",
      "fullName" : "anibalmgb1992"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20D/es.uvigo.esei.dgss.teamD.ligaaas$dgss1718-teamD-ligaaas-domain/20/mavenArtifacts/"
  }
}