Uses of Record Class
com.thirtysevenaudits.auditor.Check
Packages that use Check
-
Uses of Check in com.thirtysevenaudits.auditor
Methods in com.thirtysevenaudits.auditor that return CheckMethods in com.thirtysevenaudits.auditor that return types with arguments of type CheckModifier and TypeMethodDescriptionResponse.checks()Returns the value of thechecksrecord component.Methods in com.thirtysevenaudits.auditor with parameters of type CheckMethod parameters in com.thirtysevenaudits.auditor with type arguments of type CheckModifier and TypeMethodDescriptionstatic longCheck.countStatus(Collection<Check> checks, CheckStatus status) Constructor parameters in com.thirtysevenaudits.auditor with type arguments of type CheckModifierConstructorDescriptionResponse(double version, Auditor auditor, CheckStatus status, Instant date, String message, UUID groupId, List<Check> checks) Creates an instance of aResponserecord class.Response(Auditor auditor, CheckStatus status, Instant date, String message, UUID groupId, List<Check> checks) -
Uses of Check in com.thirtysevenaudits.auditor.aws
Methods in com.thirtysevenaudits.auditor.aws with parameters of type CheckModifier and TypeMethodDescriptionMethod parameters in com.thirtysevenaudits.auditor.aws with type arguments of type CheckModifier and TypeMethodDescriptionprotected CheckStatusAbstractLambdaAuditor.determineOverallStatus(List<Check> issues) Determines overall status based on collected issues.