Package hudson.plugins.jobConfigHistory
Class JobConfigHistoryConsts
- java.lang.Object
-
- hudson.plugins.jobConfigHistory.JobConfigHistoryConsts
-
public final class JobConfigHistoryConsts extends Object
Holder for constants.- Author:
- Stefan Brausch
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE_REASON_COMMENT_XML_TAG
The xml tag in config.xml which stores the change message (temporarily!)static String
DEFAULT_EXCLUDE
Default regexp pattern of configuration files not to save.static String
DEFAULT_HISTORY_DIR
Default root directory for storing history.static int
DEFAULT_MAX_ENTRIES_PER_PAGE
Maximum entries to be displayed in the history table pages.static String
HISTORY_FILE
name of history xml file.static String
ICONFILENAME
Path to the icon.static String
ID_FORMATTER
Format for timestamped dirs.static String
JOB_LOCAL_CONFIGURATION_XML_TAG
The xml tag in config.xml which stores the changeReasonComment tag (that is temporarily storing the change message)static String
JOBS_HISTORY_DIR
Default directory for storing job history.static String
NODES_HISTORY_DIR
Default directory for storing node history.static int
PAGING_EPSILON
Amount of neighbors displayed around the current page number in the page navigation bar.static String
UNKNOWN_USER_ID
Id displayed for null users.static String
UNKNOWN_USER_NAME
Name displayed for null users.static String
URLNAME
Path to the jobConfigHistory base.
-
-
-
Field Detail
-
URLNAME
public static final String URLNAME
Path to the jobConfigHistory base.- See Also:
- Constant Field Values
-
ICONFILENAME
public static final String ICONFILENAME
Path to the icon.- See Also:
- Constant Field Values
-
DEFAULT_HISTORY_DIR
public static final String DEFAULT_HISTORY_DIR
Default root directory for storing history.- See Also:
- Constant Field Values
-
JOBS_HISTORY_DIR
public static final String JOBS_HISTORY_DIR
Default directory for storing job history.- See Also:
- Constant Field Values
-
NODES_HISTORY_DIR
public static final String NODES_HISTORY_DIR
Default directory for storing node history.- See Also:
- Constant Field Values
-
HISTORY_FILE
public static final String HISTORY_FILE
name of history xml file.- See Also:
- Constant Field Values
-
DEFAULT_EXCLUDE
public static final String DEFAULT_EXCLUDE
Default regexp pattern of configuration files not to save.- See Also:
- Constant Field Values
-
ID_FORMATTER
public static final String ID_FORMATTER
Format for timestamped dirs.- See Also:
- Constant Field Values
-
DEFAULT_MAX_ENTRIES_PER_PAGE
public static final int DEFAULT_MAX_ENTRIES_PER_PAGE
Maximum entries to be displayed in the history table pages.- See Also:
- Constant Field Values
-
PAGING_EPSILON
public static final int PAGING_EPSILON
Amount of neighbors displayed around the current page number in the page navigation bar. Example (epsilon=2, currentPage=6): [0 ... 4 5 6 7 8 ... 204]- See Also:
- Constant Field Values
-
UNKNOWN_USER_NAME
public static final String UNKNOWN_USER_NAME
Name displayed for null users.- See Also:
- Constant Field Values
-
UNKNOWN_USER_ID
public static final String UNKNOWN_USER_ID
Id displayed for null users.- See Also:
- Constant Field Values
-
JOB_LOCAL_CONFIGURATION_XML_TAG
public static final String JOB_LOCAL_CONFIGURATION_XML_TAG
The xml tag in config.xml which stores the changeReasonComment tag (that is temporarily storing the change message)- See Also:
- Constant Field Values
-
CHANGE_REASON_COMMENT_XML_TAG
public static final String CHANGE_REASON_COMMENT_XML_TAG
The xml tag in config.xml which stores the change message (temporarily!)- See Also:
- Constant Field Values
-
-