Package io.jenkins.plugins.benchmark
Class BenchmarkConfigAction
java.lang.Object
io.jenkins.plugins.benchmark.BenchmarkConfigAction
- All Implemented Interfaces:
Action
,ModelObject
,ProminentProjectAction
-
Constructor Summary
ConstructorDescriptionBenchmarkConfigAction
(BenchmarkConfiguration config, AbstractProject<?, ?> project) -
Method Summary
Modifier and TypeMethodDescriptionboolean
createMetric
(String metric) boolean
deleteMetric
(String metric) void
setMetricMaxPercent
(String metric, Double maxPercent) void
setMetricMaxValue
(String metric, Double maxValue) void
setMetricMinPercent
(String metric, Double minPercent) void
setMetricMinValue
(String metric, Double minValue) void
setMetricUnit
(String metric, String unit)
-
Constructor Details
-
BenchmarkConfigAction
-
-
Method Details
-
getConfiguration
-
setMetricMinPercent
-
setMetricMaxPercent
-
setMetricMinValue
-
setMetricMaxValue
-
setMetricUnit
-
createMetric
-
deleteMetric
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-