maps.hudson.plugin.xfpanel
Class XFPanelView.XFPanelColors

java.lang.Object
  extended by maps.hudson.plugin.xfpanel.XFPanelView.XFPanelColors
Enclosing class:
XFPanelView

public static final class XFPanelView.XFPanelColors
extends Object

Represents colors to be used on the view

Author:
jrenaut

Field Summary
static XFPanelView.XFPanelColors DEFAULT
           
 
Constructor Summary
XFPanelView.XFPanelColors(String okBG, String okFG, String failedBG, String failedFG, String brokenBG, String brokenFG, String otherBG, String otherFG)
          C'tor
 
Method Summary
 String getBrokenBG()
           
 String getBrokenFG()
           
 String getFailedBG()
           
 String getFailedFG()
           
 String getOkBG()
           
 String getOkFG()
           
 String getOtherBG()
           
 String getOtherFG()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final XFPanelView.XFPanelColors DEFAULT
Constructor Detail

XFPanelView.XFPanelColors

public XFPanelView.XFPanelColors(String okBG,
                                 String okFG,
                                 String failedBG,
                                 String failedFG,
                                 String brokenBG,
                                 String brokenFG,
                                 String otherBG,
                                 String otherFG)
C'tor

Parameters:
okBG - ok builds background color
okFG - ok builds foreground color
failedBG - failed build background color
failedFG - failed build foreground color
brokenBG - broken build background color
brokenFG - broken build foreground color
otherBG - other build background color
otherFG - other build foreground color
Method Detail

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-2015. All Rights Reserved.