{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 30,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-domain/35/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-domain-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#35",
  "duration" : 12265,
  "estimatedDuration" : 13168,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B » Domain #35",
  "id" : "35",
  "keepLog" : False,
  "number" : 35,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1637780949346,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-domain/35/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/pom.xml"
        ],
        "commitId" : "1d9c9110786c82493833b3c454172d805f2f8b9e",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk24 Adds the commons-lang3 dependency\nAdds the necessary dependency to the pom.xml file of the domain project\nto be able to use the string length checking methods in the Story entity\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "1d9c9110786c82493833b3c454172d805f2f8b9e",
        "msg" : "tsk24 Adds the commons-lang3 dependency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
        ],
        "commitId" : "0486cf0f0b21fcf8dd21b577ea208936db6203d5",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk24 Adds new annotations to the Story class\nAdds new annotations to control the number of characters, date and\nensure that the columns of the Story class are not null. Adds a\ncorrection for the subtopic can be null.\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "0486cf0f0b21fcf8dd21b577ea208936db6203d5",
        "msg" : "tsk24 Adds new annotations to the Story class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
        ],
        "commitId" : "679637c8e23454a140da4cdeac445c4cbd383521",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk25 Improves Story entity tests\nImproves Story entity testing, adds string size checks and date checks\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "679637c8e23454a140da4cdeac445c4cbd383521",
        "msg" : "tsk25 Improves Story entity tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
        ],
        "commitId" : "fa7a5f4a00cf5beef49e349628595b3fb9d024c6",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk25 Removes date restrictions on the Story entity\nRemoves restrictions for adding a future date to the current date in the\nStory entity\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "fa7a5f4a00cf5beef49e349628595b3fb9d024c6",
        "msg" : "tsk25 Removes date restrictions on the Story entity",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
      "fullName" : "yruben98"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-domain/35/mavenArtifacts/"
  }
}