@Internal public static final class IPipeline.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IPipeline.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIPipeline.Jsii$Default, IPipeline.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ResourceEnvironment |
getEnv()
(experimental) The environment this resource belongs to.
|
software.constructs.Node |
getNode()
The tree node.
|
String |
getPipelineArn()
(experimental) The ARN of the Pipeline.
|
String |
getPipelineName()
(experimental) The name of the Pipeline.
|
Stack |
getStack()
(experimental) The stack in which this resource is defined.
|
Rule |
onEvent(String id)
(experimental) Define an event rule triggered by this CodePipeline.
|
Rule |
onEvent(String id,
OnEventOptions options)
(experimental) Define an event rule triggered by this CodePipeline.
|
Rule |
onStateChange(String id)
(experimental) Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
Rule |
onStateChange(String id,
OnEventOptions options)
(experimental) Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final software.constructs.Node getNode()
getNode in interface IResource.Jsii$DefaultgetNode in interface IPipeline.Jsii$DefaultgetNode in interface software.constructs.IConstructgetNode in interface software.constructs.IConstruct.Jsii$Default@Stability(value=Experimental) @NotNull public final ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv in interface IResourcegetEnv in interface IResource.Jsii$DefaultgetEnv in interface IPipeline.Jsii$Default@Stability(value=Experimental) @NotNull public final Stack getStack()
getStack in interface IResourcegetStack in interface IResource.Jsii$DefaultgetStack in interface IPipeline.Jsii$Default@Stability(value=Experimental) @NotNull public final String getPipelineArn()
getPipelineArn in interface IPipelinegetPipelineArn in interface IPipeline.Jsii$Default@Stability(value=Experimental) @NotNull public final String getPipelineName()
getPipelineName in interface IPipelinegetPipelineName in interface IPipeline.Jsii$Default@Stability(value=Experimental) @NotNull public final Rule onEvent(@NotNull String id, @Nullable OnEventOptions options)
onEvent in interface IPipelineonEvent in interface IPipeline.Jsii$Defaultid - Identifier for this event handler. This parameter is required.options - Additional options to pass to the event rule.@Stability(value=Experimental) @NotNull public final Rule onEvent(@NotNull String id)
@Stability(value=Experimental) @NotNull public final Rule onStateChange(@NotNull String id, @Nullable OnEventOptions options)
onStateChange in interface IPipelineonStateChange in interface IPipeline.Jsii$Defaultid - Identifier for this event handler. This parameter is required.options - Additional options to pass to the event rule.@Stability(value=Experimental) @NotNull public final Rule onStateChange(@NotNull String id)
onStateChange in interface IPipelineid - Identifier for this event handler. This parameter is required.Copyright © 2021. All rights reserved.