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
- 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(Map<String, String>, 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(Map<String, String>, 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(Map<String, String>, 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_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() - 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
-
- getEnvVarsToInherit() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
-
- getFreeDiskSpacePercentage() - 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
-
- getLocalDeployerProperties() - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
-
Gets the local deployer properties.
- getProcess() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
-
- 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
-
- 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
-
- 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
- PREFIX - Static variable in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
-
Top level prefix for local deployer configuration properties.
S
- setDeleteFilesOnExit(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
-
- setEnvVarsToInherit(String[]) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
-
- setFreeDiskSpacePercentage(int) - 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
-
- 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
-
- 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
-
- 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
-
U
- undeploy(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
-
- 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
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.