Package | Description |
---|---|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
RepositoryTrigger |
RepositoryTrigger.clone() |
RepositoryTrigger |
RepositoryTrigger.withBranches(Collection<String> branches)
The branches that will be included in the trigger configuration.
|
RepositoryTrigger |
RepositoryTrigger.withBranches(String... branches)
The branches that will be included in the trigger configuration.
|
RepositoryTrigger |
RepositoryTrigger.withCustomData(String customData)
Any custom data associated with the trigger that will be included in the
information sent to the target of the trigger.
|
RepositoryTrigger |
RepositoryTrigger.withDestinationArn(String destinationArn)
The ARN of the resource that is the target for a trigger.
|
RepositoryTrigger |
RepositoryTrigger.withEvents(Collection<String> events)
The repository events that will cause the trigger to run actions in
another service, such as sending a notification through Amazon Simple
Notification Service (SNS).
|
RepositoryTrigger |
RepositoryTrigger.withEvents(RepositoryTriggerEventEnum... events)
The repository events that will cause the trigger to run actions in
another service, such as sending a notification through Amazon Simple
Notification Service (SNS).
|
RepositoryTrigger |
RepositoryTrigger.withEvents(String... events)
The repository events that will cause the trigger to run actions in
another service, such as sending a notification through Amazon Simple
Notification Service (SNS).
|
RepositoryTrigger |
RepositoryTrigger.withName(String name)
The name of the trigger.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryTrigger> |
TestRepositoryTriggersRequest.getTriggers()
The list of triggers to test.
|
List<RepositoryTrigger> |
GetRepositoryTriggersResult.getTriggers()
The JSON block of configuration information for each trigger.
|
List<RepositoryTrigger> |
PutRepositoryTriggersRequest.getTriggers()
The JSON block of configuration information for each trigger.
|
Modifier and Type | Method and Description |
---|---|
TestRepositoryTriggersRequest |
TestRepositoryTriggersRequest.withTriggers(RepositoryTrigger... triggers)
The list of triggers to test.
|
GetRepositoryTriggersResult |
GetRepositoryTriggersResult.withTriggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
|
PutRepositoryTriggersRequest |
PutRepositoryTriggersRequest.withTriggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
TestRepositoryTriggersRequest.setTriggers(Collection<RepositoryTrigger> triggers)
The list of triggers to test.
|
void |
GetRepositoryTriggersResult.setTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
void |
PutRepositoryTriggersRequest.setTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
TestRepositoryTriggersRequest |
TestRepositoryTriggersRequest.withTriggers(Collection<RepositoryTrigger> triggers)
The list of triggers to test.
|
GetRepositoryTriggersResult |
GetRepositoryTriggersResult.withTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
PutRepositoryTriggersRequest |
PutRepositoryTriggersRequest.withTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
Copyright © 2018. All rights reserved.