{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-tests/92/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-tests-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#92",
  "duration" : 8758,
  "estimatedDuration" : 12351,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B » Tests #92",
  "id" : "92",
  "keepLog" : False,
  "number" : 92,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1639836671891,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-tests/92/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java",
          "tests/src/main/resources/datasets/stories-new.xml",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryCreationDto.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
        ],
        "commitId" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
        "timestamp" : 1639836392000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "tsk40 Adds REST endpoint to create stories\nThis commit adds the necessary REST controller method, in addition to \nthe related unit and integration tests and DTOs.\nThe test story matcher was modified to allow ignoring comparing dates, \nas when a story is created its creation date is set automatically by the \nEJB to the current date, and thus it is not predictable beforehand. \nLikewise, I realized that the @ShouldMatchDataSet annotation has an \nadditional parameter to ignore the unpredictable date column, so let's \nget rid of a helper method I implemented in a previous commit to pass \ntests.\n",
        "date" : "2021-12-18 15:06:32 +0100",
        "id" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
        "msg" : "tsk40 Adds REST endpoint to create stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-new.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryCreationDto.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
      "fullName" : "aggarcia3"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-tests/92/mavenArtifacts/"
  }
}