{
  "_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" : 59,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
            "branch" : [
              {
                "SHA1" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
            "branch" : [
              {
                "SHA1" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
        "branch" : [
          {
            "SHA1" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-1819-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 297,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#59",
  "duration" : 204711,
  "estimatedDuration" : 212891,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A #59",
  "id" : "59",
  "keepLog" : False,
  "number" : 59,
  "queueId" : 172,
  "result" : "SUCCESS",
  "timestamp" : 1544888708357,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/59/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java",
          "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",
          "rest/src/test/resources/web.xml",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceUnitTestSuite.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java"
        ],
        "commitId" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
        "timestamp" : 1544888629000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
          "fullName" : "git"
        },
        "authorEmail" : "git@git.com",
        "comment" : "Tsk34 Adds a resource to find own microstories\nAdds a new UserResource class and adds a new method to retrieve the\nstories by a an authenticated author with all the necessaries test\nclasses and resources. Modifies the UserService to add a new checking to\nthrow an exception if the login is empty. Modifies the UserService test\nclass to test this modification. Modifies the web.xml to activate the\nsecurity constraints to add restrictions to find stories by a specific\nauthor. Adds a new httpStatus to check the forbidden status.\n",
        "date" : "2018-12-15 16:43:49 +0100",
        "id" : "37ccd40453a52ffaf29b76ed01f41713ef7c0709",
        "msg" : "Tsk34 Adds a resource to find own microstories",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceUnitTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/web.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
      "fullName" : "git"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}