Name | Description | |
---|---|---|
Fail | Returns true if the quality gate is satisfying its fail conditions. | |
FailThreshold | Gets the quality gate fail threshold. | |
FailThresholdString | Return the quality gate fail threshold string formatted (without unit). | |
MoreIsBad | Returns true if when the value of the quality gate is increasing, th quality is considered worst. | |
Name | The quality gate name. | |
Pass | Returns true if the quality gate is not satisfying its warn nor fail conditions. | |
QueryString | The quality gate code query string. | |
Status | The quality gate status QualityGateStatus.Pass, QualityGateStatus.Warn or QualityGateStatus.Fail. | |
Unit | The quality gate unit string. | |
Value | Return the quality gate value. | |
ValueString | Return the quality gate value string formatted with unit. | |
Warn | Returns true if the quality gate is satisfying its warn conditions. | |
WarnThreshold | Gets the quality gate warn threshold or null if the warn threshold is not defined. |