Interface AdditionalData


  • @Incubating
    @NonNullApi
    public interface AdditionalData
    Additional data attached to the problem.

    There are no subtypes defined for this interface yet. Clients should expect some defined in future versions of Gradle.

    The information returned by #getAsMap is considered dynamic information and subject to change between Gradle versions.

    Since:
    8.6
    • Method Detail

      • getAsMap

        java.util.Map<java.lang.String,​java.lang.Object> getAsMap()
        Returns additional data as a map.
        Since:
        8.6