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 Object
Represents colors to be used on the view
- Author:
- jrenaut
| 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
XFPanelView.XFColors
public XFPanelView.XFColors(String okBG,
String okFG,
String failedBG,
String failedFG,
String brokenBG,
String brokenFG,
String otherBG,
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 String getOkBG()
- Returns:
- the okBG
getOkFG
public String getOkFG()
- Returns:
- the okFG
getFailedBG
public String getFailedBG()
- Returns:
- the failedBG
getFailedFG
public String getFailedFG()
- Returns:
- the failedFG
getBrokenBG
public String getBrokenBG()
- Returns:
- the brokenBG
getBrokenFG
public String getBrokenFG()
- Returns:
- the brokenFG
getOtherBG
public String getOtherBG()
- Returns:
- the otherBG
getOtherFG
public String getOtherFG()
- Returns:
- the otherFG
Copyright © 2004-2012. All Rights Reserved.