| 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()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> branches,
String customData,
List<? extends RepositoryEventTrigger> events,
String name)
Constructor that initializes the object based on literal property values passed by the
RepositoryTriggerOptions.Builder. |
Copyright © 2021. All rights reserved.