hudson.plugins.batch_task
Class BatchTaskAction

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

public class BatchTaskAction
extends Object
implements hudson.model.Action

Shows all the tasks.

Author:
Kohsuke Kawaguchi

Field Summary
 hudson.model.AbstractProject<?,?> project
           
 BatchTaskProperty property
           
 
Constructor Summary
BatchTaskAction(hudson.model.AbstractProject<?,?> project, BatchTaskProperty property)
           
 
Method Summary
 String getDisplayName()
           
 BatchTask getDynamic(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getIconFileName()
           
 BatchTask getTask(String name)
           
 List<BatchTask> getTasks()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

public final hudson.model.AbstractProject<?,?> project

property

public final BatchTaskProperty property
Constructor Detail

BatchTaskAction

public BatchTaskAction(hudson.model.AbstractProject<?,?> project,
                       BatchTaskProperty property)
Method Detail

getTasks

public List<BatchTask> getTasks()

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getDynamic

public BatchTask getDynamic(String name,
                            org.kohsuke.stapler.StaplerRequest req,
                            org.kohsuke.stapler.StaplerResponse rsp)

getTask

public BatchTask getTask(String name)


Copyright © 2004-2012. All Rights Reserved.