{
  "_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" : 68,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
            "branch" : [
              {
                "SHA1" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
            "branch" : [
              {
                "SHA1" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
        "branch" : [
          {
            "SHA1" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
            "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" : 323,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#68",
  "duration" : 207963,
  "estimatedDuration" : 212891,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A #68",
  "id" : "68",
  "keepLog" : False,
  "number" : 68,
  "queueId" : 183,
  "result" : "SUCCESS",
  "timestamp" : 1545080288111,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/68/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "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",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java",
          "tests/src/main/resources/datasets/author-create-with-stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "tests/src/main/resources/datasets/author-create-without-stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
        ],
        "commitId" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
        "timestamp" : 1545080225000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bmcandeias",
          "fullName" : "bmcandeias"
        },
        "authorEmail" : "bmcandeias@esei.uvigo.es",
        "comment" : "Tsk53 Adds the functionality to create an author\nAdds the service to create a new Author. This service is in the\nUserService class but is allowed to all users unlike the other services\nof the class. The class Author changes the initialization of their\nstories by a LinkedHashSet to ensure that the order in the insertions of\nthe microstories.\n",
        "date" : "2018-12-17 21:57:05 +0100",
        "id" : "55120634969cb0c4d871bed733b0d7d7ec9fc5a9",
        "msg" : "Tsk53 Adds the functionality to create an author",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/author-create-with-stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/author-create-without-stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bmcandeias",
      "fullName" : "bmcandeias"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}