Uses of Enum Class
hudson.plugins.performance.constraints.AbstractConstraint.Operator
-
Uses of AbstractConstraint.Operator in hudson.plugins.performance.constraints
Modifier and TypeMethodDescriptionAbstractConstraint.getOperator()
static AbstractConstraint.Operator
Returns the enum constant of this class with the specified name.static AbstractConstraint.Operator[]
AbstractConstraint.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractConstraint.setOperator
(AbstractConstraint.Operator operator) 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)