Package io.qameta.allure.gradle.report
Class AllureReportPlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class AllureReportPlugin implements Plugin<Project>The plugin adds tasks to build Allure reports for the current project (REPORT_TASK_NAME and SERVE_TASK_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 AllureReportPlugin()
-