{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/88/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom"
    },
    {
      "displayPath" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war",
      "fileName" : "dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "JSF",
  "duration" : 9566,
  "estimatedDuration" : 12147,
  "executor" : None,
  "fullDisplayName" : "μStories 2223 - Team A » JSF JSF",
  "id" : "88",
  "keepLog" : False,
  "number" : 88,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1671058266984,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/88/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "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/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/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.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/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"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
      "fullName" : "martinperez.patricia"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/88/mavenArtifacts/"
  }
}