hudson.plugins.jobConfigHistory
クラス JobConfigHistoryConsts

java.lang.Object
  上位を拡張 hudson.plugins.jobConfigHistory.JobConfigHistoryConsts

public final class JobConfigHistoryConsts
extends Object

Holder for constants.

作成者:
Stefan Brausch

フィールドの概要
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.
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

URLNAME

public static final String URLNAME
Path to the jobConfigHistory base.

関連項目:
定数フィールド値

ICONFILENAME

public static final String ICONFILENAME
Path to the icon.

関連項目:
定数フィールド値

DEFAULT_HISTORY_DIR

public static final String DEFAULT_HISTORY_DIR
Default directory for storing history.

関連項目:
定数フィールド値

HISTORY_FILE

public static final String HISTORY_FILE
name of history xml file.

関連項目:
定数フィールド値

DEFAULT_EXCLUDE

public static final String DEFAULT_EXCLUDE
Default regexp pattern of configuration files not to save.

関連項目:
定数フィールド値

ID_FORMATTER

public static final String ID_FORMATTER
Format for timestamped dirs.

関連項目:
定数フィールド値


Copyright © 2004-2011. All Rights Reserved.