{
  "_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" : 31,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
            "branch" : [
              {
                "SHA1" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
            "branch" : [
              {
                "SHA1" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
        "branch" : [
          {
            "SHA1" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2021-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 28,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#31",
  "duration" : 166140,
  "estimatedDuration" : 198178,
  "executor" : None,
  "fullDisplayName" : "μStories 2021 - Team A #31",
  "id" : "31",
  "keepLog" : False,
  "number" : 31,
  "queueId" : 31,
  "result" : "SUCCESS",
  "timestamp" : 1606417868241,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/31/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryManagedBean.java"
        ],
        "commitId" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
        "timestamp" : 1606417093000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/fercamta",
          "fullName" : "fercamta"
        },
        "authorEmail" : "fercamta@gmail.com",
        "comment" : "tsk5 Fixes the story service to provide the latest published stories\nFixes the sql sentence of the method in service layer to properly return \nthe 6 most recent published storioes. This method called \"last\" is \nproperly renamed to \"getRecent\". In addition, the service test have been \nreworked (involving the datasets) to check the requirements of getting 6 \nstories and returning those published in order by date. Consequently, \nthe jsf and rest layers have been adapted to the changes in the method \nof service. Finally, it has been corrected the missing of the two topics \nin the isEqualToStory class.\n",
        "date" : "2020-11-26 19:58:13 +0100",
        "id" : "4c2644edaeab9c512a5472a1a9c0b68d0cd4b004",
        "msg" : "tsk5 Fixes the story service to provide the latest published stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/fercamta",
      "fullName" : "fercamta"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}