| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectNotifyOnOptions.Jsii$Proxy
An implementation for
ProjectNotifyOnOptions |
| Modifier and Type | Method and Description |
|---|---|
ProjectNotifyOnOptions |
ProjectNotifyOnOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
INotificationRule |
Project.notifyOn(String id,
INotificationRuleTarget target,
ProjectNotifyOnOptions options)
Defines a CodeStar Notification rule triggered when the project events emitted by you specified, it very similar to `onEvent` API.
|
INotificationRule |
IProject.notifyOn(String id,
INotificationRuleTarget target,
ProjectNotifyOnOptions options)
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)
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)
Defines a CodeStar Notification rule triggered when the project events emitted by you specified, it very similar to `onEvent` API.
|
Copyright © 2022. All rights reserved.