@CompileStatic enum EnforcerLevel extends Enum
| Modifiers | Name | Description |
|---|---|---|
static EnforcerLevel |
MAX_VALUE |
|
static EnforcerLevel |
MIN_VALUE |
| Type Params | Return Type | Name and description |
|---|---|---|
|
EnforcerLevel |
next() |
|
EnforcerLevel |
previous() |
|
static EnforcerLevel |
valueOf(String name) |
|
static final EnforcerLevel[] |
values() |
Fail the build when a rule triggers.
Do not fail the build when a rule triggers.
Groovy Documentation