| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryTriggerExecutionFailure> |
TestRepositoryTriggersResponse.failedExecutions()
The list of triggers that were not tested.
|
| Modifier and Type | Method and Description |
|---|---|
TestRepositoryTriggersResponse.Builder |
TestRepositoryTriggersResponse.Builder.failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not tested.
|
| Modifier and Type | Method and Description |
|---|---|
TestRepositoryTriggersResponse.Builder |
TestRepositoryTriggersResponse.Builder.failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not tested.
|
Copyright © 2021. All rights reserved.