Uses of Class
software.amazon.awssdk.services.codecommit.model.RepositoryTriggerExecutionFailure
-
Packages that use RepositoryTriggerExecutionFailure Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of RepositoryTriggerExecutionFailure in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type RepositoryTriggerExecutionFailure Modifier and Type Method Description List<RepositoryTriggerExecutionFailure>TestRepositoryTriggersResponse. failedExecutions()The list of triggers that were not tested.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type RepositoryTriggerExecutionFailure Modifier and Type Method Description TestRepositoryTriggersResponse.BuilderTestRepositoryTriggersResponse.Builder. failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)The list of triggers that were not tested.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type RepositoryTriggerExecutionFailure Modifier and Type Method Description TestRepositoryTriggersResponse.BuilderTestRepositoryTriggersResponse.Builder. failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)The list of triggers that were not tested.
-