Modifier and Type | Method and Description |
---|---|
protected LocalDeployerProperties |
JavaCommandBuilder.bindDeploymentProperties(Map<String,String> runtimeDeploymentProperties)
This will merge the deployment properties that were passed in at runtime with the deployment properties
of the Deployer instance.
|
protected LocalDeployerProperties |
AbstractLocalDeployerSupport.bindDeploymentProperties(Map<String,String> runtimeDeploymentProperties)
This will merge the deployment properties that were passed in at runtime with the
deployment properties of the Deployer instance.
|
protected LocalDeployerProperties |
AbstractLocalDeployerSupport.getLocalDeployerProperties()
Gets the local deployer properties.
|
LocalDeployerProperties |
LocalDeployerProperties.setShutdownTimeout(int shutdownTimeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavaCommandBuilder.addJavaOptions(List<String> commands,
Map<String,String> deploymentProperties,
LocalDeployerProperties localDeployerProperties) |
org.springframework.cloud.deployer.spi.app.AppDeployer |
LocalDeployerAutoConfiguration.appDeployer(LocalDeployerProperties properties) |
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 |
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 |
DockerCommandBuilder.buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> appInstanceEnv,
String deployerId,
Optional<Integer> appInstanceNumber,
LocalDeployerProperties localDeployerProperties,
Optional<DebugAddress> debugAddressOption) |
protected org.springframework.web.client.RestTemplate |
AbstractLocalDeployerSupport.buildRestTemplate(LocalDeployerProperties properties)
Builds a
RestTemplate used for calling app's shutdown endpoint. |
static Optional<DebugAddress> |
DebugAddress.from(LocalDeployerProperties deployerProperties,
int instanceNumber) |
int |
JavaCommandBuilder.getPortSuggestion(LocalDeployerProperties localDeployerProperties) |
int |
CommandBuilder.getPortSuggestion(LocalDeployerProperties localDeployerProperties)
Allow the concrete implementation to suggests the target application port.
|
int |
DockerCommandBuilder.getPortSuggestion(LocalDeployerProperties localDeployerProperties) |
org.springframework.cloud.deployer.spi.task.TaskLauncher |
LocalDeployerAutoConfiguration.taskLauncher(LocalDeployerProperties properties) |
Constructor and Description |
---|
AbstractLocalDeployerSupport(LocalDeployerProperties localDeployerProperties)
Instantiates a new abstract deployer support.
|
JavaCommandBuilder(LocalDeployerProperties properties) |
LocalAppDeployer(LocalDeployerProperties properties)
Instantiates a new local app deployer.
|
LocalDeployerProperties(LocalDeployerProperties from) |
LocalTaskLauncher(LocalDeployerProperties properties)
Instantiates a new local task launcher.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.