Package io.jenkins.plugins.util
Klasse QualityGateResult
java.lang.Object
io.jenkins.plugins.util.QualityGateResult
- Alle implementierten Schnittstellen:
Serializable
Result of a quality gate evaluation. Aggregates the individual results of the quality gates into an overall status.
- Autor:
- Ullrich Hafner
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classRepresents a single item of the quality gate results. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(QualityGate qualityGate, QualityGateStatus actualStatus, String actualValue) Adds another quality gate result to the aggregated result.booleanboolean
-
Konstruktordetails
-
QualityGateResult
public QualityGateResult()
-
-
Methodendetails
-
add
Adds another quality gate result to the aggregated result.- Parameter:
qualityGate- the quality gate that has been evaluatedactualStatus- the status of the quality gateactualValue- the value that has been evaluated against the quality gate threshold
-
getResultItems
-
getOverallStatus
-
isSuccessful
public boolean isSuccessful() -
isInactive
public boolean isInactive() -
getMessages
-