| Modifier and Type | Field and Description |
|---|---|
protected List<BatchRun> |
BatchRunAction.records |
| Modifier and Type | Method and Description |
|---|---|
BatchRun |
BatchTask.createExecutable() |
protected BatchRun |
BatchRunAction.createRecord(BatchTask task)
Creates and adds a new reocrd.
|
BatchRun |
BatchRunAction.getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
BatchRun |
BatchTask.getLastFailedRun() |
BatchRun |
BatchTask.getLastRun()
Obtains the latest
BatchRun record. |
BatchRun |
BatchTask.getLastSuccessfulRun() |
BatchRun |
BatchRun.getNext()
Obtains the next execution record, or null if no such record is available.
|
BatchRun |
BatchRun.getPrevious()
Obtains the previous execution record, or null if no such record is available.
|
BatchRun |
BatchRunAction.getRecord(int id)
Returns the record that has the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchRun> |
BatchRunAction.getRecords()
Gets run records.
|
List<BatchRun> |
BatchRunAction.getRecords(String taskName)
Get run records for a particular task.
|
Iterable<BatchRun> |
BatchTask.getRuns()
Gets all the run records.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BatchRun.compareTo(BatchRun that)
Newer records should appear before older records.
|
Copyright © 2016. All rights reserved.