{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT-javadoc.jar",
      "fileName" : "tests-0.0.1-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT-sources.jar",
      "fileName" : "tests-0.0.1-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT.jar",
      "fileName" : "tests-0.0.1-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar"
    },
    {
      "displayPath" : "tests-0.0.1-SNAPSHOT.pom",
      "fileName" : "tests-0.0.1-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#102",
  "duration" : 5406,
  "estimatedDuration" : 9632,
  "executor" : None,
  "fullDisplayName" : "LETTA » Tests #102",
  "id" : "102",
  "keepLog" : False,
  "number" : 102,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1449168010125,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/logout.xhtml",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventPage.java",
          "jsf/src/main/webapp/searchResults.xhtml",
          "jsf/src/main/webapp/confirm.xhtml",
          "jsf/src/main/webapp/index.xhtml",
          "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java",
          "jsf/src/main/webapp/template/templateHeader.xhtml",
          "tests/src/main/resources/datasets/users-create-event.xml",
          "jsf/src/main/webapp/template/templateLayout.xhtml",
          "jsf/src/main/webapp/template/templateFooter.xhtml",
          "jsf/src/main/webapp/login.xhtml",
          "jsf/src/main/webapp/joinEvent.xhtml",
          "jsf/src/main/webapp/createEvent.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java",
          "jsf/src/main/webapp/template/templateContent.xhtml",
          "jsf/src/main/webapp/template/templateHeaderUser.xhtml",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java",
          "jsf/src/main/webapp/register.xhtml"
        ],
        "commitId" : "88b50f351f7729a53699b20a53efd61fb8db0d1d",
        "timestamp" : 1449167318000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
          "fullName" : "Miguel Reboiro-Jato"
        },
        "authorEmail" : "mrjato@esei.uvigo.es",
        "comment" : "Adds functionalities for anonymous user check to the LoginUserController\nThis new functionalities make easier to check whether the current user \nis an anonymous user or not. Additionally, redirecting functions based \non user anonymity were added to avoid illegal page access. This \nfunctions can be used as \"preView\" events, to avoid page rendering when \nthe user can't access a certaing page.\n",
        "date" : "2015-12-03 19:28:38 +0100",
        "id" : "88b50f351f7729a53699b20a53efd61fb8db0d1d",
        "msg" : "Adds functionalities for anonymous user check to the LoginUserController",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/template/templateContent.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/logout.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/users-create-event.xml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/confirm.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/template/templateHeaderUser.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/joinEvent.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/template/templateLayout.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/createEvent.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/template/templateHeader.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/searchResults.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/login.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/register.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/template/templateFooter.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventPage.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
      "fullName" : "Miguel Reboiro-Jato"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/mavenArtifacts/"
  }
}