Interface InternalIncrementalTaskResult

    • Method Detail

      • isIncremental

        boolean isIncremental()
        Returns whether this task is incremental.
      • getExecutionReasons

        java.util.List<java.lang.String> getExecutionReasons()
        Returns the reasons for executing this task.
        Returns:
        the list of reasons; null if undetermined (e.g. if the task was skipped).