{
  "_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" : 149,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
            "branch" : [
              {
                "SHA1" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
            "branch" : [
              {
                "SHA1" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
        "branch" : [
          {
            "SHA1" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-1718-teamB/ligaaas.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 269,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#149",
  "duration" : 354843,
  "estimatedDuration" : 409851,
  "executor" : None,
  "fullDisplayName" : "LIGAaaS Team B #149",
  "id" : "149",
  "keepLog" : False,
  "number" : 149,
  "queueId" : 349,
  "result" : "SUCCESS",
  "timestamp" : 1514305749766,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/user/arfarinha/my-views/view/All/job/LIGAaaS%20Team%20B/149/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/IsEqualToHeadquarters.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/HeadquartersDataset.java",
          "tests/src/main/resources/datasets/headquartersList.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/HeadquartersServiceIntegrationTest.java",
          "tests/src/main/resources/datasets/headquarters.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Headquarter.java",
          "tests/src/main/resources/datasets/headquartersAfterUpdate.xml",
          "tests/src/main/resources/datasets/headquartersAfterCreate.xml",
          "tests/src/main/resources/scripts/cleanupHeadquartersTests.sql",
          "service/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/HeadquartersService.java",
          "tests/src/main/resources/datasets/headquartersAfterDelete.xml"
        ],
        "commitId" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
        "timestamp" : 1514305580000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/agbrey",
          "fullName" : "agbrey"
        },
        "authorEmail" : "agbrey@esei.uvigo.es",
        "comment" : "tsk54 Adds headquarters service\nAdds methods for manage headquarters, moreover includes xml files for\ntests. It's a basic headquarters service to begin to implement\nheadquarters jsf view.\n",
        "date" : "2017-12-26 17:26:20 +0100",
        "id" : "98fc162829b5f71ed82b2d59e7b0a885fcf64c90",
        "msg" : "tsk54 Adds headquarters service",
        "paths" : [
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/HeadquartersServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/HeadquartersService.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/headquarters.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/headquartersAfterUpdate.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/IsEqualToHeadquarters.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/headquartersAfterCreate.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/headquartersAfterDelete.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/headquartersList.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/scripts/cleanupHeadquartersTests.sql"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/HeadquartersDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Headquarter.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/agbrey",
      "fullName" : "agbrey"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}