Uses of Enum Class
hudson.plugins.performance.constraints.AbstractConstraint.Operator
Packages that use AbstractConstraint.Operator
-
Uses of AbstractConstraint.Operator in hudson.plugins.performance.constraints
Methods in hudson.plugins.performance.constraints that return AbstractConstraint.OperatorModifier 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.Methods in hudson.plugins.performance.constraints with parameters of type AbstractConstraint.OperatorModifier and TypeMethodDescriptionvoid
AbstractConstraint.setOperator
(AbstractConstraint.Operator operator) Constructors in hudson.plugins.performance.constraints with parameters of type AbstractConstraint.OperatorModifierConstructorDescriptionAbsoluteConstraint
(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)