Package htmlpublisher
Class HtmlPublisherTarget.HTMLPublishedForProjectMarkerAction
java.lang.Object
hudson.model.InvisibleAction
htmlpublisher.HtmlPublisherTarget.HTMLPublishedForProjectMarkerAction
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
- Enclosing class:
HtmlPublisherTarget
public static class HtmlPublisherTarget.HTMLPublishedForProjectMarkerAction
extends InvisibleAction
implements RunAction2
Hidden action, which indicates the build has been published on the project level.
This action is not an instance of
HtmlPublisherTarget.BaseHTMLAction
, because we want to
avoid confusions with actions referring to the data.-
Constructor Summary
ConstructorsConstructorDescriptionHTMLPublishedForProjectMarkerAction
(Run<?, ?> build, HtmlPublisherTarget actualHtmlPublisherTarget) -
Method Summary
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
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
-
HTMLPublishedForProjectMarkerAction
public HTMLPublishedForProjectMarkerAction(Run<?, ?> build, HtmlPublisherTarget actualHtmlPublisherTarget)
-
-
Method Details
-
getOwner
@WithBridgeMethods(value=hudson.model.AbstractBuild.class, adapterMethod="getAbstractBuildOwner") public final Run<?,?> getOwner() -
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
getHTMLTarget
-