public class DockerCommandBuilder extends Object implements CommandBuilder
Constructor and Description |
---|
DockerCommandBuilder() |
Modifier and Type | Method and Description |
---|---|
String[] |
buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> args)
Builds the execution command for an application.
|
public String[] buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request, Map<String,String> args)
CommandBuilder
buildExecutionCommand
in interface CommandBuilder
request
- the request for the application to executeargs
- the properties to use when building the execution commandCopyright © 2017 Pivotal Software, Inc.. All rights reserved.