Uses of Class
hudson.plugins.batch_task.BatchTask

Uses of BatchTask in hudson.plugins.batch_task
 

Methods in hudson.plugins.batch_task that return BatchTask
 BatchTask BatchTaskProperty.findNearestTask(java.lang.String name)
          Finds the BatchTask that has the closest name.
 BatchTask BatchTaskAction.getDynamic(java.lang.String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 BatchTask BatchRun.getParent()
           
 BatchTask BatchTaskProperty.getTask(java.lang.String name)
           
 BatchTask BatchTaskAction.getTask(java.lang.String name)
           
 BatchTask BatchTaskInvoker.Config.resolve()
          Finds the target BatchTask that this configuration points to, or null if not found.
 

Methods in hudson.plugins.batch_task that return types with arguments of type BatchTask
 java.util.List<BatchTask> BatchTaskProperty.getTasks()
           
 java.util.List<BatchTask> BatchTaskAction.getTasks()
           
 

Methods in hudson.plugins.batch_task with parameters of type BatchTask
protected  BatchRun BatchRunAction.createRecord(BatchTask task)
          Creates and adds a new reocrd.
 void BatchTaskProperty.removeTask(BatchTask t)
           
 

Constructors in hudson.plugins.batch_task with parameters of type BatchTask
BatchRun(java.util.Calendar timestamp, BatchRunAction parent, int id, BatchTask task)
           
BatchTaskProperty(BatchTask... tasks)
           
 

Constructor parameters in hudson.plugins.batch_task with type arguments of type BatchTask
BatchTaskProperty(java.util.Collection<BatchTask> tasks)
           
 



Copyright © 2009. All Rights Reserved.