Uses of Class
org.openqa.selenium.grid.config.Role
-
-
Uses of Role in org.openqa.selenium.cli
Methods in org.openqa.selenium.cli that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
CliCommand. getConfigurableRoles()
Allows a command to indicate that certain aspects are configurable. -
Uses of Role in org.openqa.selenium.grid.commands
Methods in org.openqa.selenium.grid.commands that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
CompletionCommand. getConfigurableRoles()
java.util.Set<Role>
EventBusCommand. getConfigurableRoles()
java.util.Set<Role>
Hub. getConfigurableRoles()
java.util.Set<Role>
InfoCommand. getConfigurableRoles()
java.util.Set<Role>
Standalone. getConfigurableRoles()
-
Uses of Role in org.openqa.selenium.grid.config
Fields in org.openqa.selenium.grid.config declared as Role Modifier and Type Field Description static Role
StandardGridRoles. DISTRIBUTOR_ROLE
static Role
StandardGridRoles. EVENT_BUS_ROLE
static Role
StandardGridRoles. HTTPD_ROLE
static Role
StandardGridRoles. NODE_ROLE
static Role
StandardGridRoles. ROUTER_ROLE
static Role
StandardGridRoles. SESSION_MAP_ROLE
static Role
StandardGridRoles. SESSION_QUEUE_ROLE
static Role
StandardGridRoles. SESSION_QUEUER_ROLE
Fields in org.openqa.selenium.grid.config with type parameters of type Role Modifier and Type Field Description static java.util.Set<Role>
StandardGridRoles. ALL_ROLES
Methods in org.openqa.selenium.grid.config that return Role Modifier and Type Method Description static Role
Role. of(java.lang.String name)
Methods in org.openqa.selenium.grid.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
ConfigFlags. getRoles()
java.util.Set<Role>
HasRoles. getRoles()
Obtains the set of commands that this set of flags applies to.Methods in org.openqa.selenium.grid.config with parameters of type Role Modifier and Type Method Description int
Role. compareTo(Role o)
Method parameters in org.openqa.selenium.grid.config with type arguments of type Role Modifier and Type Method Description boolean
ConfigFlags. dumpConfigHelp(Config config, java.util.Set<Role> currentRoles, java.io.PrintStream dumpTo)
static java.util.Set<DescribedOption>
DescribedOption. findAllMatchingOptions(java.util.Collection<Role> roles)
-
Uses of Role in org.openqa.selenium.grid.distributor.config
Methods in org.openqa.selenium.grid.distributor.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
DistributorFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.distributor.httpd
Methods in org.openqa.selenium.grid.distributor.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
DistributorServer. getConfigurableRoles()
-
Uses of Role in org.openqa.selenium.grid.docker
Methods in org.openqa.selenium.grid.docker that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
DockerFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.log
Methods in org.openqa.selenium.grid.log that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
LoggingFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
NodeFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.node.httpd
Methods in org.openqa.selenium.grid.node.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
NodeServer. getConfigurableRoles()
-
Uses of Role in org.openqa.selenium.grid.router.httpd
Methods in org.openqa.selenium.grid.router.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
RouterServer. getConfigurableRoles()
java.util.Set<Role>
RouterFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
BaseServerFlags. getRoles()
java.util.Set<Role>
EventBusFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.sessionmap.config
Methods in org.openqa.selenium.grid.sessionmap.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
SessionMapFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.sessionmap.httpd
Methods in org.openqa.selenium.grid.sessionmap.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
SessionMapServer. getConfigurableRoles()
-
Uses of Role in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
NewSessionQueueFlags. getRoles()
java.util.Set<Role>
NewSessionQueuerFlags. getRoles()
-
Uses of Role in org.openqa.selenium.grid.sessionqueue.httpd
Methods in org.openqa.selenium.grid.sessionqueue.httpd that return types with arguments of type Role Modifier and Type Method Description java.util.Set<Role>
NewSessionQueuerServer. getConfigurableRoles()
-