public class BatchTaskAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractProject<?,?> |
project |
BatchTaskProperty |
property |
| Constructor and Description |
|---|
BatchTaskAction(hudson.model.AbstractProject<?,?> project,
BatchTaskProperty property) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public final hudson.model.AbstractProject<?,?> project
public final BatchTaskProperty property
public BatchTaskAction(hudson.model.AbstractProject<?,?> project,
BatchTaskProperty property)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic BatchTask getDynamic(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
Copyright © 2016. All rights reserved.