public class TomcatTestReport extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MEMORY_SIZE
The default memory size.
|
static int |
TEST_FAILED
The Constant TEST_FAILED.
|
static int |
TEST_PASSED
The Constant TEST_PASSED.
|
static int |
TEST_UNKNOWN
The Constant TEST_UNKNOWN.
|
| Constructor and Description |
|---|
TomcatTestReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextName()
Gets the context name.
|
String |
getDataSourceName()
Gets the data source name.
|
int |
getDatasourceTest()
Gets the datasource test.
|
int |
getDatasourceUsageScore()
Gets the datasource usage score.
|
int |
getDefaultFileCount()
Gets the default file count.
|
int |
getFileTest()
Gets the file test.
|
long |
getMaxProcessingTime()
Gets the max processing time.
|
int |
getMemoryTest()
Gets the memory test.
|
long |
getTestDuration()
Gets the test duration.
|
int |
getWebappAvailabilityTest()
Gets the webapp availability test.
|
void |
setContextName(String contextName)
Sets the context name.
|
void |
setDataSourceName(String dataSourceName)
Sets the data source name.
|
void |
setDatasourceTest(int datasourceTest)
Sets the datasource test.
|
void |
setDatasourceUsageScore(int datasourceUsageScore)
Sets the datasource usage score.
|
void |
setFileTest(int fileTest)
Sets the file test.
|
void |
setMaxServiceTime(long maxProcessingTime)
Sets the max service time.
|
void |
setMemoryTest(int memoryTest)
Sets the memory test.
|
void |
setTestDuration(long testDuration)
Sets the test duration.
|
void |
setWebappAvailabilityTest(int webappAvailabilityTest)
Sets the webapp availability test.
|
public static final int TEST_UNKNOWN
public static final int TEST_PASSED
public static final int TEST_FAILED
public static final int DEFAULT_MEMORY_SIZE
public String getContextName()
public void setContextName(String contextName)
contextName - the new context namepublic int getDatasourceUsageScore()
public void setDatasourceUsageScore(int datasourceUsageScore)
datasourceUsageScore - the new datasource usage scorepublic String getDataSourceName()
public void setDataSourceName(String dataSourceName)
dataSourceName - the new data source namepublic int getDatasourceTest()
public void setDatasourceTest(int datasourceTest)
datasourceTest - the new datasource testpublic int getFileTest()
public void setFileTest(int fileTest)
fileTest - the new file testpublic int getMemoryTest()
public void setMemoryTest(int memoryTest)
memoryTest - the new memory testpublic int getDefaultFileCount()
public long getTestDuration()
public void setTestDuration(long testDuration)
testDuration - the new test durationpublic long getMaxProcessingTime()
public void setMaxServiceTime(long maxProcessingTime)
maxProcessingTime - the new max service timepublic int getWebappAvailabilityTest()
public void setWebappAvailabilityTest(int webappAvailabilityTest)
webappAvailabilityTest - the new webapp availability testCopyright © 2009–2020 psi-probe. All rights reserved.