org.jenkinsci.plugins.jobmail.utils
Class Constants

java.lang.Object
  extended by org.jenkinsci.plugins.jobmail.utils.Constants

public final class Constants
extends Object

Global Constants.

Author:
yboev

Field Summary
static String BUILD_STATUS
          Build status.
static String BUILD_URL
          Build url.
static String COMMA_SEPARATED_SPLIT_REGEXP
          RegExpr.
static String EMAIL_USER_ERROR
          String for email_user_error.
static String ERROR_1
          Read error string.
static String ICONFILENAME
          Icon.
static String NA
          Not Applicable, Not Available.
static String NAME
          Name.
static String PROJECT_NAME
          Project name.
static String PROJECT_URL
          Project url.
static String URL
          Url for this plugin.
 
Constructor Summary
Constants()
           
 
Method Summary
 
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

ICONFILENAME

public static final String ICONFILENAME
Icon.

See Also:
Constant Field Values

EMAIL_USER_ERROR

public static final String EMAIL_USER_ERROR
String for email_user_error.

See Also:
Constant Field Values

ERROR_1

public static final String ERROR_1
Read error string.

See Also:
Constant Field Values

COMMA_SEPARATED_SPLIT_REGEXP

public static final String COMMA_SEPARATED_SPLIT_REGEXP
RegExpr.

See Also:
Constant Field Values

PROJECT_NAME

public static final String PROJECT_NAME
Project name.

See Also:
Constant Field Values

BUILD_URL

public static final String BUILD_URL
Build url.

See Also:
Constant Field Values

BUILD_STATUS

public static final String BUILD_STATUS
Build status.

See Also:
Constant Field Values

PROJECT_URL

public static final String PROJECT_URL
Project url.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2004-2013. All Rights Reserved.