@CompileStatic abstract class AbstractEnforcerRule extends Object implements EnforcerRule
Base class for implementing EnforcerRule
.
Type | Name and description |
---|---|
Property<Boolean> |
enabled |
Property<EnforcerLevel> |
enforcerLevel |
Constructor and description |
---|
AbstractEnforcerRule
(ObjectFactory objects) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
execute(EnforcerContext context) |
|
void |
setEnforcerLevel(String enforcerLevel) |
|
void |
validate(EnforcerContext context) |
Groovy Documentation