Interface IncrementalTaskInputs

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isIncremental()
      Indicates if it was possible for Gradle to determine which exactly input files were out of date compared to a previous execution.
      void outOfDate​(Action<? super InputFileDetails> outOfDateAction)
      Executes the action for all of the input files that are out-of-date since the previous task execution.
      void removed​(Action<? super InputFileDetails> removedAction)
      Executes the action for all of the input files that were removed since the previous task execution.