Uses of Enum Class
io.jenkins.plugins.coverage.metrics.color.ColorId
Packages that use ColorId
Package
Description
Provides colors and operations on them to be used in order to visualize coverage.
-
Uses of ColorId in io.jenkins.plugins.coverage.metrics.color
Methods in io.jenkins.plugins.coverage.metrics.color that return ColorIdModifier and TypeMethodDescriptionCoverageColorPalette.getColorId()
CoverageChangeLevel.getColorizationId()
CoverageChangeTendency.getColorizationId()
CoverageLevel.getColorizationId()
static ColorId
Returns the enum constant of this class with the specified name.static ColorId[]
ColorId.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.coverage.metrics.color with parameters of type ColorIdModifier and TypeMethodDescriptionboolean
ColorProvider.containsColorId
(ColorId colorId) Checks whether the provider containsdisplay colors
for the passed id.ColorProvider.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.