Uses of Enum Class
hudson.plugins.performance.constraints.AbstractConstraint.Escalation
Packages that use AbstractConstraint.Escalation
-
Uses of AbstractConstraint.Escalation in hudson.plugins.performance.constraints
Methods in hudson.plugins.performance.constraints that return AbstractConstraint.EscalationModifier and TypeMethodDescriptionAbstractConstraint.getEscalationLevel()
Returns the enum constant of this class with the specified name.static AbstractConstraint.Escalation[]
AbstractConstraint.Escalation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.plugins.performance.constraints with parameters of type AbstractConstraint.EscalationModifier and TypeMethodDescriptionvoid
AbstractConstraint.setEscalationLevel
(AbstractConstraint.Escalation escalationLevel) Constructors in hudson.plugins.performance.constraints with parameters of type AbstractConstraint.EscalationModifierConstructorDescriptionAbsoluteConstraint
(AbstractConstraint.Metric meteredValue, AbstractConstraint.Operator operator, String relatedPerfReport, AbstractConstraint.Escalation escalationLevel, boolean success, TestCaseBlock testCaseBlock, long value) protected
AbstractConstraint
(AbstractConstraint.Metric meteredValue, AbstractConstraint.Operator operator, String relatedPerfReport, AbstractConstraint.Escalation escalationLevel, boolean success, TestCaseBlock testCaseBlock) RelativeConstraint
(AbstractConstraint.Metric meteredValue, AbstractConstraint.Operator operator, String relatedPerfReport, AbstractConstraint.Escalation escalationLevel, boolean success, TestCaseBlock testCaseBlock, PreviousResultsBlock previousResultsBlock, double tolerance)