{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/14/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#14",
  "duration" : 8582,
  "estimatedDuration" : 8599,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A » Tests #14",
  "id" : "14",
  "keepLog" : False,
  "number" : 14,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1542233770193,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/14/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/webapp/WEB-INF/web.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java",
          "service/src/main/resources/META-INF/persistence.xml",
          "tests/src/main/resources/datasets/stories-create-with-one-theme.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "rest/src/test/resources/arquillian.xml",
          "jsf/src/main/jsf/StoryController.java",
          "rest/src/main/resources/META-INF/persistence.xml",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/GenericTypes.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.java",
          "rest/src/test/resources/test-persistence.xml",
          "jsf/src/main/resources/META-INF/persistence.xml",
          "additional-material/db/microstories-mysql.data.sql",
          "service/src/test/resources/jboss-web.xml",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java",
          "tests/src/main/resources/datasets/stories-remove.xml",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "tests/src/main/resources/datasets/stories.xml",
          "additional-material/db/microstories-mysql.full.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java",
          "tests/src/main/resources/datasets/stories-update-story.xml",
          "tests/src/main/resources/datasets/stories-create-with-two-theme.xml",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java",
          "rest/src/test/resources/web.xml",
          "tests/src/main/resources/datasets/stories-update-story-theme.xml",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceUnitTestSuite.java"
        ],
        "commitId" : "ec88e3bbc404e9aa9aec7f04cbf8a83cf73d19ae",
        "timestamp" : 1542233658000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/danyel_ou",
          "fullName" : "danyel_ou"
        },
        "authorEmail" : "danyel_ou@hotmail.es",
        "comment" : "Tsk7 Create Resource to recover the most recent stories\nAdds a new class to implement the rest resources Adds a new class to\nimplements the rest test resources Modifies findRecent Service to order\nstories by date and id Modifies datasets, xml and SQL files to add more\nvariety of stories\n",
        "date" : "2018-11-14 23:14:18 +0100",
        "id" : "ec88e3bbc404e9aa9aec7f04cbf8a83cf73d19ae",
        "msg" : "Tsk7 Create Resource to recover the most recent stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create-with-one-theme.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/webapp/WEB-INF/web.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/web.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceUnitTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/test-persistence.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.java"
          },
          {
            "editType" : "delete",
            "file" : "jsf/src/main/jsf/StoryController.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create-with-two-theme.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/arquillian.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update-story-theme.xml"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/resources/jboss-web.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-remove.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update-story.xml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/GenericTypes.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/danyel_ou",
      "fullName" : "danyel_ou"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/14/mavenArtifacts/"
  }
}