public class RuntimeEnvironment extends Object
Constructor and Description |
---|
RuntimeEnvironment()
Default constructor for serialization frameworks.
|
Modifier and Type | Method and Description |
---|---|
RuntimeEnvironmentDetails |
getAppDeployer() |
List<RuntimeEnvironmentDetails> |
getTaskLaunchers() |
void |
setAppDeployer(RuntimeEnvironmentDetails appDeployer) |
void |
setTaskLaunchers(List<RuntimeEnvironmentDetails> taskLaunchers) |
public RuntimeEnvironment()
public RuntimeEnvironmentDetails getAppDeployer()
public void setAppDeployer(RuntimeEnvironmentDetails appDeployer)
public List<RuntimeEnvironmentDetails> getTaskLaunchers()
public void setTaskLaunchers(List<RuntimeEnvironmentDetails> taskLaunchers)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.