Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for onFinish (0.15 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildServiceIntegrationTest.groovy

                        }
    
                        @Override
                        public void onFinish($FinishEvent.name event) {
                            if (event instanceof $TaskFinishEvent.name) {
                                probe(
                                    "onFinish",
                                    (($TaskFinishEvent.name) event).getDescriptor().getTaskPath()
                                );
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 11:47:23 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintCheckerTest.kt

            override val isolate: ReadIsolate
                get() = undefined()
    
            override val classLoader: ClassLoader
                get() = undefined()
    
            override fun onFinish(action: () -> Unit) =
                undefined()
    
            override fun <T : Any> getSingletonProperty(propertyType: Class<T>): T =
                undefined()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top