Uses of Class
com.amazonaws.services.codecommit.model.RepositoryTriggerExecutionFailure
-
Packages that use RepositoryTriggerExecutionFailure Package Description com.amazonaws.services.codecommit.model -
-
Uses of RepositoryTriggerExecutionFailure in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryTriggerExecutionFailure Modifier and Type Method Description RepositoryTriggerExecutionFailureRepositoryTriggerExecutionFailure. clone()RepositoryTriggerExecutionFailureRepositoryTriggerExecutionFailure. withFailureMessage(String failureMessage)Additional message information about the trigger that did not run.RepositoryTriggerExecutionFailureRepositoryTriggerExecutionFailure. 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 RepositoryTriggerExecutionFailure Modifier and Type Method Description List<RepositoryTriggerExecutionFailure>TestRepositoryTriggersResult. getFailedExecutions()The list of triggers that were not able to be tested.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryTriggerExecutionFailure Modifier and Type Method Description TestRepositoryTriggersResultTestRepositoryTriggersResult. 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 RepositoryTriggerExecutionFailure Modifier and Type Method Description voidTestRepositoryTriggersResult. setFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)The list of triggers that were not able to be tested.TestRepositoryTriggersResultTestRepositoryTriggersResult. withFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)The list of triggers that were not able to be tested.
-