@Validated @ConfigurationProperties(prefix="spring.cloud.deployer.local") public class LocalDeployerProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalDeployerProperties.DebugSuspendType |
static class |
LocalDeployerProperties.Docker |
static class |
LocalDeployerProperties.HttpProbe |
static class |
LocalDeployerProperties.PortRange |
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_ADDRESS
Remote debugging property allowing one to specify the address for the remote debug
session.
|
static String |
DEBUG_PORT
Deprecated.
This is only JDK 8 compatible. Use the
DEBUG_ADDRESS instead for supporting all JDKs. |
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() |
LocalDeployerProperties(LocalDeployerProperties from) |
public static final String PREFIX
public static final String INHERIT_LOGGING
public static final String DEBUG_PORT
DEBUG_ADDRESS
instead for supporting all JDKs.public static final String DEBUG_ADDRESS
public static final String DEBUG_SUSPEND
public LocalDeployerProperties()
public LocalDeployerProperties(LocalDeployerProperties from)
public LocalDeployerProperties.Docker getDocker()
public String getHostname()
public void setHostname(String hostname)
public Integer getDebugPort()
public LocalDeployerProperties.DebugSuspendType getDebugSuspend()
public void setDebugSuspend(LocalDeployerProperties.DebugSuspendType debugSuspend)
public void setDebugPort(Integer debugPort)
public String getDebugAddress()
public void setDebugAddress(String debugAddress)
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)
public LocalDeployerProperties.HttpProbe getStartupProbe()
public void setStartupProbe(LocalDeployerProperties.HttpProbe startupProbe)
public LocalDeployerProperties.HttpProbe getHealthProbe()
public void setHealthProbe(LocalDeployerProperties.HttpProbe healthProbe)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.