public static interface TestRepositoryTriggersResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<TestRepositoryTriggersResponse.Builder,TestRepositoryTriggersResponse>
Modifier and Type | Method and Description |
---|---|
TestRepositoryTriggersResponse.Builder |
failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResponse.Builder |
failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResponse.Builder |
successfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested.
|
TestRepositoryTriggersResponse.Builder |
successfulExecutions(String... successfulExecutions)
The list of triggers that were successfully tested.
|
build
copy
apply, build
TestRepositoryTriggersResponse.Builder successfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that
were successfully tested, separated by commas.TestRepositoryTriggersResponse.Builder successfulExecutions(String... successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that
were successfully tested, separated by commas.TestRepositoryTriggersResponse.Builder failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers
that could not be tested, separated by commas.TestRepositoryTriggersResponse.Builder failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers
that could not be tested, separated by commas.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.