{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_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" : 45,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "add44622456b10c2baa557247c9adab4576e96b5",
            "branch" : [
              {
                "SHA1" : "add44622456b10c2baa557247c9adab4576e96b5",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "add44622456b10c2baa557247c9adab4576e96b5",
            "branch" : [
              {
                "SHA1" : "add44622456b10c2baa557247c9adab4576e96b5",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "add44622456b10c2baa557247c9adab4576e96b5",
        "branch" : [
          {
            "SHA1" : "add44622456b10c2baa557247c9adab4576e96b5",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 43,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#45",
  "duration" : 99195,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #45",
  "id" : "45",
  "keepLog" : False,
  "number" : 45,
  "queueId" : 69,
  "result" : "FAILURE",
  "timestamp" : 1638024249804,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/45/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
        ],
        "commitId" : "b9184db49d8cbb997c55a120287f3f80ecb3393c",
        "timestamp" : 1638024033000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jqbergantinho",
          "fullName" : "jqbergantinho"
        },
        "authorEmail" : "jqbergantinho@esei.uvigo.es",
        "comment" : "tsk18 Adds Explore Stories functionality with Unit tests\nAdds the explore stories functionality to searchStories method, renaming\nit to searchOrExploreStories. It also modifies existing unit tests to\naccommodate the new function\n",
        "date" : "2021-11-27 15:40:33 +0100",
        "id" : "b9184db49d8cbb997c55a120287f3f80ecb3393c",
        "msg" : "tsk18 Adds Explore Stories functionality with Unit tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
        ],
        "commitId" : "add44622456b10c2baa557247c9adab4576e96b5",
        "timestamp" : 1638024133000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jqbergantinho",
          "fullName" : "jqbergantinho"
        },
        "authorEmail" : "jqbergantinho@esei.uvigo.es",
        "comment" : "tsk18 Adds rest tests for explore stories functionality + formatting\nAdds the necessary tests to check if the rest functionality explore\nstories is working as intended.  Additionally, it adds correct\nformatting to some classes related to StoryResource\n",
        "date" : "2021-11-27 15:42:13 +0100",
        "id" : "add44622456b10c2baa557247c9adab4576e96b5",
        "msg" : "tsk18 Adds rest tests for explore stories functionality + formatting",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jqbergantinho",
      "fullName" : "jqbergantinho"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}