hudson.plugins.batch_task
Class DownstreamTasksAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.plugins.batch_task.DownstreamTasksAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class DownstreamTasksAction
extends hudson.model.InvisibleAction

Shows the downstream tasks.

Author:
Alan.Harder@Sun.Com

Field Summary
 BatchTaskInvoker downstream
           
 
Constructor Summary
DownstreamTasksAction(BatchTaskInvoker invoker)
           
 
Method Summary
 java.util.List<BatchTaskInvoker.Config> getTaskConfigs()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

downstream

public final BatchTaskInvoker downstream
Constructor Detail

DownstreamTasksAction

public DownstreamTasksAction(BatchTaskInvoker invoker)
Method Detail

getTaskConfigs

public java.util.List<BatchTaskInvoker.Config> getTaskConfigs()


Copyright © 2010. All Rights Reserved.