{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 78,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/202/mavenArtifacts/"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "domain-0.2.0-SNAPSHOT-sources.jar",
      "fileName" : "domain-0.2.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "domain-0.2.0-SNAPSHOT.jar",
      "fileName" : "domain-0.2.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "domain-0.2.0-SNAPSHOT.pom",
      "fileName" : "domain-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#202",
  "duration" : 20075,
  "estimatedDuration" : 27522,
  "executor" : None,
  "fullDisplayName" : "LETTA » Domain #202",
  "id" : "202",
  "keepLog" : False,
  "number" : 202,
  "queueId" : -1,
  "result" : "FAILURE",
  "timestamp" : 1450807750554,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/202/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/registrations-register-user.xml",
          "tests/src/main/resources/datasets/events-less-than-five.xml",
          "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java",
          "additional-material/db/letta.test.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java",
          "tests/src/main/resources/datasets/new-user.xml",
          "tests/src/main/resources/datasets/users.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java",
          "tests/src/main/resources/datasets/events.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java",
          "tests/src/main/resources/datasets/events-modified.xml",
          "service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java",
          "domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/UserParameters.java",
          "tests/src/main/resources/datasets/userJohnModified.xml",
          "tests/src/main/resources/datasets/users-delete.xml",
          "tests/src/main/resources/datasets/events-less-than-twenty.xml",
          "additional-material/db/letta.full.sql",
          "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Registration.java"
        ],
        "commitId" : "787e6c2cd75b9e5435ef27c415a5313d4dc7f1db",
        "timestamp" : 1450807819000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova",
          "fullName" : "jacasanova"
        },
        "authorEmail" : "jacasanova@esei.uvigo.es",
        "comment" : "tsk94 Adds the attribute notifications to User\nModifies all the datasets to support the new attribute. Modifies all the\nDB to support the new attribute. Modifies the tests to supports the new\nattribute. Modifies User, UserParameters and Registration to support the\nnew attribute.\n",
        "date" : "2015-12-22 19:10:19 +0100",
        "id" : "787e6c2cd75b9e5435ef27c415a5313d4dc7f1db",
        "msg" : "tsk94 Adds the attribute notifications to User",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/letta.test.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events-less-than-twenty.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/users-delete.xml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/letta.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events-modified.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/registrations-register-user.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events-less-than-five.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Registration.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/users.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/new-user.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/UserParameters.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/userJohnModified.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova",
      "fullName" : "jacasanova"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/202/mavenArtifacts/"
  }
}