Uses of Class
com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
Packages that use RepositoryTriggerExecutionFailure
-
Uses of RepositoryTriggerExecutionFailure in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryTriggerExecutionFailureModifier and TypeMethodDescriptionRepositoryTriggerExecutionFailure.clone()
RepositoryTriggerExecutionFailure.withFailureMessage
(String failureMessage) Additional message information about the trigger that did not run.RepositoryTriggerExecutionFailure.withTrigger
(String trigger) The name of the trigger that did not run.Methods in com.amazonaws.services.codecommit.model that return types with arguments of type RepositoryTriggerExecutionFailureModifier and TypeMethodDescriptionTestRepositoryTriggersResult.getFailedExecutions()
The list of triggers that were not able to be tested.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryTriggerExecutionFailureModifier and TypeMethodDescriptionTestRepositoryTriggersResult.withFailedExecutions
(RepositoryTriggerExecutionFailure... failedExecutions) The list of triggers that were not able to be tested.Method parameters in com.amazonaws.services.codecommit.model with type arguments of type RepositoryTriggerExecutionFailureModifier and TypeMethodDescriptionvoid
TestRepositoryTriggersResult.setFailedExecutions
(Collection<RepositoryTriggerExecutionFailure> failedExecutions) The list of triggers that were not able to be tested.TestRepositoryTriggersResult.withFailedExecutions
(Collection<RepositoryTriggerExecutionFailure> failedExecutions) The list of triggers that were not able to be tested.