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 RepositoryTriggerRepositoryTrigger. clone()RepositoryTriggerRepositoryTrigger. withBranches(String... branches)The branches that will be included in the trigger configuration.RepositoryTriggerRepositoryTrigger. withBranches(Collection<String> branches)The branches that will be included in the trigger configuration.RepositoryTriggerRepositoryTrigger. withCustomData(String customData)Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.RepositoryTriggerRepositoryTrigger. withDestinationArn(String destinationArn)The ARN of the resource that is the target for a trigger.RepositoryTriggerRepositoryTrigger. 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).RepositoryTriggerRepositoryTrigger. 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).RepositoryTriggerRepositoryTrigger. 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).RepositoryTriggerRepositoryTrigger. 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 GetRepositoryTriggersResultGetRepositoryTriggersResult. withTriggers(RepositoryTrigger... triggers)The JSON block of configuration information for each trigger.PutRepositoryTriggersRequestPutRepositoryTriggersRequest. withTriggers(RepositoryTrigger... triggers)The JSON block of configuration information for each trigger.TestRepositoryTriggersRequestTestRepositoryTriggersRequest. 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 voidGetRepositoryTriggersResult. 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.GetRepositoryTriggersResultGetRepositoryTriggersResult. withTriggers(Collection<RepositoryTrigger> triggers)The JSON block of configuration information for each trigger.PutRepositoryTriggersRequestPutRepositoryTriggersRequest. withTriggers(Collection<RepositoryTrigger> triggers)The JSON block of configuration information for each trigger.TestRepositoryTriggersRequestTestRepositoryTriggersRequest. withTriggers(Collection<RepositoryTrigger> triggers)The list of triggers to test.
-