Class InvisibleFromSidebarAction
java.lang.Object
com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleFromSidebarAction
- All Implemented Interfaces:
Action,ModelObject
- Direct Known Subclasses:
InvisibleReportAction
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 -
Method Summary
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
doDynamic, enableDirectoryBrowserSupport, getHTMLReport, readHTMLReportMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getUrlName
-
Constructor Details
-
InvisibleFromSidebarAction
public InvisibleFromSidebarAction()
-
-
Method Details
-
getIconFileName
Hides the Icon. -
getDisplayName
Hides the link.
-