Class DropdownEvent

java.lang.Object
jenkins.model.menu.event.DropdownEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
SplitButtonEvent

@ExportedBean @Restricted(org.kohsuke.accmod.restrictions.Beta.class) public sealed class DropdownEvent extends Object implements Event permits SplitButtonEvent
A dropdown button of additional actions.
  • Method Details

    • of

      public static DropdownEvent of(List<Action> actions)
      Creates a dropdown event
      Parameters:
      actions - actions to render in the overflow
    • getActions

      @Exported public List<Action> getActions()