Klasse Threshold

java.lang.Object
io.jenkins.plugins.coverage.threshold.Threshold
Alle implementierten Schnittstellen:
ExtensionPoint, Describable<Threshold>, Serializable

public class Threshold extends Object implements ExtensionPoint, Describable<Threshold>, Serializable
Siehe auch:
  • Konstruktordetails Linksymbol

    • Threshold Linksymbol

      @DataBoundConstructor public Threshold(String thresholdTarget)
  • Methodendetails Linksymbol

    • getThresholdTarget Linksymbol

      public String getThresholdTarget()
    • getThresholdTargetElement Linksymbol

      public CoverageElement getThresholdTargetElement()
    • getUnstableThreshold Linksymbol

      public float getUnstableThreshold()
    • setUnstableThreshold Linksymbol

      @DataBoundSetter public void setUnstableThreshold(float unstableThreshold)
    • getUnhealthyThreshold Linksymbol

      public float getUnhealthyThreshold()
    • setUnhealthyThreshold Linksymbol

      @DataBoundSetter public void setUnhealthyThreshold(float unhealthyThreshold)
    • isFailUnhealthy Linksymbol

      public boolean isFailUnhealthy()
    • setFailUnhealthy Linksymbol

      @DataBoundSetter public void setFailUnhealthy(boolean failUnhealthy)
    • equals Linksymbol

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode Linksymbol

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString Linksymbol

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getDescriptor Linksymbol

      public Descriptor<Threshold> getDescriptor()
      Angegeben von:
      getDescriptor in Schnittstelle Describable<Threshold>