Package net.javasauce.ss.tasks.git
Class CheckoutBranchTask
java.lang.Object
net.javasauce.ss.util.task.Task
net.javasauce.ss.tasks.git.AbstractGitTask
net.javasauce.ss.tasks.git.CheckoutBranchTask
Created by covers1624 on 6/29/25.
-
Field Summary
FieldsFields inherited from class net.javasauce.ss.tasks.git.AbstractGitTask
git -
Method Summary
Modifier and TypeMethodDescriptionstatic CheckoutBranchTaskcreate(String name, Executor executor, Consumer<CheckoutBranchTask> cons) protected voidexecute()Called to execute your task actions.Methods inherited from class net.javasauce.ss.tasks.git.AbstractGitTask
amendChanges, checkoutOrCreateBranch, commitChanges, createTag, fastForwardBranch, fastForwardBranchToCommit, getCommitMessage, getParentCommit, listAllBranches, listAllTags, loadBlob, pushAllBranches, pushAllTags, stageChanges, wipeCheckedOutFilesMethods 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
-
branch
-
clean
-
-
Method Details
-
create
public static CheckoutBranchTask create(String name, Executor executor, Consumer<CheckoutBranchTask> cons) -
execute
Description copied from class:TaskCalled to execute your task actions.
-