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
latencyPercentilesTypeInlatency-percentiles
          
monitoringTypemonitoring
          
reportTypereport
          
slistenersTypeInsession-execution-listeners
          
tlistenersTypeIntask-execution-listeners
          
testSuiteTypeIntest-suite
          

Attribute Summary
 xsd:IDid
          
 xsd:stringparent
          

Attribute Detail

id

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.