Package net.javasauce.ss.tasks.git
Class ExtractTestStatsTask
java.lang.Object
net.javasauce.ss.util.task.Task
net.javasauce.ss.tasks.git.AbstractGitTask
net.javasauce.ss.tasks.git.ExtractTestStatsTask
Created by covers1624 on 6/30/25.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TaskOutput<Map<String, CommittedTestCasePair>> final TaskInput<ProcessableVersionSet> Fields inherited from class net.javasauce.ss.tasks.git.AbstractGitTask
git -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtractTestStatsTaskcreate(String name, Executor executor, Consumer<ExtractTestStatsTask> 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
-
versionSet
-
testStats
-
-
Method Details
-
create
public static ExtractTestStatsTask create(String name, Executor executor, Consumer<ExtractTestStatsTask> cons) -
execute
Description copied from class:TaskCalled to execute your task actions.
-