Package hudson.plugins.ansicolor
Class AnsiColorMap
java.lang.Object
hudson.plugins.ansicolor.AnsiColorMap
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnsiColorMap
static final AnsiColorMap
static final String
static final AnsiColorMap
static final AnsiColorMap
static final AnsiColorMap
-
Constructor Summary
ConstructorsConstructorDescriptionAnsiColorMap
(String name, String black, String red, String green, String yellow, String blue, String magenta, String cyan, String white, String blackB, String redB, String greenB, String yellowB, String blueB, String magentaB, String cyanB, String whiteB, Integer defaultForeground, Integer defaultBackground) -
Method Summary
-
Field Details
-
XTerm
-
VGA
-
CSS
-
GnomeTerminal
-
Default
-
DefaultName
-
-
Constructor Details
-
AnsiColorMap
@DataBoundConstructor public AnsiColorMap(String name, String black, String red, String green, String yellow, String blue, String magenta, String cyan, String white, String blackB, String redB, String greenB, String yellowB, String blueB, String magentaB, String cyanB, String whiteB, Integer defaultForeground, Integer defaultBackground)
-
-
Method Details
-
defaultColorMaps
-
readResolve
-
hashCode
public int hashCode() -
equals
-
getName
-
getBlack
-
getRed
-
getGreen
-
getYellow
-
getBlue
-
getMagenta
-
getCyan
-
getWhite
-
getBlackB
-
getRedB
-
getGreenB
-
getYellowB
-
getBlueB
-
getMagentaB
-
getCyanB
-
getWhiteB
-
getNormal
-
getBright
-
getDefaultForeground
-
getDefaultBackground
-