{
  "_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" : 65,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
            "branch" : [
              {
                "SHA1" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
            "branch" : [
              {
                "SHA1" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
        "branch" : [
          {
            "SHA1" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2425-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" : "#65",
  "duration" : 130215,
  "estimatedDuration" : 104601,
  "executor" : None,
  "fullDisplayName" : "microstories-2425-teamA #65",
  "id" : "65",
  "keepLog" : False,
  "number" : 65,
  "queueId" : 68,
  "result" : "SUCCESS",
  "timestamp" : 1734370027451,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/view/all/job/microstories-2425-teamA/65/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java",
          "jsf/src/main/java/ListStoryManagedBean.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "jsf/src/main/java/ReadStoryManagedBean.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
        "timestamp" : 1734369806000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/tie15albertomoure",
          "fullName" : "tie15albertomoure"
        },
        "authorEmail" : "tie15albertomoure@gmail.com",
        "comment" : "tsk 25-26 Adds the pagination function to the EJB and REST\nfunctionalities\nAdds the functionality to do paged database lookups to both EJB and REST \nlayers along with their respective tests. Also some missing tests have \nbeen created for the EJB, and the StoryDataset class methods have been \nadapted. Finally, the JSF was adapted to accept these new paged search \nfunctions.\n",
        "date" : "2024-12-16 18:23:26 +0100",
        "id" : "454fce5618a763cd38842b2a5dcd09dd52f7fa2e",
        "msg" : "tsk 25-26 Adds the pagination function to the EJB and REST",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/ListStoryManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/ReadStoryManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/tie15albertomoure",
      "fullName" : "tie15albertomoure"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}