Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for getLifecycle (0.21 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.tasks.testing.logging.TestLoggingContainer.getLifecycle()> does not have raw return type assignable to org.gradle.api.provider.Property in (TestLoggingContainer.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPackagingRegistry.java

        }
    
        private Map<String, PluginContainer> getPlugins(LifecycleMapping lifecycleMapping) {
            Map<String, PluginContainer> lfs = new HashMap<>();
            lifecycleMapping.getLifecycles().forEach((id, lifecycle) -> {
                Map<String, Plugin> plugins = new HashMap<>();
                lifecycle
                        .getLifecyclePhases()
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 13:45:13 UTC 2024
    - 8K bytes
    - Viewed (0)
  3. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java

                    lifecycleConfiguration = new LifecycleStaxReader().read(input);
                }
    
                lifecycleMappings = new HashMap<>();
    
                for (Lifecycle lifecycle : lifecycleConfiguration.getLifecycles()) {
                    lifecycleMappings.put(lifecycle.getId(), lifecycle);
                }
            }
            return lifecycleMappings;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Apr 14 17:14:22 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    	return Tracer_zipkin
    }
    
    func (x *ProxyConfig) GetExcludeOutboundPorts() string {
    	if x != nil {
    		return x.ExcludeOutboundPorts
    	}
    	return ""
    }
    
    func (x *ProxyConfig) GetLifecycle() *v1.Lifecycle {
    	if x != nil {
    		return x.Lifecycle
    	}
    	return nil
    }
    
    // Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top