Class TaskFinished_1_4

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

@GradleVersion(since="4.0") @PluginVersion(since="1.8", until="1.11") public class TaskFinished_1_4 extends TaskFinished_1_3
  • Field Details

    • originBuildInvocationId

      @Nullable("when task is not UP_TO_DATE or FROM_CACHE or Task.setDidWork(false) set or information not available from Gradle < 4.0") public final @Nullable("when task is not UP_TO_DATE or FROM_CACHE or Task.setDidWork(false) set or information not available from Gradle < 4.0") String originBuildInvocationId
      The id of the build invocation that produced the outputs being reused, if the task was UP_TO_DATE or FROM_CACHE.
    • actionable

      public final boolean actionable
      Whether the task is actionable.
    • upToDateMessages

      public final List<String> upToDateMessages
      Messages describing why the task was not up to date, if it was not.

      An empty list denotes a task that was either up-to-date, or was not executed for some other reason (e.g. SKIPPED or FROM-CACHE).

      That is, this value is only useful when TaskFinished_1_0.outcome is either TaskOutcome_1.FAILED or TaskOutcome_1.SUCCESS.

  • Constructor Details

  • Method Details