public abstract static class LayeredSpec.IntoLayersSpec extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
intoLayer(String layer) |
void |
intoLayer(String layer,
Action<LayeredSpec.IntoLayerSpec> action) |
void |
intoLayer(String layer,
groovy.lang.Closure<?> closure) |
public void intoLayer(String layer)
public void intoLayer(String layer, groovy.lang.Closure<?> closure)
public void intoLayer(String layer, Action<LayeredSpec.IntoLayerSpec> action)