public final class ViewEntryColors extends Object
Modifier and Type | Field and Description |
---|---|
static ViewEntryColors |
DEFAULT |
Constructor and Description |
---|
ViewEntryColors(String okBG,
String okFG,
String failedBG,
String failedFG,
String brokenBG,
String brokenFG,
String otherBG,
String otherFG)
C'tor
|
Modifier and Type | Method and Description |
---|---|
String |
getBrokenBG() |
String |
getBrokenFG() |
String |
getFailedBG() |
String |
getFailedFG() |
String |
getOkBG() |
String |
getOkFG() |
String |
getOtherBG() |
String |
getOtherFG() |
public static final ViewEntryColors DEFAULT
public ViewEntryColors(String okBG, String okFG, String failedBG, String failedFG, String brokenBG, String brokenFG, String otherBG, String otherFG)
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 colorpublic String getOkBG()
public String getOkFG()
public String getFailedBG()
public String getFailedFG()
public String getBrokenBG()
public String getBrokenFG()
public String getOtherBG()
public String getOtherFG()
Copyright © 2016–2017. All rights reserved.