| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static EnforcementLevel |
EnforcementLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnforcementLevel[] |
EnforcementLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHBranch.enableProtection(EnforcementLevel level,
java.util.Collection<java.lang.String> contexts)
Deprecated.
|
void |
GHBranch.enableProtection(EnforcementLevel level,
java.lang.String... contexts)
Deprecated.
|
Copyright © 2016. All Rights Reserved.