-
- All Implemented Interfaces:
-
org.gradle.api.execution.TaskExecutionListener
public class PrintGitHubActionsMarkersForFailingTasks implements TaskExecutionListener
-
-
Field Summary
Fields Modifier and Type Field Description public final static PrintGitHubActionsMarkersForFailingTasksINSTANCE
-
Method Summary
Modifier and Type Method Description UnitbeforeExecute(Task task)UnitafterExecute(Task task, TaskState state)-
-
Method Detail
-
beforeExecute
Unit beforeExecute(Task task)
-
afterExecute
Unit afterExecute(Task task, TaskState state)
-
-
-
-