| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectNotificationEvents |
ProjectNotificationEvents.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectNotificationEvents[] |
ProjectNotificationEvents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectNotificationEvents> |
ProjectNotifyOnOptions.getEvents()
A list of event types associated with this notification rule for CodeBuild Project.
|
List<ProjectNotificationEvents> |
ProjectNotifyOnOptions.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
ProjectNotifyOnOptions.Builder |
ProjectNotifyOnOptions.Builder.events(List<? extends ProjectNotificationEvents> events)
Sets the value of
ProjectNotifyOnOptions.getEvents() |
Copyright © 2022. All rights reserved.