public class LoadTestConfigImpl extends ModelItemConfigImpl implements LoadTestConfig
LoadTestConfig.Factory
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
Constructor and Description |
---|
LoadTestConfigImpl(org.apache.xmlbeans.SchemaType sType) |
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
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public LoadTestConfigImpl(org.apache.xmlbeans.SchemaType sType)
public int getThreadCount()
getThreadCount
in interface LoadTestConfig
public org.apache.xmlbeans.XmlInt xgetThreadCount()
xgetThreadCount
in interface LoadTestConfig
public void setThreadCount(int threadCount)
setThreadCount
in interface LoadTestConfig
public void xsetThreadCount(org.apache.xmlbeans.XmlInt threadCount)
xsetThreadCount
in interface LoadTestConfig
public int getStartDelay()
getStartDelay
in interface LoadTestConfig
public org.apache.xmlbeans.XmlInt xgetStartDelay()
xgetStartDelay
in interface LoadTestConfig
public void setStartDelay(int startDelay)
setStartDelay
in interface LoadTestConfig
public void xsetStartDelay(org.apache.xmlbeans.XmlInt startDelay)
xsetStartDelay
in interface LoadTestConfig
public int getSampleInterval()
getSampleInterval
in interface LoadTestConfig
public org.apache.xmlbeans.XmlInt xgetSampleInterval()
xgetSampleInterval
in interface LoadTestConfig
public void setSampleInterval(int sampleInterval)
setSampleInterval
in interface LoadTestConfig
public void xsetSampleInterval(org.apache.xmlbeans.XmlInt sampleInterval)
xsetSampleInterval
in interface LoadTestConfig
public boolean getCalculateTPSOnTimePassed()
getCalculateTPSOnTimePassed
in interface LoadTestConfig
public org.apache.xmlbeans.XmlBoolean xgetCalculateTPSOnTimePassed()
xgetCalculateTPSOnTimePassed
in interface LoadTestConfig
public void setCalculateTPSOnTimePassed(boolean calculateTPSOnTimePassed)
setCalculateTPSOnTimePassed
in interface LoadTestConfig
public void xsetCalculateTPSOnTimePassed(org.apache.xmlbeans.XmlBoolean calculateTPSOnTimePassed)
xsetCalculateTPSOnTimePassed
in interface LoadTestConfig
public boolean getResetStatisticsOnThreadCountChange()
getResetStatisticsOnThreadCountChange
in interface LoadTestConfig
public org.apache.xmlbeans.XmlBoolean xgetResetStatisticsOnThreadCountChange()
xgetResetStatisticsOnThreadCountChange
in interface LoadTestConfig
public void setResetStatisticsOnThreadCountChange(boolean resetStatisticsOnThreadCountChange)
setResetStatisticsOnThreadCountChange
in interface LoadTestConfig
public void xsetResetStatisticsOnThreadCountChange(org.apache.xmlbeans.XmlBoolean resetStatisticsOnThreadCountChange)
xsetResetStatisticsOnThreadCountChange
in interface LoadTestConfig
public long getHistoryLimit()
getHistoryLimit
in interface LoadTestConfig
public org.apache.xmlbeans.XmlLong xgetHistoryLimit()
xgetHistoryLimit
in interface LoadTestConfig
public boolean isSetHistoryLimit()
isSetHistoryLimit
in interface LoadTestConfig
public void setHistoryLimit(long historyLimit)
setHistoryLimit
in interface LoadTestConfig
public void xsetHistoryLimit(org.apache.xmlbeans.XmlLong historyLimit)
xsetHistoryLimit
in interface LoadTestConfig
public void unsetHistoryLimit()
unsetHistoryLimit
in interface LoadTestConfig
public long getTestLimit()
getTestLimit
in interface LoadTestConfig
public org.apache.xmlbeans.XmlLong xgetTestLimit()
xgetTestLimit
in interface LoadTestConfig
public void setTestLimit(long testLimit)
setTestLimit
in interface LoadTestConfig
public void xsetTestLimit(org.apache.xmlbeans.XmlLong testLimit)
xsetTestLimit
in interface LoadTestConfig
public LoadTestLimitTypesConfig.Enum getLimitType()
getLimitType
in interface LoadTestConfig
public LoadTestLimitTypesConfig xgetLimitType()
xgetLimitType
in interface LoadTestConfig
public void setLimitType(LoadTestLimitTypesConfig.Enum limitType)
setLimitType
in interface LoadTestConfig
public void xsetLimitType(LoadTestLimitTypesConfig limitType)
xsetLimitType
in interface LoadTestConfig
public LoadStrategyConfig getLoadStrategy()
getLoadStrategy
in interface LoadTestConfig
public void setLoadStrategy(LoadStrategyConfig loadStrategy)
setLoadStrategy
in interface LoadTestConfig
public LoadStrategyConfig addNewLoadStrategy()
addNewLoadStrategy
in interface LoadTestConfig
public List<LoadTestAssertionConfig> getAssertionList()
getAssertionList
in interface LoadTestConfig
public LoadTestAssertionConfig[] getAssertionArray()
getAssertionArray
in interface LoadTestConfig
public LoadTestAssertionConfig getAssertionArray(int i)
getAssertionArray
in interface LoadTestConfig
public int sizeOfAssertionArray()
sizeOfAssertionArray
in interface LoadTestConfig
public void setAssertionArray(LoadTestAssertionConfig[] assertionArray)
setAssertionArray
in interface LoadTestConfig
public void setAssertionArray(int i, LoadTestAssertionConfig assertion)
setAssertionArray
in interface LoadTestConfig
public LoadTestAssertionConfig insertNewAssertion(int i)
insertNewAssertion
in interface LoadTestConfig
public LoadTestAssertionConfig addNewAssertion()
addNewAssertion
in interface LoadTestConfig
public void removeAssertion(int i)
removeAssertion
in interface LoadTestConfig
public long getMaxAssertionErrors()
getMaxAssertionErrors
in interface LoadTestConfig
public org.apache.xmlbeans.XmlLong xgetMaxAssertionErrors()
xgetMaxAssertionErrors
in interface LoadTestConfig
public boolean isSetMaxAssertionErrors()
isSetMaxAssertionErrors
in interface LoadTestConfig
public void setMaxAssertionErrors(long maxAssertionErrors)
setMaxAssertionErrors
in interface LoadTestConfig
public void xsetMaxAssertionErrors(org.apache.xmlbeans.XmlLong maxAssertionErrors)
xsetMaxAssertionErrors
in interface LoadTestConfig
public void unsetMaxAssertionErrors()
unsetMaxAssertionErrors
in interface LoadTestConfig
public String getStatisticsLogFolder()
getStatisticsLogFolder
in interface LoadTestConfig
public org.apache.xmlbeans.XmlString xgetStatisticsLogFolder()
xgetStatisticsLogFolder
in interface LoadTestConfig
public void setStatisticsLogFolder(String statisticsLogFolder)
setStatisticsLogFolder
in interface LoadTestConfig
public void xsetStatisticsLogFolder(org.apache.xmlbeans.XmlString statisticsLogFolder)
xsetStatisticsLogFolder
in interface LoadTestConfig
public int getStatisticsLogInterval()
getStatisticsLogInterval
in interface LoadTestConfig
public org.apache.xmlbeans.XmlInt xgetStatisticsLogInterval()
xgetStatisticsLogInterval
in interface LoadTestConfig
public void setStatisticsLogInterval(int statisticsLogInterval)
setStatisticsLogInterval
in interface LoadTestConfig
public void xsetStatisticsLogInterval(org.apache.xmlbeans.XmlInt statisticsLogInterval)
xsetStatisticsLogInterval
in interface LoadTestConfig
public boolean getLogStatisticsOnThreadChange()
getLogStatisticsOnThreadChange
in interface LoadTestConfig
public org.apache.xmlbeans.XmlBoolean xgetLogStatisticsOnThreadChange()
xgetLogStatisticsOnThreadChange
in interface LoadTestConfig
public void setLogStatisticsOnThreadChange(boolean logStatisticsOnThreadChange)
setLogStatisticsOnThreadChange
in interface LoadTestConfig
public void xsetLogStatisticsOnThreadChange(org.apache.xmlbeans.XmlBoolean logStatisticsOnThreadChange)
xsetLogStatisticsOnThreadChange
in interface LoadTestConfig
public boolean getCancelOnReachedLimit()
getCancelOnReachedLimit
in interface LoadTestConfig
public org.apache.xmlbeans.XmlBoolean xgetCancelOnReachedLimit()
xgetCancelOnReachedLimit
in interface LoadTestConfig
public void setCancelOnReachedLimit(boolean cancelOnReachedLimit)
setCancelOnReachedLimit
in interface LoadTestConfig
public void xsetCancelOnReachedLimit(org.apache.xmlbeans.XmlBoolean cancelOnReachedLimit)
xsetCancelOnReachedLimit
in interface LoadTestConfig
public boolean getCancelExcessiveThreads()
getCancelExcessiveThreads
in interface LoadTestConfig
public org.apache.xmlbeans.XmlBoolean xgetCancelExcessiveThreads()
xgetCancelExcessiveThreads
in interface LoadTestConfig
public void setCancelExcessiveThreads(boolean cancelExcessiveThreads)
setCancelExcessiveThreads
in interface LoadTestConfig
public void xsetCancelExcessiveThreads(org.apache.xmlbeans.XmlBoolean cancelExcessiveThreads)
xsetCancelExcessiveThreads
in interface LoadTestConfig
public int getStrategyInterval()
getStrategyInterval
in interface LoadTestConfig
public org.apache.xmlbeans.XmlInt xgetStrategyInterval()
xgetStrategyInterval
in interface LoadTestConfig
public void setStrategyInterval(int strategyInterval)
setStrategyInterval
in interface LoadTestConfig
public void xsetStrategyInterval(org.apache.xmlbeans.XmlInt strategyInterval)
xsetStrategyInterval
in interface LoadTestConfig
public ScriptConfig getSetupScript()
getSetupScript
in interface LoadTestConfig
public boolean isSetSetupScript()
isSetSetupScript
in interface LoadTestConfig
public void setSetupScript(ScriptConfig setupScript)
setSetupScript
in interface LoadTestConfig
public ScriptConfig addNewSetupScript()
addNewSetupScript
in interface LoadTestConfig
public void unsetSetupScript()
unsetSetupScript
in interface LoadTestConfig
public ScriptConfig getTearDownScript()
getTearDownScript
in interface LoadTestConfig
public boolean isSetTearDownScript()
isSetTearDownScript
in interface LoadTestConfig
public void setTearDownScript(ScriptConfig tearDownScript)
setTearDownScript
in interface LoadTestConfig
public ScriptConfig addNewTearDownScript()
addNewTearDownScript
in interface LoadTestConfig
public void unsetTearDownScript()
unsetTearDownScript
in interface LoadTestConfig
public boolean getUpdateStatisticsPerTestStep()
getUpdateStatisticsPerTestStep
in interface LoadTestConfig
public org.apache.xmlbeans.XmlBoolean xgetUpdateStatisticsPerTestStep()
xgetUpdateStatisticsPerTestStep
in interface LoadTestConfig
public void setUpdateStatisticsPerTestStep(boolean updateStatisticsPerTestStep)
setUpdateStatisticsPerTestStep
in interface LoadTestConfig
public void xsetUpdateStatisticsPerTestStep(org.apache.xmlbeans.XmlBoolean updateStatisticsPerTestStep)
xsetUpdateStatisticsPerTestStep
in interface LoadTestConfig
public ScriptConfig getReportScript()
getReportScript
in interface LoadTestConfig
public boolean isSetReportScript()
isSetReportScript
in interface LoadTestConfig
public void setReportScript(ScriptConfig reportScript)
setReportScript
in interface LoadTestConfig
public ScriptConfig addNewReportScript()
addNewReportScript
in interface LoadTestConfig
public void unsetReportScript()
unsetReportScript
in interface LoadTestConfig
public PropertiesTypeConfig getReportParameters()
getReportParameters
in interface LoadTestConfig
public boolean isSetReportParameters()
isSetReportParameters
in interface LoadTestConfig
public void setReportParameters(PropertiesTypeConfig reportParameters)
setReportParameters
in interface LoadTestConfig
public PropertiesTypeConfig addNewReportParameters()
addNewReportParameters
in interface LoadTestConfig
public void unsetReportParameters()
unsetReportParameters
in interface LoadTestConfig
Copyright © 2019. All Rights Reserved.