@Validated @ConfigurationProperties(prefix="spring.cloud.deployer.local") public class LocalDeployerProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalDeployerProperties.Docker |
static class |
LocalDeployerProperties.PortRange |
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_PORT
Remote debugging property allowing one to specify port for the remote debug session.
|
static String |
DEBUG_SUSPEND
Remote debugging property allowing one to specify if the startup of the application
should be suspended until remote debug session is established.
|
static String |
INHERIT_LOGGING
Deployer property allowing logging to be redirected to the output stream of the process
that triggered child process.
|
static String |
PREFIX
Top level prefix for local deployer configuration properties.
|
Constructor and Description |
---|
LocalDeployerProperties() |
public static final String PREFIX
public static final String INHERIT_LOGGING
public static final String DEBUG_PORT
public static final String DEBUG_SUSPEND
public LocalDeployerProperties.Docker getDocker()
public Integer getDebugPort()
public String getDebugSuspend()
public void setDebugSuspend(String debugSuspend)
public void setDebugPort(Integer debugPort)
public boolean isInheritLogging()
public void setInheritLogging(boolean inheritLogging)
public String getJavaCmd()
public void setJavaCmd(String javaCmd)
public Path getWorkingDirectoriesRoot()
public void setWorkingDirectoriesRoot(String workingDirectoriesRoot)
public void setWorkingDirectoriesRoot(Path workingDirectoriesRoot)
public boolean isDeleteFilesOnExit()
public void setDeleteFilesOnExit(boolean deleteFilesOnExit)
public String[] getEnvVarsToInherit()
public void setEnvVarsToInherit(String[] envVarsToInherit)
public int getShutdownTimeout()
public LocalDeployerProperties setShutdownTimeout(int shutdownTimeout)
public String getJavaOpts()
public void setJavaOpts(String javaOpts)
public boolean isUseSpringApplicationJson()
public void setUseSpringApplicationJson(boolean useSpringApplicationJson)
public LocalDeployerProperties.PortRange getPortRange()
public int getMaximumConcurrentTasks()
public void setMaximumConcurrentTasks(int maximumConcurrentTasks)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.