{
  "_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" : 69,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
            "branch" : [
              {
                "SHA1" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
            "branch" : [
              {
                "SHA1" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
        "branch" : [
          {
            "SHA1" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
            "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" : 342,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#69",
  "duration" : 221791,
  "estimatedDuration" : 212891,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A #69",
  "id" : "69",
  "keepLog" : False,
  "number" : 69,
  "queueId" : 184,
  "result" : "SUCCESS",
  "timestamp" : 1545091988409,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/69/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "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",
          "tests/src/main/resources/datasets/stories.xml",
          "tests/src/main/resources/datasets/stories-create-with-one-theme.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java",
          "additional-material/db/microstories-mysql.full.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java",
          "tests/src/main/resources/datasets/stories-update-story.xml",
          "tests/src/main/resources/datasets/stories-create-with-two-theme.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java",
          "additional-material/db/microstories-mysql.data.sql",
          "tests/src/main/resources/datasets/stories-update-story-theme.xml"
        ],
        "commitId" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
        "timestamp" : 1545091781000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
          "fullName" : "git"
        },
        "authorEmail" : "git@git.com",
        "comment" : "Tsk35 Adds implementation to add and update stories\nAdds in the StoryService the necessary methods to create and update\nstories. Creates a new StoryServiceTests to check the IllegalAccess\ncreations and deletions and adds to the StoryIntegration the test to\ncheck the new implementation. Modifies the sql and xml files to add a\nnew Author without stories to use in the tests. Modifies the passwords\nin the dataset because they were wrong. Adds a new constructor in the\nStory class to use in the dataset.\n",
        "date" : "2018-12-18 01:09:41 +0100",
        "id" : "6f2613068ff79cf070523e767b3bb1b0d8a825f5",
        "msg" : "Tsk35 Adds implementation to add and update stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIllegalAccessIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update-story.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create-with-two-theme.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create-with-one-theme.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-remove.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update-story-theme.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
      "fullName" : "git"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}