Skip navigation links
A B C D E F G I J L O P S T U 

A

AbstractLocalDeployerSupport - Class in org.springframework.cloud.deployer.spi.local
Base class for local app deployer and task launcher providing support for common functionality.
AbstractLocalDeployerSupport(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Instantiates a new abstract deployer support.
AbstractLocalDeployerSupport.Instance - Interface in org.springframework.cloud.deployer.spi.local
 
addJavaExecutionOptions(List<String>, AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
 
addJavaOptions(List<String>, Map<String, String>, LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
 
appDeployer(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerAutoConfiguration
 

B

bindDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
This will merge the deployment properties that were passed in at runtime with the deployment properties of the Deployer instance.
bindDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
This will merge the deployment properties that were passed in at runtime with the deployment properties of the Deployer instance.
buildExecutionCommand(AppDeploymentRequest, Map<String, String>, Optional<Integer>) - Method in interface org.springframework.cloud.deployer.spi.local.CommandBuilder
Builds the execution command for an application.
buildExecutionCommand(AppDeploymentRequest, Map<String, String>, Optional<Integer>) - Method in class org.springframework.cloud.deployer.spi.local.DockerCommandBuilder
 
buildExecutionCommand(AppDeploymentRequest, Map<String, String>, Optional<Integer>) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
 
buildProcessBuilder(AppDeploymentRequest, Map<String, String>, Optional<Integer>, String) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Builds the process builder.
buildRemoteDebugInstruction(LocalDeployerProperties, String, int, int) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
buildRestTemplate(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Builds a RestTemplate used for calling app's shutdown endpoint.

C

calcServerPort(AppDeploymentRequest, boolean, Map<String, String>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
calculateDebugPort(LocalDeployerProperties, int) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Gets the base debug port value and adds the instance count.
cancel(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
cleanup(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
CommandBuilder - Interface in org.springframework.cloud.deployer.spi.local
Strategy interface for Execution Command builder.
containsValidDebugPort(LocalDeployerProperties, String) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Determines if there is a valid debug port specified in the deployment properites.
createRuntimeEnvironmentInfo(Class<?>, Class<?>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Create the RuntimeEnvironmentInfo.

D

DEBUG_PORT - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
Remote debugging property allowing one to specify port for the remote debug session.
DEBUG_SUSPEND - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
Remote debugging property allowing one to specify if the startup of the application should be suspended until remote debug session is established.
DEFAULT_SERVER_PORT - Static variable in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
deploy(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
destroy(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
Docker() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
DOCKER_CONTAINER_NAME_KEY - Static variable in class org.springframework.cloud.deployer.spi.local.DockerCommandBuilder
Name of the deployment property used to specify the container name pattern to use.
DockerCommandBuilder - Class in org.springframework.cloud.deployer.spi.local
Command builder used to craft the command used when running apps inside docker containers.
DockerCommandBuilder(String) - Constructor for class org.springframework.cloud.deployer.spi.local.DockerCommandBuilder
 

E

environmentInfo() - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
environmentInfo() - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 

F

formatApplicationProperties(AppDeploymentRequest, Map<String, String>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 

G

getBaseUrl() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
 
getDebugPort() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getDebugSuspend() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getDocker() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getEnvVarsToInherit() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getHigh() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
getJavaCmd() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getJavaOpts() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getLocalDeployerProperties() - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Gets the local deployer properties.
getLog(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
getLog(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
getLow() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
getMaximumConcurrentTasks() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getMaximumConcurrentTasks() - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
getNetwork() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
getPortRange() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getProcess() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
 
getRandomPort() - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
getRunningTaskExecutionCount() - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
getShutdownTimeout() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getWorkingDirectoriesRoot() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 

I

INHERIT_LOGGING - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
Deployer property allowing logging to be redirected to the output stream of the process that triggered child process.
isAlive(Process) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
isDeleteFilesOnExit() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
isInheritLogging() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
isServerPortKeyPresentOnArgs(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
isUseSpringApplicationJson() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
isWindows() - Static method in class org.springframework.cloud.deployer.spi.local.LocalDeployerUtils
Checks if jvm is running on windows.

J

JavaCommandBuilder - Class in org.springframework.cloud.deployer.spi.local
 
JavaCommandBuilder(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
 

L

launch(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
LocalAppDeployer - Class in org.springframework.cloud.deployer.spi.local
An AppDeployer implementation that spins off a new JVM process per app instance.
LocalAppDeployer(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
Instantiates a new local app deployer.
LocalDeployerAutoConfiguration - Class in org.springframework.cloud.deployer.spi.local
LocalDeployerAutoConfiguration() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerAutoConfiguration
 
LocalDeployerProperties - Class in org.springframework.cloud.deployer.spi.local
Configuration properties for the local deployer.
LocalDeployerProperties() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
LocalDeployerProperties.Docker - Class in org.springframework.cloud.deployer.spi.local
 
LocalDeployerProperties.PortRange - Class in org.springframework.cloud.deployer.spi.local
 
LocalDeployerUtils - Class in org.springframework.cloud.deployer.spi.local
Deployer utility functions.
LocalDeployerUtils() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerUtils
 
LocalTaskLauncher - Class in org.springframework.cloud.deployer.spi.local
A TaskLauncher implementation that spins off a new JVM process per task launch.
LocalTaskLauncher(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
Instantiates a new local task launcher.
logger - Variable in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 

O

org.springframework.cloud.deployer.spi.local - package org.springframework.cloud.deployer.spi.local
 

P

PortRange() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
PREFIX - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
Top level prefix for local deployer configuration properties.

S

scale(AppScaleRequest) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
setDebugPort(Integer) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setDebugSuspend(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setDeleteFilesOnExit(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setEnvVarsToInherit(String[]) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setHigh(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
setInheritLogging(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setJavaCmd(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setJavaOpts(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setLow(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
setMaximumConcurrentTasks(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setNetwork(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
setShutdownTimeout(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setUseSpringApplicationJson(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setWorkingDirectoriesRoot(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setWorkingDirectoriesRoot(Path) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
shouldInheritLogging(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Will check if LocalDeployerProperties.INHERIT_LOGGING is set by checking deployment properties.
shutdown() - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
shutdown() - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
shutdownAndWait(AbstractLocalDeployerSupport.Instance) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Shut down the Process backing the application AbstractLocalDeployerSupport.Instance.
SPRING_APPLICATION_JSON - Static variable in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
status(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
status(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 

T

taskLauncher(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerAutoConfiguration
 
toString() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
toString() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 

U

undeploy(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
usedPorts - Static variable in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
useSpringApplicationJson(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
A B C D E F G I J L O P S T U 
Skip navigation links

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.