Class Hub
java.lang.Object
org.openqa.selenium.grid.TemplateGridCommand
org.openqa.selenium.grid.TemplateGridServerCommand
org.openqa.selenium.grid.commands.Hub
- All Implemented Interfaces:
CliCommand
Nested Class Summary
Nested classes/interfaces inherited from class org.openqa.selenium.grid.TemplateGridServerCommand
TemplateGridServerCommand.HandlersNested classes/interfaces inherited from interface org.openqa.selenium.cli.CliCommand
CliCommand.ExecutableConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionprotectedTemplateGridServerCommand.HandlerscreateHandlers(Config config) protected voidAllows a command to indicate that certain aspects are configurable.protectedConfigAllows the set of objects used for finding command-line flags to be augmented with default implementations.getName()protectedStringMethods inherited from class org.openqa.selenium.grid.TemplateGridServerCommand
asServer,baseRoute,graphqlRoute,hubRouteMethods inherited from class org.openqa.selenium.grid.TemplateGridCommand
configureMethods inherited from class java.lang.Object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,waitMethods inherited from interface org.openqa.selenium.cli.CliCommand
isShown
Constructor Details
Hub
public Hub()
Method Details
getName
getDescription
getConfigurableRoles
Description copied from interface:CliCommandAllows a command to indicate that certain aspects are configurable. Any roles that are exposed here will be matched against flag objects which implementHasRolesto allow configuration via command line flags.getFlagObjects
Description copied from interface:CliCommandAllows the set of objects used for finding command-line flags to be augmented with default implementations.getSystemPropertiesConfigPrefix
- Specified by:
getSystemPropertiesConfigPrefixin classTemplateGridCommand
getDefaultConfig
- Specified by:
getDefaultConfigin classTemplateGridCommand
createHandlers
- Specified by:
createHandlersin classTemplateGridServerCommand
execute
- Specified by:
executein classTemplateGridCommand