public interface LoadTestConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
LoadTestConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
LoadTestAssertionConfig |
addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
LoadStrategyConfig |
addNewLoadStrategy()
Appends and returns a new empty "loadStrategy" element
|
PropertiesTypeConfig |
addNewReportParameters()
Appends and returns a new empty "reportParameters" element
|
ScriptConfig |
addNewReportScript()
Appends and returns a new empty "reportScript" element
|
ScriptConfig |
addNewSetupScript()
Appends and returns a new empty "setupScript" element
|
ScriptConfig |
addNewTearDownScript()
Appends and returns a new empty "tearDownScript" element
|
LoadTestAssertionConfig[] |
getAssertionArray()
Deprecated.
|
LoadTestAssertionConfig |
getAssertionArray(int i)
Gets ith "assertion" element
|
List<LoadTestAssertionConfig> |
getAssertionList()
Gets a List of "assertion" elements
|
boolean |
getCalculateTPSOnTimePassed()
Gets the "calculateTPSOnTimePassed" element
|
boolean |
getCancelExcessiveThreads()
Gets the "cancelExcessiveThreads" element
|
boolean |
getCancelOnReachedLimit()
Gets the "cancelOnReachedLimit" element
|
long |
getHistoryLimit()
Gets the "historyLimit" element
|
LoadTestLimitTypesConfig.Enum |
getLimitType()
Gets the "limitType" element
|
LoadStrategyConfig |
getLoadStrategy()
Gets the "loadStrategy" element
|
boolean |
getLogStatisticsOnThreadChange()
Gets the "logStatisticsOnThreadChange" element
|
long |
getMaxAssertionErrors()
Gets the "maxAssertionErrors" element
|
PropertiesTypeConfig |
getReportParameters()
Gets the "reportParameters" element
|
ScriptConfig |
getReportScript()
Gets the "reportScript" element
|
boolean |
getResetStatisticsOnThreadCountChange()
Gets the "resetStatisticsOnThreadCountChange" element
|
int |
getSampleInterval()
Gets the "sampleInterval" element
|
ScriptConfig |
getSetupScript()
Gets the "setupScript" element
|
int |
getStartDelay()
Gets the "startDelay" element
|
String |
getStatisticsLogFolder()
Gets the "statisticsLogFolder" element
|
int |
getStatisticsLogInterval()
Gets the "statisticsLogInterval" element
|
int |
getStrategyInterval()
Gets the "strategyInterval" element
|
ScriptConfig |
getTearDownScript()
Gets the "tearDownScript" element
|
long |
getTestLimit()
Gets the "testLimit" element
|
int |
getThreadCount()
Gets the "threadCount" element
|
boolean |
getUpdateStatisticsPerTestStep()
Gets the "updateStatisticsPerTestStep" element
|
LoadTestAssertionConfig |
insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
boolean |
isSetHistoryLimit()
True if has "historyLimit" element
|
boolean |
isSetMaxAssertionErrors()
True if has "maxAssertionErrors" element
|
boolean |
isSetReportParameters()
True if has "reportParameters" element
|
boolean |
isSetReportScript()
True if has "reportScript" element
|
boolean |
isSetSetupScript()
True if has "setupScript" element
|
boolean |
isSetTearDownScript()
True if has "tearDownScript" element
|
void |
removeAssertion(int i)
Removes the ith "assertion" element
|
void |
setAssertionArray(int i,
LoadTestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
setAssertionArray(LoadTestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
setCalculateTPSOnTimePassed(boolean calculateTPSOnTimePassed)
Sets the "calculateTPSOnTimePassed" element
|
void |
setCancelExcessiveThreads(boolean cancelExcessiveThreads)
Sets the "cancelExcessiveThreads" element
|
void |
setCancelOnReachedLimit(boolean cancelOnReachedLimit)
Sets the "cancelOnReachedLimit" element
|
void |
setHistoryLimit(long historyLimit)
Sets the "historyLimit" element
|
void |
setLimitType(LoadTestLimitTypesConfig.Enum limitType)
Sets the "limitType" element
|
void |
setLoadStrategy(LoadStrategyConfig loadStrategy)
Sets the "loadStrategy" element
|
void |
setLogStatisticsOnThreadChange(boolean logStatisticsOnThreadChange)
Sets the "logStatisticsOnThreadChange" element
|
void |
setMaxAssertionErrors(long maxAssertionErrors)
Sets the "maxAssertionErrors" element
|
void |
setReportParameters(PropertiesTypeConfig reportParameters)
Sets the "reportParameters" element
|
void |
setReportScript(ScriptConfig reportScript)
Sets the "reportScript" element
|
void |
setResetStatisticsOnThreadCountChange(boolean resetStatisticsOnThreadCountChange)
Sets the "resetStatisticsOnThreadCountChange" element
|
void |
setSampleInterval(int sampleInterval)
Sets the "sampleInterval" element
|
void |
setSetupScript(ScriptConfig setupScript)
Sets the "setupScript" element
|
void |
setStartDelay(int startDelay)
Sets the "startDelay" element
|
void |
setStatisticsLogFolder(String statisticsLogFolder)
Sets the "statisticsLogFolder" element
|
void |
setStatisticsLogInterval(int statisticsLogInterval)
Sets the "statisticsLogInterval" element
|
void |
setStrategyInterval(int strategyInterval)
Sets the "strategyInterval" element
|
void |
setTearDownScript(ScriptConfig tearDownScript)
Sets the "tearDownScript" element
|
void |
setTestLimit(long testLimit)
Sets the "testLimit" element
|
void |
setThreadCount(int threadCount)
Sets the "threadCount" element
|
void |
setUpdateStatisticsPerTestStep(boolean updateStatisticsPerTestStep)
Sets the "updateStatisticsPerTestStep" element
|
int |
sizeOfAssertionArray()
Returns number of "assertion" element
|
void |
unsetHistoryLimit()
Unsets the "historyLimit" element
|
void |
unsetMaxAssertionErrors()
Unsets the "maxAssertionErrors" element
|
void |
unsetReportParameters()
Unsets the "reportParameters" element
|
void |
unsetReportScript()
Unsets the "reportScript" element
|
void |
unsetSetupScript()
Unsets the "setupScript" element
|
void |
unsetTearDownScript()
Unsets the "tearDownScript" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCalculateTPSOnTimePassed()
Gets (as xml) the "calculateTPSOnTimePassed" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCancelExcessiveThreads()
Gets (as xml) the "cancelExcessiveThreads" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCancelOnReachedLimit()
Gets (as xml) the "cancelOnReachedLimit" element
|
org.apache.xmlbeans.XmlLong |
xgetHistoryLimit()
Gets (as xml) the "historyLimit" element
|
LoadTestLimitTypesConfig |
xgetLimitType()
Gets (as xml) the "limitType" element
|
org.apache.xmlbeans.XmlBoolean |
xgetLogStatisticsOnThreadChange()
Gets (as xml) the "logStatisticsOnThreadChange" element
|
org.apache.xmlbeans.XmlLong |
xgetMaxAssertionErrors()
Gets (as xml) the "maxAssertionErrors" element
|
org.apache.xmlbeans.XmlBoolean |
xgetResetStatisticsOnThreadCountChange()
Gets (as xml) the "resetStatisticsOnThreadCountChange" element
|
org.apache.xmlbeans.XmlInt |
xgetSampleInterval()
Gets (as xml) the "sampleInterval" element
|
org.apache.xmlbeans.XmlInt |
xgetStartDelay()
Gets (as xml) the "startDelay" element
|
org.apache.xmlbeans.XmlString |
xgetStatisticsLogFolder()
Gets (as xml) the "statisticsLogFolder" element
|
org.apache.xmlbeans.XmlInt |
xgetStatisticsLogInterval()
Gets (as xml) the "statisticsLogInterval" element
|
org.apache.xmlbeans.XmlInt |
xgetStrategyInterval()
Gets (as xml) the "strategyInterval" element
|
org.apache.xmlbeans.XmlLong |
xgetTestLimit()
Gets (as xml) the "testLimit" element
|
org.apache.xmlbeans.XmlInt |
xgetThreadCount()
Gets (as xml) the "threadCount" element
|
org.apache.xmlbeans.XmlBoolean |
xgetUpdateStatisticsPerTestStep()
Gets (as xml) the "updateStatisticsPerTestStep" element
|
void |
xsetCalculateTPSOnTimePassed(org.apache.xmlbeans.XmlBoolean calculateTPSOnTimePassed)
Sets (as xml) the "calculateTPSOnTimePassed" element
|
void |
xsetCancelExcessiveThreads(org.apache.xmlbeans.XmlBoolean cancelExcessiveThreads)
Sets (as xml) the "cancelExcessiveThreads" element
|
void |
xsetCancelOnReachedLimit(org.apache.xmlbeans.XmlBoolean cancelOnReachedLimit)
Sets (as xml) the "cancelOnReachedLimit" element
|
void |
xsetHistoryLimit(org.apache.xmlbeans.XmlLong historyLimit)
Sets (as xml) the "historyLimit" element
|
void |
xsetLimitType(LoadTestLimitTypesConfig limitType)
Sets (as xml) the "limitType" element
|
void |
xsetLogStatisticsOnThreadChange(org.apache.xmlbeans.XmlBoolean logStatisticsOnThreadChange)
Sets (as xml) the "logStatisticsOnThreadChange" element
|
void |
xsetMaxAssertionErrors(org.apache.xmlbeans.XmlLong maxAssertionErrors)
Sets (as xml) the "maxAssertionErrors" element
|
void |
xsetResetStatisticsOnThreadCountChange(org.apache.xmlbeans.XmlBoolean resetStatisticsOnThreadCountChange)
Sets (as xml) the "resetStatisticsOnThreadCountChange" element
|
void |
xsetSampleInterval(org.apache.xmlbeans.XmlInt sampleInterval)
Sets (as xml) the "sampleInterval" element
|
void |
xsetStartDelay(org.apache.xmlbeans.XmlInt startDelay)
Sets (as xml) the "startDelay" element
|
void |
xsetStatisticsLogFolder(org.apache.xmlbeans.XmlString statisticsLogFolder)
Sets (as xml) the "statisticsLogFolder" element
|
void |
xsetStatisticsLogInterval(org.apache.xmlbeans.XmlInt statisticsLogInterval)
Sets (as xml) the "statisticsLogInterval" element
|
void |
xsetStrategyInterval(org.apache.xmlbeans.XmlInt strategyInterval)
Sets (as xml) the "strategyInterval" element
|
void |
xsetTestLimit(org.apache.xmlbeans.XmlLong testLimit)
Sets (as xml) the "testLimit" element
|
void |
xsetThreadCount(org.apache.xmlbeans.XmlInt threadCount)
Sets (as xml) the "threadCount" element
|
void |
xsetUpdateStatisticsPerTestStep(org.apache.xmlbeans.XmlBoolean updateStatisticsPerTestStep)
Sets (as xml) the "updateStatisticsPerTestStep" element
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
int getThreadCount()
org.apache.xmlbeans.XmlInt xgetThreadCount()
void setThreadCount(int threadCount)
void xsetThreadCount(org.apache.xmlbeans.XmlInt threadCount)
int getStartDelay()
org.apache.xmlbeans.XmlInt xgetStartDelay()
void setStartDelay(int startDelay)
void xsetStartDelay(org.apache.xmlbeans.XmlInt startDelay)
int getSampleInterval()
org.apache.xmlbeans.XmlInt xgetSampleInterval()
void setSampleInterval(int sampleInterval)
void xsetSampleInterval(org.apache.xmlbeans.XmlInt sampleInterval)
boolean getCalculateTPSOnTimePassed()
org.apache.xmlbeans.XmlBoolean xgetCalculateTPSOnTimePassed()
void setCalculateTPSOnTimePassed(boolean calculateTPSOnTimePassed)
void xsetCalculateTPSOnTimePassed(org.apache.xmlbeans.XmlBoolean calculateTPSOnTimePassed)
boolean getResetStatisticsOnThreadCountChange()
org.apache.xmlbeans.XmlBoolean xgetResetStatisticsOnThreadCountChange()
void setResetStatisticsOnThreadCountChange(boolean resetStatisticsOnThreadCountChange)
void xsetResetStatisticsOnThreadCountChange(org.apache.xmlbeans.XmlBoolean resetStatisticsOnThreadCountChange)
long getHistoryLimit()
org.apache.xmlbeans.XmlLong xgetHistoryLimit()
boolean isSetHistoryLimit()
void setHistoryLimit(long historyLimit)
void xsetHistoryLimit(org.apache.xmlbeans.XmlLong historyLimit)
void unsetHistoryLimit()
long getTestLimit()
org.apache.xmlbeans.XmlLong xgetTestLimit()
void setTestLimit(long testLimit)
void xsetTestLimit(org.apache.xmlbeans.XmlLong testLimit)
LoadTestLimitTypesConfig.Enum getLimitType()
LoadTestLimitTypesConfig xgetLimitType()
void setLimitType(LoadTestLimitTypesConfig.Enum limitType)
void xsetLimitType(LoadTestLimitTypesConfig limitType)
LoadStrategyConfig getLoadStrategy()
void setLoadStrategy(LoadStrategyConfig loadStrategy)
LoadStrategyConfig addNewLoadStrategy()
List<LoadTestAssertionConfig> getAssertionList()
LoadTestAssertionConfig[] getAssertionArray()
LoadTestAssertionConfig getAssertionArray(int i)
int sizeOfAssertionArray()
void setAssertionArray(LoadTestAssertionConfig[] assertionArray)
void setAssertionArray(int i, LoadTestAssertionConfig assertion)
LoadTestAssertionConfig insertNewAssertion(int i)
LoadTestAssertionConfig addNewAssertion()
void removeAssertion(int i)
long getMaxAssertionErrors()
org.apache.xmlbeans.XmlLong xgetMaxAssertionErrors()
boolean isSetMaxAssertionErrors()
void setMaxAssertionErrors(long maxAssertionErrors)
void xsetMaxAssertionErrors(org.apache.xmlbeans.XmlLong maxAssertionErrors)
void unsetMaxAssertionErrors()
String getStatisticsLogFolder()
org.apache.xmlbeans.XmlString xgetStatisticsLogFolder()
void setStatisticsLogFolder(String statisticsLogFolder)
void xsetStatisticsLogFolder(org.apache.xmlbeans.XmlString statisticsLogFolder)
int getStatisticsLogInterval()
org.apache.xmlbeans.XmlInt xgetStatisticsLogInterval()
void setStatisticsLogInterval(int statisticsLogInterval)
void xsetStatisticsLogInterval(org.apache.xmlbeans.XmlInt statisticsLogInterval)
boolean getLogStatisticsOnThreadChange()
org.apache.xmlbeans.XmlBoolean xgetLogStatisticsOnThreadChange()
void setLogStatisticsOnThreadChange(boolean logStatisticsOnThreadChange)
void xsetLogStatisticsOnThreadChange(org.apache.xmlbeans.XmlBoolean logStatisticsOnThreadChange)
boolean getCancelOnReachedLimit()
org.apache.xmlbeans.XmlBoolean xgetCancelOnReachedLimit()
void setCancelOnReachedLimit(boolean cancelOnReachedLimit)
void xsetCancelOnReachedLimit(org.apache.xmlbeans.XmlBoolean cancelOnReachedLimit)
boolean getCancelExcessiveThreads()
org.apache.xmlbeans.XmlBoolean xgetCancelExcessiveThreads()
void setCancelExcessiveThreads(boolean cancelExcessiveThreads)
void xsetCancelExcessiveThreads(org.apache.xmlbeans.XmlBoolean cancelExcessiveThreads)
int getStrategyInterval()
org.apache.xmlbeans.XmlInt xgetStrategyInterval()
void setStrategyInterval(int strategyInterval)
void xsetStrategyInterval(org.apache.xmlbeans.XmlInt strategyInterval)
ScriptConfig getSetupScript()
boolean isSetSetupScript()
void setSetupScript(ScriptConfig setupScript)
ScriptConfig addNewSetupScript()
void unsetSetupScript()
ScriptConfig getTearDownScript()
boolean isSetTearDownScript()
void setTearDownScript(ScriptConfig tearDownScript)
ScriptConfig addNewTearDownScript()
void unsetTearDownScript()
boolean getUpdateStatisticsPerTestStep()
org.apache.xmlbeans.XmlBoolean xgetUpdateStatisticsPerTestStep()
void setUpdateStatisticsPerTestStep(boolean updateStatisticsPerTestStep)
void xsetUpdateStatisticsPerTestStep(org.apache.xmlbeans.XmlBoolean updateStatisticsPerTestStep)
ScriptConfig getReportScript()
boolean isSetReportScript()
void setReportScript(ScriptConfig reportScript)
ScriptConfig addNewReportScript()
void unsetReportScript()
PropertiesTypeConfig getReportParameters()
boolean isSetReportParameters()
void setReportParameters(PropertiesTypeConfig reportParameters)
PropertiesTypeConfig addNewReportParameters()
void unsetReportParameters()
Copyright © 2019. All Rights Reserved.