Class QualityGateResult.QualityGateItemApi

java.lang.Object
io.jenkins.plugins.util.QualityGateResult.QualityGateItemApi
Enclosing class:
QualityGateResult

@ExportedBean public static class QualityGateResult.QualityGateItemApi extends Object
Remote API to show the content of an individual quality gate item.
  • Constructor Details

  • Method Details

    • getQualityGate

      @Exported public String getQualityGate()
    • getThreshold

      @Exported public double getThreshold()
    • getResult

      @Exported(inline=true) public Result getResult()
    • getValue

      @Exported public String getValue()