Class ResultAdditionalAttributes
java.lang.Object
com.parasoft.findings.jenkins.internal.ResultAdditionalAttributes
Provides additional attributes associated with violation, which are not attached directly to violation itself.
- 
Constructor SummaryConstructorsConstructorDescriptionResultAdditionalAttributes(com.parasoft.findings.utils.results.violations.IRuleViolation violation) 
- 
Method SummaryModifier and TypeMethodDescriptionintboolean
- 
Constructor Details- 
ResultAdditionalAttributespublic ResultAdditionalAttributes(com.parasoft.findings.utils.results.violations.IRuleViolation violation) - Parameters:
- violation- for which to read extra attributes
 
 
- 
- 
Method Details- 
isSuppressedpublic boolean isSuppressed()- Returns:
- true if violation is suppressed and should not be visible
 
- 
getSeveritypublic int getSeverity()- Returns:
- violation severity
 
- 
getRuleTitle- Returns:
- title of violated rule
 
- 
getRuleCategory- Returns:
- category of violated rule
 
- 
getAuthor- Returns:
- assigned author
 
- 
getRevision- Returns:
- file revision for which this violation has been reported
 
 
-