http://www.griddynamics.com/schema/jagger
complexType validatorAbstract

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.griddynamics.com/schema/jagger}identifiedType (restriction)
|
+--{http://www.griddynamics.com/schema/jagger}basicType (extension)
|
+--{http://www.griddynamics.com/schema/jagger}workloadCollectorAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}validatorAbstract (extension)

Documentation
            Validator is a kind of collector, which validate responses. The result is a percent number of valid responses.
            Choose one of validator types - validator-not-null-response, validator-consistency, validator-custom, validator-ref.
        
Properties
This component is not nillable.

Model
<...
  displayName = xsd:string
  id = xsd:ID
  parent = xsd:string>

</...>


Attribute Summary
 xsd:stringdisplayName
          Display name of metric. 
 xsd:IDid
           Id of the element  
 xsd:stringparent
          

Attribute Detail

displayName

Display name of metric. If set - metric will appear in pdf/webUI with name equals to this attribute (plus aggregator.getName()).

Type:
xsd:string
Use:
optional
Form:
unqualified

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Sub Types
{http://www.griddynamics.com/schema/jagger}validatorAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}validator-consistency (extension)
|
+--{http://www.griddynamics.com/schema/jagger}validator-custom (extension)
|
+--{http://www.griddynamics.com/schema/jagger}validator-not-null-response (extension)
|
+--{http://www.griddynamics.com/schema/jagger}validator-ref (extension)

Source
<xsd:complexType name="validatorAbstract">
<xsd:complexContent>
<xsd:extension base="workloadCollectorAbstract"/>
</xsd:complexContent>
</xsd:complexType>


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