Class SplitButtonEvent

java.lang.Object
jenkins.model.menu.event.SplitButtonEvent
All Implemented Interfaces:
Event

@ExportedBean @Restricted(org.kohsuke.accmod.restrictions.Beta.class) public final class SplitButtonEvent extends Object implements Event
A primary button with a dropdown of additional actions.
  • Method Details

    • of

      public static SplitButtonEvent of(Event event, List<Action> actions)
      Creates a split button event
      Parameters:
      event - the primary action in the split button
      actions - actions to render in the overflow
    • getEvent

      @Exported public Event getEvent()
    • getActions

      @Exported public List<Action> getActions()