public abstract class CukedoctorBaseAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ALL_DOCUMENTATION |
protected static String |
BASE_URL |
protected String |
documentationPage |
| 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() |
void |
setDocumentationPage(String documentationPage) |
protected static final String ALL_DOCUMENTATION
protected String documentationPage
protected static final String BASE_URL
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.Actionpublic void doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected abstract String getTitle()
protected abstract File dir()
public void setDocumentationPage(String documentationPage)
Copyright © 2016. All rights reserved.