|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface BlueprintsProvider
| Method Summary | |
|---|---|
R
|
withBlueprints(Closure closure)
|
R
|
withBlueprints(String graphName, Closure closure)
|
R
|
withBlueprints(CallableWithArgs callable)
|
R
|
withBlueprints(String graphName, CallableWithArgs callable)
|
| Method Detail |
|---|
public R withBlueprints(Closure closure)
public R withBlueprints(String graphName, Closure closure)
public R withBlueprints(CallableWithArgs callable)
public R withBlueprints(String graphName, CallableWithArgs callable)
Groovy Documentation