Class TrimMetaInfServices54
-
- All Implemented Interfaces:
-
org.gradle.api.artifacts.transform.TransformAction
public abstract class TrimMetaInfServices54 extends BaseTrimMetaInfServices
-
-
Field Summary
Fields Modifier and Type Field Description private final Provider<FileSystemLocation>inputFileprivate final TransformParameters.Noneparameters
-
Constructor Summary
Constructors Constructor Description TrimMetaInfServices54()
-
Method Summary
Modifier and Type Method Description abstract Provider<FileSystemLocation>getInputFile()Unittransform(TransformOutputs outputs)-
Methods inherited from class io.qameta.allure.gradle.adapter.autoconfigure.BaseTrimMetaInfServices
getParameters -
Methods inherited from class org.gradle.api.artifacts.transform.TransformAction
getParameters -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInputFile
@PathSensitive(value = PathSensitivity.NONE)@InputArtifact() abstract Provider<FileSystemLocation> getInputFile()
-
-
-
-