Class TaskFinished_1_3

    • Field Detail

      • 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.