{
  "_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" : 53,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
            "branch" : [
              {
                "SHA1" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
            "branch" : [
              {
                "SHA1" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
        "branch" : [
          {
            "SHA1" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
            "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" : 272,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#53",
  "duration" : 195952,
  "estimatedDuration" : 212891,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A #53",
  "id" : "53",
  "keepLog" : False,
  "number" : 53,
  "queueId" : 157,
  "result" : "SUCCESS",
  "timestamp" : 1544562546479,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/53/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Administrator.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java",
          "jsf/src/main/webapp/resources/components/storyCard.xhtml",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java",
          "jsf/src/main/webapp/resources/components/carousel.xhtml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToGenre.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.java"
        ],
        "commitId" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
        "timestamp" : 1544562487000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
          "fullName" : "git"
        },
        "authorEmail" : "git@git.com",
        "comment" : "Tsk50 Improves the tests coverage and implementations\nAdds a new matcher to check if two genres are equals. Modifies also the\nstory and theme matchers to complete the coverage and use the genre\nmatcher properly. Removes from the story matcher the relations check\nbecause the themes have no relations. Adds new tests from the StoryRest\nto check all the possible combinations of allowed dates. Adds a regular\nexpresion to check the id in the findById rest method. Modifies the\nstory text from the JSF to limit the length in the carousel and in the\nstory card. Adds commentaries to explain the purpose of enumerates.\nFixes the DateRange to prevent that throws a nullPointer if not\nspecifies range or if the range is Any_Moment because the date is \nunlimited. Removes unused constructors from story class and sets\nproperly the xmlTransient and removes the EAGER initialization and\nXmlAccessorType annotation to prevent the lazy initialization exception.\nRemoves all toString methods from all the classes because may produce a\nlazy initialization exception.\n",
        "date" : "2018-12-11 22:08:07 +0100",
        "id" : "cb1aabb9409273b00ec5eeccb670e5b53b38e412",
        "msg" : "Tsk50 Improves the tests coverage and implementations",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToGenre.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/DateRange.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Administrator.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Author.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/resources/components/storyCard.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/IsEqualToTheme.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/resources/components/carousel.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Reading.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/git",
      "fullName" : "git"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}