Class TaskFinished_1_6

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

@GradleVersion(since="5.0") @PluginVersion(since="2.0", until="3.11") public class TaskFinished_1_6 extends TaskFinished_1_5
  • Field Details

    • cachingDisabledReasonCategory

      @Nullable("when task is cacheable") public final @Nullable("when task is cacheable") String cachingDisabledReasonCategory
      The reason why the output of the task was not cacheable.

      This effectively replaces TaskFinished_1_3.cachingDisabledReason.

  • Constructor Details

    • TaskFinished_1_6

      public TaskFinished_1_6(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)
  • Method Details