Class JobConfigHistoryConsts

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

public final class JobConfigHistoryConsts extends Object
Holder for constants.
Author:
Stefan Brausch
  • Field Details

    • URLNAME

      public static final String URLNAME
      Path to the jobConfigHistory base.
      See Also:
    • ICONFILENAME

      public static final String ICONFILENAME
      Path to the icon.
      See Also:
    • DEFAULT_HISTORY_DIR

      public static final String DEFAULT_HISTORY_DIR
      Default root directory for storing history.
      See Also:
    • JOBS_HISTORY_DIR

      public static final String JOBS_HISTORY_DIR
      Default directory for storing job history.
      See Also:
    • NODES_HISTORY_DIR

      public static final String NODES_HISTORY_DIR
      Default directory for storing node history.
      See Also:
    • HISTORY_FILE

      public static final String HISTORY_FILE
      name of history xml file.
      See Also:
    • DEFAULT_EXCLUDE

      public static final String DEFAULT_EXCLUDE
      Default regexp pattern of configuration files not to save.
      See Also:
    • ID_FORMATTER

      public static final String ID_FORMATTER
      Format for timestamped dirs.
      See Also:
    • 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:
    • 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:
    • UNKNOWN_USER_NAME

      public static final String UNKNOWN_USER_NAME
      Name displayed for null users.
      See Also:
    • UNKNOWN_USER_ID

      public static final String UNKNOWN_USER_ID
      Id displayed for null users.
      See Also:
    • 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:
    • 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: