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 RepositoryTriggerExecutionFailure
RepositoryTriggerExecutionFailure. clone()
RepositoryTriggerExecutionFailure
RepositoryTriggerExecutionFailure. withFailureMessage(String failureMessage)
Additional message information about the trigger that did not run.RepositoryTriggerExecutionFailure
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 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 TestRepositoryTriggersResult
TestRepositoryTriggersResult. 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 void
TestRepositoryTriggersResult. setFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.TestRepositoryTriggersResult
TestRepositoryTriggersResult. withFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
-