public abstract class CukedoctorBaseAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BASE_URL |
protected static String |
ICON_NAME |
protected static String |
TITLE |
| Constructor and Description |
|---|
CukedoctorBaseAction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract File |
dir() |
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
protected abstract String |
getTitle() |
String |
getUrlName() |
protected static final String ICON_NAME
protected static final String BASE_URL
protected static final String TITLE
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionprotected abstract String getTitle()
protected abstract File dir()
public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016–2018. All rights reserved.