Uses of Class
io.jenkins.DockerRiskSeverity
-
Packages that use DockerRiskSeverity Package Description io.jenkins -
-
Uses of DockerRiskSeverity in io.jenkins
Methods in io.jenkins that return DockerRiskSeverity Modifier and Type Method Description static DockerRiskSeverity
DockerRiskSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static DockerRiskSeverity[]
DockerRiskSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-