Class IPipeline.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.IPipeline.Jsii$Proxy
- All Implemented Interfaces:
IPipelineRef,IPipelineRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IPipeline,IPipeline.Jsii$Default,INotificationRuleSource,INotificationRuleSource.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IPipeline
@Internal
public static final class IPipeline.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IPipeline.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarnotifications.INotificationRuleSource
INotificationRuleSource.Jsii$Default, INotificationRuleSource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.IPipeline
IPipeline.Jsii$Default, IPipeline.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.codepipeline.IPipelineRef
IPipelineRef.Jsii$Default, IPipelineRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal INotificationRuleDefine an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.final INotificationRuleDefine an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.final INotificationRulenotifyOnAnyStageStateChange(String id, INotificationRuleTarget target) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.final INotificationRuleDefine an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.final RuleDefine an event rule triggered by this CodePipeline.final RuleonStateChange(String id) Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.codestarnotifications.INotificationRuleSource.Jsii$Default
bindAsNotificationRuleSourceMethods inherited from interface software.amazon.awscdk.services.codepipeline.IPipeline.Jsii$Default
getPipelineArn, getPipelineName, notifyOn, notifyOnAnyActionStateChange, notifyOnAnyManualApprovalStateChange, notifyOnAnyStageStateChange, notifyOnExecutionStateChange, onEvent, onStateChangeMethods inherited from interface software.amazon.awscdk.interfaces.codepipeline.IPipelineRef.Jsii$Default
getPipelineRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
notifyOnAnyActionStateChange
@Stability(Stable) @NotNull public final INotificationRule notifyOnAnyActionStateChange(@NotNull String id, @NotNull INotificationRuleTarget target) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.- Specified by:
notifyOnAnyActionStateChangein interfaceIPipeline- Specified by:
notifyOnAnyActionStateChangein interfaceIPipeline.Jsii$Default- Parameters:
id- Identifier for this notification handler. This parameter is required.target- The target to register for the CodeStar Notifications destination. This parameter is required.- See Also:
-
notifyOnAnyManualApprovalStateChange
@Stability(Stable) @NotNull public final INotificationRule notifyOnAnyManualApprovalStateChange(@NotNull String id, @NotNull INotificationRuleTarget target) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.- Specified by:
notifyOnAnyManualApprovalStateChangein interfaceIPipeline- Specified by:
notifyOnAnyManualApprovalStateChangein interfaceIPipeline.Jsii$Default- Parameters:
id- Identifier for this notification handler. This parameter is required.target- The target to register for the CodeStar Notifications destination. This parameter is required.- See Also:
-
notifyOnAnyStageStateChange
@Stability(Stable) @NotNull public final INotificationRule notifyOnAnyStageStateChange(@NotNull String id, @NotNull INotificationRuleTarget target) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.- Specified by:
notifyOnAnyStageStateChangein interfaceIPipeline- Specified by:
notifyOnAnyStageStateChangein interfaceIPipeline.Jsii$Default- Parameters:
id- Identifier for this notification handler. This parameter is required.target- The target to register for the CodeStar Notifications destination. This parameter is required.- See Also:
-
notifyOnExecutionStateChange
@Stability(Stable) @NotNull public final INotificationRule notifyOnExecutionStateChange(@NotNull String id, @NotNull INotificationRuleTarget target) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.- Specified by:
notifyOnExecutionStateChangein interfaceIPipeline- Specified by:
notifyOnExecutionStateChangein interfaceIPipeline.Jsii$Default- Parameters:
id- Identifier for this notification handler. This parameter is required.target- The target to register for the CodeStar Notifications destination. This parameter is required.- See Also:
-
onEvent
Define an event rule triggered by this CodePipeline.- Specified by:
onEventin interfaceIPipeline- Specified by:
onEventin interfaceIPipeline.Jsii$Default- Parameters:
id- Identifier for this event handler. This parameter is required.
-
onStateChange
Define an event rule triggered by the "CodePipeline Pipeline Execution State Change" event emitted from this pipeline.- Specified by:
onStateChangein interfaceIPipeline- Specified by:
onStateChangein interfaceIPipeline.Jsii$Default- Parameters:
id- Identifier for this event handler. This parameter is required.
-