Class TaskFinished_1_5

All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
TaskFinished_1_6

@GradleVersion(since="4.0") @PluginVersion(since="1.12", until="1.16") public class TaskFinished_1_5 extends TaskFinished_1_4
  • Field Details

    • originExecutionTime

      @Nullable("when no original execution time available") public final @Nullable("when no original execution time available") Long originExecutionTime
      How long it took to execute the original task that produced same output from same inputs.
  • Constructor Details

    • TaskFinished_1_5

      public TaskFinished_1_5(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage, boolean cacheable, @Nullable @Nullable TaskOutputCachingDisabledReason_1 cachingDisabledReason, @Nullable @Nullable String cachingDisabledExplanation, @Nullable @Nullable String originBuildInvocationId, @Nullable @Nullable Long originExecutionTime, boolean actionable, List<String> upToDateMessages)
  • Method Details