Class 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 Detail

      • InvisibleFromSidebarAction

        public InvisibleFromSidebarAction()
    • Method Detail

      • getIconFileName

        public final String getIconFileName()
        Hides the Icon.
      • getDisplayName

        public final String getDisplayName()
        Hides the link.