Class TaskFinished_1_3

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

@GradleVersion(since="2.0", until="3.5") @PluginVersion(since="1.6", until="1.16") public class TaskFinished_1_3 extends TaskFinished_1_2
  • Field Details

    • cachingDisabledReason

      @Nullable("when task is cacheable, or no reason is known, or using Gradle 5.0+ and build scan plugin 2.0+") public final @Nullable("when task is cacheable, or no reason is known, or using Gradle 5.0+ and build scan plugin 2.0+") TaskOutputCachingDisabledReason_1 cachingDisabledReason
      The reason why the output of the task was not cacheable.
    • cachingDisabledExplanation

      @Nullable("when task is cacheable, or no reason is known") public final @Nullable("when task is cacheable, or no reason is known") String cachingDisabledExplanation
      The detailed explanation why the output of the task was not cacheable.
  • Constructor Details

  • Method Details