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 Summary

    Modifier and Type
    Method
    Description
    Returns additional data as a map.
  • Method Details

    • getAsMap

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