Package net.javasauce.ss.tasks.report
Class DiscordReportTask
java.lang.Object
net.javasauce.ss.util.task.Task
net.javasauce.ss.tasks.report.DiscordReportTask
Created by covers1624 on 6/16/25.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TaskInput<net.covers1624.quack.net.httpapi.HttpEngine> final TaskInput<Map<String, CommittedTestCasePair>> -
Method Summary
Modifier and TypeMethodDescriptionstatic DiscordReportTaskcreate(String name, Executor executor, Consumer<DiscordReportTask> 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
-
webhook
-
gitRepoUrl
-
http
-
versions
-
postDefs
-
comparisons
-
-
Method Details
-
create
public static DiscordReportTask create(String name, Executor executor, Consumer<DiscordReportTask> cons) -
execute
Description copied from class:TaskCalled to execute your task actions.
-