Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
ReportTemplateConfig |
ReportTemplateDocumentConfig.addNewReportTemplate()
Appends and returns a new empty "reportTemplate" element
|
ReportTemplateConfig |
TestSuiteConfig.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
TestStepConfig.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
TestCaseConfig.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
ReportingTypeConfig.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
ReportTemplateDocumentConfig.getReportTemplate()
Gets the "reportTemplate" element
|
ReportTemplateConfig[] |
TestSuiteConfig.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig[] |
TestStepConfig.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig[] |
TestCaseConfig.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig[] |
ReportingTypeConfig.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig |
TestSuiteConfig.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
TestStepConfig.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
TestCaseConfig.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
ReportingTypeConfig.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
TestSuiteConfig.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
ReportTemplateConfig |
TestStepConfig.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
ReportTemplateConfig |
TestCaseConfig.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
ReportTemplateConfig |
ReportingTypeConfig.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
static ReportTemplateConfig |
ReportTemplateConfig.Factory.newInstance() |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(File file) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(InputStream is) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(Node node) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(Reader r) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(String xmlAsString) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(URL u) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(XMLStreamReader sr) |
static ReportTemplateConfig |
ReportTemplateConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<ReportTemplateConfig> |
TestSuiteConfig.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
List<ReportTemplateConfig> |
TestStepConfig.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
List<ReportTemplateConfig> |
TestCaseConfig.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
List<ReportTemplateConfig> |
ReportingTypeConfig.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ReportTemplateDocumentConfig.setReportTemplate(ReportTemplateConfig reportTemplate)
Sets the "reportTemplate" element
|
void |
TestSuiteConfig.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
TestStepConfig.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
TestCaseConfig.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
ReportingTypeConfig.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
TestSuiteConfig.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
TestStepConfig.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
TestCaseConfig.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
ReportingTypeConfig.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
Modifier and Type | Class and Description |
---|---|
class |
ReportTemplateConfigImpl
An XML ReportTemplate(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
ReportTemplateConfig |
ReportTemplateDocumentConfigImpl.addNewReportTemplate()
Appends and returns a new empty "reportTemplate" element
|
ReportTemplateConfig |
TestSuiteConfigImpl.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
TestStepConfigImpl.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
TestCaseConfigImpl.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
ReportingTypeConfigImpl.addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ReportTemplateConfig |
ReportTemplateDocumentConfigImpl.getReportTemplate()
Gets the "reportTemplate" element
|
ReportTemplateConfig[] |
TestSuiteConfigImpl.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig[] |
TestStepConfigImpl.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig[] |
TestCaseConfigImpl.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig[] |
ReportingTypeConfigImpl.getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig |
TestSuiteConfigImpl.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
TestStepConfigImpl.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
TestCaseConfigImpl.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
ReportingTypeConfigImpl.getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
ReportTemplateConfig |
TestSuiteConfigImpl.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
ReportTemplateConfig |
TestStepConfigImpl.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
ReportTemplateConfig |
TestCaseConfigImpl.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
ReportTemplateConfig |
ReportingTypeConfigImpl.insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
Modifier and Type | Method and Description |
---|---|
List<ReportTemplateConfig> |
TestSuiteConfigImpl.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
List<ReportTemplateConfig> |
TestStepConfigImpl.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
List<ReportTemplateConfig> |
TestCaseConfigImpl.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
List<ReportTemplateConfig> |
ReportingTypeConfigImpl.getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ReportTemplateDocumentConfigImpl.setReportTemplate(ReportTemplateConfig reportTemplate)
Sets the "reportTemplate" element
|
void |
TestSuiteConfigImpl.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
TestStepConfigImpl.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
TestCaseConfigImpl.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
ReportingTypeConfigImpl.setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
TestSuiteConfigImpl.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
TestStepConfigImpl.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
TestCaseConfigImpl.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
ReportingTypeConfigImpl.setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
Copyright © 2019. All Rights Reserved.