{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 28,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/102/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "service-0.0.1-SNAPSHOT-javadoc.jar",
      "fileName" : "service-0.0.1-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "service-0.0.1-SNAPSHOT-sources.jar",
      "fileName" : "service-0.0.1-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "service-0.0.1-SNAPSHOT.jar",
      "fileName" : "service-0.0.1-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar"
    },
    {
      "displayPath" : "service-0.0.1-SNAPSHOT.pom",
      "fileName" : "service-0.0.1-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#102",
  "duration" : 75656,
  "estimatedDuration" : 105919,
  "executor" : None,
  "fullDisplayName" : "LETTA » Service #102",
  "id" : "102",
  "keepLog" : False,
  "number" : 102,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1449168010127,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/102/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.java"
        ],
        "commitId" : "4938ed36b399642b1083790a738a85834d8e118d",
        "timestamp" : 1449144677000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
          "fullName" : "Miguel Reboiro-Jato"
        },
        "authorEmail" : "mrjato@esei.uvigo.es",
        "comment" : "Fixes the message generation in the EventAlreadyJoinedException class\nThe message in the EventAlreadyJoinedException was intended to contain \nthe user's login and the message's id, but it wasn't. This commit fixes \nthis problem, changing the formatting method employed.\n",
        "date" : "2015-12-03 13:11:17 +0100",
        "id" : "4938ed36b399642b1083790a738a85834d8e118d",
        "msg" : "Fixes the message generation in the EventAlreadyJoinedException class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java",
          "jsf/src/main/webapp/joinEvent.xhtml",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java",
          "jsf/src/main/webapp/index.xhtml",
          "service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java",
          "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java"
        ],
        "commitId" : "191cc8e9fe2da08a1931cc9f9c528c4609ea09a7",
        "timestamp" : 1449167193000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/mrjato",
          "fullName" : "Miguel Reboiro-Jato"
        },
        "authorEmail" : "mrjato@esei.uvigo.es",
        "comment" : "tsk14 Solves some inconsistencies in the event join action\nThe current implementation of the event joining action was inconsistent \nand caused some unexpected results arbitrarily. The main cause was the \nuse of forms inside an repeat element in the JSF layer. This \nimplementation has been changed and, instead of using a form, a link \nredirects the join request to a new joinEvent.xhtml page, that processes \nthe request.\n",
        "date" : "2015-12-03 19:26:33 +0100",
        "id" : "191cc8e9fe2da08a1931cc9f9c528c4609ea09a7",
        "msg" : "tsk14 Solves some inconsistencies in the event join action",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/joinEvent.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.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$service/102/mavenArtifacts/"
  }
}