{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/23/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT-javadoc.jar",
      "fileName" : "tests-0.0.1-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT-sources.jar",
      "fileName" : "tests-0.0.1-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT.jar",
      "fileName" : "tests-0.0.1-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar"
    },
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT.pom",
      "fileName" : "tests-0.0.1-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#23",
  "duration" : 8053,
  "estimatedDuration" : 9632,
  "executor" : None,
  "fullDisplayName" : "LETTA » Tests #23",
  "id" : "23",
  "keepLog" : False,
  "number" : 23,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1448054171326,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/23/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/scripts/cleanup.sql",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.java",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java",
          "service/src/test/resources-wildfly-embedded-h2/beans.xml",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java",
          "service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java",
          "additional-material/wildfly/standalone.xml",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.java",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.java",
          "service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java"
        ],
        "commitId" : "158798897bb8c9759714f9a4a32a193e5c8bd808",
        "timestamp" : 1448053471000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova",
          "fullName" : "jacasanova"
        },
        "authorEmail" : "jacasanova@esei.uvigo.es",
        "comment" : "Adds the EJBs for the User registration.\nThe EJBs for the User registration has been added (included the email\nservice). The cleanup.sql script has been updated including the User and\nRegistration tables. The beans.xml has been updated including the\nTestingMailerEJB. The standalone.xml (additional-material/wildfly) has\nbeen updated including the configuration to send emails (the destination\nhost is localhost and the destination port is 25).\n",
        "date" : "2015-11-20 22:04:31 +0100",
        "id" : "158798897bb8c9759714f9a4a32a193e5c8bd808",
        "msg" : "Adds the EJBs for the User registration.",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/resources-wildfly-embedded-h2/beans.xml"
          },
          {
            "editType" : "delete",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/wildfly/standalone.xml"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.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$tests/23/mavenArtifacts/"
  }
}