hudson.plugins.batch_task
Class BatchTaskAction
java.lang.Object
hudson.plugins.batch_task.BatchTaskAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, java.io.Serializable
public class BatchTaskAction
- extends java.lang.Object
- implements hudson.model.Action
Shows all the tasks.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
public final hudson.model.AbstractProject<?,?> project
property
public final BatchTaskProperty property
BatchTaskAction
public BatchTaskAction(hudson.model.AbstractProject<?,?> project,
BatchTaskProperty property)
getTasks
public java.util.List<BatchTask> getTasks()
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getDynamic
public BatchTask getDynamic(java.lang.String name,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
getTask
public BatchTask getTask(java.lang.String name)
Copyright © 2008. All Rights Reserved.