Uses of Class
org.sonar.iac.docker.checks.utils.command.PredicateContext.Status
-
Packages that use PredicateContext.Status Package Description org.sonar.iac.docker.checks.utils.command -
-
Uses of PredicateContext.Status in org.sonar.iac.docker.checks.utils.command
Methods in org.sonar.iac.docker.checks.utils.command that return PredicateContext.Status Modifier and Type Method Description PredicateContext.StatusPredicateContext. getStatus()static PredicateContext.StatusPredicateContext.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static PredicateContext.Status[]PredicateContext.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.iac.docker.checks.utils.command with parameters of type PredicateContext.Status Modifier and Type Method Description booleanPredicateContext. is(PredicateContext.Status... statusArray)voidPredicateContext. setStatus(PredicateContext.Status status)
-