{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/13/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13",
  "duration" : 3323,
  "estimatedDuration" : 4351,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA » Tests #13",
  "id" : "13",
  "keepLog" : False,
  "number" : 13,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1761673991542,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/13/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/microstories/domain/types/ThemeType.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java",
          "service/src/main/resources/META-INF/persistence.xml",
          "domain/src/test/java/es/uvigo/esei/xcs/domain/entities/StoryTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "domain/src/main/java/es/uvigo/esei/xcs/domain/types/GenreType.java",
          "domain/src/main/java/es/uvigo/esei/xcs/domain/entities/Story.java",
          "domain/src/main/java/es/uvigo/esei/microstories/domain/types/GenreType.java",
          "domain/src/main/java/es/uvigo/esei/xcs/domain/types/ThemeType.java",
          "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
        ],
        "commitId" : "20889f0c6622a319463c2592fa82680e7a6fab84",
        "timestamp" : 1761673845000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
          "fullName" : "devpablogg"
        },
        "authorEmail" : "devpablogg@gmail.com",
        "comment" : "Refactors package structure to align with microstories project name\n",
        "date" : "2025-10-28 18:50:45 +0100",
        "id" : "20889f0c6622a319463c2592fa82680e7a6fab84",
        "msg" : "Refactors package structure to align with microstories project name",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/xcs/domain/entities/Story.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/types/GenreType.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/types/ThemeType.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/xcs/domain/types/ThemeType.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/xcs/domain/types/GenreType.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/test/java/es/uvigo/esei/xcs/domain/entities/StoryTest.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
      "fullName" : "devpablogg"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/13/mavenArtifacts/"
  }
}