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

    • Threshold

      @DataBoundConstructor public Threshold(String thresholdTarget)
  • Methodendetails

    • getThresholdTarget

      public String getThresholdTarget()
    • getThresholdTargetElement

      public CoverageElement getThresholdTargetElement()
    • getUnstableThreshold

      public float getUnstableThreshold()
    • setUnstableThreshold

      @DataBoundSetter public void setUnstableThreshold(float unstableThreshold)
    • getUnhealthyThreshold

      public float getUnhealthyThreshold()
    • setUnhealthyThreshold

      @DataBoundSetter public void setUnhealthyThreshold(float unhealthyThreshold)
    • isFailUnhealthy

      public boolean isFailUnhealthy()
    • setFailUnhealthy

      @DataBoundSetter public void setFailUnhealthy(boolean failUnhealthy)
    • equals

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

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

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

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