|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.hudson.plugins.metadata.Constants
public abstract class Constants
Common constants.
Field Summary | |
---|---|
static String |
COMMON_ICON
The icon to display for the actions. |
static String |
COMMON_URL_NAME
The URL to the actions. |
static int |
DEFAULT_MONTH_ADJUSTMENT
Subtracted from month value since it starts on 1 instead of 0. |
static int |
DEFAULT_TIME_DETAILS
Default hour,minute,second if no defaults are added. |
static String |
DISPLAY_NAME_SEPARATOR
The separator constant used for the display name. |
static String |
ENVIRONMENT_SEPARATOR
The separator constant used for the environment variable name. |
static String |
METADATA_CHECKS_URL_NAME
The URL to the Metadata checks. |
static String |
METADATA_ENV_PREFIX
The prefix for the environment variable names.. |
static String |
METADATA_ENV_SPECIALS_REGEXP
A regular expression to find any special chars in the name that should be converted to "_". |
static String |
REQUEST_ATTR_METADATA_CONTAINER
Request attribute on the /computer/name page set by MetadataNodeProperty
and MetadataJobProperty ,
read by TreeNodeMetadataValue
to determine what container type that is currently edited. |
static String |
SERIALIZATION_ALIAS_DATE
Serialization alias (XStream and JSON) for DateMetadataValue . |
static String |
SERIALIZATION_ALIAS_NUMBER
Serialization alias (XStream and JSON) for NumberMetadataValue . |
static String |
SERIALIZATION_ALIAS_STRING
Serialization alias (XStream and JSON) for StringMetadataValue . |
static String |
SERIALIZATION_ALIAS_TREE
Serialization alias (XStream and JSON) for TreeNodeMetadataValue . |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REQUEST_ATTR_METADATA_CONTAINER
MetadataNodeProperty
and MetadataJobProperty
,
read by TreeNodeMetadataValue
to determine what container type that is currently edited.
public static final String DISPLAY_NAME_SEPARATOR
public static final String ENVIRONMENT_SEPARATOR
public static final String METADATA_ENV_PREFIX
public static final String METADATA_ENV_SPECIALS_REGEXP
public static final String COMMON_URL_NAME
public static final String METADATA_CHECKS_URL_NAME
public static final String COMMON_ICON
public static final String SERIALIZATION_ALIAS_DATE
DateMetadataValue
.
public static final String SERIALIZATION_ALIAS_NUMBER
NumberMetadataValue
.
public static final String SERIALIZATION_ALIAS_STRING
StringMetadataValue
.
public static final String SERIALIZATION_ALIAS_TREE
TreeNodeMetadataValue
.
public static final int DEFAULT_TIME_DETAILS
public static final int DEFAULT_MONTH_ADJUSTMENT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |