Class Settings
- java.lang.Object
-
- com.trivago.cluecumber.engine.constants.Settings
-
public class Settings extends Object
Holder class for static plugin settings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettings.CustomParamDisplayModeWhere to display custom parameters.static classSettings.StartPageDefines all possible start pages.
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_TEMPLATE_PATHThe folder for Freemarker template files.static StringFEATURE_SCENARIOS_PAGE_FRAGMENTThe first part of the name of scenarios by feature pages.static StringFEATURE_SCENARIOS_PAGE_PATHThe folder of the scenarios by feature pages.static StringFEATURE_SUMMARY_PAGEThe name of the feature summary page.static StringHTML_FILE_EXTENSIONThe file extension for HTML files.static StringNAMEThe name of the Cluecumber plugin.static StringPAGES_DIRECTORYThe folder for report pages.static StringSCENARIO_DETAIL_PAGE_FRAGMENTThe first part of the name of scenario detail pages.static StringSCENARIO_DETAIL_PAGE_PATHThe folder of the scenario detail pages.static StringSCENARIO_SEQUENCE_PAGE_PATHThe folder of the scenario sequence page.static StringSCENARIO_SUMMARY_PAGE_PATHThe folder of the scenario summary pages.static StringSTART_PAGEThe name of the report start page.static StringSTEP_SCENARIO_PAGE_FRAGMENTThe first part of the name of scenarios by step pages.static StringSTEP_SCENARIO_PAGE_PATHThe folder of the scenarios by step pages.static StringSTEP_SUMMARY_PAGEThe name of the step summary page.static StringTAG_SCENARIO_PAGE_FRAGMENTThe first part of the name of scenario by tag pages.static StringTAG_SCENARIO_PAGE_PATHThe folder of the scenarios by tag pages.static StringTAG_SUMMARY_PAGEThe name of the tag summary page.static StringTEMPLATE_FILE_EXTENSIONThe file extension for Freemarker template files.static StringTREE_VIEW_PAGEThe name of the tree view page.
-
Constructor Summary
Constructors Constructor Description Settings()
-
-
-
Field Detail
-
NAME
public static final String NAME
The name of the Cluecumber plugin.- See Also:
- Constant Field Values
-
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
-
PAGES_DIRECTORY
public static final String PAGES_DIRECTORY
The folder for report pages.- See Also:
- Constant Field Values
-
START_PAGE
public static final String START_PAGE
The name of the report start page.- 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_SUMMARY_PAGE
public static final String TAG_SUMMARY_PAGE
The name of the tag summary page.- 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_SUMMARY_PAGE
public static final String STEP_SUMMARY_PAGE
The name of the step summary page.- 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
-
TREE_VIEW_PAGE
public static final String TREE_VIEW_PAGE
The name of the tree view page.- See Also:
- Constant Field Values
-
-