Interface CustomAdditionalData
- All Superinterfaces:
AdditionalData
Custom Additional data for a problem.
This class allows to access additional data via a custom type that was attached to a problem by using ProblemSpec.additionalData(Class, Action)
.
- Since:
- 8.13
-
Method Summary
Methods inherited from interface org.gradle.tooling.events.problems.AdditionalData
getAsMap
-
Method Details
-
get
Returns an instance of the given type that accesses the additional data.- Since:
- 8.13
-