Class AllureReportBasePlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin

    
    public class AllureReportBasePlugin
     implements Plugin<Project>
                        

    The plugin adds ALLURE_RAW_RESULT_ELEMENTS_CONFIGURATION_NAME configuration so the project can share raw Allure results for aggregation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String PLUGIN_NAME
    • 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

      • AllureReportBasePlugin

        AllureReportBasePlugin()