Uses of Class
hudson.plugins.batch_task.BatchRun
-
-
Uses of BatchRun in hudson.plugins.batch_task
Fields in hudson.plugins.batch_task with type parameters of type BatchRun Modifier and Type Field Description protected List<BatchRun>
BatchRunAction. records
Methods in hudson.plugins.batch_task that return BatchRun Modifier and Type Method 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 latestBatchRun
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.Methods in hudson.plugins.batch_task that return types with arguments of type BatchRun Modifier and Type Method 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.Methods in hudson.plugins.batch_task with parameters of type BatchRun Modifier and Type Method Description int
BatchRun. compareTo(BatchRun that)
Newer records should appear before older records.
-