maps.hudson.plugin.xfpanel
Class XFPanelView.XFColors
java.lang.Object
maps.hudson.plugin.xfpanel.XFPanelView.XFColors
- Enclosing class:
- XFPanelView
public static final class XFPanelView.XFColors
- extends java.lang.Object
Represents colors to be used on the view
- Author:
- jrenaut
|
Constructor Summary |
XFPanelView.XFColors(java.lang.String okBG,
java.lang.String okFG,
java.lang.String failedBG,
java.lang.String failedFG,
java.lang.String brokenBG,
java.lang.String brokenFG,
java.lang.String otherBG,
java.lang.String otherFG)
C'tor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final XFPanelView.XFColors DEFAULT
GREEN
public static final XFPanelView.XFColors GREEN
XFPanelView.XFColors
public XFPanelView.XFColors(java.lang.String okBG,
java.lang.String okFG,
java.lang.String failedBG,
java.lang.String failedFG,
java.lang.String brokenBG,
java.lang.String brokenFG,
java.lang.String otherBG,
java.lang.String otherFG)
- C'tor
- Parameters:
okBG - ok builds background colorokFG - ok builds foreground colorfailedBG - failed build background colorfailedFG - failed build foreground colorbrokenBG - broken build background colorbrokenFG - broken build foreground colorotherBG - other build background colorotherFG - other build foreground color
getOkBG
public java.lang.String getOkBG()
- Returns:
- the okBG
getOkFG
public java.lang.String getOkFG()
- Returns:
- the okFG
getFailedBG
public java.lang.String getFailedBG()
- Returns:
- the failedBG
getFailedFG
public java.lang.String getFailedFG()
- Returns:
- the failedFG
getBrokenBG
public java.lang.String getBrokenBG()
- Returns:
- the brokenBG
getBrokenFG
public java.lang.String getBrokenFG()
- Returns:
- the brokenFG
getOtherBG
public java.lang.String getOtherBG()
- Returns:
- the otherBG
getOtherFG
public java.lang.String getOtherFG()
- Returns:
- the otherFG
Copyright © 2004-2012 Hudson. All Rights Reserved.