Uses of Class
hudson.plugins.performance.constraints.AbstractConstraint
Packages that use AbstractConstraint
Package
Description
-
Uses of AbstractConstraint in hudson.plugins.performance
Methods in hudson.plugins.performance that return types with arguments of type AbstractConstraintModifier and TypeMethodDescriptionList<? extends AbstractConstraint>
PerformancePublisher.getConstraints()
Method parameters in hudson.plugins.performance with type arguments of type AbstractConstraintModifier and TypeMethodDescriptionvoid
PerformancePublisher.setConstraints
(List<? extends AbstractConstraint> constraints) -
Uses of AbstractConstraint in hudson.plugins.performance.constraints
Subclasses of AbstractConstraint in hudson.plugins.performance.constraintsModifier 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.Methods in hudson.plugins.performance.constraints that return AbstractConstraintModifier and TypeMethodDescriptionabstract AbstractConstraint
AbstractConstraint.clone()
Cloning of a constraint Note that this is not from the Interface ClonableConstraintEvaluation.getAbstractConstraint()
Methods in hudson.plugins.performance.constraints that return types with arguments of type AbstractConstraintModifier 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 UIMethods in hudson.plugins.performance.constraints with parameters of type AbstractConstraintModifier and TypeMethodDescriptionvoid
ConstraintEvaluation.setAbstractConstraint
(AbstractConstraint abstractConstraint) Method parameters in hudson.plugins.performance.constraints with type arguments of type AbstractConstraintModifier 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 UIConstructors in hudson.plugins.performance.constraints with parameters of type AbstractConstraintModifierConstructorDescriptionConstraintEvaluation
(AbstractConstraint constraint, double result, double calculatedValue) -
Uses of AbstractConstraint in hudson.plugins.performance.descriptors
Methods in hudson.plugins.performance.descriptors that return types with arguments of type AbstractConstraint