Class CheckovResults
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovResults
The Class CheckovResults.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the failed checks.Gets the parsing errors.Gets the passed checks.Gets the skipped checks.inthashCode()Hash code.voidsetFailedChecks(List<CheckovPassedCheck> failedChecks) Sets the failed checks.voidsetParsingErrors(List<String> parsingErrors) Sets the parsing errors.voidsetPassedChecks(List<CheckovPassedCheck> passedChecks) Sets the passed checks.voidsetSkippedChecks(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.
-