Interface ProblemDefinition
Represents a problem definition.
- Since:
- 8.9
- 
Method SummaryModifier and TypeMethodDescriptionA link to the documentation for this problem.getId()The id of the problem.Problem severity.
- 
Method Details- 
getIdProblemId getId()The id of the problem.- Returns:
- the id.
- Since:
- 8.9
 
- 
getSeveritySeverity getSeverity()Problem severity.The severity of a problem is a hint to the user about how important the problem is. ERROR will fail the build, WARNING will not. - Since:
- 8.9
 
- 
getDocumentationLinkA link to the documentation for this problem.- Since:
- 8.9
 
 
-