{
  "_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/68/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar",
      "fileName" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom",
      "fileName" : "dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-tests-0.2.0-SNAPSHOT.pom"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#68",
  "duration" : 7965,
  "estimatedDuration" : 8599,
  "executor" : null,
  "fullDisplayName" : "μStories - Team A » Tests #68",
  "id" : "68",
  "keepLog" : false,
  "number" : 68,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1545080288919,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-tests/68/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java",
          "tests/src/main/resources/datasets/author-create-with-stories.xml",
          "tests/src/main/resources/datasets/author-create-without-stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
        ],
        "commitId" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
        "timestamp" : 1545080225000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bmcandeias",
          "fullName" : "bmcandeias"
        },
        "authorEmail" : "bmcandeias@esei.uvigo.es",
        "comment" : "Tsk53 Adds the functionality to create an author\nAdds the service to create a new Author. This service is in the\nUserService class but is allowed to all users unlike the other services\nof the class. The class Author changes the initialization of their\nstories by a LinkedHashSet to ensure that the order in the insertions of\nthe microstories.\n",
        "date" : "2018-12-17 21:57:05 +0100",
        "id" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
        "msg" : "Tsk53 Adds the functionality to create an author",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/author-create-without-stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/author-create-with-stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java"
          }
        ]
      }
    ],
    "kind" : null
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bmcandeias",
      "fullName" : "bmcandeias"
    }
  ],
  "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/68/mavenArtifacts/"
  }
}