hudson.plugins.batch_task
Class BatchTaskInvoker.Config

java.lang.Object
  extended by hudson.plugins.batch_task.BatchTaskInvoker.Config
Enclosing class:
BatchTaskInvoker

public static final class BatchTaskInvoker.Config
extends java.lang.Object

What task to invoke?


Field Summary
 java.lang.String project
           
 java.lang.String task
           
 
Constructor Summary
BatchTaskInvoker.Config(net.sf.json.JSONObject source)
           
BatchTaskInvoker.Config(java.lang.String project, java.lang.String task)
           
 
Method Summary
 boolean invoke(hudson.model.BuildListener listener, java.util.HashSet<java.lang.String> seenJobs)
           
 BatchTask resolve()
          Finds the target BatchTask that this configuration points to, or null if not found.
 BatchTaskProperty resolveProperty()
          Finds the target BatchTaskProperty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

public final java.lang.String project

task

public final java.lang.String task
Constructor Detail

BatchTaskInvoker.Config

public BatchTaskInvoker.Config(java.lang.String project,
                               java.lang.String task)

BatchTaskInvoker.Config

public BatchTaskInvoker.Config(net.sf.json.JSONObject source)
Method Detail

resolveProperty

public BatchTaskProperty resolveProperty()
Finds the target BatchTaskProperty.


resolve

public BatchTask resolve()
Finds the target BatchTask that this configuration points to, or null if not found.


invoke

public boolean invoke(hudson.model.BuildListener listener,
                      java.util.HashSet<java.lang.String> seenJobs)


Copyright © 2009. All Rights Reserved.