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. recordsMethods in hudson.plugins.batch_task that return BatchRun Modifier and Type Method Description BatchRunBatchTask. createExecutable()protected BatchRunBatchRunAction. createRecord(BatchTask task)Creates and adds a new reocrd.BatchRunBatchRunAction. getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)BatchRunBatchTask. getLastFailedRun()BatchRunBatchTask. getLastRun()Obtains the latestBatchRunrecord.BatchRunBatchTask. getLastSuccessfulRun()BatchRunBatchRun. getNext()Obtains the next execution record, or null if no such record is available.BatchRunBatchRun. getPrevious()Obtains the previous execution record, or null if no such record is available.BatchRunBatchRunAction. 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 intBatchRun. compareTo(BatchRun that)Newer records should appear before older records.
-