Uses of Class
com.amazonaws.services.codecommit.model.RepositoryTrigger
Packages that use RepositoryTrigger
-
Uses of RepositoryTrigger in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryTriggerModifier and TypeMethodDescriptionRepositoryTrigger.clone()RepositoryTrigger.withBranches(String... branches) The branches that will be included in the trigger configuration.RepositoryTrigger.withBranches(Collection<String> branches) The branches that will be included in the trigger configuration.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.withDestinationArn(String destinationArn) The ARN of the resource that is the target for a trigger.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.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.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).The name of the trigger.Methods in com.amazonaws.services.codecommit.model that return types with arguments of type RepositoryTriggerModifier and TypeMethodDescriptionGetRepositoryTriggersResult.getTriggers()The JSON block of configuration information for each trigger.PutRepositoryTriggersRequest.getTriggers()The JSON block of configuration information for each trigger.TestRepositoryTriggersRequest.getTriggers()The list of triggers to test.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryTriggerModifier and TypeMethodDescriptionGetRepositoryTriggersResult.withTriggers(RepositoryTrigger... triggers) The JSON block of configuration information for each trigger.PutRepositoryTriggersRequest.withTriggers(RepositoryTrigger... triggers) The JSON block of configuration information for each trigger.TestRepositoryTriggersRequest.withTriggers(RepositoryTrigger... triggers) The list of triggers to test.Method parameters in com.amazonaws.services.codecommit.model with type arguments of type RepositoryTriggerModifier and TypeMethodDescriptionvoidGetRepositoryTriggersResult.setTriggers(Collection<RepositoryTrigger> triggers) The JSON block of configuration information for each trigger.voidPutRepositoryTriggersRequest.setTriggers(Collection<RepositoryTrigger> triggers) The JSON block of configuration information for each trigger.voidTestRepositoryTriggersRequest.setTriggers(Collection<RepositoryTrigger> triggers) The list of triggers to test.GetRepositoryTriggersResult.withTriggers(Collection<RepositoryTrigger> triggers) The JSON block of configuration information for each trigger.PutRepositoryTriggersRequest.withTriggers(Collection<RepositoryTrigger> triggers) The JSON block of configuration information for each trigger.TestRepositoryTriggersRequest.withTriggers(Collection<RepositoryTrigger> triggers) The list of triggers to test.