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 BatchTaskBatchTaskProperty. findNearestTask(String name)Finds theBatchTaskthat has the closest name.BatchTaskBatchTaskAction. getDynamic(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)BatchTaskBatchRun. getParent()BatchTaskBatchTaskAction. getTask(String name)BatchTaskBatchTaskProperty. getTask(String name)BatchTaskBatchTaskInvoker.Config. resolve()Deprecated.as of 1.15BatchTaskBatchTaskInvoker.Config. resolve(ItemGroup context)Finds the targetBatchTaskthat 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 BatchRunBatchRunAction. createRecord(BatchTask task)Creates and adds a new reocrd.voidBatchTaskProperty. 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)
-