{
  "_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/106/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" : "#106",
  "duration" : 5701,
  "estimatedDuration" : 9632,
  "executor" : None,
  "fullDisplayName" : "LETTA » Tests #106",
  "id" : "106",
  "keepLog" : False,
  "number" : 106,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1449264430262,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/106/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/letta/mail/RegexMatcher.java"
        ],
        "commitId" : "75b0a397b51ef25801ac36f5fa41175eea1668d1",
        "timestamp" : 1449261845000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3",
          "fullName" : "bcgonzalez3"
        },
        "authorEmail" : "bcgonzalez3@esei.uvigo.es",
        "comment" : "Adds a new Hamcrest matcher for regular expressions\nThe RegexMatcher is a basic Hamcrest matcher that check if a string \nmatches a given regular expression.\n",
        "date" : "2015-12-04 21:44:05 +0100",
        "id" : "75b0a397b51ef25801ac36f5fa41175eea1668d1",
        "msg" : "Adds a new Hamcrest matcher for regular expressions",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/mail/RegexMatcher.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/test/resources-wildfly-embedded-mysql/beans.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/mail/Email.java",
          "jsf/src/test/resources-wildfly-embedded-h2/beans.xml",
          "jsf/src/test/resources-wildfly-embedded-h2/beans-mailer.xml",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer.java",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/mail/MailBox.java",
          "jsf/src/test/resources-wildfly-embedded-mysql/beans-mailer.xml"
        ],
        "commitId" : "3285f34f61ba56f6dde383404b7ad27ed22170e4",
        "timestamp" : 1449261845000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3",
          "fullName" : "bcgonzalez3"
        },
        "authorEmail" : "bcgonzalez3@esei.uvigo.es",
        "comment" : "Adds a TestingMailer to the JSF module\nTestingMailer is a stub implementation of the Mailer interface intended \nto be used in the tests. This class replaces the DefaultMailer to store \nthe emails sent instead of effectively sending them.\nThis email also adds the Email and MailBox classes to the tests module. \nThis classes can be used to ease the implementation of stub Mailer. \nActually, the JSF's TestingMailer extends the MailBox class.\n",
        "date" : "2015-12-04 21:44:05 +0100",
        "id" : "3285f34f61ba56f6dde383404b7ad27ed22170e4",
        "msg" : "Adds a TestingMailer to the JSF module",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/util/mail/TestingMailer.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/test/resources-wildfly-embedded-h2/beans-mailer.xml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/resources-wildfly-embedded-mysql/beans.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/mail/MailBox.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/mail/Email.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/resources-wildfly-embedded-h2/beans.xml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/test/resources-wildfly-embedded-mysql/beans-mailer.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterForm.java",
          "jsf/src/main/webapp/register.xhtml",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterPage.java"
        ],
        "commitId" : "dbb4f543f0e35bd6d8e1f5c5f351fd61422801bb",
        "timestamp" : 1449264249000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3",
          "fullName" : "bcgonzalez3"
        },
        "authorEmail" : "bcgonzalez3@esei.uvigo.es",
        "comment" : "Merges a temporal branch failing test.\nAdded a test for register user controller Created a testing mailer to\nsimulate send a confirmation email.\n",
        "date" : "2015-12-04 22:24:09 +0100",
        "id" : "dbb4f543f0e35bd6d8e1f5c5f351fd61422801bb",
        "msg" : "Merges a temporal branch failing test.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UsersDataset.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterForm.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/register.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/RegisterPage.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez3",
      "fullName" : "bcgonzalez3"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/106/mavenArtifacts/"
  }
}