maps.hudson.plugin.xfpanel
Class XFPanelView.XFColors

java.lang.Object
  extended by 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

Field Summary
static XFPanelView.XFColors DEFAULT
           
static XFPanelView.XFColors GREEN
           
 
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
 
Method Summary
 java.lang.String getBrokenBG()
           
 java.lang.String getBrokenFG()
           
 java.lang.String getFailedBG()
           
 java.lang.String getFailedFG()
           
 java.lang.String getOkBG()
           
 java.lang.String getOkFG()
           
 java.lang.String getOtherBG()
           
 java.lang.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.XFColors DEFAULT

GREEN

public static final XFPanelView.XFColors GREEN
Constructor Detail

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 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 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.