Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reloadableDeploymentDetected (0.32 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/tooling/internal/provider/continuous/ContinuousBuildActionExecutorTest.groovy

            when:
            def gatekeeper = continuousExecutionGate.createGateKeeper()
            def runningBuild = startBuild()
    
            then:
            conditions.eventually {
                reloadableDeploymentDetected()
            }
            waitingForChangesMessageAppears()
    
            when:
            changeListeners.broadcastChange(FileWatcherRegistry.Type.MODIFIED, file.toPath())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top