{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 46,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/93/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "domain-0.0.1-SNAPSHOT-javadoc.jar",
      "fileName" : "domain-0.0.1-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "domain-0.0.1-SNAPSHOT-sources.jar",
      "fileName" : "domain-0.0.1-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "domain-0.0.1-SNAPSHOT.jar",
      "fileName" : "domain-0.0.1-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar"
    },
    {
      "displayPath" : "domain-0.0.1-SNAPSHOT.pom",
      "fileName" : "domain-0.0.1-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#93",
  "duration" : 14661,
  "estimatedDuration" : 27522,
  "executor" : null,
  "fullDisplayName" : "LETTA » Domain #93",
  "id" : "93",
  "keepLog" : false,
  "number" : 93,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1448927891729,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/93/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java",
          "tests/src/main/resources/datasets/anne-joins-event-10.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java",
          "jsf/src/main/webapp/index.xhtml",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexPage.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java"
        ],
        "commitId" : "4703fbc188e60dbf452e43255138c3958963c5fd",
        "timestamp" : 1448927811000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
          "fullName" : "Miguel Reboiro-Jato"
        },
        "authorEmail" : "mrjato@esei.uvigo.es",
        "comment" : "Solves several problems with the tests\nThe event creation form includes a calendar component for selecting the\nevent date that was causing test execution blocks. This commit hides\nthis component by using a little trick (clicking in a previous component\nand waiting a few milliseconds).\nIn addition, the usage of beans.xml and TestPrincipal in \nJoinEventControllerTest was causing an unexpected behaviour, as the\nPrincipal didn't returned \"anonymous\" when no user where logged. This\ntest case also had several implementation errors and the LoginPage\nclass, on which this test case depends, where inconsistent with the HTML\ncontent of the login.xhtml page.\nFinally, the EventsDatset has been refactorized to remove several unused \nmethods and to add the id to the events.\nDespite this changes, there are several elements of this classes that\ncan be improved.\n",
        "date" : "2015-12-01 00:56:51 +0100",
        "id" : "4703fbc188e60dbf452e43255138c3958963c5fd",
        "msg" : "Solves several problems with the tests",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/anne-joins-event-10.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexPage.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java"
          },
          {
            "editType" : "delete",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java"
          }
        ]
      }
    ],
    "kind" : null
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
      "fullName" : "Miguel Reboiro-Jato"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/93/mavenArtifacts/"
  }
}