protected abstract class HtmlPublisherTarget.BaseHTMLAction extends Object implements Action
| Modifier and Type | Field and Description |
|---|---|
protected AbstractItem |
project |
| Constructor and Description |
|---|
BaseHTMLAction(HtmlPublisherTarget actualHtmlPublisherTarget) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract File |
dir() |
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Serves HTML reports.
|
String |
getBackToName() |
String |
getBackToUrl() |
String |
getDisplayName() |
String |
getIconFileName() |
protected abstract String |
getTitle() |
String |
getUrlName() |
boolean |
shouldLinkToLastBuild() |
protected transient AbstractItem project
public BaseHTMLAction(HtmlPublisherTarget actualHtmlPublisherTarget)
public String getUrlName()
getUrlName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getIconFileName()
getIconFileName in interface Actionpublic String getBackToName()
public String getBackToUrl()
public boolean shouldLinkToLastBuild()
public 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()
Copyright © 2016–2022. All rights reserved.