@Deprecated
public interface CompatibilityAdapterForTaskOutputs
TaskOutputs
interface.Modifier and Type | Method and Description |
---|---|
TaskOutputs |
dir(java.lang.Object path)
Deprecated.
Registers an output directory for this task.
|
TaskOutputs |
file(java.lang.Object path)
Deprecated.
Registers some output file for this task.
|
TaskOutputs |
files(java.lang.Object... paths)
Deprecated.
Registers some output files for this task.
|
TaskOutputs files(java.lang.Object... paths)
paths
- The output files. The given paths are evaluated as per Project.files(Object...)
.TaskOutputs file(java.lang.Object path)
path
- The output file. The given path is evaluated as per Project.file(Object)
.TaskOutputs dir(java.lang.Object path)
path
- The output directory. The given path is evaluated as per Project.file(Object)
.