@ConfigurationProperties public class SchedulerIntegrationTestProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FUNNY_CHARACTERS |
Constructor and Description |
---|
SchedulerIntegrationTestProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getCommandLineArgValueThatMayNeedEscaping() |
int |
getExitCode() |
int |
getInitDelay() |
Integer |
getInstanceIndex() |
int |
getKillDelay() |
Set<Integer> |
getMatchInstances() |
String |
getParameterThatMayNeedEscaping() |
void |
setCommandLineArgValueThatMayNeedEscaping(String commandLineArgValueThatMayNeedEscaping) |
void |
setExitCode(int exitCode) |
void |
setInitDelay(int initDelay) |
void |
setInstanceIndex(Integer instanceIndex) |
void |
setKillDelay(int killDelay) |
void |
setMatchInstances(Set<Integer> matchInstances) |
void |
setParameterThatMayNeedEscaping(String parameterThatMayNeedEscaping) |
public static final String FUNNY_CHARACTERS
public int getInitDelay()
public void setInitDelay(int initDelay)
public int getKillDelay()
public void setKillDelay(int killDelay)
public int getExitCode()
public void setExitCode(int exitCode)
public String getParameterThatMayNeedEscaping()
public void setParameterThatMayNeedEscaping(String parameterThatMayNeedEscaping)
public Integer getInstanceIndex()
public void setInstanceIndex(Integer instanceIndex)
public String getCommandLineArgValueThatMayNeedEscaping()
public void setCommandLineArgValueThatMayNeedEscaping(String commandLineArgValueThatMayNeedEscaping)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.