Modifier and Type | Method and Description |
---|---|
static Optional<DebugAddress> |
DebugAddress.from(LocalDeployerProperties deployerProperties,
int instanceNumber) |
Modifier and Type | Method and Description |
---|---|
ProcessBuilder |
CommandBuilder.buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> appInstanceEnv,
String deployerId,
Optional<Integer> appInstanceNumber,
LocalDeployerProperties localDeployerProperties,
Optional<DebugAddress> debugAddress)
Builds the execution command for an application.
|
ProcessBuilder |
JavaCommandBuilder.buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> appInstanceEnv,
String deployerId,
Optional<Integer> appInstanceNumber,
LocalDeployerProperties localDeployerProperties,
Optional<DebugAddress> debugAddressOption) |
ProcessBuilder |
DockerCommandBuilder.buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> appInstanceEnv,
String deployerId,
Optional<Integer> appInstanceNumber,
LocalDeployerProperties localDeployerProperties,
Optional<DebugAddress> debugAddressOption) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.