org.jenkinsci.plugins.buildenvironment.actions.utils
Class Constants

java.lang.Object
  extended by org.jenkinsci.plugins.buildenvironment.actions.utils.Constants

public final class Constants
extends Object

Global Constants.

Author:
yboev

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

URL

public static final String URL
Url for this plugin.

See Also:
Constant Field Values

NA

public static final String NA
Not Applicable, Not Available.

See Also:
Constant Field Values

NAME

public static final String NAME
Name.

See Also:
Constant Field Values

MENUICONFILENAME

public static final String MENUICONFILENAME
Icon.

See Also:
Constant Field Values

SUMMARYICONFILENAME

public static final String SUMMARYICONFILENAME
Summary icon.

See Also:
Constant Field Values

BGDIFFERENCECOLOR

public static final Color BGDIFFERENCECOLOR
Background color when entries are different.


BGNODIFFERENCECOLOR

public static final Color BGNODIFFERENCECOLOR
Background color when entries are the same.

Constructor Detail

Constants

public Constants()
Method Detail

getBackgroundNoDifferenceColorAsString

public static String getBackgroundNoDifferenceColorAsString()
Returns the String of the color for entries that are not different.

Returns:
the color as String

getBackgroundDifferenceColorAsString

public static String getBackgroundDifferenceColorAsString()
Returns the String of the color for entries that are different.

Returns:
the color as String


Copyright © 2004-2013. All Rights Reserved.