Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPropertyIntro (0.14 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageDisplayConfiguration.groovy

            section = documentationSection
            this
        }
    
        T documentationId(String id) {
            documentationId = id
            this
        }
    
        String getPropertyIntro() {
            "property"
        }
    
        private String getIntro() {
            if (!hasIntro) {
                return ''
            }
            String intro = typeName ? getTypeIntro() : getPropertyDescription()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 20 11:12:24 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top