Package net.javasauce.ss.tasks.git
Class SetupGitRepoTask
java.lang.Object
net.javasauce.ss.util.task.Task
net.javasauce.ss.tasks.git.SetupGitRepoTask
Created by covers1624 on 7/18/25.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SetupGitRepoTaskcreate(String name, Executor executor, Consumer<SetupGitRepoTask> 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
-
repoDir
-
repoUrl
-
clearClone
-
output
-
-
Method Details
-
create
public static SetupGitRepoTask create(String name, Executor executor, Consumer<SetupGitRepoTask> cons) -
execute
Description copied from class:TaskCalled to execute your task actions.
-