{
  "_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-tests/109/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar",
      "fileName" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom",
      "fileName" : "dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#109",
  "duration" : 4008,
  "estimatedDuration" : 2981,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA » Tests #109",
  "id" : "109",
  "keepLog" : False,
  "number" : 109,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1701898506351,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/109/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorTest.java",
          "tests/src/main/resources/datasets/users.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/UserTest.java",
          "tests/src/main/resources/scripts/cleanup.sql",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java",
          "tests/src/main/resources/datasets/authors.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java"
        ],
        "commitId" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
        "timestamp" : 1701898419000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/84422910+olivergr77",
          "fullName" : "84422910+olivergr77"
        },
        "authorEmail" : "84422910+olivergr77@users.noreply.github.com",
        "comment" : "tsk51 Refactors the UserEntity class and modifies many files that depend\non the UserEntity\nThe UserEntity has been refactored to use a more specific name, in this\ncase Author. This change needed the refactoring of many files dependent\non the UserEntity class, influencing all layers of the project.\nAdditionally, the corresponding datasets in the test layer have been\nmodified.\n",
        "date" : "2023-12-06 22:33:39 +0100",
        "id" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
        "msg" : "tsk51 Refactors the UserEntity class and modifies many files that depend",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/UserTest.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/authors.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/resources/datasets/users.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/84422910+olivergr77",
      "fullName" : "84422910+olivergr77"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/109/mavenArtifacts/"
  }
}