Package net.javasauce.ss.tasks.git
Class FastForwardTask
java.lang.Object
net.javasauce.ss.util.task.Task
net.javasauce.ss.tasks.git.AbstractGitTask
net.javasauce.ss.tasks.git.FastForwardTask
Created by covers1624 on 6/30/25.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class net.javasauce.ss.tasks.git.AbstractGitTask
git -
Method Summary
Modifier and TypeMethodDescriptionstatic FastForwardTaskcreate(String name, Executor executor, Consumer<FastForwardTask> 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
-
tag
-
commit
-
-
Method Details
-
create
public static FastForwardTask create(String name, Executor executor, Consumer<FastForwardTask> cons) -
execute
Description copied from class:TaskCalled to execute your task actions.
-