Class TaskFinished_1_4

    • Field Detail

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