Class TaskFinished_1_8

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="5.0") @PluginVersion(since="3.17") public class TaskFinished_1_8 extends TaskFinished_1_7
  • 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 task that produced the outputs being reused.
  • Constructor Details

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