| Modifier and Type | Method and Description |
|---|---|
BatchTask |
BatchTaskProperty.findNearestTask(String name)
Finds the
BatchTask that has the closest name. |
BatchTask |
BatchTaskAction.getDynamic(String name,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
BatchTask |
BatchRun.getParent() |
BatchTask |
BatchTaskProperty.getTask(String name) |
BatchTask |
BatchTaskAction.getTask(String name) |
BatchTask |
BatchTaskInvoker.Config.resolve()
Deprecated.
as of 1.15
|
BatchTask |
BatchTaskInvoker.Config.resolve(hudson.model.ItemGroup context)
Finds the target
BatchTask that this configuration points to,
or null if not found. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchTask> |
BatchTaskProperty.getTasks() |
List<BatchTask> |
BatchTaskAction.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
protected BatchRun |
BatchRunAction.createRecord(BatchTask task)
Creates and adds a new reocrd.
|
void |
BatchTaskProperty.removeTask(BatchTask t) |
| Constructor and Description |
|---|
BatchRun(Calendar timestamp,
BatchRunAction parent,
int id,
BatchTask task) |
BatchTaskProperty(BatchTask... tasks) |
| Constructor and Description |
|---|
BatchTaskProperty(Collection<BatchTask> tasks) |
Copyright © 2016. All rights reserved.