hudson.plugins.jobConfigHistory
Class JobConfigHistoryConsts

java.lang.Object
  extended by hudson.plugins.jobConfigHistory.JobConfigHistoryConsts

public final class JobConfigHistoryConsts
extends Object

Holder for constants.

Author:
Stefan Brausch

Field Summary
static String DEFAULT_EXCLUDE
          Default regexp pattern of configuration files not to save.
static String DEFAULT_HISTORY_DIR
          Default directory for storing history.
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 URLNAME
          Path to the jobConfigHistory base.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 directory for storing 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


Copyright © 2004-2011. All Rights Reserved.