@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.825Z") @Stability(value=Experimental) public interface PluginOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PluginOptions.Builder
A builder for
PluginOptions |
static class |
PluginOptions.Jsii$Proxy
An implementation for
PluginOptions |
| Modifier and Type | Method and Description |
|---|---|
static PluginOptions.Builder |
builder() |
default Map<String,Object> |
getConfiguration()
(experimental) Plugin key/value configuration.
|
default List<String> |
getDependencies()
(experimental) You could configure the dependencies for the plugin.
|
default List<PluginExecution> |
getExecutions()
(experimental) Plugin executions.
|
@Stability(value=Experimental) @Nullable default Map<String,Object> getConfiguration()
Default: {}
@Stability(value=Experimental) @Nullable default List<String> getDependencies()
Dependencies are in <groupId>/<artifactId>@<semver> format.
Default: []
@Stability(value=Experimental) @Nullable default List<PluginExecution> getExecutions()
Default: []
@Stability(value=Experimental) static PluginOptions.Builder builder()
PluginOptions.Builder of PluginOptionsCopyright © 2021. All rights reserved.