Uses of Class
com.parasoft.findings.jenkins.coverage.api.metrics.color.ColorProvider.DisplayColors
Package
Description
Provides colors and operations on them to be used in order to visualize coverage.
Contains models to format coverages and aggregate values.
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Uses of ColorProvider.DisplayColors in com.parasoft.findings.jenkins.coverage.api.metrics.color
Modifier and TypeFieldDescriptionstatic final ColorProvider.DisplayColors
ColorProvider.DEFAULT_COLOR
Default color that is provided if no color is found in order to guarantee a proper colorization.Modifier and TypeMethodDescriptionColorProvider.getBlendedDisplayColors
(double weightFirst, double weightSecond, ColorId first, ColorId second) Gets the blendeddisplay colors
in dependence of the passed weights for each colors.ColorProvider.getDisplayColorsOf
(ColorId colorId) Returns thedisplay colors
for the passed id.static ColorProvider.DisplayColors
CoverageLevel.getDisplayColorsOfCoverageLevel
(double coveragePercentage, ColorProvider colorProvider) Gets thedisplay colors
for representing the passed coverage amount. -
Uses of ColorProvider.DisplayColors in com.parasoft.findings.jenkins.coverage.api.metrics.model
Modifier and TypeMethodDescriptionBaseline.getDisplayColors
(double value, ColorProvider colorProvider) Returns the display colors to use render a value of this baseline.ElementFormatter.getDisplayColors
(Baseline baseline, Value value) Provides the colors to render a given coverage percentage. -
Uses of ColorProvider.DisplayColors in com.parasoft.findings.jenkins.coverage.api.metrics.steps
Modifier and TypeMethodDescriptionCoverageMetricColumn.getDisplayColors
(Job<?, ?> job, Optional<? extends Value> coverage) Provides the line color for representing the passed coverage value.