Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getShouldRunAfter (0.16 sec)

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

         *
         * @return The tasks that this task should run after. Returns an empty set if this task has no tasks it must run after.
         */
        @Internal
        TaskDependency getShouldRunAfter();
    
        /**
         * <p>The timeout of this task.</p>
         *
         * <pre class='autoTested'>
         *   task myTask {
         *       timeout = Duration.ofMinutes(10)
         *   }
         * </pre>
    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