Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 208 for getGood (0.24 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/RuntimePluginValidationIntegrationTest.groovy

                        public String getGood() {
                            return "good";
                        }
    
                        public String getNotAnnotated() {
                            return null;
                        }
                    }
    
                    public static class NamedBean implements Named {
                        @Input
                        public String getGood() {
                            return "good";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 14:30:05 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

                        public String getGood() {
                            return "good";
                        }
    
                        public String getNotAnnotated() {
                            return null;
                        }
                    }
    
                    public static class NamedBean implements Named {
                        @Input
                        public String getGood() {
                            return "good";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/gcc/GccPlatformToolProvider.java

            return toolSearchPath.locate(compilerType, toolRegistry.getTool(compilerType).getExecutable());
        }
    
        @Override
        protected Compiler<CppCompileSpec> createCppCompiler() {
            GccCommandLineToolConfigurationInternal cppCompilerTool = toolRegistry.getTool(ToolType.CPP_COMPILER);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/result/DefaultResolutionResult.java

            final Set<ResolvedComponentResult> out = new LinkedHashSet<>();
            eachElement(getRoot(), Actions.doNothing(), Actions.doNothing(), out);
            return out;
        }
    
        @Override
        public void allComponents(final Action<? super ResolvedComponentResult> action) {
            eachElement(getRoot(), action, Actions.doNothing(), new HashSet<>());
        }
    
        @Override
        @SuppressWarnings("rawtypes")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_resources_test.go

    		pod      *v1.Pod
    		expected *v1.Pod
    	}{
    		{
    			pod:      getPod("0", "0"),
    			expected: getPod("6", "4Gi"),
    		},
    		{
    			pod:      getPod("1", "0"),
    			expected: getPod("1", "4Gi"),
    		},
    		{
    			pod:      getPod("", ""),
    			expected: getPod("6", "4Gi"),
    		},
    		{
    			pod:      getPod("0", "1Mi"),
    			expected: getPod("6", "1Mi"),
    		},
    	}
    	as := assert.New(t)
    	for idx, tc := range cases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 24 14:46:59 UTC 2019
    - 2.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/MutationRuleExecutionOrderTest.groovy

            }
        }
    
        def "binding order does not affect mutation rule execution order"() {
            when:
            modelRegistry.getRoot().applyToSelf(MutationRulesWithInputs)
            modelRegistry.getRoot().applyToSelf(SecondInputCreationRule)
            modelRegistry.getRoot().applyToSelf(FirstInputCreationRule)
    
            then:
            modelRegistry.get("recorder", MutationRecorder).mutations == ["first", "second"]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  7. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java

                task.getSourceFile().convention(dslReference.getRoot().file("dsl.xml"));
                task.getPluginsMetaDataFile().convention(dslReference.getRoot().file("plugins.xml"));
                task.getClassDocbookDirectory().convention(dslReference.getRoot());
                task.getClassMetaDataFile().convention(dslMetaData.flatMap(ExtractDslMetaDataTask::getDestinationFile));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 5.7K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/logging/GroovyStackTraceSpecTest.groovy

        }
    
        static abstract class SuperBaz {
            void setBaz(int baz) {
                boom
            }
    
            abstract String getBoom()
        }
    
        static class Baz extends SuperBaz {
            void setBaz(int baz) {
                super.setBaz(baz)
            }
    
            String getBoom() {
                throw new Exception("boom")
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  9. pkg/api/v1/resource/helpers_test.go

    		expectedValue int64
    	}{
    		{
    			pod:           getPod("foo", podResources{cpuRequest: "9"}),
    			resourceName:  v1.ResourceCPU,
    			expectedValue: 9000,
    		},
    		{
    			pod:           getPod("foo", podResources{memoryRequest: "90Mi"}),
    			resourceName:  v1.ResourceMemory,
    			expectedValue: 94371840,
    		},
    		{
    			cName:         "just-overhead for cpu",
    			pod:           getPod("foo", podResources{cpuOverhead: "5", memoryOverhead: "5"}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 22:26:13 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/resolver/IvyResourcePattern.java

            return getBase().getRoot().resolve(substituteTokens(getBase().getPath(), attributes));
        }
    
        @Override
        public ExternalResourceName toVersionListPattern(ModuleIdentifier module, IvyArtifactName artifact) {
            Map<String, String> attributes = toAttributes(module, artifact);
            return getBase().getRoot().resolve(substituteTokens(getBase().getPath(), attributes));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top