{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/86/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "Tests",
  "duration" : 8206,
  "estimatedDuration" : 8996,
  "executor" : None,
  "fullDisplayName" : "μStories 2223 - Team A » Tests Tests",
  "id" : "86",
  "keepLog" : False,
  "number" : 86,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1671044706686,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/86/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.java",
          "tests/src/main/resources/datasets/stories-add.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java",
          "additional-material/db/microstories-mysql.full.sql",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
        ],
        "commitId" : "d29cfc81348dc1198af86dfb4b8327f0b6c8fe80",
        "timestamp" : 1671044356000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4",
          "fullName" : "bcgonzalez4"
        },
        "authorEmail" : "bcgonzalez4@esei.uvigo.es",
        "comment" : "tsk37 Adds the functionality to create a new Story in the EJB\nAdds a method to storyEJB to create stories. The relevant tests are also\nadded to this method. Adds the AuthorRoleCaller class to run test like a\nAUTHOR role. Adds the attribute role to the table user and the AUTHOR\nrole in the sql script\n",
        "date" : "2022-12-14 19:59:16 +0100",
        "id" : "d29cfc81348dc1198af86dfb4b8327f0b6c8fe80",
        "msg" : "tsk37 Adds the functionality to create a new Story in the EJB",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-add.xml"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4",
      "fullName" : "bcgonzalez4"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/86/mavenArtifacts/"
  }
}