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
protected  java.util.List<BatchRun> BatchRunAction.records
           
 

Methods in hudson.plugins.batch_task that return BatchRun
 BatchRun BatchTask.createExecutable()
           
protected  BatchRun BatchRunAction.createRecord(BatchTask task)
          Creates and adds a new reocrd.
 BatchRun BatchRunAction.getDynamic(java.lang.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.
 

Methods in hudson.plugins.batch_task that return types with arguments of type BatchRun
 java.util.List<BatchRun> BatchRunAction.getRecords()
          Gets run records.
 java.util.List<BatchRun> BatchRunAction.getRecords(java.lang.String taskName)
          Get run records for a particular task.
 java.lang.Iterable<BatchRun> BatchTask.getRuns()
          Gets all the run records.
 

Methods in hudson.plugins.batch_task with parameters of type BatchRun
 int BatchRun.compareTo(BatchRun that)
          Newer records should appear before older records.
 



Copyright © 2009. All Rights Reserved.