| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codestarnotifications |
AWS CodeStarNotifications Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
INotificationRule |
IProject.notifyOn(String id,
INotificationRuleTarget target,
ProjectNotifyOnOptions options)
(experimental) Defines a CodeStar Notification rule triggered when the project events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOn(String id,
INotificationRuleTarget target,
ProjectNotifyOnOptions options)
(experimental) Defines a CodeStar Notification rule triggered when the project events emitted by you specified, it very similar to `onEvent` API.
|
default INotificationRule |
IProject.Jsii$Default.notifyOn(String id,
INotificationRuleTarget target,
ProjectNotifyOnOptions options)
(experimental) Defines a CodeStar Notification rule triggered when the project events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
Project.notifyOn(String id,
INotificationRuleTarget target,
ProjectNotifyOnOptions options)
(experimental) Defines a CodeStar Notification rule triggered when the project events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
IProject.notifyOnBuildFailed(String id,
INotificationRuleTarget target)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOnBuildFailed(String id,
INotificationRuleTarget target)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
Project.notifyOnBuildFailed(String id,
INotificationRuleTarget target)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
IProject.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
default INotificationRule |
IProject.Jsii$Default.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
Project.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
IProject.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
Project.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
IProject.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
default INotificationRule |
IProject.Jsii$Default.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
Project.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Defines a CodeStar notification rule which triggers when a build completes successfully.
|
| Modifier and Type | Method and Description |
|---|---|
INotificationRule |
IPipeline.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
(experimental) Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
(experimental) Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
default INotificationRule |
IPipeline.Jsii$Default.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
(experimental) Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
Pipeline.notifyOn(String id,
INotificationRuleTarget target,
PipelineNotifyOnOptions options)
(experimental) Defines a CodeStar notification rule triggered when the pipeline events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
IPipeline.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
default INotificationRule |
IPipeline.Jsii$Default.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnAnyActionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Action execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
default INotificationRule |
IPipeline.Jsii$Default.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnAnyManualApprovalStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Manual approval" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
default INotificationRule |
IPipeline.Jsii$Default.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnAnyStageStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Stage execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
INotificationRule |
IPipeline.Jsii$Proxy.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
default INotificationRule |
IPipeline.Jsii$Default.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
INotificationRule |
Pipeline.notifyOnExecutionStateChange(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
(experimental) Define an notification rule triggered by the set of the "Pipeline execution" events emitted from this pipeline.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INotificationRule.Jsii$Default
Internal default implementation for
INotificationRule. |
| Modifier and Type | Class and Description |
|---|---|
static class |
INotificationRule.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
NotificationRule
(experimental) A new notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
static INotificationRule |
NotificationRule.fromNotificationRuleArn(software.constructs.Construct scope,
String id,
String notificationRuleArn)
(experimental) Import an existing notification rule provided an ARN.
|
Copyright © 2021. All rights reserved.