public interface CommandBuilder
Modifier and Type | Method and Description |
---|---|
String[] |
buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> appInstanceEnv,
Optional<Integer> appInstanceNumber)
Builds the execution command for an application.
|
String[] buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request, Map<String,String> appInstanceEnv, Optional<Integer> appInstanceNumber)
request
- the request for the application to executeappInstanceEnv
- the env vars tha might be needed when building the execution commandCopyright © 2019 Pivotal Software, Inc.. All rights reserved.