public static final class BatchTaskInvoker.Config extends hudson.model.AbstractDescribableImpl<BatchTaskInvoker.Config>
| Type | Property and Description |
|---|---|
BatchTaskProperty |
resolve
Deprecated.
as of 1.15
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchTaskInvoker.Config.DescriptorImpl |
| Constructor and Description |
|---|
BatchTaskInvoker.Config(String project,
String task) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
HashSet<String> seenJobs) |
BatchTask |
resolve()
Deprecated.
as of 1.15
|
BatchTask |
resolve(hudson.model.ItemGroup context)
Finds the target
BatchTask that this configuration points to,
or null if not found. |
BatchTaskProperty |
resolveProperty()
Deprecated.
as of 1.15
|
BatchTaskProperty |
resolveProperty(hudson.model.ItemGroup context)
Finds the target
BatchTaskProperty. |
public BatchTaskProperty resolveProperty(hudson.model.ItemGroup context)
BatchTaskProperty.public BatchTask resolve(hudson.model.ItemGroup context)
BatchTask that this configuration points to,
or null if not found.public BatchTask resolve()
public BatchTaskProperty resolveProperty()
Copyright © 2016. All rights reserved.