ProblemEvent
, ProgressEvent
@Incubating public interface SingleProblemEvent extends ProblemEvent
Modifier and Type | Method | Description |
---|---|---|
ProblemCategory |
getCategory() |
Returns the problem category.
|
Details |
getDetails() |
Returns the details string.
|
DocumentationLink |
getDocumentationLink() |
Returns the link to the documentation
|
FailureContainer |
getFailure() |
Returns the failure associated with this problem.
|
Label |
getLabel() |
Returns the problem label.
|
java.util.List<Location> |
getLocations() |
Returns the locations associated with this problem.
|
Severity |
getSeverity() |
Returns the problem severity.
|
java.util.List<Solution> |
getSolutions() |
Returns the list of solutions.
|
getDescriptor, getDisplayName, getEventTime
ProblemCategory getCategory()
Label getLabel()
Details getDetails()
Severity getSeverity()
java.util.List<Location> getLocations()
DocumentationLink getDocumentationLink()
java.util.List<Solution> getSolutions()
@Nullable FailureContainer getFailure()
null
if run against a Gradle version prior to 8.8