Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for getLifecycle (0.18 sec)

  1. platforms/software/testing-base/src/main/java/org/gradle/api/internal/tasks/testing/logging/DefaultTestLoggingContainer.java

        }
    
        @Override
        public TestLogging getLifecycle() {
            return perLevelTestLogging.get(LogLevel.LIFECYCLE);
        }
    
        @Override
        public void setLifecycle(TestLogging logging) {
            perLevelTestLogging.put(LogLevel.LIFECYCLE, logging);
        }
    
        @Override
        public void lifecycle(Action<TestLogging> action) {
            action.execute(getLifecycle());
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/impl/DefaultDevelocityBuildLifecycleService.java

            //   are not observable from eager configuration blocks, which would anyway be incompatible with
            //   Isolated Projects.
            if (isIsolatedProjects()) {
                gradle.getLifecycle().beforeProject(action::execute);
            } else {
                gradle.allprojects(action);
            }
        }
    
        private boolean isIsolatedProjects() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 21:44:28 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. platforms/software/testing-base/src/main/java/org/gradle/api/tasks/testing/logging/TestLoggingContainer.java

         *
         * @return logging options for lifecycle level
         */
        TestLogging getLifecycle();
    
        /**
         * Sets logging options for lifecycle level.
         *
         * @param logging logging options for lifecycle level
         */
        void setLifecycle(TestLogging logging);
    
        /**
         * Configures logging options for lifecycle level.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/delegates/GradleDelegate.kt

            delegate.gradleVersion
    
        override fun getGradleUserHomeDir(): File =
            delegate.gradleUserHomeDir
    
        override fun getGradleHomeDir(): File? =
            delegate.gradleHomeDir
    
        override fun getLifecycle(): GradleLifecycle =
            delegate.lifecycle
    
        override fun getParent(): Gradle? =
            delegate.parent
    
        override fun getRootProject(): Project =
            delegate.rootProject
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 22:53:34 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/invocation/GradleLifecycleIntegrationTest.groovy

                            final Dsl dsl = target.getExtensions().create("dsl", Dsl.class);
                            target.getGradle().getLifecycle().beforeProject(project -> {
                                project.getTasks().register("test", TestTask.class, task -> {
                                    task.getTaskParameter().set(dsl.getParameter());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 16:52:09 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/CrossProjectConfigurationReportingGradle.kt

        }
    
        override fun getDefaultProject(): ProjectInternal = crossProjectModelAccess.access(referrerProject, delegate.defaultProject)
    
        override fun getGradle(): Gradle = this
    
        override fun getLifecycle(): GradleLifecycle =
            delegate.lifecycle
    
        override fun addListener(listener: Any) {
            delegate.addListener(maybeWrapListener(listener))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/invocation/Gradle.java

        /**
         * Gives access to the new Gradle build lifecycle callbacks.
         *
         * @since 8.8
         */
        @Incubating
        GradleLifecycle getLifecycle();
    
        /**
         * Adds a closure to be called immediately before a project is evaluated. The project is passed to the closure as a
         * parameter.
         *
         * @param closure The closure to execute.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 22:53:34 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/invocation/DefaultGradle.java

        }
    
        @Override
        public StartParameterInternal getStartParameter() {
            return (StartParameterInternal) startParameter;
        }
    
        @Override
        public GradleLifecycle getLifecycle() {
            if (lifecycle == null) {
                lifecycle = instantiateGradleLifecycle();
            }
            return lifecycle;
        }
    
        @Override
        public void resetState() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  9. pkg/registry/core/pod/strategy_test.go

    			if errs := Strategy.Validate(genericapirequest.NewContext(), newPod); len(errs) != 0 {
    				t.Errorf("Unexpected error: %v", errs.ToAggregate())
    			}
    
    			if diff := cmp.Diff(getLifecycle(newPod), getLifecycle(tc.wantPod)); diff != "" {
    				t.Fatalf("Unexpected modification to life cycle; diff (-got +want)\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestApplyAppArmorVersionSkew(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  10. okhttp-android/src/main/baseline-prof.txt

    HSPLandroidx/lifecycle/LifecycleCoroutineScopeImpl;->getCoroutineContext()Lkotlin/coroutines/CoroutineContext;
    HSPLandroidx/lifecycle/LifecycleCoroutineScopeImpl;->getLifecycle$lifecycle_runtime_ktx_release()Landroidx/lifecycle/Lifecycle;
    HSPLandroidx/lifecycle/LifecycleCoroutineScopeImpl;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top