{
  "_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/268/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "tests-0.3.0-SNAPSHOT-javadoc.jar",
      "fileName" : "tests-0.3.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.3.0-SNAPSHOT/tests-0.3.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "tests-0.3.0-SNAPSHOT-sources.jar",
      "fileName" : "tests-0.3.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.3.0-SNAPSHOT/tests-0.3.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "tests-0.3.0-SNAPSHOT.jar",
      "fileName" : "tests-0.3.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.3.0-SNAPSHOT/tests-0.3.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "tests-0.3.0-SNAPSHOT.pom",
      "fileName" : "tests-0.3.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.3.0-SNAPSHOT/tests-0.3.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "Tests",
  "duration" : 5684,
  "estimatedDuration" : 9632,
  "executor" : None,
  "fullDisplayName" : "LETTA » Tests Tests",
  "id" : "268",
  "keepLog" : False,
  "number" : 268,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1465569490078,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/268/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/pom.xml",
          "tests/pom.xml",
          "rest/pom.xml",
          "ear/pom.xml",
          "domain/pom.xml",
          "pom.xml",
          "service/pom.xml"
        ],
        "commitId" : "e12a574fb5c86755effb7ee5b2e1c6bb7fd4e6da",
        "timestamp" : 1461931628000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
          "fullName" : "Miguel Reboiro-Jato"
        },
        "authorEmail" : "mrjato@esei.uvigo.es",
        "comment" : "Changes version to start the v0.3.0 development\nIn the v0.3.0 the minimum viable product will be completed with\ninternationalization and advanced exploring options.\n",
        "date" : "2016-04-29 14:07:08 +0200",
        "id" : "e12a574fb5c86755effb7ee5b2e1c6bb7fd4e6da",
        "msg" : "Changes version to start the v0.3.0 development",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ear/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/events-modified-summary.xml",
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java",
          "tests/src/main/resources/datasets/events-modified-date.xml",
          "tests/src/main/resources/datasets/events-modified-category.xml",
          "tests/src/main/resources/datasets/events-modified.xml",
          "tests/src/main/resources/scripts/cleanup.sql",
          "rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java",
          "tests/src/main/resources/datasets/notifications-modified.xml",
          "tests/src/main/resources/datasets/user-notifications-modified.xml",
          "tests/src/main/resources/datasets/events-modified-location.xml",
          "service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java",
          "tests/src/main/resources/datasets/events-modified-title.xml",
          "tests/src/main/resources/datasets/user-notifications.xml"
        ],
        "commitId" : "95687f98ef5adbce5562992ae51fb80fa33b2948",
        "timestamp" : 1464927272000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/afnandin",
          "fullName" : "afnandin"
        },
        "authorEmail" : "afnandin@esei.uvigo.es",
        "comment" : "tsk97 Adds generation of notifications when an event is cancelled or\nmodified\nModifies EventEJB so that when an event is cancelled or modified, its\nattendees receive a notification. It also sends the notification by\nemail to those attendees who have previously chosen this feature in\ntheir own profile.\nModifies testing in the Service and Rest layers so they support\nNotifications.\nAdds new datasets and modifies previous ones to use in the testing\nclasses.\nModifies the order of deletion in cleanup.sql so that it does not leave\ninvalid foreign keys.\n",
        "date" : "2016-06-03 06:14:32 +0200",
        "id" : "95687f98ef5adbce5562992ae51fb80fa33b2948",
        "msg" : "tsk97 Adds generation of notifications when an event is cancelled or",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/events-modified-date.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/notifications-modified.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/user-notifications-modified.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/events-modified-location.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/events-modified-title.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/events-modified-category.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/events-modified.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/events-modified-summary.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/user-notifications.xml"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/afnandin",
      "fullName" : "afnandin"
    },
    {
      "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$tests/268/mavenArtifacts/"
  }
}