| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryEventTrigger |
RepositoryEventTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryEventTrigger[] |
RepositoryEventTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<RepositoryEventTrigger> |
RepositoryTriggerOptions.getEvents()
The repository events for which AWS CodeCommit sends information to the target, which you specified in the DestinationArn property.If you don't specify events, the trigger runs for all repository events.
|
List<RepositoryEventTrigger> |
RepositoryTriggerOptions.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryTriggerOptions.Builder |
RepositoryTriggerOptions.Builder.events(List<? extends RepositoryEventTrigger> events)
Sets the value of
RepositoryTriggerOptions.getEvents() |
Copyright © 2022. All rights reserved.