Package io.qameta.allure.gradle.report
Class AllureAggregateReportPlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class AllureAggregateReportPlugin implements Plugin<Project>The plugin adds tasks to aggregate Allure reports for the current project and its subprojects ( REPORT_TASK_NAME and SERVE_TASK_NAME). Note: if you need to collect the data from the current project, then you need AllureAdapterPlugin.PLUGIN_NAME
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPLUGIN_NAMEpublic final static StringAGGREGATE_CONFIGURATIONpublic final static StringREPORT_TASK_NAMEpublic final static StringSERVE_TASK_NAME
-
Constructor Summary
Constructors Constructor Description AllureAggregateReportPlugin()
-