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
           
static Color BGNODIFFERENCECOLOR
           
static String MENUICONFILENAME
          Icon.
static String NA
          Not Applicable, Not Available.
static String NAME
          Name.
static String SUMMARYICONFILENAME
           
static String URL
          Url for this plugin.
 
Constructor Summary
Constants()
           
 
Method Summary
static String getBackgroundDifferenceColorAsString()
           
static String getBackgroundNoDifferenceColorAsString()
           
 
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
See Also:
Constant Field Values

BGDIFFERENCECOLOR

public static final Color BGDIFFERENCECOLOR

BGNODIFFERENCECOLOR

public static final Color BGNODIFFERENCECOLOR
Constructor Detail

Constants

public Constants()
Method Detail

getBackgroundNoDifferenceColorAsString

public static String getBackgroundNoDifferenceColorAsString()

getBackgroundDifferenceColorAsString

public static String getBackgroundDifferenceColorAsString()


Copyright © 2004-2013. All Rights Reserved.