Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRunningDeployments (0.13 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/continuous/ContinuousBuildActionExecutor.java

            CancellableOperationManager cancellableOperationManager
        ) {
            if (!deploymentRegistry.getRunningDeployments().isEmpty()) {
                // Deployments are considered outOfDate until initial execution with file watching
                for (Deployment deployment : deploymentRegistry.getRunningDeployments()) {
                    ((DeploymentInternal) deployment).outOfDate();
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:41:07 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top