BuiltArtifacts.TransformParams

public interface BuiltArtifacts.TransformParams extends WorkParameters, Serializable


Specialized version of Gradle's WorkParameters so we can retrieve the output file generated when transforming an instance of BuiltArtifacts into a new one.

Summary

Public methods

abstract @NonNull File

Result of the work item submission must be made available through this field.

Public methods

getOutput

abstract @NonNull File getOutput()

Result of the work item submission must be made available through this field.