Recipes |
Recipes.clone() |
|
Recipes |
CreateLayerRequest.getCustomRecipes() |
A LayerCustomRecipes object that specifies the layer custom
recipes.
|
Recipes |
Layer.getCustomRecipes() |
A LayerCustomRecipes object that specifies the layer's
custom recipes.
|
Recipes |
UpdateLayerRequest.getCustomRecipes() |
A LayerCustomRecipes object that specifies the layer's
custom recipes.
|
Recipes |
Layer.getDefaultRecipes() |
|
Recipes |
Recipes.withConfigure(String... configure) |
An array of custom recipe names to be run following a
configure event.
|
Recipes |
Recipes.withConfigure(Collection<String> configure) |
An array of custom recipe names to be run following a
configure event.
|
Recipes |
Recipes.withDeploy(String... deploy) |
An array of custom recipe names to be run following a deploy
event.
|
Recipes |
Recipes.withDeploy(Collection<String> deploy) |
An array of custom recipe names to be run following a deploy
event.
|
Recipes |
Recipes.withSetup(String... setup) |
An array of custom recipe names to be run following a setup
event.
|
Recipes |
Recipes.withSetup(Collection<String> setup) |
An array of custom recipe names to be run following a setup
event.
|
Recipes |
Recipes.withShutdown(String... shutdown) |
An array of custom recipe names to be run following a
shutdown event.
|
Recipes |
Recipes.withShutdown(Collection<String> shutdown) |
An array of custom recipe names to be run following a
shutdown event.
|
Recipes |
Recipes.withUndeploy(String... undeploy) |
An array of custom recipe names to be run following a
undeploy event.
|
Recipes |
Recipes.withUndeploy(Collection<String> undeploy) |
An array of custom recipe names to be run following a
undeploy event.
|