{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss1819-teamB-microstories-jsf/28/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss1819-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss1819-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss1819-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT.pom"
    },
    {
      "displayPath" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT.war",
      "fileName" : "dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT.war",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss1819-teamB-microstories-jsf/0.1.0-SNAPSHOT/dgss1819-teamB-microstories-jsf-0.1.0-SNAPSHOT.war"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#28",
  "duration" : 27744,
  "estimatedDuration" : 13691,
  "executor" : null,
  "fullDisplayName" : "μStories - Team B » JSF #28",
  "id" : "28",
  "keepLog" : false,
  "number" : 28,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1542739687465,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss1819-teamB-microstories-jsf/28/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java"
        ],
        "commitId" : "918569d04c26c320e6125ba6f2ac079876fe2925",
        "timestamp" : 1542738918000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
          "fullName" : "lrcortizo"
        },
        "authorEmail" : "lrcortizo@esei.uvigo.es",
        "comment" : "task6 Recent stories list in index.xhtml\nCreates jsf for recent stories list with a maximum of 6 and order by\npublication date\n",
        "date" : "2018-11-20 19:35:18 +0100",
        "id" : "918569d04c26c320e6125ba6f2ac079876fe2925",
        "msg" : "task6 Recent stories list in index.xhtml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java",
          "jsf/src/main/webapp/view.xhtml"
        ],
        "commitId" : "659d2f3e0709d18f1c2f1b15435d0d860a9c0feb",
        "timestamp" : 1542738918000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
          "fullName" : "lrcortizo"
        },
        "authorEmail" : "lrcortizo@esei.uvigo.es",
        "comment" : "tsk 8 Adds single view and links\nAdds single view of micrstories and links of most viewed in index\n",
        "date" : "2018-11-20 19:35:18 +0100",
        "id" : "659d2f3e0709d18f1c2f1b15435d0d860a9c0feb",
        "msg" : "tsk 8 Adds single view and links",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/view.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/pom.xml",
          "rest/src/main/webapp/WEB-INF/web.xml",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryResource.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/ResourceIntegrationTestSuite.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJBIntegrationTest.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryResourceRestTest.java",
          "service/pom.xml",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/GenericTypes.java"
        ],
        "commitId" : "4d5fca94c9297b240813d7f6f875176a6b3deb87",
        "timestamp" : 1542738918000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
          "fullName" : "lrcortizo"
        },
        "authorEmail" : "lrcortizo@esei.uvigo.es",
        "comment" : "tsk7 Creates REST recent list stories\nCreates Rest recent list stories with arquillian test\n",
        "date" : "2018-11-20 19:35:18 +0100",
        "id" : "4d5fca94c9297b240813d7f6f875176a6b3deb87",
        "msg" : "tsk7 Creates REST recent list stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/webapp/WEB-INF/web.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/pom.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/GenericTypes.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/pom.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryResource.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/ResourceIntegrationTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJBIntegrationTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java",
          "jsf/src/main/webapp/view.xhtml",
          "additional-material/db/microstories-mysql.data.sql",
          "jsf/src/main/webapp/defaultindex.xhtml",
          "jsf/src/main/webapp/index.xhtml",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJB.java",
          "jsf/src/main/webapp/template/layout.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java",
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "edebd85da8f172b3e1b5a68a02222a9da4e8ea68",
        "timestamp" : 1542738918000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
          "fullName" : "lrcortizo"
        },
        "authorEmail" : "lrcortizo@esei.uvigo.es",
        "comment" : "Fixes bugs and clean code\nFixes the using of jstl and delete unused html elements. Adds coherence\nin database insertions.\n",
        "date" : "2018-11-20 19:35:18 +0100",
        "id" : "edebd85da8f172b3e1b5a68a02222a9da4e8ea68",
        "msg" : "Fixes bugs and clean code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/template/layout.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/view.xhtml"
          },
          {
            "editType" : "delete",
            "file" : "jsf/src/main/webapp/defaultindex.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          }
        ]
      }
    ],
    "kind" : null
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
      "fullName" : "lrcortizo"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss1819-teamB-microstories-jsf/28/mavenArtifacts/"
  }
}