Uses of Enum Class
hudson.plugins.performance.constraints.AbstractConstraint.Metric
-
Uses of AbstractConstraint.Metric in hudson.plugins.performance.constraints
Modifier and TypeMethodDescriptionAbstractConstraint.getMeteredValue()
static AbstractConstraint.Metric
Returns the enum constant of this class with the specified name.static AbstractConstraint.Metric[]
AbstractConstraint.Metric.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected double
AbstractConstraint.checkMetredValueforPerfReport
(AbstractConstraint.Metric meteredValue, PerformanceReport pr) Grabs a specified Metric in a specified PerformanceReportprotected double
AbstractConstraint.checkMetredValueforUriReport
(AbstractConstraint.Metric meteredValue, UriReport ur) Grabs a specified Metric in a specified UriReportvoid
AbstractConstraint.setMeteredValue
(AbstractConstraint.Metric meteredValue) ModifierConstructorDescriptionAbsoluteConstraint
(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)