{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/appng-scheduler-1.11.x" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 26,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
            "branch" : [
              {
                "SHA1" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
                "name" : "refs/remotes/origin/appng-scheduler-1.11.x"
              }
            ]
          },
          "revision" : {
            "SHA1" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
            "branch" : [
              {
                "SHA1" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
                "name" : "refs/remotes/origin/appng-scheduler-1.11.x"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
        "branch" : [
          {
            "SHA1" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
            "name" : "refs/remotes/origin/appng-scheduler-1.11.x"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:appNG/appng-scheduler.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 13,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.plugins.jira.JiraBuildAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#26",
  "duration" : 25696,
  "estimatedDuration" : 48253,
  "executor" : None,
  "fullDisplayName" : "appNG_Scheduler #26",
  "id" : "26",
  "keepLog" : False,
  "number" : 26,
  "queueId" : 20042,
  "result" : "SUCCESS",
  "timestamp" : 1543241112316,
  "url" : "https://www.appng.org/jenkins/view/all/job/appNG_Scheduler/26/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/resources/xml/SchedulingTest-testStart.xml",
            "src/main/java/org/appng/application/scheduler/Constants.java",
            "src/main/java/org/appng/application/scheduler/business/CreateSchedulerAction.java",
            "src/main/java/org/appng/application/scheduler/service/RecordsRestController.java",
            "README.adoc",
            "src/main/java/org/appng/application/scheduler/job/JobRecordHouseKeepingJob.java",
            "src/main/java/org/appng/application/scheduler/quartz/SchedulerJobDetail.java",
            "src/main/java/org/appng/application/scheduler/model/JobForm.java",
            "src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java",
            "application-home/conf/datasource.xml",
            "src/main/java/org/appng/application/scheduler/model/JobResult.java",
            "src/test/resources/xml/SchedulingTest-testSchedule.xml",
            "pom.xml",
            "application-home/dictionary/messages-scheduler_de.properties",
            "application-home/conf/events.xml",
            "src/test/resources/xml/SchedulingTest-testShowJob.xml",
            "src/main/java/org/appng/application/scheduler/quartz/RunJobEvent.java",
            "src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java",
            "src/test/resources/xml/TestJobRecordings-testGetRecords.xml",
            "application-home/beans.xml",
            "src/main/java/org/appng/application/scheduler/service/JobRecordService.java",
            "src/main/java/org/appng/application/scheduler/SchedulerUtils.java",
            "src/test/java/org/appng/application/scheduler/TestJobRecordings.java",
            "src/main/java/org/appng/application/scheduler/business/SchedulingController.java",
            "src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java",
            "src/main/java/org/appng/application/scheduler/MessageConstants.java",
            "src/test/resources/xml/SchedulingTest-testUnschedule.xml",
            "src/main/java/org/appng/application/scheduler/job/IndexJob.java",
            "src/main/java/org/appng/application/scheduler/model/JobModel.java",
            "src/test/resources/xml/SchedulingTest-testShowJobs.xml",
            "src/test/resources/xml/SchedulingTest-testUpdate.xml",
            "src/main/java/org/appng/application/scheduler/model/JobXmlModel.java",
            "application-home/application.xml",
            "src/test/resources/xml/TestJobRecordings-testGetRecordsWithFilter.xml",
            "src/main/java/org/appng/application/scheduler/business/SchedulerDataSource.java",
            "src/main/java/org/appng/application/scheduler/business/Records.java",
            "src/main/java/org/appng/application/scheduler/business/SchedulerAware.java",
            "src/test/java/org/appng/application/scheduler/SchedulingTest.java",
            "src/test/resources/xml/SchedulingTest-testCreate-job1.xml",
            "application-home/conf/config.xml",
            "src/main/java/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.java",
            "application-home/dictionary/messages-scheduler.properties",
            "src/main/java/org/appng/application/scheduler/quartz/RecordingJobListener.java",
            "src/main/java/org/appng/application/scheduler/model/JobRecord.java",
            "src/test/resources/xml/SchedulingTest-testCreate-job2.xml",
            "src/test/resources/beans.xml",
            "src/test/resources/xml/SchedulingTest-testDelete.xml"
          ],
          "commitId" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
          "timestamp" : 1543241101000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
            "fullName" : "Matthias.Mueller"
          },
          "authorEmail" : "matthias.mueller@appng.org",
          "comment" : "feature/SCHED-26 (#1)\u000a* tagging release 1.11.2\u000a\u000a* tagging release 1.11.3\u000a\u000a* tagging release 1.11.3\u000a\u000a* SCHED-26 add feature to record and visualize job executions\u000a\u000a* generate message constants, add datasource and filters on separate tab\u000a\u000a\u000a* add REST API for job records\u000a\u000a* add test, refactor bean configuration, add doku\u000a\u000a* some refactoring based on static code analysis\u000a\u000a* Add license header, author and comments\u000a\u000a* Refactoring after feedback. Use component annotations instead of bean\u000adeclarations. Use lombok instead of boilderplate code. Use distict\u000aproperties for new house keeping job.\u000a\u000a* Fix typo and remove not needed getter and setter\u000a\u000a* add tests and job record details action\u000a\u000a* use appng maven plugin to generate constants classes\u000a",
          "date" : "2018-11-26 15:05:01 +0100",
          "id" : "271d8105eaebac4d5e96cc777480ec84c3299b9e",
          "msg" : "feature/SCHED-26 (#1)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "application-home/application.xml"
            },
            {
              "editType" : "add",
              "file" : "src/test/java/org/appng/application/scheduler/TestJobRecordings.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/quartz/RunJobEvent.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/SchedulerAware.java"
            },
            {
              "editType" : "add",
              "file" : "src/test/resources/xml/TestJobRecordings-testGetRecordsWithFilter.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testCreate-job1.xml"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/quartz/RecordingJobListener.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/CreateSchedulerAction.java"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/service/JobRecordService.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testCreate-job2.xml"
            },
            {
              "editType" : "edit",
              "file" : "README.adoc"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testShowJob.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/job/JobRecordHouseKeepingJob.java"
            },
            {
              "editType" : "edit",
              "file" : "application-home/beans.xml"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/model/JobRecord.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/SchedulerUtils.java"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/service/RecordsRestController.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/quartz/SchedulerJobDetail.java"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/model/JobResult.java"
            },
            {
              "editType" : "edit",
              "file" : "application-home/conf/config.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/model/JobXmlModel.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testSchedule.xml"
            },
            {
              "editType" : "edit",
              "file" : "application-home/dictionary/messages-scheduler.properties"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testStart.xml"
            },
            {
              "editType" : "edit",
              "file" : "pom.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/model/JobModel.java"
            },
            {
              "editType" : "edit",
              "file" : "application-home/dictionary/messages-scheduler_de.properties"
            },
            {
              "editType" : "delete",
              "file" : "src/main/java/org/appng/application/scheduler/MessageConstants.java"
            },
            {
              "editType" : "add",
              "file" : "src/test/resources/xml/TestJobRecordings-testGetRecords.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/Constants.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testDelete.xml"
            },
            {
              "editType" : "edit",
              "file" : "application-home/conf/datasource.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testShowJobs.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/model/JobForm.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testUnschedule.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/beans.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/org/appng/application/scheduler/SchedulingTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/SchedulingController.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java"
            },
            {
              "editType" : "edit",
              "file" : "application-home/conf/events.xml"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/org/appng/application/scheduler/business/Records.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/SchedulerDataSource.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/job/IndexJob.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/resources/xml/SchedulingTest-testUpdate.xml"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
      "fullName" : "Matthias.Mueller"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 27,
    "url" : "https://www.appng.org/jenkins/view/all/job/appNG_Scheduler/27/"
  },
  "previousBuild" : {
    "number" : 25,
    "url" : "https://www.appng.org/jenkins/view/all/job/appNG_Scheduler/25/"
  }
}