http://www.griddynamics.com/schema/jagger
element configuration

Documentation
            Configuration is a main element in Jagger. It say Jagger what to do.
            Configuration can be configure by three elements - test-suite, latency-percentiles, report.
            Element test-suite describes what load you would like to execute.
            With element report you can configure how your report will look like.
            Latency-percentiles is an element, which
        
Properties
This component is not nillable.

Model
<configuration
  id = xsd:ID
  parent = xsd:string>
(test-suite? ; session-execution-listeners? ; task-execution-listeners? ; latency-percentiles? ; report? ; monitoring?)
</configuration>


Nested Element Summary
latencyPercentilesTypelatency-percentiles
          
monitoringTypemonitoring
          
reportTypeInreport
          
slistenersTypesession-execution-listeners
          
tlistenersTypetask-execution-listeners
          
testSuiteTypeIntest-suite
          

Attribute Summary
 xsd:IDid
           Id of the element  
 xsd:stringparent
          

Attribute Detail

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="configuration" type="configurationType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.