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

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>, String, Optional<Integer>, LocalDeployerProperties, Optional<DebugAddress>) - Method in interface org.springframework.cloud.deployer.spi.local.CommandBuilder
Builds the execution command for an application.
buildExecutionCommand(AppDeploymentRequest, Map<String, String>, String, Optional<Integer>, LocalDeployerProperties, Optional<DebugAddress>) - Method in class org.springframework.cloud.deployer.spi.local.DockerCommandBuilder
 
buildExecutionCommand(AppDeploymentRequest, Map<String, String>, String, Optional<Integer>, LocalDeployerProperties, Optional<DebugAddress>) - 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.
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
 
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.
createRuntimeEnvironmentInfo(Class<?>, Class<?>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Create the RuntimeEnvironmentInfo.

D

DEBUG_ADDRESS - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
Remote debugging property allowing one to specify the address for the remote debug session.
DEBUG_PORT - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
Deprecated.
This is only JDK 8 compatible. Use the LocalDeployerProperties.DEBUG_ADDRESS instead for supporting all JDKs.
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.
DebugAddress - Class in org.springframework.cloud.deployer.spi.local
Helper for parsing the Debugging address for both the legacy debug-port and the new debug-address properties.
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
 
equals(Object) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
equals(Object) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
equals(Object) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 

F

formatApplicationProperties(AppDeploymentRequest, Map<String, String>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
from(LocalDeployerProperties, int) - Static method in class org.springframework.cloud.deployer.spi.local.DebugAddress
 
from(URL, LocalDeployerProperties.HttpProbe) - Static method in class org.springframework.cloud.deployer.spi.local.HttpProbeExecutor
 

G

getAddress() - Method in class org.springframework.cloud.deployer.spi.local.DebugAddress
 
getBaseUrl() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
 
getBaseUrl(String, int, int) - Method in interface org.springframework.cloud.deployer.spi.local.CommandBuilder
Compute an App unique URL over apps deployerId, instance index and computed port.
getBaseUrl(String, int, int) - Method in class org.springframework.cloud.deployer.spi.local.DockerCommandBuilder
 
getBaseUrl(String, int, int) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
 
getCommandBuilder(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Detects the Command builder by the type of the resource in the requests.
getDebugAddress() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
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
 
getHealthProbe() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getHigh() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
getHost() - Method in class org.springframework.cloud.deployer.spi.local.DebugAddress
 
getHostname() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getJavaCmd() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getJavaOpts() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getJdwpOptions(String, String) - Method in interface org.springframework.cloud.deployer.spi.local.CommandBuilder
Computes the JDWP options with the provided suspend and address arguments.
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
 
getPath() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.HttpProbe
 
getPort() - Method in class org.springframework.cloud.deployer.spi.local.DebugAddress
 
getPortMappings() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
getPortRange() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
getPortRange() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getPortSuggestion(LocalDeployerProperties) - Method in interface org.springframework.cloud.deployer.spi.local.CommandBuilder
Allow the concrete implementation to suggests the target application port.
getPortSuggestion(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.DockerCommandBuilder
 
getPortSuggestion(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
 
getProcess() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
 
getRandomPort(AppDeploymentRequest) - 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
 
getStartupProbe() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getSuspend() - Method in class org.springframework.cloud.deployer.spi.local.DebugAddress
 
getVolumeMounts() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
getWorkingDirectoriesRoot() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 

H

hashCode() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
hashCode() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
hashCode() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
HttpProbe() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.HttpProbe
 
HttpProbeExecutor - Class in org.springframework.cloud.deployer.spi.local
Simple probe executor using rest endpoints.
HttpProbeExecutor(RestTemplate, URI) - Constructor for class org.springframework.cloud.deployer.spi.local.HttpProbeExecutor
 

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
 
isDeleteContainerOnExit() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
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(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
LocalDeployerProperties.DebugSuspendType - Enum in org.springframework.cloud.deployer.spi.local
 
LocalDeployerProperties.Docker - Class in org.springframework.cloud.deployer.spi.local
 
LocalDeployerProperties.HttpProbe - 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
 
logger - Static variable in class org.springframework.cloud.deployer.spi.local.DebugAddress
 

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.
probe() - Method in class org.springframework.cloud.deployer.spi.local.HttpProbeExecutor
 

R

retainEnvVars(Map<String, String>, LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.JavaCommandBuilder
Retain the environment variable strings in the provided set indicated by LocalDeployerProperties.getEnvVarsToInherit().

S

scale(AppScaleRequest) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
setDebugAddress(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setDebugPort(Integer) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setDebugSuspend(LocalDeployerProperties.DebugSuspendType) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setDeleteContainerOnExit(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
setDeleteFilesOnExit(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setEnvVarsToInherit(String[]) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setHealthProbe(LocalDeployerProperties.HttpProbe) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setHigh(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.PortRange
 
setHostname(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
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
 
setPath(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.HttpProbe
 
setPortMappings(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
setShutdownTimeout(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setStartupProbe(LocalDeployerProperties.HttpProbe) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setUseSpringApplicationJson(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setVolumeMounts(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.Docker
 
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
 

V

valueOf(String) - Static method in enum org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.DebugSuspendType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.deployer.spi.local.LocalDeployerProperties.DebugSuspendType
Returns an array containing the constants of this enum type, in the order they are declared.

W

windowsSupport(String[]) - Static method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
tweak escaping double quotes needed for windows
A B C D E F G H I J L O P R S T U V W 
Skip navigation links

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