Package io.qameta.allure.gradle.adapter
Class AllureAdapterBasePlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class AllureAdapterBasePlugin implements Plugin<Project>The plugin adds ALLURE_RAW_RESULT_ELEMENTS_CONFIGURATION_NAME configuration so the project can share raw Allure results for aggregation.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPLUGIN_NAMEpublic final static StringALLURE_RAW_RESULT_ELEMENTS_CONFIGURATION_NAMEpublic final static StringALLURE_COPY_CATEGORIES_ELEMENTS_CONFIGURATION_NAMEpublic final static StringALLURE_USAGE
-
Constructor Summary
Constructors Constructor Description AllureAdapterBasePlugin()
-