Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDependsOn (0.1 sec)

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

        /**
         * <p>Returns the dependencies of this task.</p>
         *
         * @return The dependencies of this task. Returns an empty set if this task has no dependencies.
         */
        @Internal
        Set<Object> getDependsOn();
    
        /**
         * <p>Sets the dependencies of this task. See <a href="./Task.html#dependencies">here</a> for a description of the types of
         * objects which can be used as task dependencies.</p>
         *
    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