public static interface TestRepositoryTriggersResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<TestRepositoryTriggersResponse.Builder,TestRepositoryTriggersResponse>
| Modifier and Type | Method and Description |
|---|---|
TestRepositoryTriggersResponse.Builder |
failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not tested.
|
TestRepositoryTriggersResponse.Builder |
failedExecutions(Consumer<RepositoryTriggerExecutionFailure.Builder>... failedExecutions)
The list of triggers that were not tested.
|
TestRepositoryTriggersResponse.Builder |
failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestRepositoryTriggersResponse.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 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 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 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 tested. This list provides the names of the triggers that could not
be tested, separated by commas.TestRepositoryTriggersResponse.Builder failedExecutions(Consumer<RepositoryTriggerExecutionFailure.Builder>... failedExecutions)
The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.
This is a convenience method that creates an instance of theRepositoryTriggerExecutionFailure.Builder avoiding
the need to create one manually via
RepositoryTriggerExecutionFailure.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #failedExecutions(List.
failedExecutions - a consumer that will call methods on
RepositoryTriggerExecutionFailure.Builder#failedExecutions(java.util.Collection) Copyright © 2023. All rights reserved.