Class TaskFinished_1_8

    • Field Detail

      • originBuildCacheKey

        @Nullable("when originBuildInvocationId is null or Gradle < 8.7")
        public final @com.gradle.nullability.Nullable("when originBuildInvocationId is null or Gradle < 8.7") byte[] originBuildCacheKey
        Build cache key of the task that produced the outputs being reused.
    • Constructor Detail

      • TaskFinished_1_8

        public TaskFinished_1_8​(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
                                @com.gradle.nullability.Nullable byte[] originBuildCacheKey,
                                @Nullable
                                @Nullable Long originExecutionTime,
                                boolean actionable,
                                List<String> upToDateMessages,
                                @Nullable
                                @Nullable String skipReasonMessage)