Class BaseTrimMetaInfServices

  • All Implemented Interfaces:
    org.gradle.api.artifacts.transform.TransformAction

    
    public abstract class BaseTrimMetaInfServices
     implements TransformAction<TransformParameters.None>
                        

    Removes META-INF/services folder from a jar. It enables to automatically transform allure-junit5 to allure-junit5:spi-off.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.qameta.allure.gradle.adapter.autoconfigure.BaseTrimMetaInfServices

        getParameters
      • Methods inherited from class org.gradle.api.artifacts.transform.TransformAction

        getParameters, transform
      • Methods inherited from class java.lang.Object

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

      • BaseTrimMetaInfServices

        BaseTrimMetaInfServices()
    • Method Detail