RepositoryTrigger.Builder |
RepositoryTrigger.Builder.branches(String... branches) |
The branches to be included in the trigger configuration.
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.branches(Collection<String> branches) |
The branches to be included in the trigger configuration.
|
static RepositoryTrigger.Builder |
RepositoryTrigger.builder() |
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.customData(String customData) |
Any custom data associated with the trigger to be included in the information sent to the target of the
trigger.
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.destinationArn(String destinationArn) |
The ARN of the resource that is the target for a trigger (for example, the ARN of a topic in Amazon SNS).
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.events(Collection<RepositoryTriggerEventEnum> events) |
The repository events that cause the trigger to run actions in another service, such as sending a
notification through Amazon SNS.
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.events(RepositoryTriggerEventEnum... events) |
The repository events that cause the trigger to run actions in another service, such as sending a
notification through Amazon SNS.
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.eventsWithStrings(String... events) |
The repository events that cause the trigger to run actions in another service, such as sending a
notification through Amazon SNS.
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.eventsWithStrings(Collection<String> events) |
The repository events that cause the trigger to run actions in another service, such as sending a
notification through Amazon SNS.
|
RepositoryTrigger.Builder |
RepositoryTrigger.Builder.name(String name) |
The name of the trigger.
|
RepositoryTrigger.Builder |
RepositoryTrigger.toBuilder() |
|