Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLocalState (0.18 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Task.java

         */
        @Internal
        TaskDestroyables getDestroyables();
    
        /**
         * Returns the local state of this task.
         *
         * @since 4.3
         */
        @Internal
        TaskLocalState getLocalState();
    
        /**
         * <p>Returns a directory which this task can use to write temporary files to. Each task instance is provided with a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 17:25:12 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top