Class EventBusCommand

java.lang.Object
org.openqa.selenium.grid.TemplateGridCommand
org.openqa.selenium.grid.commands.EventBusCommand
All Implemented Interfaces:
CliCommand

@AutoService(CliCommand.class) public class EventBusCommand extends TemplateGridCommand
  • Constructor Details

    • EventBusCommand

      public EventBusCommand()
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getConfigurableRoles

      public Set<Role> getConfigurableRoles()
      Description copied from interface: CliCommand
      Allows a command to indicate that certain aspects are configurable. Any roles that are exposed here will be matched against flag objects which implement HasRoles to allow configuration via command line flags.
    • isShown

      public boolean isShown()
    • getFlagObjects

      public Set<Object> getFlagObjects()
      Description copied from interface: CliCommand
      Allows the set of objects used for finding command-line flags to be augmented with default implementations.
    • getSystemPropertiesConfigPrefix

      protected String getSystemPropertiesConfigPrefix()
      Specified by:
      getSystemPropertiesConfigPrefix in class TemplateGridCommand
    • getDefaultConfig

      protected Config getDefaultConfig()
      Specified by:
      getDefaultConfig in class TemplateGridCommand
    • asServer

      public Server<?> asServer(Config initialConfig)
    • execute

      protected void execute(Config config)
      Specified by:
      execute in class TemplateGridCommand