Task
    interface TaskOutputs
A TaskOutputs represents the outputs of a task.
You can obtain a TaskOutputs instance using getOutputs.
Functions
Link copied to clipboard
                  Registers an output directory for this task.
Link copied to clipboard
                  Registers some output directories for this task.
Link copied to clipboard
                  Disable caching the results of the task if the given spec is satisfied.
Link copied to clipboard
                  Registers some output file for this task.
Link copied to clipboard
                  Registers some output files for this task.
Link copied to clipboard
                  Returns the output files of this task.
Link copied to clipboard
                  Returns true if this task has declared any outputs.
Link copied to clipboard
                   Adds a predicate to determine whether previous outputs of this task can be reused.