{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_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" : 20,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
            "branch" : [
              {
                "SHA1" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
            "branch" : [
              {
                "SHA1" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
        "branch" : [
          {
            "SHA1" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2122-teamC/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 59,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#20",
  "duration" : 320909,
  "estimatedDuration" : 259625,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team C #20",
  "id" : "20",
  "keepLog" : False,
  "number" : 20,
  "queueId" : 71,
  "result" : "SUCCESS",
  "timestamp" : 1637090263997,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/20/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/stories-update.xml",
          "tests/src/main/resources/datasets/stories-remove.xml",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoryTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java",
          "jsf/src/main/webapp/resources/css/readstory.css",
          "additional-material/db/microstories-mysql.creation.sql",
          "jsf/src/main/webapp/WEB-INF/template.xhtml",
          "additional-material/db/microstories-mysql.full.sql",
          "jsf/src/main/webapp/story/readStory.xhtml",
          "tests/src/main/resources/datasets/stories-create.xml",
          "additional-material/db/microstories-mysql.data.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/StoryManagedBean.java",
          "jsf/src/main/webapp/welcome.xhtml",
          "rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
        "timestamp" : 1637084806000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/dvfernandez",
          "fullName" : "dvfernandez"
        },
        "authorEmail" : "dvfernandez@esei.uvigo.es",
        "comment" : "tsk8 Adds a view to read a story\nAdds the jsf view and css file for the story view Adds author attribute\nwith getter and setter to story class Modifies StoryManagedBean adding\nan attribute to select a story to read and a function to redirect to the\nstory view Modifies db scripts (creation, data and full) adding author\nattribute Modifies welcome page to add a redirect button to story\ndetails view Updates all story tests (both test classes and datasets) \nAuthors: Pablo, Manuel and David\n",
        "date" : "2021-11-16 18:46:46 +0100",
        "id" : "29f5f70c9d7b4bfc10303da2316d27cba48bb7f2",
        "msg" : "tsk8 Adds a view to read a story",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/StoryManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create.xml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/css/readstory.css"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/welcome.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-remove.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/WEB-INF/template.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/story/readStory.xhtml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/dvfernandez",
      "fullName" : "dvfernandez"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}