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 ColorIdReturns 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 TypeMethodDescriptionbooleanColorProvider.containsColorId(ColorId colorId) Checks whether the provider containsdisplay colorsfor the passed id.ColorProvider.getBlendedDisplayColors(double weightFirst, double weightSecond, ColorId first, ColorId second) Gets the blendeddisplay colorsin dependence of the passed weights for each colors.ColorProvider.getDisplayColorsOf(ColorId colorId) Returns thedisplay colorsfor the passed id.