Package io.jenkins.plugins.benchmark
Class BenchmarkConfigAction
java.lang.Object
io.jenkins.plugins.benchmark.BenchmarkConfigAction
- All Implemented Interfaces:
Action,ModelObject,ProminentProjectAction
-
Constructor Summary
ConstructorsConstructorDescriptionBenchmarkConfigAction(BenchmarkConfiguration config, AbstractProject<?, ?> project) -
Method Summary
Modifier and TypeMethodDescriptionbooleancreateMetric(String metric) booleandeleteMetric(String metric) voidsetMetricMaxPercent(String metric, Double maxPercent) voidsetMetricMaxValue(String metric, Double maxValue) voidsetMetricMinPercent(String metric, Double minPercent) voidsetMetricMinValue(String metric, Double minValue) voidsetMetricUnit(String metric, String unit)
-
Constructor Details
-
BenchmarkConfigAction
-
-
Method Details
-
getConfiguration
-
setMetricMinPercent
-
setMetricMaxPercent
-
setMetricMinValue
-
setMetricMaxValue
-
setMetricUnit
-
createMetric
-
deleteMetric
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-