Package io.qameta.allure
Class Constants
java.lang.Object
io.qameta.allure.Constants
- Since:
- 2.7
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of directory with main report data.static final StringThe default report name.static final StringThe name of directory with exported data.static final StringThe name of directory with historical data.static final StringThe name of environment variable that disables analytics.static final StringThe name of directory with report plugins.static final StringThe name of directory that contains widgets data. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuild path within data directory.static StringexportPath(String... pathItems) Build path within export directory.static StringhistoryPath(String... pathItems) Build path within history directory.static StringBuild path from specified path items.static StringpluginPath(String... pathItems) Build path within plugins directory.static StringwidgetsPath(String... pathItems) Build path within widgets directory.
-
Field Details
-
DEFAULT_REPORT_NAME
The default report name.- See Also:
-
WIDGETS_DIR
The name of directory that contains widgets data.- See Also:
-
DATA_DIR
The name of directory with main report data.- See Also:
-
PLUGINS_DIR
The name of directory with report plugins.- See Also:
-
EXPORT_DIR
The name of directory with exported data.- See Also:
-
HISTORY_DIR
The name of directory with historical data.- See Also:
-
NO_ANALYTICS
The name of environment variable that disables analytics.- See Also:
-
-
Method Details
-
pluginPath
Build path within plugins directory.- Parameters:
pathItems- the path items.- Returns:
- the path within plugins directory.
-
exportPath
Build path within export directory.- Parameters:
pathItems- the path items.- Returns:
- the path within export directory.
-
dataPath
Build path within data directory.- Parameters:
pathItems- the path items.- Returns:
- the path within data directory.
-
widgetsPath
Build path within widgets directory.- Parameters:
pathItems- the path items.- Returns:
- the path within widgets directory.
-
historyPath
Build path within history directory.- Parameters:
pathItems- the path items.- Returns:
- the path within history directory.
-
path
Build path from specified path items.- Parameters:
first- the first path item.others- other path items.- Returns:
- the path.
-