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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project target)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AllureAggregateReportPlugin

        AllureAggregateReportPlugin()