Class TransformExecutionFinished_1_1

    • 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 transform execution that produced the outputs being reused.
    • Constructor Detail

      • TransformExecutionFinished_1_1

        public TransformExecutionFinished_1_1​(long id,
                                              @Nullable
                                              @Nullable Long failureId,
                                              TransformExecutionOutcome_1 outcome,
                                              @Nullable
                                              @Nullable List<String> executionReasons,
                                              @Nullable
                                              @Nullable String cachingDisabledReasonCategory,
                                              @Nullable
                                              @Nullable String cachingDisabledExplanation,
                                              @Nullable
                                              @Nullable String originBuildInvocationId,
                                              @Nullable
                                              @com.gradle.nullability.Nullable byte[] originBuildCacheKey,
                                              @Nullable
                                              @Nullable Long originExecutionTime)