{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 4,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-service/21/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-tests.jar",
      "fileName" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-tests.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT-tests.jar"
    },
    {
      "displayPath" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamC.microstories/dgss2122-teamC-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamC-microstories-service-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#21",
  "duration" : 40355,
  "estimatedDuration" : 55238,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team C » Service #21",
  "id" : "21",
  "keepLog" : False,
  "number" : 21,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1637090650339,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-service/21/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/stories-update.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java",
          "tests/src/main/resources/datasets/stories-remove.xml",
          "tests/src/main/resources/datasets/stories-create.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java",
          "tests/src/main/resources/datasets/stories-search.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java"
        ],
        "commitId" : "20cade0a800730658a173c053852d5692a3acf88",
        "timestamp" : 1637090570000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/nghervella",
          "fullName" : "nghervella"
        },
        "authorEmail" : "nghervella@esei.uvigo.es",
        "comment" : "tsk10 Adds to the service the feature to search stories by text\nAdds the search function to the service with its tests Adds dataset for\ntesting the search feature (xml file and dataset class)\n",
        "date" : "2021-11-16 20:22:50 +0100",
        "id" : "20cade0a800730658a173c053852d5692a3acf88",
        "msg" : "tsk10 Adds to the service the feature to search stories by text",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-update.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-create.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-remove.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/stories-search.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/nghervella",
      "fullName" : "nghervella"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/es.uvigo.esei.dgss.teamC.microstories$dgss2122-teamC-microstories-service/21/mavenArtifacts/"
  }
}