Modifier and Type | Method and Description |
---|---|
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) |
protected String |
AbstractLocalDeployerSupport.buildRemoteDebugInstruction(LocalDeployerProperties deployerProperties,
String deploymentId,
int instanceIndex,
int port) |
protected org.springframework.web.client.RestTemplate |
AbstractLocalDeployerSupport.buildRestTemplate(LocalDeployerProperties properties)
Builds a
RestTemplate used for calling app's shutdown endpoint. |
protected int |
AbstractLocalDeployerSupport.calculateDebugPort(LocalDeployerProperties deployerProperties,
int instanceIndex)
Gets the base debug port value and adds the instance count.
|
protected boolean |
AbstractLocalDeployerSupport.containsValidDebugPort(LocalDeployerProperties deployerProperties,
String deploymentId)
Determines if there is a valid debug port specified in the deployment
properites.
|
org.springframework.cloud.deployer.spi.task.TaskLauncher |
LocalDeployerAutoConfiguration.taskLauncher(LocalDeployerProperties properties) |
Constructor and Description |
---|
AbstractLocalDeployerSupport(LocalDeployerProperties properties)
Instantiates a new abstract deployer support.
|
JavaCommandBuilder(LocalDeployerProperties properties) |
LocalAppDeployer(LocalDeployerProperties properties)
Instantiates a new local app deployer.
|
LocalTaskLauncher(LocalDeployerProperties properties)
Instantiates a new local task launcher.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.