Uses of Enum Class
com.splunk.splunkjenkins.model.CoverageMetricsAdapter.Metric
Packages that use CoverageMetricsAdapter.Metric
-
Uses of CoverageMetricsAdapter.Metric in com.splunk.splunkjenkins.model
Methods in com.splunk.splunkjenkins.model that return CoverageMetricsAdapter.MetricModifier and TypeMethodDescriptionClover and Cobertura use different metrics name, try to align them using nearest valueReturns the enum constant of this class with the specified name.static CoverageMetricsAdapter.Metric[]
CoverageMetricsAdapter.Metric.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.splunk.splunkjenkins.model that return types with arguments of type CoverageMetricsAdapter.MetricModifier and TypeMethodDescriptionCloverCoverageMetrics.getMetrics
(hudson.plugins.clover.CloverBuildAction coverageAction) CoberturaCoverageMetrics.getMetrics
(hudson.plugins.cobertura.CoberturaBuildAction coverageAction) static Map<CoverageMetricsAdapter.Metric,
Integer> CoverageMetricsAdapter.getMetrics
(Run build) abstract Map<CoverageMetricsAdapter.Metric,
Integer> CoverageMetricsAdapter.getMetrics
(M coverageAction) JacocoCoverageMetrics.getMetrics
(hudson.plugins.jacoco.JacocoBuildAction coverageAction) Methods in com.splunk.splunkjenkins.model with parameters of type CoverageMetricsAdapter.MetricModifier and TypeMethodDescriptionvoid
CoverageMetricsAdapter.CoverageDetail.add
(CoverageMetricsAdapter.Metric metric, int value) Method parameters in com.splunk.splunkjenkins.model with type arguments of type CoverageMetricsAdapter.MetricModifier and TypeMethodDescriptionvoid
CoverageMetricsAdapter.CoverageDetail.putAll
(Map<CoverageMetricsAdapter.Metric, Integer> subReport)