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:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final classThreshold.ThreshHoldDescriptor<T extends Threshold>Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanfloatfloatinthashCode()booleanvoidsetFailUnhealthy(boolean failUnhealthy) voidsetUnhealthyThreshold(float unhealthyThreshold) voidsetUnstableThreshold(float unstableThreshold) toString()
-
Konstruktordetails
-
Threshold
-
-
Methodendetails
-
getThresholdTarget
-
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
-
hashCode
public int hashCode() -
toString
-
getDescriptor
- Angegeben von:
getDescriptorin SchnittstelleDescribable<Threshold>
-