Class TaskFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TaskFinished_1_1
@GradleVersion(since="2.0",
until="3.5")
@PluginVersion(since="1.0",
until="1.0")
public class TaskFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that a task has finished executing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe id of the task.final TaskOutcome_1The outcome of the task's execution.final StringThe fully qualified name of the task. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe id of the task. -
path
The fully qualified name of the task. -
outcome
The outcome of the task's execution.
-
-
Constructor Details
-
TaskFinished_1_0
-
-
Method Details