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
Modifizierer und TypKlasseBeschreibungstatic final class
Threshold.ThreshHoldDescriptor<T extends Threshold>
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
float
float
int
hashCode()
boolean
void
setFailUnhealthy
(boolean failUnhealthy) void
setUnhealthyThreshold
(float unhealthyThreshold) void
setUnstableThreshold
(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:
getDescriptor
in SchnittstelleDescribable<Threshold>
-