{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 38,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-service/95/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar",
      "fileName" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT-tests.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamB.microstories/dgss2122-teamB-microstories-service/0.1.0-SNAPSHOT/dgss2122-teamB-microstories-service-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "Service",
  "duration" : 52667,
  "estimatedDuration" : 53535,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B » Service Service",
  "id" : "95",
  "keepLog" : False,
  "number" : 95,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1639931170223,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-service/95/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
        ],
        "commitId" : "291bce81958accbbef9426256b93ffa2a614a810",
        "timestamp" : 1639930864000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho",
          "fullName" : "ifmarinho"
        },
        "authorEmail" : "ifmarinho@esei.uvigo.es",
        "comment" : "tsk15 Corrects the methods exploreStories and calculateNumPagesExplore\nModifies the exploreStories method to use TypedQuery's setMaxResults and \nsetFirstResults methods when getting the stories corresponding to each\npage\nModifies the calculateNumPagesExplore method to use a specific query to\ncount the number of items (COUNT query)\n",
        "date" : "2021-12-19 17:21:04 +0100",
        "id" : "291bce81958accbbef9426256b93ffa2a614a810",
        "msg" : "tsk15 Corrects the methods exploreStories and calculateNumPagesExplore",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
        ],
        "commitId" : "04a2c04ec3001020b98c0f1f01332d6be2db2bee",
        "timestamp" : 1639930864000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho",
          "fullName" : "ifmarinho"
        },
        "authorEmail" : "ifmarinho@esei.uvigo.es",
        "comment" : "tsk15 Add more tests for story exploration\nAdd more tests to check different combinations to obtain the number of\npages according to the options chosen in the filter (genre, topic and\npublication)\n",
        "date" : "2021-12-19 17:21:04 +0100",
        "id" : "04a2c04ec3001020b98c0f1f01332d6be2db2bee",
        "msg" : "tsk15 Add more tests for story exploration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
        ],
        "commitId" : "05d29c3b5dd4ea421e7824384feaea06803f06aa",
        "timestamp" : 1639930864000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho",
          "fullName" : "ifmarinho"
        },
        "authorEmail" : "ifmarinho@esei.uvigo.es",
        "comment" : "tsk34 Fixes getStoriesByUser and calculateNumPagesStoriesByUser methods\nModifies the getStoriesByUser method to use TypedQuery's setMaxResults\nand setFirstResults methods when getting the corresponding stories for\npagination\nModifies the calculateNumPagesStoriesByUser method to use a specific\nquery to count the number of items (COUNT query)\n",
        "date" : "2021-12-19 17:21:04 +0100",
        "id" : "05d29c3b5dd4ea421e7824384feaea06803f06aa",
        "msg" : "tsk34 Fixes getStoriesByUser and calculateNumPagesStoriesByUser methods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
        ],
        "commitId" : "f299bb130ffef0ddc03752979a1b15b2e727a6d7",
        "timestamp" : 1639930864000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho",
          "fullName" : "ifmarinho"
        },
        "authorEmail" : "ifmarinho@esei.uvigo.es",
        "comment" : "fix: Fixes the searchStories and calculateNumPagesSearch methods\nModifies the searchStories method to use TypedQuery's setMaxResults and \nsetFirstResults methods when retrieving stories taking pagination into\naccount\nModifies the calculateNumPagesSearch method to use a specific query to\ncount the number of items (COUNT query)\n",
        "date" : "2021-12-19 17:21:04 +0100",
        "id" : "f299bb130ffef0ddc03752979a1b15b2e727a6d7",
        "msg" : "fix: Fixes the searchStories and calculateNumPagesSearch methods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho",
      "fullName" : "ifmarinho"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/es.uvigo.esei.dgss.teamB.microstories$dgss2122-teamB-microstories-service/95/mavenArtifacts/"
  }
}