Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAllDaemons (0.37 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/daemon/DaemonLogsAnalyzer.groovy

        }
    
        void killAll() {
            allDaemons*.kill()
        }
    
    
        List<DaemonFixture> getDaemons() {
            getAllDaemons().findAll { !daemonStoppedWithSocketExceptionOnWindows(it) || it.logContains("Starting build in new daemon") }
        }
    
        List<DaemonFixture> getAllDaemons() {
            if (!daemonLogsDir.exists() || !daemonLogsDir.isDirectory()) {
                return []
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 15:22:16 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top