Class DockerFlags

java.lang.Object
org.openqa.selenium.grid.node.docker.DockerFlags
All Implemented Interfaces:
HasRoles

@AutoService(HasRoles.class) public class DockerFlags extends Object implements HasRoles
  • Constructor Details

    • DockerFlags

      public DockerFlags()
  • Method Details

    • getRoles

      public Set<Role> getRoles()
      Description copied from interface: HasRoles
      Obtains the set of commands that this set of flags applies to. Examples include things like "distributor", "session-map". Maps to CliCommand.getName()
      Specified by:
      getRoles in interface HasRoles
      Returns: