Uses of Enum Class
hudson.plugins.performance.constraints.AbstractConstraint.Metric
Packages that use AbstractConstraint.Metric
-
Uses of AbstractConstraint.Metric in hudson.plugins.performance.constraints
Methods in hudson.plugins.performance.constraints that return AbstractConstraint.MetricModifier and TypeMethodDescriptionAbstractConstraint.getMeteredValue()static AbstractConstraint.MetricReturns 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.Methods in hudson.plugins.performance.constraints with parameters of type AbstractConstraint.MetricModifier and TypeMethodDescriptionprotected doubleAbstractConstraint.checkMetredValueforPerfReport(AbstractConstraint.Metric meteredValue, PerformanceReport pr) Grabs a specified Metric in a specified PerformanceReportprotected doubleAbstractConstraint.checkMetredValueforUriReport(AbstractConstraint.Metric meteredValue, UriReport ur) Grabs a specified Metric in a specified UriReportvoidAbstractConstraint.setMeteredValue(AbstractConstraint.Metric meteredValue) Constructors in hudson.plugins.performance.constraints with parameters of type AbstractConstraint.MetricModifierConstructorDescriptionAbsoluteConstraint(AbstractConstraint.Metric meteredValue, AbstractConstraint.Operator operator, String relatedPerfReport, AbstractConstraint.Escalation escalationLevel, boolean success, TestCaseBlock testCaseBlock, long value) protectedAbstractConstraint(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)