Class DeprecationNotice_1_1

    • Field Detail

      • documentationUrl

        @Nullable("for < Gradle 6.2 and when the deprecation notice does not include a documentation URL")
        public final @Nullable("for < Gradle 6.2 and when the deprecation notice does not include a documentation URL") String documentationUrl
        Link to documentation, describing how to migrate from this deprecated usage.
    • Constructor Detail

      • DeprecationNotice_1_1

        public DeprecationNotice_1_1​(long id,
                                     String message,
                                     String removalDetails,
                                     String type,
                                     @Nullable
                                     @Nullable String advice,
                                     @Nullable
                                     @Nullable String documentationUrl)