{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-service/12/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar",
      "fileName" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar"
    },
    {
      "displayPath" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2425-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2425-teamA-microstories-service-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#12",
  "duration" : 3126,
  "estimatedDuration" : 32864,
  "executor" : None,
  "fullDisplayName" : "microstories-2425-teamA » Service #12",
  "id" : "12",
  "keepLog" : False,
  "number" : 12,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1731880267609,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-service/12/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
        ],
        "commitId" : "f0ba596cd1572efd6883e722ab9d8514270aa149",
        "timestamp" : 1731661789000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
          "fullName" : "miguigg1412"
        },
        "authorEmail" : "miguigg1412@gmail.com",
        "comment" : "tsk5 Initial creation of the EJB and its test\nCreation of the EJB with the function to get recent stories and initial\ncreation of the tests.\n",
        "date" : "2024-11-15 10:09:49 +0100",
        "id" : "f0ba596cd1572efd6883e722ab9d8514270aa149",
        "msg" : "tsk5 Initial creation of the EJB and its test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "tests/src/main/resources/datasets/stories.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
        ],
        "commitId" : "3600c01de5db5dd1931bbc21d966e6ea8ee5ff79",
        "timestamp" : 1731681946000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
          "fullName" : "miguigg1412"
        },
        "authorEmail" : "miguigg1412@gmail.com",
        "comment" : "tsk5 Creating EJB and its tests\nCreated the EJB tests and updated the dataset. Updated with new tests\nthe Integration Test for the EJB\n",
        "date" : "2024-11-15 15:45:46 +0100",
        "id" : "3600c01de5db5dd1931bbc21d966e6ea8ee5ff79",
        "msg" : "tsk5 Creating EJB and its tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/miguigg1412",
      "fullName" : "miguigg1412"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2425-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2425-teamA-microstories-service/12/mavenArtifacts/"
  }
}