Uses of Enum Class
com.thirtysevenaudits.auditor.CheckStatus
Packages that use CheckStatus
-
Uses of CheckStatus in com.thirtysevenaudits.auditor
Subclasses with type arguments of type CheckStatus in com.thirtysevenaudits.auditorMethods in com.thirtysevenaudits.auditor that return CheckStatusModifier and TypeMethodDescriptionCheck.status()Returns the value of thestatusrecord component.Response.status()Returns the value of thestatusrecord component.static CheckStatusReturns the enum constant of this class with the specified name.static CheckStatus[]CheckStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.thirtysevenaudits.auditor with parameters of type CheckStatusModifier and TypeMethodDescriptionstatic longCheck.countStatus(Collection<Check> checks, CheckStatus status) Constructors in com.thirtysevenaudits.auditor with parameters of type CheckStatusModifierConstructorDescriptionCheck(CheckStatus status, String resource, String message, String recommendation, int score, Map<String, Object> data) Creates an instance of aCheckrecord class.Response(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 CheckStatus in com.thirtysevenaudits.auditor.aws
Methods in com.thirtysevenaudits.auditor.aws that return CheckStatusModifier and TypeMethodDescriptionprotected CheckStatusAbstractLambdaAuditor.determineOverallStatus(List<Check> issues) Determines overall status based on collected issues.