Interface TaskExecutionResult

    • Method Detail

      • isIncremental

        boolean isIncremental()
        Returns whether this task was executed incrementally.
        Returns:
        true if this task was executed incrementally
        Throws:
        UnsupportedMethodException - For Gradle versions older than 5.1, where this method is not supported.
      • getExecutionReasons

        @Nullable
        java.util.List<java.lang.String> getExecutionReasons()
        Returns the reasons why this task was executed.
        Returns:
        the reasons why this task was executed; an empty list indicates the task was up-to-date; null that it failed before up-to-date checks had been performed.
        Throws:
        UnsupportedMethodException - For Gradle versions older than 5.1, where this method is not supported.