| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit 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
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 |
Project.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
IProject.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build fails.
|
default INotificationRule |
IProject.Jsii$Default.notifyOnBuildFailed(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build fails.
|
INotificationRule |
Project.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
IProject.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build completes successfully.
|
INotificationRule |
IProject.Jsii$Proxy.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build completes successfully.
|
default INotificationRule |
IProject.Jsii$Default.notifyOnBuildSucceeded(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar notification rule which triggers when a build completes successfully.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryNotifyOnOptions
Additional options to pass to the notification rule.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryNotifyOnOptions.Jsii$Proxy
An implementation for
RepositoryNotifyOnOptions |
| Modifier and Type | Method and Description |
|---|---|
INotificationRule |
Repository.notifiyOnPullRequestMerged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is merged.
|
INotificationRule |
IRepository.notifyOnApprovalRuleOverridden(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval rule is overridden.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnApprovalRuleOverridden(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval rule is overridden.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnApprovalRuleOverridden(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval rule is overridden.
|
INotificationRule |
Repository.notifyOnApprovalRuleOverridden(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval rule is overridden.
|
INotificationRule |
IRepository.notifyOnApprovalStatusChanged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval status is changed.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnApprovalStatusChanged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval status is changed.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnApprovalStatusChanged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval status is changed.
|
INotificationRule |
Repository.notifyOnApprovalStatusChanged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when an approval status is changed.
|
INotificationRule |
IRepository.notifyOnBranchOrTagCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a new branch or tag is created.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnBranchOrTagCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a new branch or tag is created.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnBranchOrTagCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a new branch or tag is created.
|
INotificationRule |
Repository.notifyOnBranchOrTagCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a new branch or tag is created.
|
INotificationRule |
IRepository.notifyOnBranchOrTagDeleted(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a branch or tag is deleted.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnBranchOrTagDeleted(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a branch or tag is deleted.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnBranchOrTagDeleted(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a branch or tag is deleted.
|
INotificationRule |
Repository.notifyOnBranchOrTagDeleted(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a branch or tag is deleted.
|
INotificationRule |
IRepository.notifyOnPullRequestComment(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a comment is made on a pull request.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnPullRequestComment(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a comment is made on a pull request.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnPullRequestComment(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a comment is made on a pull request.
|
INotificationRule |
Repository.notifyOnPullRequestComment(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a comment is made on a pull request.
|
INotificationRule |
IRepository.notifyOnPullRequestCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is created.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnPullRequestCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is created.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnPullRequestCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is created.
|
INotificationRule |
Repository.notifyOnPullRequestCreated(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is created.
|
INotificationRule |
IRepository.notifyOnPullRequestMerged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is merged.
|
INotificationRule |
IRepository.Jsii$Proxy.notifyOnPullRequestMerged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is merged.
|
default INotificationRule |
IRepository.Jsii$Default.notifyOnPullRequestMerged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is merged.
|
INotificationRule |
Repository.notifyOnPullRequestMerged(String id,
INotificationRuleTarget target,
NotificationRuleOptions options)
Defines a CodeStar Notification rule which triggers when a pull request is merged.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PipelineNotifyOnOptions
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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 © 2022. All rights reserved.