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 Modifier and Type Method Description BatchTask
BatchTaskProperty. findNearestTask(String name)
Finds theBatchTask
that has the closest name.BatchTask
BatchTaskAction. getDynamic(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
BatchTask
BatchRun. getParent()
BatchTask
BatchTaskAction. getTask(String name)
BatchTask
BatchTaskProperty. getTask(String name)
BatchTask
BatchTaskInvoker.Config. resolve()
Deprecated.as of 1.15BatchTask
BatchTaskInvoker.Config. resolve(ItemGroup context)
Finds the targetBatchTask
that this configuration points to, or null if not found.Methods in hudson.plugins.batch_task that return types with arguments of type BatchTask Modifier and Type Method Description List<BatchTask>
BatchTaskAction. getTasks()
List<BatchTask>
BatchTaskProperty. getTasks()
Methods in hudson.plugins.batch_task with parameters of type BatchTask Modifier and Type Method Description 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 Constructor Description BatchRun(Calendar timestamp, BatchRunAction parent, int id, BatchTask task)
BatchTaskProperty(BatchTask... tasks)
Constructor parameters in hudson.plugins.batch_task with type arguments of type BatchTask Constructor Description BatchTaskProperty(Collection<BatchTask> tasks)
-