Class TaskFinished_1_2

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

@GradleVersion(since="2.0", until="3.5") @PluginVersion(since="1.3", until="1.5") public class TaskFinished_1_2 extends TaskFinished_1_1
  • Field Details

    • cacheable

      public final boolean cacheable
      Whether the output of the task was cacheable.
  • Constructor Details

    • TaskFinished_1_2

      public TaskFinished_1_2(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage, boolean cacheable)
  • Method Details