@CompileStatic class EnvironmentBlockEvaluator extends Object
Type Params | Return Type | Name and description |
---|---|---|
|
void |
development(Closure<?> c) |
|
void |
environments(Closure<?> c) |
|
Object |
execute() |
|
Closure<?> |
getCallable() |
|
Object |
methodMissing(String name, Object args) |
|
void |
production(Closure<?> c) |
|
void |
test(Closure<?> c) |