@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.831Z") @Stability(value=Experimental) public interface Bundle extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Bundle.Builder
A builder for
Bundle |
static class |
Bundle.Jsii$Proxy
An implementation for
Bundle |
| Modifier and Type | Method and Description |
|---|---|
static Bundle.Builder |
builder() |
Task |
getBundleTask()
(experimental) The task that produces this bundle.
|
String |
getOutfile()
(experimental) Location of the output file (relative to project root).
|
default Task |
getWatchTask()
(experimental) The "watch" task for this bundle.
|
@Stability(value=Experimental) @NotNull Task getBundleTask()
@Stability(value=Experimental) @NotNull String getOutfile()
@Stability(value=Experimental) @Nullable default Task getWatchTask()
@Stability(value=Experimental) static Bundle.Builder builder()
Bundle.Builder of BundleCopyright © 2021. All rights reserved.