@CompileStatic class EnvironmentBlockEvaluator extends GroovyObjectSupport
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
development(Closure<?> c) |
|
void |
environments(Closure<?> c) |
|
java.lang.Object |
execute() |
|
Closure<?> |
getCallable() |
|
java.lang.Object |
methodMissing(java.lang.String name, java.lang.Object args) |
|
void |
production(Closure<?> c) |
|
void |
test(Closure<?> c) |
| Methods inherited from class | Name |
|---|---|
class GroovyObjectSupport |
equals, getClass, getMetaClass, getProperty, hashCode, invokeMethod, notify, notifyAll, setMetaClass, setProperty, toString, wait, wait, wait |