hudson.plugins.batch_task
Class BatchTaskInvoker.Config
java.lang.Object
hudson.model.AbstractDescribableImpl<BatchTaskInvoker.Config>
hudson.plugins.batch_task.BatchTaskInvoker.Config
- All Implemented Interfaces:
- hudson.model.Describable<BatchTaskInvoker.Config>
- Enclosing class:
- BatchTaskInvoker
public static final class BatchTaskInvoker.Config
- extends hudson.model.AbstractDescribableImpl<BatchTaskInvoker.Config>
What task to invoke?
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
public final String project
task
public final String task
BatchTaskInvoker.Config
@DataBoundConstructor
public BatchTaskInvoker.Config(String project,
String task)
resolveProperty
public BatchTaskProperty resolveProperty(hudson.model.ItemGroup context)
- Finds the target
BatchTaskProperty.
resolve
public BatchTask resolve(hudson.model.ItemGroup context)
- Finds the target
BatchTask that this configuration points to,
or null if not found.
resolve
public BatchTask resolve()
- Deprecated. as of 1.15
resolveProperty
public BatchTaskProperty resolveProperty()
- Deprecated. as of 1.15
invoke
public boolean invoke(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
HashSet<String> seenJobs)
Copyright © 2004-2013. All Rights Reserved.