{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 176,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_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-domain/69/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar",
      "fileName" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom",
      "fileName" : "dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss1819-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss1819-teamA-microstories-domain-0.2.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#69",
  "duration" : 13300,
  "estimatedDuration" : 14079,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A » Domain #69",
  "id" : "69",
  "keepLog" : False,
  "number" : 69,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1545091989133,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/69/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java",
          "tests/src/main/resources/datasets/stories-remove.xml",
          "tests/src/main/resources/datasets/stories-create-with-one-theme.xml",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java",
          "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",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java",
          "additional-material/db/microstories-mysql.data.sql",
          "tests/src/main/resources/datasets/stories-update-story-theme.xml"
        ],
        "commitId" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
        "timestamp" : 1545091781000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
          "fullName" : "git"
        },
        "authorEmail" : "git@git.com",
        "comment" : "Tsk35 Adds implementation to add and update stories\nAdds in the StoryService the necessary methods to create and update\nstories. Creates a new StoryServiceTests to check the IllegalAccess\ncreations and deletions and adds to the StoryIntegration the test to\ncheck the new implementation. Modifies the sql and xml files to add a\nnew Author without stories to use in the tests. Modifies the passwords\nin the dataset because they were wrong. Adds a new constructor in the\nStory class to use in the dataset.\n",
        "date" : "2018-12-18 01:09:41 +0100",
        "id" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
        "msg" : "Tsk35 Adds implementation to add and update stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create-with-two-theme.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update-story-theme.xml"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create-with-one-theme.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-remove.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update-story.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
      "fullName" : "git"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss1819-teamA-microstories-domain/69/mavenArtifacts/"
  }
}