Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 221 for notifiers (0.23 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/events/LogLevelChangeEvent.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.logging.events;
    
    import org.gradle.api.logging.LogLevel;
    
    /**
     * Notifies output consumers that the log level has changed. Consumers will not receive any further events at a lesser log level.
     */
    public class LogLevelChangeEvent extends OutputEvent {
        private final LogLevel newLogLevel;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/metadata/KotlinMetadataQueries.kt

            if (Modifier.isPrivate(ctClass.modifiers)) false
            else queryKotlinMetadata(ctClass, false) { metadata ->
                when (metadata) {
                    is KotlinClassMetadata.FileFacade -> true
                    else -> false
                }
            }
    
        fun isKotlinInternal(ctClass: CtClass): Boolean =
            if (Modifier.isPrivate(ctClass.modifiers)) false
            else hasKotlinFlag(ctClass, Flag.IS_INTERNAL)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 07 08:20:38 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  3. pilot/pkg/model/controller.go

    	// For per cluster handlers, they should be registered by the `AppendXXXHandlerForCluster` interface.
    
    	// AppendServiceHandler notifies about changes to the service catalog.
    	AppendServiceHandler(f ServiceHandler)
    
    	// AppendWorkloadHandler notifies about changes to workloads. This differs from InstanceHandler,
    	// which deals with service instances (the result of a merge of Service and Workload)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 25 06:54:32 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/maven/PomProjectInitDescriptor.java

    import org.gradle.buildinit.plugins.internal.BuildConverter;
    import org.gradle.buildinit.plugins.internal.InitSettings;
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitDsl;
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitTestFramework;
    import org.gradle.buildinit.plugins.internal.modifiers.ModularizationOption;
    import org.gradle.util.internal.IncubationLogger;
    import org.gradle.workers.WorkerExecutor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:24 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  5. platforms/core-runtime/build-operations/src/main/java/org/gradle/internal/operations/BuildOperationListener.java

     */
    package org.gradle.internal.operations;
    
    import org.gradle.internal.service.scopes.EventScope;
    import org.gradle.internal.service.scopes.Scope.Global;
    
    /**
     * A listener that is notified as build operations are executed.
     *
     * Listeners must be registered via {@link BuildOperationListenerManager}, not ListenerManager.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/CppProjectInitDescriptor.java

    package org.gradle.buildinit.plugins.internal;
    
    import org.gradle.api.internal.DocumentationRegistry;
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitTestFramework;
    import org.gradle.buildinit.plugins.internal.modifiers.Language;
    import org.gradle.buildinit.plugins.internal.modifiers.ModularizationOption;
    import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform;
    
    import java.util.Collections;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:24 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/InitSettings.java

    import org.gradle.api.file.Directory;
    import org.gradle.buildinit.InsecureProtocolOption;
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitDsl;
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitTestFramework;
    import org.gradle.buildinit.plugins.internal.modifiers.ModularizationOption;
    import org.gradle.jvm.toolchain.JavaLanguageVersion;
    
    import javax.annotation.Nullable;
    import java.util.List;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 17:51:21 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. .github/workflows/notify-on-rc-for-manual-test.yml

    name: IDE Experience team notifier
    run-name: Notify the IDE Experience team about new RCs for manual testing
    on:
      push:
        tags:
          - 'v*.*.*-RC1'
    
    permissions: {}
    
    jobs:
      send-slack-notification:
        runs-on: ubuntu-latest
        steps:
          - name: Send Slack notification about new RCs for manual testing
            id: slack
            uses: slackapi/slack-github-action@v1.23.0
            with:
              payload: |
                {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 1K bytes
    - Viewed (0)
  9. pkg/kubelet/container/testing/fake_ready_provider.go

    import (
    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    )
    
    // FakeReadyProvider implements a fake ready provider
    type FakeReadyProvider struct {
    	kubecontainer.SourcesReadyProvider
    }
    
    // AllReady notifies caller that the Fake Provider is ready.
    func (frp *FakeReadyProvider) AllReady() bool {
    	return true
    }
    
    // NewFakeReadyProvider creates a FakeReadyProvider object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 1K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/api/services/model/ModelBuildingListener.java

     * errors while processing the event, it can report these problems via {@link ModelBuildingEvent#problems()}.
     */
    public interface ModelBuildingListener {
    
        /**
         * Notifies the listener that the model has been constructed to the extent where build extensions can be processed.
         *
         * @param event The details about the event.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top