Package software.amazon.awscdk.pipelines
Interface IStageHost.Jsii$Default
- All Superinterfaces:
IStageHost
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IStageHost.Jsii$Proxy
- Enclosing interface:
- IStageHost
Internal default implementation for
IStageHost
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.IStageHost
IStageHost.Jsii$Default, IStageHost.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
publishAsset
(AssetPublishingCommand command) Deprecated.default Artifact
stackOutputArtifact
(String stackArtifactId) Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
publishAsset
@Stability(Deprecated) @Deprecated default void publishAsset(@NotNull AssetPublishingCommand command) Deprecated.(deprecated) Make sure all the assets from the given manifest are published.- Specified by:
publishAsset
in interfaceIStageHost
- Parameters:
command
- This parameter is required.
-
stackOutputArtifact
@Stability(Deprecated) @Deprecated @Nullable default Artifact stackOutputArtifact(@NotNull String stackArtifactId) Deprecated.(deprecated) Return the Artifact the given stack has to emit its outputs into, if any.- Specified by:
stackOutputArtifact
in interfaceIStageHost
- Parameters:
stackArtifactId
- This parameter is required.
-