Package net.javasauce.ss.tasks.util
Class GenerateRootProjectTask
java.lang.Object
net.javasauce.ss.util.task.Task
net.javasauce.ss.tasks.util.GenerateRootProjectTask
Created by covers1624 on 7/9/25.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TaskInput<Map<String, CommittedTestCasePair>> final TaskInput<ProcessableVersionSet> -
Method Summary
Modifier and TypeMethodDescriptionstatic GenerateRootProjectTaskcreate(String name, Executor executor, Consumer<GenerateRootProjectTask> cons) protected voidexecute()Called to execute your task actions.Methods inherited from class net.javasauce.ss.util.task.Task
computedOutput, declareCompositeTask, dependsOn, dependsOn, getFuture, getName, input, input, inputCollection, optionalInput, output, runTasks, runTasks, withCaching, withCaching
-
Field Details
-
projectDir
-
versions
-
testDefs
-
gitRepoUrl
-
-
Method Details
-
create
public static GenerateRootProjectTask create(String name, Executor executor, Consumer<GenerateRootProjectTask> cons) -
execute
Description copied from class:TaskCalled to execute your task actions.
-