Package hudson.plugins.batch_task
Class BatchTaskInvoker.Config
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<BatchTaskInvoker.Config>
-
- hudson.plugins.batch_task.BatchTaskInvoker.Config
-
- All Implemented Interfaces:
Describable<BatchTaskInvoker.Config>
- Enclosing class:
- BatchTaskInvoker
public static final class BatchTaskInvoker.Config extends AbstractDescribableImpl<BatchTaskInvoker.Config>
What task to invoke?
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchTaskInvoker.Config.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleaninvoke(AbstractBuild<?,?> build, BuildListener listener, HashSet<String> seenJobs)BatchTaskresolve()Deprecated.as of 1.15BatchTaskresolve(ItemGroup context)Finds the targetBatchTaskthat this configuration points to, or null if not found.BatchTaskPropertyresolveProperty()Deprecated.as of 1.15BatchTaskPropertyresolveProperty(ItemGroup context)Finds the targetBatchTaskProperty.-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
resolveProperty
public BatchTaskProperty resolveProperty(ItemGroup context)
Finds the targetBatchTaskProperty.
-
resolve
public BatchTask resolve(ItemGroup context)
Finds the targetBatchTaskthat this configuration points to, or null if not found.
-
resolve
@Deprecated public BatchTask resolve()
Deprecated.as of 1.15
-
resolveProperty
@Deprecated public BatchTaskProperty resolveProperty()
Deprecated.as of 1.15
-
invoke
public boolean invoke(AbstractBuild<?,?> build, BuildListener listener, HashSet<String> seenJobs)
-
-