Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDeclarations (0.36 sec)

  1. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/tasks/GeneratePluginDescriptors.java

         */
        @Internal("Changes for the declarations are tracked via implementationClassById")
        public ListProperty<PluginDeclaration> getDeclarations() {
            return declarations;
        }
    
        /**
         * Returns all {@code (id, implementation class)} pairs from {@link #getDeclarations()}.
         * <p>
         * This map is the only input needed from the plugin declarations to create the plugin descriptors.
         */
        @Input
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top