{
  "_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/72/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" : 8262,
  "estimatedDuration" : 8996,
  "executor" : None,
  "fullDisplayName" : "μStories 2223 - Team A » Tests Tests",
  "id" : "72",
  "keepLog" : False,
  "number" : 72,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1670613788135,
  "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/72/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java",
          "service/src/main/resources/META-INF/persistence.xml",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserEntityTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
        ],
        "commitId" : "67e9a5b35e8669d329991f644c4b7c8d79ea40f4",
        "timestamp" : 1670612926000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alvarosuafe",
          "fullName" : "alvarosuafe"
        },
        "authorEmail" : "alvarosuafe@gmail.com",
        "comment" : "tsk27 Adds User entity and User tests\nA user can write an managed his own stories. The relationship between\nStory and User entities was added. There was added unit test related\nwith user entity. Added a user in the story constructor and modified\nrelated classes that was using the story constructor.\n",
        "date" : "2022-12-09 20:08:46 +0100",
        "id" : "67e9a5b35e8669d329991f644c4b7c8d79ea40f4",
        "msg" : "tsk27 Adds User entity and User tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserEntityTest.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alvarosuafe",
      "fullName" : "alvarosuafe"
    }
  ],
  "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/72/mavenArtifacts/"
  }
}