|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.akhikhl.gretty.Farm
class Farm
| Field Summary | |
|---|---|
protected java.lang.Object |
afterEvaluate
|
protected ServerConfig |
serverConfig
|
| Property Summary | |
|---|---|
java.lang.String |
integrationTestTask
|
java.util.Map |
webAppRefs
|
| Method Summary | |
|---|---|
void
|
afterEvaluate(groovy.lang.Closure closure)
|
void
|
webapp(java.util.Map options = [:], java.lang.Object w)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Field Detail |
|---|
protected java.lang.Object afterEvaluate
@Delegate protected ServerConfig serverConfig
| Property Detail |
|---|
java.lang.String integrationTestTask
java.util.Map webAppRefs
| Method Detail |
|---|
void afterEvaluate(groovy.lang.Closure closure)
void webapp(java.util.Map options = [:], java.lang.Object w)
Groovy Documentation