Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ExtensionSchema (0.1 sec)

  1. platforms/core-configuration/declarative-dsl-provider/src/test/kotlin/org/gradle/internal/declarativedsl/SettingsExtensionsSchemaTest.kt

                    val myExtensionMock = mock<MyExtension>()
                    val extensionsSchemaMock = mock<ExtensionsSchema> {
                        on { elements }.thenReturn(listOf<ExtensionSchema>(object : ExtensionSchema {
                            override fun getName(): String = "myExtension"
                            override fun getPublicType(): TypeOf<*> = TypeOf.typeOf(MyExtension::class.java)
                        }))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 09:57:06 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The `@DeferredConfigurable` annotation has been removed.
     * The method `isDeferredConfigurable()` was removed from `ExtensionSchema`.
     * `IdeaPlugin.performPostEvaluationActions()` and `EclipsePlugin.performPostEvaluationActions()` have been removed.
     * `The `BroadcastingCollectionEventRegister.getAddAction()` method has been removed with no replacement.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top