Package hudson.plugins.batch_task
Class BatchTaskAction
- java.lang.Object
-
- hudson.plugins.batch_task.BatchTaskAction
-
- All Implemented Interfaces:
Action,ModelObject
public class BatchTaskAction extends Object implements Action
Shows all the tasks.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description AbstractProject<?,?>projectBatchTaskPropertyproperty
-
Constructor Summary
Constructors Constructor Description BatchTaskAction(AbstractProject<?,?> project, BatchTaskProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()BatchTaskgetDynamic(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)StringgetIconFileName()BatchTaskgetTask(String name)List<BatchTask>getTasks()StringgetUrlName()
-
-
-
Field Detail
-
project
public final AbstractProject<?,?> project
-
property
public final BatchTaskProperty property
-
-
Constructor Detail
-
BatchTaskAction
public BatchTaskAction(AbstractProject<?,?> project, BatchTaskProperty property)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getDynamic
public BatchTask getDynamic(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
-
-