{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/82/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2021-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2021-teamA-microstories-tests-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#82",
  "duration" : 13985,
  "estimatedDuration" : 8067,
  "executor" : None,
  "fullDisplayName" : "μStories 2021 - Team A » Tests #82",
  "id" : "82",
  "keepLog" : False,
  "number" : 82,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1607874188220,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/82/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/stories-remove.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java",
          "additional-material/db/microstories-mysql.data.sql",
          "tests/src/main/resources/datasets/stories.xml",
          "tests/src/main/resources/datasets/user-create-story.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java",
          "tests/src/main/resources/datasets/user-publicate-story.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java",
          "additional-material/db/microstories-mysql.creation.sql",
          "tests/src/main/resources/datasets/user-update-story.xml"
        ],
        "commitId" : "e370a838ef764b17e30d007a0c2b076775175cac",
        "timestamp" : 1607873686000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/avosbrino",
          "fullName" : "avosbrino"
        },
        "authorEmail" : "avosbrino@esei.uvigo.es",
        "comment" : "tsk30 Add support for creating and modifying micro stories.\nCreate the function to create a story by a user, update the\nstory by the user and publish it, change the validation rules (content,\ntype, topic can be null), perform all validations when published. Fix\nerrors in insert db and primary key error in Story table.\n",
        "date" : "2020-12-13 16:34:46 +0100",
        "id" : "e370a838ef764b17e30d007a0c2b076775175cac",
        "msg" : "tsk30 Add support for creating and modifying micro stories.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-remove.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/user-create-story.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/user-update-story.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/user-publicate-story.xml"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/avosbrino",
      "fullName" : "avosbrino"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2021-teamA-microstories-tests/82/mavenArtifacts/"
  }
}