Class TaskFinished_1_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
TaskFinished_1_2

@GradleVersion(since="2.0", until="3.5") @PluginVersion(since="1.1", until="1.2") public class TaskFinished_1_1 extends TaskFinished_1_0
  • Field Details

    • skipMessage

      @Nullable("when skip message maps to a specific task outcome") public final @Nullable("when skip message maps to a specific task outcome") String skipMessage
      The message describing why the task was skipped in the case of a skipped task.

      null if the task was not skipped.

  • Constructor Details

    • TaskFinished_1_1

      public TaskFinished_1_1(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage)
  • Method Details