{
  "_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" : 88,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
            "branch" : [
              {
                "SHA1" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
            "branch" : [
              {
                "SHA1" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
        "branch" : [
          {
            "SHA1" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2223-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 1,
      "totalCount" : 18,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#88",
  "duration" : 126431,
  "estimatedDuration" : 146373,
  "executor" : None,
  "fullDisplayName" : "μStories 2223 - Team A #88",
  "id" : "88",
  "keepLog" : False,
  "number" : 88,
  "queueId" : 339,
  "result" : "SUCCESS",
  "timestamp" : 1671058266462,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/88/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java",
          "jsf/src/main/webapp/searchStories.xhtml"
        ],
        "commitId" : "4d99f56c8cf453c79008b76c36010f87c13161fc",
        "timestamp" : 1671054806000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
          "fullName" : "martinperez.patricia"
        },
        "authorEmail" : "martinperez.patricia@gmail.com",
        "comment" : "tsk11 Adds search view\nThe search view has been created and it is accesible from the index\nfile. More stories were added to the sql as the search view shows 9\nitems.\n",
        "date" : "2022-12-14 22:53:26 +0100",
        "id" : "4d99f56c8cf453c79008b76c36010f87c13161fc",
        "msg" : "tsk11 Adds search view",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/searchStories.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java",
          "jsf/src/main/webapp/searchStories.xhtml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
        ],
        "commitId" : "ac50aa27dc4a5ab2fb0a766713b279f6961bfb66",
        "timestamp" : 1671055277000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
          "fullName" : "martinperez.patricia"
        },
        "authorEmail" : "martinperez.patricia@gmail.com",
        "comment" : "tsk11 Adds pagination to the search view\nAdded the pagination to the search view with buttons to access Next and \nPrevious pages and indicate the current page. A service method was\ncreated to count the total number of pages for a text search. This is\ndone in order to disable the Next button in the pagination.\n",
        "date" : "2022-12-14 23:01:17 +0100",
        "id" : "ac50aa27dc4a5ab2fb0a766713b279f6961bfb66",
        "msg" : "tsk11 Adds pagination to the search view",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/searchStories.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java",
          "jsf/src/main/webapp/searchStories.xhtml"
        ],
        "commitId" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
        "timestamp" : 1671057534000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
          "fullName" : "martinperez.patricia"
        },
        "authorEmail" : "martinperez.patricia@gmail.com",
        "comment" : "tsk11 Updates the Search page\nRemoved some unused methods and variables from the StoryController\nclass. Updated the search view to use the correct methods. Added\ndocumentation to the method getTotalPagesSearchText.\n",
        "date" : "2022-12-14 23:38:54 +0100",
        "id" : "d9fc1b08a06f389824a142a9e8d559f72aae1ba9",
        "msg" : "tsk11 Updates the Search page",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/searchStories.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
      "fullName" : "martinperez.patricia"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}