Package io.qameta.allure.gradle.adapter
Class AllureAdapterPlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class AllureAdapterPlugin implements Plugin<Project>The plugin instruments Test and JavaExec tasks so they collect data for Allure. The data is collected into AllureAdapterBasePlugin.ALLURE_RAW_RESULT_ELEMENTS_CONFIGURATION_NAME configuration.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPLUGIN_NAMEpublic final static StringASPECTJ_WEAVER_CONFIGURATIONpublic final static StringALLURE_DIR_PROPERTY
-
Constructor Summary
Constructors Constructor Description AllureAdapterPlugin()
-