hudson.plugins.analysis.graph
Class ColorPalette
java.lang.Object
hudson.plugins.analysis.graph.ColorPalette
public final class ColorPalette
- extends Object
Replacement for Jenkins ColorPalette in order to get good
looking graphs even if the green balls plug-in is installed.
- Author:
- Ulli Hafner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RED
public static final Color RED
YELLOW
public static final Color YELLOW
BLUE
public static final Color BLUE
GREY
public static final Color GREY
LINE_GRAPH
public static final com.google.common.collect.ImmutableList<Color> LINE_GRAPH
- Color list usable for generating line charts.
Copyright © 2004-2012 Hudson. All Rights Reserved.