Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BuildOperationNotificationValve (0.34 sec)

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

                BuildStartedTime buildStartedTime,
                Clock clock,
                LoggingBuildOperationProgressBroadcaster loggingBuildOperationProgressBroadcaster,
                BuildOperationNotificationValve buildOperationNotificationValve,
                BuildTreeModelControllerServices buildModelServices,
                WorkerLeaseService workerLeaseService,
                BuildLayoutValidator buildLayoutValidator,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 13:01:53 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/operations/notify/BuildOperationNotificationBridge.java

                listenerManager.removeListener(buildListener);
            }
        }
    
        private State state;
    
        private final BuildOperationNotificationValve valve = new BuildOperationNotificationValve() {
            @Override
            public void start() {
                if (state != null) {
                    throw new IllegalStateException("build operation notification valve already started");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 04:43:28 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top