{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_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-web/145/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom",
      "fileName" : "dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-web/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war",
      "fileName" : "dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-web/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "Web",
  "duration" : 59741,
  "estimatedDuration" : 52369,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA » Web Web",
  "id" : "145",
  "keepLog" : False,
  "number" : 145,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1702824910704,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-web/145/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "web/src/main/angular/docs/classes/app_app_module.AppModule.html",
          "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.html",
          "web/src/main/angular/package.json",
          "web/src/main/angular/docs/assets/navigation.js",
          "web/src/main/angular/src/app/user-private-section/user-private-section.component.ts",
          "web/src/main/angular/src/app/user-private-section/user-private-section.component.scss",
          "web/src/main/angular/docs/classes/app_user_private_section_user_private_section_component.UserPrivateSectionComponent.html",
          "web/src/main/angular/src/app/user-private-section/user-private-section.component.html",
          "web/src/main/angular/package-lock.json",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.html",
          "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component_spec.html",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.scss",
          "web/src/main/angular/src/app/services/microStory.service.ts",
          "web/src/main/angular/docs/classes/app_services_microStory_service.MicroStoryService.html",
          "web/src/main/angular/docs/assets/search.js",
          "web/src/main/angular/docs/classes/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.UserFavouriteStoriesComponent.html",
          "web/src/main/angular/docs/classes/app_shared_story_reader_story_reader_component.StoryReaderComponent.html",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
        ],
        "commitId" : "7961f39dd93e3480c452634a992ac01166ea5445",
        "timestamp" : 1702824763000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
          "fullName" : "martinperez.patricia"
        },
        "authorEmail" : "martinperez.patricia@gmail.com",
        "comment" : "tsk39 Deletes microstories from private section view\nAdded functionality to allow users to delete microstories from their\nprivate section. A new function was added to call the REST method from\nthe backend. The router component was added in order to redirect the\nuser to the private section when deleting the story. Also, a message is\nshown in the private section if the story is deleted succesfully. As the\nprivate section and the story reader view are different components, the\nhistory state is used to communicate the message. Also, the\ndocumentation has been generated automatically for the different\nelements.\n",
        "date" : "2023-12-17 15:52:43 +0100",
        "id" : "7961f39dd93e3480c452634a992ac01166ea5445",
        "msg" : "tsk39 Deletes microstories from private section view",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-private-section.component.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/assets/search.js"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/classes/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.UserFavouriteStoriesComponent.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_app_module.AppModule.html"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component_spec.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_services_microStory_service.MicroStoryService.html"
          },
          {
            "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/shared/story-reader/story-reader.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/assets/navigation.js"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/services/microStory.service.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_user_private_section_user_private_section_component.UserPrivateSectionComponent.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-private-section.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_shared_story_reader_story_reader_component.StoryReaderComponent.html"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-private-section.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.scss"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
      "fullName" : "martinperez.patricia"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-web/145/mavenArtifacts/"
  }
}