@ConfigurationProperties(prefix="spring.cloud.deployer.local") public class LocalDeployerProperties extends Object
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() |
Modifier and Type | Method and Description |
---|---|
String[] |
getEnvVarsToInherit() |
int |
getFreeDiskSpacePercentage() |
String |
getJavaCmd() |
String |
getJavaOpts() |
int |
getShutdownTimeout() |
Path |
getWorkingDirectoriesRoot() |
boolean |
isDeleteFilesOnExit() |
boolean |
isUseSpringApplicationJson() |
void |
setDeleteFilesOnExit(boolean deleteFilesOnExit) |
void |
setEnvVarsToInherit(String[] envVarsToInherit) |
void |
setFreeDiskSpacePercentage(int freeDiskSpacePercentage) |
void |
setJavaCmd(String javaCmd) |
void |
setJavaOpts(String javaOpts) |
LocalDeployerProperties |
setShutdownTimeout(int shutdownTimeout) |
void |
setUseSpringApplicationJson(boolean useSpringApplicationJson) |
void |
setWorkingDirectoriesRoot(String workingDirectoriesRoot) |
String |
toString() |
public static final String PREFIX
public static final String INHERIT_LOGGING
public static final String DEBUG_PORT
public static final String DEBUG_SUSPEND
@Min(value=0L) @Max(value=100L) public int getFreeDiskSpacePercentage()
public void setFreeDiskSpacePercentage(int freeDiskSpacePercentage)
public String getJavaCmd()
public void setJavaCmd(String javaCmd)
public Path getWorkingDirectoriesRoot()
public void setWorkingDirectoriesRoot(String 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)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.