{
  "_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" : 133,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
            "branch" : [
              {
                "SHA1" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
            "branch" : [
              {
                "SHA1" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
        "branch" : [
          {
            "SHA1" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2526-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 126,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#133",
  "duration" : 211795,
  "estimatedDuration" : 250022,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA #133",
  "id" : "133",
  "keepLog" : False,
  "number" : 133,
  "queueId" : 135,
  "result" : "SUCCESS",
  "timestamp" : 1764957910534,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/133/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/resources/beans.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/util/security/CreatorRoleCaller.java",
          "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java",
          "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java",
          "tests/src/main/resources/datasets/stories.xml",
          "service/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java",
          "service/src/main/java/es/uvigo/esei/microstories/services/UserService.java",
          "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java",
          "additional-material/db/microstories-mysql.creation.sql",
          "service/src/main/java/es/uvigo/esei/microstories/dtos/StoryCreateDto.java",
          "additional-material/db/microstories-mysql.full.sql",
          "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
        ],
        "commitId" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
        "timestamp" : 1764957609000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
          "fullName" : "devpablogg"
        },
        "authorEmail" : "devpablogg@gmail.com",
        "comment" : "tsk57: Implements story creation and update in service layer\nThis commit adds full support for creating and updating stories. It\nintroduces\n`StoryCreateDto`, implements creation and update flows in\n`StoryService`, and applies permission checks using the security role\ncaller for CREATOR actions. A new `UserService` is added to resolve the\ncurrent user. The `Story` entity now supports relaxed nullability for\ndrafts, immutability after publication, theme and text validations, and\na new `isComplete` method. The database schema is updated to match these\nrules. The `StoryMapper` is adjusted for the updated entity constructor.\nComprehensive unit and integration tests verify creation, updating,\nvalidation behavior, and authorization handling.\n",
        "date" : "2025-12-05 19:00:09 +0100",
        "id" : "57e126d1e56da70df0f5d9f9f410b9b49e70935e",
        "msg" : "tsk57: Implements story creation and update in service layer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/resources/beans.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/util/security/CreatorRoleCaller.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/dtos/StoryCreateDto.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/UserService.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
      "fullName" : "devpablogg"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}