Class TransformExecutionFinished_1_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformExecutionFinished_1_0
com.gradle.scan.eventmodel.gradle.TransformExecutionFinished_1_1
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="8.3") @PluginVersion(since="3.17") public class TransformExecutionFinished_1_1 extends TransformExecutionFinished_1_0
  • Field Details

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

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