Class TaskFinished_1_7

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
TaskFinished_1_8

@GradleVersion(since="5.0") @PluginVersion(since="3.12", until="3.16") public class TaskFinished_1_7 extends TaskFinished_1_6
  • Field Details

    • skipReasonMessage

      @Nullable("if the task was not skipped or Gradle versions <7.6 are used") public final @Nullable("if the task was not skipped or Gradle versions <7.6 are used") String skipReasonMessage
      The detailed reason why the task was skipped

      null if the task was not skipped or Gradle versions invalid input: '<'7.6 are used.

  • Constructor Details

    • TaskFinished_1_7

      public TaskFinished_1_7(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage, boolean cacheable, @Nullable @Nullable String cachingDisabledReasonCategory, @Nullable @Nullable String cachingDisabledExplanation, @Nullable @Nullable String originBuildInvocationId, @Nullable @Nullable Long originExecutionTime, boolean actionable, List<String> upToDateMessages, @Nullable @Nullable String skipReasonMessage)
  • Method Details