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 Details

    • id

      public final long id
      The id of the task.
    • path

      public final String path
      The fully qualified name of the task.
    • outcome

      public final TaskOutcome_1 outcome
      The outcome of the task's execution.
  • Constructor Details

  • Method Details