|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.buildenvironment.actions.utils.Constants
public final class Constants
Global Constants.
| Field Summary | |
|---|---|
static Color |
BGDIFFERENCECOLOR
Background color when entries are different. |
static Color |
BGNODIFFERENCECOLOR
Background color when entries are the same. |
static String |
MENUICONFILENAME
Icon. |
static String |
NA
Not Applicable, Not Available. |
static String |
NAME
Name. |
static String |
SUMMARYICONFILENAME
Summary icon. |
static String |
URL
Url for this plugin. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary | |
|---|---|
static String |
getBackgroundDifferenceColorAsString()
Returns the String of the color for entries that are different. |
static String |
getBackgroundNoDifferenceColorAsString()
Returns the String of the color for entries that are not different. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String URL
public static final String NA
public static final String NAME
public static final String MENUICONFILENAME
public static final String SUMMARYICONFILENAME
public static final Color BGDIFFERENCECOLOR
public static final Color BGNODIFFERENCECOLOR
| Constructor Detail |
|---|
public Constants()
| Method Detail |
|---|
public static String getBackgroundNoDifferenceColorAsString()
public static String getBackgroundDifferenceColorAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||