hudson.plugins.batch_task
Class BatchTaskInvoker.Config

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<BatchTaskInvoker.Config>
      extended by 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?


Nested Class Summary
static class BatchTaskInvoker.Config.DescriptorImpl
           
 
Field Summary
 String project
           
 String task
           
 
Constructor Summary
BatchTaskInvoker.Config(String project, String task)
           
 
Method Summary
 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.
 
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
 

Field Detail

project

public final String project

task

public final String task
Constructor Detail

BatchTaskInvoker.Config

@DataBoundConstructor
public BatchTaskInvoker.Config(String project,
                                                    String task)
Method Detail

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-2012. All Rights Reserved.