| 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 | Interface and Description |
|---|---|
interface |
ProjectNotifyOnOptions
(experimental) Additional options to pass to the notification rule.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectNotifyOnOptions.Jsii$Proxy
An implementation for
ProjectNotifyOnOptions |
| Modifier and Type | Method and Description |
|---|---|
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,
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 | Interface and Description |
|---|---|
interface |
PipelineNotifyOnOptions
(experimental) Additional options to pass to the notification rule.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineNotifyOnOptions.Jsii$Proxy
An implementation for
PipelineNotifyOnOptions |
| Modifier and Type | Method and Description |
|---|---|
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,
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,
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,
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 |
|---|---|
interface |
NotificationRuleProps
(experimental) Properties for a new notification rule.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationRuleOptions.Jsii$Proxy
An implementation for
NotificationRuleOptions |
static class |
NotificationRuleProps.Jsii$Proxy
An implementation for
NotificationRuleProps |
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleOptions |
NotificationRuleOptions.Builder.build()
Builds the configured instance.
|
Copyright © 2021. All rights reserved.