Uses of Enum Class
hudson.plugins.performance.constraints.AbstractConstraint.Escalation
-
Uses of AbstractConstraint.Escalation in hudson.plugins.performance.constraints
Modifier 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.Modifier and TypeMethodDescriptionvoid
AbstractConstraint.setEscalationLevel
(AbstractConstraint.Escalation escalationLevel) ModifierConstructorDescriptionAbsoluteConstraint
(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)