Package dev.lukebemish.crochet.tasks
Class TaskGraphExecution.GraphOutput
java.lang.Object
dev.lukebemish.crochet.tasks.TaskGraphExecution.GraphOutput
- Enclosing class:
TaskGraphExecution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphOutput
public GraphOutput()
-
-
Method Details
-
getOutputName
-
getOutputFile
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getOutputFile() -
of
public static TaskGraphExecution.GraphOutput of(String outputName, org.gradle.api.provider.Provider<org.gradle.api.file.RegularFile> outputFile, org.gradle.api.model.ObjectFactory factory)
-