Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for modelElement (0.09 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskBridgingIntegrationTest.groovy

                        println "as container: $tasks"
                        assert tasks.getByName("tasks") != null
                    }
                    @Mutate
                    void applyMessages(@Path("tasks") ModelElement tasks) {
                        println "as model element: $tasks"
                        println "name: $tasks.name"
                    }
                }
    
                apply type: MyPlugin
            '''
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top