Uses of Class
hudson.plugins.performance.constraints.ConstraintEvaluation
-
Uses of ConstraintEvaluation in hudson.plugins.performance.constraints
Modifier and TypeMethodDescriptionabstract ConstraintEvaluation
Evaluates whether the constraint is fulfilled or violatedModifier and TypeMethodDescriptionConstraintChecker.checkAllConstraints
(List<? extends AbstractConstraint> constraints) Evaluates a list of constraints defined by the user in the UI -
Uses of ConstraintEvaluation in hudson.plugins.performance.reports
ModifierConstructorDescriptionConstraintReport
(ArrayList<ConstraintEvaluation> ceList, Run<?, ?> globBuild, boolean persistConstraintLog)