{
  "_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/158/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "tests-0.2.0-SNAPSHOT-javadoc.jar",
      "fileName" : "tests-0.2.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "tests-0.2.0-SNAPSHOT-sources.jar",
      "fileName" : "tests-0.2.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "tests-0.2.0-SNAPSHOT.jar",
      "fileName" : "tests-0.2.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "tests-0.2.0-SNAPSHOT.pom",
      "fileName" : "tests-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT.pom"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#158",
  "duration" : 5479,
  "estimatedDuration" : 9632,
  "executor" : null,
  "fullDisplayName" : "LETTA » Tests #158",
  "id" : "158",
  "keepLog" : false,
  "number" : 158,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1450168871822,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/158/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java",
          "rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java",
          "domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java",
          "tests/src/main/resources/datasets/events-less-than-five.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.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/events.xml",
          "tests/src/main/resources/datasets/new-event.xml",
          "tests/src/main/resources/datasets/events-less-than-twenty.xml",
          "additional-material/db/letta.full.sql",
          "service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java",
          "tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java"
        ],
        "commitId" : "f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4",
        "timestamp" : 1450168812000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova",
          "fullName" : "jacasanova"
        },
        "authorEmail" : "jacasanova@esei.uvigo.es",
        "comment" : "tsk58-59 Adds the attribute cancelled to Event\nModifies Event to include the attribute cancelled. Modifies EventEJB to\nsupport the new attribute and includes the new exception\nEventIsCancelledException (now an User can't join a cancelled Event and\na cancelled Event will not appear in a search). Modifies Tests to\nsupport the new attribute. Modifies Datasets to support the new\nattribute. Modifies DB (sql) to support the new attribute.\n",
        "date" : "2015-12-15 09:40:12 +0100",
        "id" : "f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4",
        "msg" : "tsk58-59 Adds the attribute cancelled to Event",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events-less-than-five.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/letta.test.sql"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/new-event.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events-less-than-twenty.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/letta.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events.xml"
          }
        ]
      }
    ],
    "kind" : null
  },
  "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/158/mavenArtifacts/"
  }
}