Package htmlpublisher
Class HtmlPublisherTarget.HTMLAction
java.lang.Object
htmlpublisher.HtmlPublisherTarget.BaseHTMLAction
htmlpublisher.HtmlPublisherTarget.HTMLAction
- All Implemented Interfaces:
Action
,ModelObject
,ProminentProjectAction
- Enclosing class:
HtmlPublisherTarget
public class HtmlPublisherTarget.HTMLAction
extends HtmlPublisherTarget.BaseHTMLAction
implements ProminentProjectAction
-
Field Summary
Fields inherited from class htmlpublisher.HtmlPublisherTarget.BaseHTMLAction
project
-
Constructor Summary
ConstructorsConstructorDescriptionHTMLAction
(AbstractItem project, HtmlPublisherTarget actualHtmlPublisherTarget) -
Method Summary
Modifier and TypeMethodDescriptionprotected File
dir()
GetsHtmlPublisherTarget
, for which the action has been created.protected String
getTitle()
Methods inherited from class htmlpublisher.HtmlPublisherTarget.BaseHTMLAction
doDynamic, getBackToName, getBackToUrl, getDisplayName, getIconFileName, getUrlName, shouldLinkToLastBuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
HTMLAction
-
-
Method Details
-
dir
- Specified by:
dir
in classHtmlPublisherTarget.BaseHTMLAction
-
getTitle
- Specified by:
getTitle
in classHtmlPublisherTarget.BaseHTMLAction
-
getHTMLTarget
GetsHtmlPublisherTarget
, for which the action has been created.- Returns:
- HTML Report description
-
getActualBuildAction
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public HtmlPublisherTarget.HTMLBuildAction getActualBuildAction()
-