{
  "_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" : 35,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
            "branch" : [
              {
                "SHA1" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
            "branch" : [
              {
                "SHA1" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
        "branch" : [
          {
            "SHA1" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
            "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" : 167,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#35",
  "duration" : 296203,
  "estimatedDuration" : 409851,
  "executor" : null,
  "fullDisplayName" : "LIGAaaS Team B #35",
  "id" : "35",
  "keepLog" : false,
  "number" : 35,
  "queueId" : 136,
  "result" : "SUCCESS",
  "timestamp" : 1511780946540,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LIGAaaS%20Team%20B/35/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/UserRoleCaller.java",
          "service/src/test/resources/beans.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java",
          "service/src/test/resources/test-persistence.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/Deployments.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/AdminRoleCaller.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/CompetitionTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java"
        ],
        "commitId" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
        "timestamp" : 1511779600000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/anrodriquez",
          "fullName" : "anrodriquez"
        },
        "authorEmail" : "anrodriquez@esei.uvigo.es",
        "comment" : "tsk8 Adds user creation in the service layer\nAdded a simple ejb user for user creation and corresponding test Created\na class to facilitate the deployment of arquilian for the tests with the\nbasic elements Created the TestSuite entity to run all the tests of this\nlayer Created the class to compare user entities Created the admin and\nuser roles for the application Created a simple user datasets\nFixes the declaration the variables ArrayList to the Collection type and\ntheir constructors Fixes for the @Column inside the relationship JPA \nFixes the mappedBy between relations JPA Fixes the direct insertion of\nlisting in the player entity declaring the @ElementCollection\n",
        "date" : "2017-11-27 11:46:40 +0100",
        "id" : "064a5cfa2c2a58a2d206e1fff73a6df651c59d30",
        "msg" : "tsk8 Adds user creation in the service layer",
        "paths" : [
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/CompetitionTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/Deployments.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/resources/test-persistence.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/UserRoleCaller.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/resources/beans.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/AdminRoleCaller.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/anrodriquez",
      "fullName" : "anrodriquez"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}