Uses of Class
com.amazonaws.services.codecommit.model.RepositoryTrigger
-
Packages that use RepositoryTrigger Package Description com.amazonaws.services.codecommit.model -
-
Uses of RepositoryTrigger in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryTrigger Modifier and Type Method Description RepositoryTrigger
RepositoryTrigger. clone()
RepositoryTrigger
RepositoryTrigger. withBranches(String... branches)
The branches that will be included in the trigger configuration.RepositoryTrigger
RepositoryTrigger. withBranches(Collection<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(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. 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. withName(String name)
The name of the trigger.Methods in com.amazonaws.services.codecommit.model that return types with arguments of type RepositoryTrigger Modifier and Type Method Description 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.List<RepositoryTrigger>
TestRepositoryTriggersRequest. getTriggers()
The list of triggers to test.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryTrigger Modifier and Type Method Description 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.TestRepositoryTriggersRequest
TestRepositoryTriggersRequest. withTriggers(RepositoryTrigger... triggers)
The list of triggers to test.Method parameters in com.amazonaws.services.codecommit.model with type arguments of type RepositoryTrigger Modifier and Type Method Description 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.void
TestRepositoryTriggersRequest. setTriggers(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.TestRepositoryTriggersRequest
TestRepositoryTriggersRequest. withTriggers(Collection<RepositoryTrigger> triggers)
The list of triggers to test.
-