Interface AdditionalData
- All Known Subinterfaces:
 CustomAdditionalData
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.
 
 For an example to provide CustomAdditionalData, see here.
- Since:
 - 8.6
 - See Also:
 
- 
Method Summary
 
- 
Method Details
- 
getAsMap
Returns additional data as a map.- Since:
 - 8.6
 
 
 -