Interface ProblemContext
Describes a problem event.
Provides all details provided for problem events. The events are generated via the Problems API.
- Since:
- 8.8
-
Method Summary
Modifier and TypeMethodDescriptionReturns additional locations, which can help to understand the problem further.@Nullable DetailsReturns the details string.@Nullable FailureReturns the failure associated with this problem.Returns the locations where the problem originated.Returns the list of solutions.
-
Method Details
-
getDetails
-
getOriginLocations
-
getContextualLocations
-
getSolutions
-
getFailure
@Nullable Failure getFailure()Returns the failure associated with this problem.
nullif run against a Gradle version prior to 8.7- Returns:
- the failure
- Since:
- 8.8
-