public static final class BatchTaskInvoker.Config extends hudson.model.AbstractDescribableImpl<BatchTaskInvoker.Config>
| Type | Property and Description |
|---|---|
BatchTaskProperty |
resolve |
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchTaskInvoker.Config.DescriptorImpl |
| 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() |
BatchTaskProperty |
resolveProperty(hudson.model.ItemGroup context)
Finds the target
BatchTaskProperty. |
public BatchTaskProperty resolveProperty
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.