Uses of Class
org.kohsuke.github.EnforcementLevel
-
Packages that use EnforcementLevel Package Description org.kohsuke.github -
-
Uses of EnforcementLevel in org.kohsuke.github
Methods in org.kohsuke.github that return EnforcementLevel Modifier and Type Method Description static EnforcementLevelEnforcementLevel. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EnforcementLevel[]EnforcementLevel. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type EnforcementLevel Modifier and Type Method Description voidGHBranch. enableProtection(EnforcementLevel level, Collection<String> contexts)Deprecated.
-