Class Settings


  • public class Settings
    extends Object
    Holder class for static plugin settings
    • Field Detail

      • TEMPLATE_FILE_EXTENSION

        public static final String TEMPLATE_FILE_EXTENSION
        The file extension for Freemarker template files.
        See Also:
        Constant Field Values
      • HTML_FILE_EXTENSION

        public static final String HTML_FILE_EXTENSION
        The file extension for HTML files.
        See Also:
        Constant Field Values
      • BASE_TEMPLATE_PATH

        public static final String BASE_TEMPLATE_PATH
        The folder for Freemarker template files.
        See Also:
        Constant Field Values
      • SCENARIO_SUMMARY_PAGE_PATH

        public static final String SCENARIO_SUMMARY_PAGE_PATH
        The folder of the scenario summary pages.
        See Also:
        Constant Field Values
      • SCENARIO_SEQUENCE_PAGE_PATH

        public static final String SCENARIO_SEQUENCE_PAGE_PATH
        The folder of the scenario sequence page.
        See Also:
        Constant Field Values
      • SCENARIO_DETAIL_PAGE_PATH

        public static final String SCENARIO_DETAIL_PAGE_PATH
        The folder of the scenario detail pages.
        See Also:
        Constant Field Values
      • SCENARIO_DETAIL_PAGE_FRAGMENT

        public static final String SCENARIO_DETAIL_PAGE_FRAGMENT
        The first part of the name of scenario detail pages.
        See Also:
        Constant Field Values
      • TAG_SCENARIO_PAGE_PATH

        public static final String TAG_SCENARIO_PAGE_PATH
        The folder of the scenarios by tag pages.
        See Also:
        Constant Field Values
      • TAG_SCENARIO_PAGE_FRAGMENT

        public static final String TAG_SCENARIO_PAGE_FRAGMENT
        The first part of the name of scenario by tag pages.
        See Also:
        Constant Field Values
      • STEP_SCENARIO_PAGE_PATH

        public static final String STEP_SCENARIO_PAGE_PATH
        The folder of the scenarios by step pages.
        See Also:
        Constant Field Values
      • STEP_SCENARIO_PAGE_FRAGMENT

        public static final String STEP_SCENARIO_PAGE_FRAGMENT
        The first part of the name of scenarios by step pages.
        See Also:
        Constant Field Values
      • FEATURE_SUMMARY_PAGE

        public static final String FEATURE_SUMMARY_PAGE
        The name of the feature summary page.
        See Also:
        Constant Field Values
      • FEATURE_SCENARIOS_PAGE_PATH

        public static final String FEATURE_SCENARIOS_PAGE_PATH
        The folder of the scenarios by feature pages.
        See Also:
        Constant Field Values
      • FEATURE_SCENARIOS_PAGE_FRAGMENT

        public static final String FEATURE_SCENARIOS_PAGE_FRAGMENT
        The first part of the name of scenarios by feature pages.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Settings

        public Settings()