Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doDaemonContext (0.17 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/AbstractDaemonLifecycleSpec.groovy

        }
    
        void daemonContext(num = 0, Closure assertions) {
            run { doDaemonContext(builds[num], assertions) }
        }
    
        void foregroundDaemonContext(num = 0, Closure assertions) {
            run { doDaemonContext(foregroundDaemons[num], assertions) }
        }
    
        void doDaemonContext(gradleHandle, Closure assertions) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:32:55 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top