Package io.qameta.allure.gradle.download
Class AllureDownloadPlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class AllureDownloadPlugin implements Plugin<Project>The plugin Adds DownloadAllure task. Note: the end-user needs to specify repositories manually (e.g.
repositories { mavenCentral() })
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPLUGIN_NAMEpublic final static StringALLURE_DOWNLOAD_TASK_NAMEpublic final static StringALLURE_COMMANDLINE_CONFIGURATIONpublic final static StringALLURE_NODE_CONFIGURATIONpublic final static StringALLURE_3_PACKAGE_CONFIGURATIONpublic final static StringDOWNLOAD_NODE_TASK_NAMEpublic final static StringINSTALL_ALLURE_3_TASK_NAME
-
Constructor Summary
Constructors Constructor Description AllureDownloadPlugin()
-