Class InvisibleFromSidebarAction
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleFromSidebarAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
- Direct Known Subclasses:
InvisibleReportAction
public abstract class InvisibleFromSidebarAction extends AbstractHTMLAction
Extending from this class means that your action will not be visible as a link in the sidebar, but since you can implement the getURLName method, It will be possible to access the action by using the URL.- Author:
- esteban
-
-
Constructor Summary
Constructors Constructor Description InvisibleFromSidebarAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Hides the link.String
getIconFileName()
Hides the Icon.-
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
doDynamic, enableDirectoryBrowserSupport, getHTMLReport, readHTMLReport
-
-