static LaunchConfig.Builder |
LaunchConfig.builder() |
|
LaunchConfig.Builder |
LaunchConfig.Builder.command(String... command) |
If you've specified General as the value for your RobotSoftwareSuite, you can use
this field to specify a list of commands for your container image.
|
LaunchConfig.Builder |
LaunchConfig.Builder.command(Collection<String> command) |
If you've specified General as the value for your RobotSoftwareSuite, you can use
this field to specify a list of commands for your container image.
|
LaunchConfig.Builder |
LaunchConfig.Builder.environmentVariables(Map<String,String> environmentVariables) |
The environment variables for the application launch.
|
LaunchConfig.Builder |
LaunchConfig.Builder.launchFile(String launchFile) |
The launch file name.
|
LaunchConfig.Builder |
LaunchConfig.Builder.packageName(String packageName) |
The package name.
|
default LaunchConfig.Builder |
LaunchConfig.Builder.portForwardingConfig(Consumer<PortForwardingConfig.Builder> portForwardingConfig) |
The port forwarding configuration.
|
LaunchConfig.Builder |
LaunchConfig.Builder.portForwardingConfig(PortForwardingConfig portForwardingConfig) |
The port forwarding configuration.
|
LaunchConfig.Builder |
LaunchConfig.Builder.streamUI(Boolean streamUI) |
Boolean indicating whether a streaming session will be configured for the application.
|
LaunchConfig.Builder |
LaunchConfig.toBuilder() |
|