Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DeprecationMessageBuilder.java

            this.advice = advice;
        }
    
        void setDeprecationTimeline(DeprecationTimeline deprecationTimeline) {
            this.deprecationTimeline = deprecationTimeline;
        }
    
        void setDocumentation(DocLink documentation) {
            this.documentation = documentation;
        }
    
        void setProblemIdDisplayName(String problemIdDisplayName) {
            this.problemIdDisplayName = problemIdDisplayName;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/catalog/problems/VersionCatalogErrorMessages.groovy

                this.catalog = name
                this as T
            }
    
            T noIntro() {
                intro = ''
                this as T
            }
    
            String getDocumentation() {
                doc.getDocumentationRecommendationFor("information", "version_catalog_problems", section)
            }
    
            abstract String build()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 09 14:11:31 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top