Uses of Class
hudson.plugins.performance.constraints.ConstraintEvaluation
Packages that use ConstraintEvaluation
-
Uses of ConstraintEvaluation in hudson.plugins.performance.constraints
Methods in hudson.plugins.performance.constraints that return ConstraintEvaluationModifier and TypeMethodDescriptionabstract ConstraintEvaluation
Evaluates whether the constraint is fulfilled or violatedMethods in hudson.plugins.performance.constraints that return types with arguments of type ConstraintEvaluationModifier 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
Constructor parameters in hudson.plugins.performance.reports with type arguments of type ConstraintEvaluationModifierConstructorDescriptionConstraintReport
(ArrayList<ConstraintEvaluation> ceList, Run<?, ?> globBuild, boolean persistConstraintLog)