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 Filedir()GetsHtmlPublisherTarget, for which the action has been created.protected StringgetTitle()Methods inherited from class htmlpublisher.HtmlPublisherTarget.BaseHTMLAction
doDynamic, getBackToName, getBackToUrl, getDisplayName, getIconFileName, getUrlName, shouldLinkToLastBuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
HTMLAction
-
-
Method Details
-
dir
- Specified by:
dirin classHtmlPublisherTarget.BaseHTMLAction
-
getTitle
- Specified by:
getTitlein 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()
-