Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getBuildOperationNotificationListener (0.52 sec)

  1. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/GradleEnterprisePluginService.java

         * To be registered for notifications by Gradle.
         *
         * It expects to receive notifications about all operations from the very start of the build.
         */
        BuildOperationNotificationListener getBuildOperationNotificationListener();
    
        /**
         * Notified when the build invocation has finished by Gradle.
         */
        GradleEnterprisePluginEndOfBuildListener getEndOfBuildListener();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 17 10:17:11 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/impl/DefaultGradleEnterprisePluginAdapter.java

            pluginService = pluginServiceFactory.create(config, requiredServices, buildState);
            pluginServiceRef.set(pluginService);
            buildOperationNotificationListenerRegistrar.register(pluginService.getBuildOperationNotificationListener());
        }
    
        private class DefaultDevelocityPluginResult implements GradleEnterprisePluginEndOfBuildListener.BuildResult {
            private final Throwable buildFailure;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/BaseBuildScanPluginCheckInFixture.groovy

                                $GradleEnterprisePluginBuildState.name _buildState = buildState
    
                                $BuildOperationNotificationListener.name getBuildOperationNotificationListener() {
                                    new $BuildOperationNotificationListener.name() {
                                        void started($BuildOperationStartedNotification.name notification) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top