{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 132,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/187/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom",
      "fileName" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war",
      "fileName" : "dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#187",
  "duration" : 45133,
  "estimatedDuration" : 44764,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA » REST #187",
  "id" : "187",
  "keepLog" : False,
  "number" : 187,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1703875627492,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/187/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "web/src/main/angular/src/app/explore/explore.component.scss",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java",
          "web/src/main/angular/src/app/explore/explore.component.html",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "web/src/main/angular/package.json",
          "web/src/main/angular/src/app/user-private-section/user-stories/user-stories-update/user-stories-update.component.ts",
          "web/src/main/angular/src/app/interfaces/story.ts",
          "web/src/main/angular/package-lock.json",
          "web/src/main/angular/src/app/search/search.component.html",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java",
          "web/src/main/angular/src/app/home/home.component.html",
          "web/src/main/angular/src/app/home/home.component.scss",
          "web/src/main/angular/src/app/entities/story.entity.ts",
          "web/src/main/angular/src/app/search/search.component.scss",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
        ],
        "commitId" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
        "timestamp" : 1703875577000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alexandreferi13",
          "fullName" : "alexandreferi13"
        },
        "authorEmail" : "alexandreferi13@gmail.com",
        "comment" : "tsk93 (WEB) Adds suport to show if a story has already been read\nAdds a green eye icon in case a story has already been read by the user\nin the repeat, browsing or search view.\nFor this, also modifies the list mapping method in rest, since until now\nthe field that indicates whether a story has been read always reached\nfalse.\n",
        "date" : "2023-12-29 19:46:17 +0100",
        "id" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
        "msg" : "tsk93 (WEB) Adds suport to show if a story has already been read",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/interfaces/story.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/entities/story.entity.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-stories/user-stories-update/user-stories-update.component.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/search/search.component.html"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/explore/explore.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/search/search.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/explore/explore.component.scss"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alexandreferi13",
      "fullName" : "alexandreferi13"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/187/mavenArtifacts/"
  }
}