public class LoadTestConfigImpl extends ModelItemConfigImpl implements LoadTestConfig
LoadTestConfig.Factory_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| 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, xsetTimestamparraySetterHelper, 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, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddNewSettings, 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, xsetTimestampchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic LoadTestConfigImpl(org.apache.xmlbeans.SchemaType sType)
public int getThreadCount()
getThreadCount in interface LoadTestConfigpublic org.apache.xmlbeans.XmlInt xgetThreadCount()
xgetThreadCount in interface LoadTestConfigpublic void setThreadCount(int threadCount)
setThreadCount in interface LoadTestConfigpublic void xsetThreadCount(org.apache.xmlbeans.XmlInt threadCount)
xsetThreadCount in interface LoadTestConfigpublic int getStartDelay()
getStartDelay in interface LoadTestConfigpublic org.apache.xmlbeans.XmlInt xgetStartDelay()
xgetStartDelay in interface LoadTestConfigpublic void setStartDelay(int startDelay)
setStartDelay in interface LoadTestConfigpublic void xsetStartDelay(org.apache.xmlbeans.XmlInt startDelay)
xsetStartDelay in interface LoadTestConfigpublic int getSampleInterval()
getSampleInterval in interface LoadTestConfigpublic org.apache.xmlbeans.XmlInt xgetSampleInterval()
xgetSampleInterval in interface LoadTestConfigpublic void setSampleInterval(int sampleInterval)
setSampleInterval in interface LoadTestConfigpublic void xsetSampleInterval(org.apache.xmlbeans.XmlInt sampleInterval)
xsetSampleInterval in interface LoadTestConfigpublic boolean getCalculateTPSOnTimePassed()
getCalculateTPSOnTimePassed in interface LoadTestConfigpublic org.apache.xmlbeans.XmlBoolean xgetCalculateTPSOnTimePassed()
xgetCalculateTPSOnTimePassed in interface LoadTestConfigpublic void setCalculateTPSOnTimePassed(boolean calculateTPSOnTimePassed)
setCalculateTPSOnTimePassed in interface LoadTestConfigpublic void xsetCalculateTPSOnTimePassed(org.apache.xmlbeans.XmlBoolean calculateTPSOnTimePassed)
xsetCalculateTPSOnTimePassed in interface LoadTestConfigpublic boolean getResetStatisticsOnThreadCountChange()
getResetStatisticsOnThreadCountChange in interface LoadTestConfigpublic org.apache.xmlbeans.XmlBoolean xgetResetStatisticsOnThreadCountChange()
xgetResetStatisticsOnThreadCountChange in interface LoadTestConfigpublic void setResetStatisticsOnThreadCountChange(boolean resetStatisticsOnThreadCountChange)
setResetStatisticsOnThreadCountChange in interface LoadTestConfigpublic void xsetResetStatisticsOnThreadCountChange(org.apache.xmlbeans.XmlBoolean resetStatisticsOnThreadCountChange)
xsetResetStatisticsOnThreadCountChange in interface LoadTestConfigpublic long getHistoryLimit()
getHistoryLimit in interface LoadTestConfigpublic org.apache.xmlbeans.XmlLong xgetHistoryLimit()
xgetHistoryLimit in interface LoadTestConfigpublic boolean isSetHistoryLimit()
isSetHistoryLimit in interface LoadTestConfigpublic void setHistoryLimit(long historyLimit)
setHistoryLimit in interface LoadTestConfigpublic void xsetHistoryLimit(org.apache.xmlbeans.XmlLong historyLimit)
xsetHistoryLimit in interface LoadTestConfigpublic void unsetHistoryLimit()
unsetHistoryLimit in interface LoadTestConfigpublic long getTestLimit()
getTestLimit in interface LoadTestConfigpublic org.apache.xmlbeans.XmlLong xgetTestLimit()
xgetTestLimit in interface LoadTestConfigpublic void setTestLimit(long testLimit)
setTestLimit in interface LoadTestConfigpublic void xsetTestLimit(org.apache.xmlbeans.XmlLong testLimit)
xsetTestLimit in interface LoadTestConfigpublic LoadTestLimitTypesConfig.Enum getLimitType()
getLimitType in interface LoadTestConfigpublic LoadTestLimitTypesConfig xgetLimitType()
xgetLimitType in interface LoadTestConfigpublic void setLimitType(LoadTestLimitTypesConfig.Enum limitType)
setLimitType in interface LoadTestConfigpublic void xsetLimitType(LoadTestLimitTypesConfig limitType)
xsetLimitType in interface LoadTestConfigpublic LoadStrategyConfig getLoadStrategy()
getLoadStrategy in interface LoadTestConfigpublic void setLoadStrategy(LoadStrategyConfig loadStrategy)
setLoadStrategy in interface LoadTestConfigpublic LoadStrategyConfig addNewLoadStrategy()
addNewLoadStrategy in interface LoadTestConfigpublic List<LoadTestAssertionConfig> getAssertionList()
getAssertionList in interface LoadTestConfigpublic LoadTestAssertionConfig[] getAssertionArray()
getAssertionArray in interface LoadTestConfigpublic LoadTestAssertionConfig getAssertionArray(int i)
getAssertionArray in interface LoadTestConfigpublic int sizeOfAssertionArray()
sizeOfAssertionArray in interface LoadTestConfigpublic void setAssertionArray(LoadTestAssertionConfig[] assertionArray)
setAssertionArray in interface LoadTestConfigpublic void setAssertionArray(int i,
                              LoadTestAssertionConfig assertion)
setAssertionArray in interface LoadTestConfigpublic LoadTestAssertionConfig insertNewAssertion(int i)
insertNewAssertion in interface LoadTestConfigpublic LoadTestAssertionConfig addNewAssertion()
addNewAssertion in interface LoadTestConfigpublic void removeAssertion(int i)
removeAssertion in interface LoadTestConfigpublic long getMaxAssertionErrors()
getMaxAssertionErrors in interface LoadTestConfigpublic org.apache.xmlbeans.XmlLong xgetMaxAssertionErrors()
xgetMaxAssertionErrors in interface LoadTestConfigpublic boolean isSetMaxAssertionErrors()
isSetMaxAssertionErrors in interface LoadTestConfigpublic void setMaxAssertionErrors(long maxAssertionErrors)
setMaxAssertionErrors in interface LoadTestConfigpublic void xsetMaxAssertionErrors(org.apache.xmlbeans.XmlLong maxAssertionErrors)
xsetMaxAssertionErrors in interface LoadTestConfigpublic void unsetMaxAssertionErrors()
unsetMaxAssertionErrors in interface LoadTestConfigpublic String getStatisticsLogFolder()
getStatisticsLogFolder in interface LoadTestConfigpublic org.apache.xmlbeans.XmlString xgetStatisticsLogFolder()
xgetStatisticsLogFolder in interface LoadTestConfigpublic void setStatisticsLogFolder(String statisticsLogFolder)
setStatisticsLogFolder in interface LoadTestConfigpublic void xsetStatisticsLogFolder(org.apache.xmlbeans.XmlString statisticsLogFolder)
xsetStatisticsLogFolder in interface LoadTestConfigpublic int getStatisticsLogInterval()
getStatisticsLogInterval in interface LoadTestConfigpublic org.apache.xmlbeans.XmlInt xgetStatisticsLogInterval()
xgetStatisticsLogInterval in interface LoadTestConfigpublic void setStatisticsLogInterval(int statisticsLogInterval)
setStatisticsLogInterval in interface LoadTestConfigpublic void xsetStatisticsLogInterval(org.apache.xmlbeans.XmlInt statisticsLogInterval)
xsetStatisticsLogInterval in interface LoadTestConfigpublic boolean getLogStatisticsOnThreadChange()
getLogStatisticsOnThreadChange in interface LoadTestConfigpublic org.apache.xmlbeans.XmlBoolean xgetLogStatisticsOnThreadChange()
xgetLogStatisticsOnThreadChange in interface LoadTestConfigpublic void setLogStatisticsOnThreadChange(boolean logStatisticsOnThreadChange)
setLogStatisticsOnThreadChange in interface LoadTestConfigpublic void xsetLogStatisticsOnThreadChange(org.apache.xmlbeans.XmlBoolean logStatisticsOnThreadChange)
xsetLogStatisticsOnThreadChange in interface LoadTestConfigpublic boolean getCancelOnReachedLimit()
getCancelOnReachedLimit in interface LoadTestConfigpublic org.apache.xmlbeans.XmlBoolean xgetCancelOnReachedLimit()
xgetCancelOnReachedLimit in interface LoadTestConfigpublic void setCancelOnReachedLimit(boolean cancelOnReachedLimit)
setCancelOnReachedLimit in interface LoadTestConfigpublic void xsetCancelOnReachedLimit(org.apache.xmlbeans.XmlBoolean cancelOnReachedLimit)
xsetCancelOnReachedLimit in interface LoadTestConfigpublic boolean getCancelExcessiveThreads()
getCancelExcessiveThreads in interface LoadTestConfigpublic org.apache.xmlbeans.XmlBoolean xgetCancelExcessiveThreads()
xgetCancelExcessiveThreads in interface LoadTestConfigpublic void setCancelExcessiveThreads(boolean cancelExcessiveThreads)
setCancelExcessiveThreads in interface LoadTestConfigpublic void xsetCancelExcessiveThreads(org.apache.xmlbeans.XmlBoolean cancelExcessiveThreads)
xsetCancelExcessiveThreads in interface LoadTestConfigpublic int getStrategyInterval()
getStrategyInterval in interface LoadTestConfigpublic org.apache.xmlbeans.XmlInt xgetStrategyInterval()
xgetStrategyInterval in interface LoadTestConfigpublic void setStrategyInterval(int strategyInterval)
setStrategyInterval in interface LoadTestConfigpublic void xsetStrategyInterval(org.apache.xmlbeans.XmlInt strategyInterval)
xsetStrategyInterval in interface LoadTestConfigpublic ScriptConfig getSetupScript()
getSetupScript in interface LoadTestConfigpublic boolean isSetSetupScript()
isSetSetupScript in interface LoadTestConfigpublic void setSetupScript(ScriptConfig setupScript)
setSetupScript in interface LoadTestConfigpublic ScriptConfig addNewSetupScript()
addNewSetupScript in interface LoadTestConfigpublic void unsetSetupScript()
unsetSetupScript in interface LoadTestConfigpublic ScriptConfig getTearDownScript()
getTearDownScript in interface LoadTestConfigpublic boolean isSetTearDownScript()
isSetTearDownScript in interface LoadTestConfigpublic void setTearDownScript(ScriptConfig tearDownScript)
setTearDownScript in interface LoadTestConfigpublic ScriptConfig addNewTearDownScript()
addNewTearDownScript in interface LoadTestConfigpublic void unsetTearDownScript()
unsetTearDownScript in interface LoadTestConfigpublic boolean getUpdateStatisticsPerTestStep()
getUpdateStatisticsPerTestStep in interface LoadTestConfigpublic org.apache.xmlbeans.XmlBoolean xgetUpdateStatisticsPerTestStep()
xgetUpdateStatisticsPerTestStep in interface LoadTestConfigpublic void setUpdateStatisticsPerTestStep(boolean updateStatisticsPerTestStep)
setUpdateStatisticsPerTestStep in interface LoadTestConfigpublic void xsetUpdateStatisticsPerTestStep(org.apache.xmlbeans.XmlBoolean updateStatisticsPerTestStep)
xsetUpdateStatisticsPerTestStep in interface LoadTestConfigpublic ScriptConfig getReportScript()
getReportScript in interface LoadTestConfigpublic boolean isSetReportScript()
isSetReportScript in interface LoadTestConfigpublic void setReportScript(ScriptConfig reportScript)
setReportScript in interface LoadTestConfigpublic ScriptConfig addNewReportScript()
addNewReportScript in interface LoadTestConfigpublic void unsetReportScript()
unsetReportScript in interface LoadTestConfigpublic PropertiesTypeConfig getReportParameters()
getReportParameters in interface LoadTestConfigpublic boolean isSetReportParameters()
isSetReportParameters in interface LoadTestConfigpublic void setReportParameters(PropertiesTypeConfig reportParameters)
setReportParameters in interface LoadTestConfigpublic PropertiesTypeConfig addNewReportParameters()
addNewReportParameters in interface LoadTestConfigpublic void unsetReportParameters()
unsetReportParameters in interface LoadTestConfigCopyright © 2019. All Rights Reserved.