Class CheckovResults
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovResults
The Class CheckovResults.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the failed checks.Gets the parsing errors.Gets the passed checks.Gets the skipped checks.int
hashCode()
Hash code.void
setFailedChecks
(List<CheckovPassedCheck> failedChecks) Sets the failed checks.void
setParsingErrors
(List<String> parsingErrors) Sets the parsing errors.void
setPassedChecks
(List<CheckovPassedCheck> passedChecks) Sets the passed checks.void
setSkippedChecks
(List<String> skippedChecks) Sets the skipped checks.toString()
To string.
-
Constructor Details
-
CheckovResults
public CheckovResults()
-
-
Method Details
-
getPassedChecks
Gets the passed checks.- Returns:
- the passed checks
-
setPassedChecks
Sets the passed checks.- Parameters:
passedChecks
- the new passed checks
-
getFailedChecks
Gets the failed checks.- Returns:
- the failed checks
-
setFailedChecks
Sets the failed checks.- Parameters:
failedChecks
- the new failed checks
-
getSkippedChecks
Gets the skipped checks.- Returns:
- the skipped checks
-
setSkippedChecks
Sets the skipped checks.- Parameters:
skippedChecks
- the new skipped checks
-
getParsingErrors
Gets the parsing errors.- Returns:
- the parsing errors
-
setParsingErrors
Sets the parsing errors.- Parameters:
parsingErrors
- the new parsing errors
-
toString
To string. -
equals
Equals. -
hashCode
public int hashCode()Hash code.
-