{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 92,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
            "branch" : [
              {
                "SHA1" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
            "branch" : [
              {
                "SHA1" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
        "branch" : [
          {
            "SHA1" : "36395f68894f7ff55991bb1d9c4b0001a0a8518a",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 111,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#92",
  "duration" : 196775,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #92",
  "id" : "92",
  "keepLog" : False,
  "number" : 92,
  "queueId" : 217,
  "result" : "SUCCESS",
  "timestamp" : 1639836671030,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/92/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.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",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryCreationDto.java",
          "tests/src/main/resources/datasets/stories-new.xml",
          "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" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.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" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryCreationDto.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-new.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
      "fullName" : "aggarcia3"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}