Uses of Class
hudson.plugins.performance.constraints.AbstractConstraint
Package
Description
-
Uses of AbstractConstraint in hudson.plugins.performance
Modifier and TypeMethodDescriptionList<? extends AbstractConstraint>
PerformancePublisher.getConstraints()
Modifier and TypeMethodDescriptionvoid
PerformancePublisher.setConstraints
(List<? extends AbstractConstraint> constraints) -
Uses of AbstractConstraint in hudson.plugins.performance.constraints
Modifier and TypeClassDescriptionclass
Absolute Constraints compare the result of a new load test against some user defined values.class
Compares new load test results with 1 or more load test results in the past in a dynamically manner.Modifier and TypeMethodDescriptionabstract AbstractConstraint
AbstractConstraint.clone()
Cloning of a constraint Note that this is not from the Interface ClonableConstraintEvaluation.getAbstractConstraint()
Modifier and TypeMethodDescriptionstatic ExtensionList<AbstractConstraint>
AbstractConstraint.all()
List<? extends AbstractConstraint>
ConstraintFactory.createConstraintClones
(Run<?, ?> build, List<? extends AbstractConstraint> constraints) Creates clones of a constraint if there is more than one test case specified in the UIModifier and TypeMethodDescriptionvoid
ConstraintEvaluation.setAbstractConstraint
(AbstractConstraint abstractConstraint) Modifier and TypeMethodDescriptionConstraintChecker.checkAllConstraints
(List<? extends AbstractConstraint> constraints) Evaluates a list of constraints defined by the user in the UIList<? extends AbstractConstraint>
ConstraintFactory.createConstraintClones
(Run<?, ?> build, List<? extends AbstractConstraint> constraints) Creates clones of a constraint if there is more than one test case specified in the UIModifierConstructorDescriptionConstraintEvaluation
(AbstractConstraint constraint, double result, double calculatedValue) -
Uses of AbstractConstraint in hudson.plugins.performance.descriptors