public static interface GitConfiguration.Builder extends SdkPojo, CopyableBuilder<GitConfiguration.Builder,GitConfiguration>
| Modifier and Type | Method and Description |
|---|---|
GitConfiguration.Builder |
push(Collection<GitPushFilter> push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified
with details.
|
GitConfiguration.Builder |
push(Consumer<GitPushFilter.Builder>... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified
with details.
|
GitConfiguration.Builder |
push(GitPushFilter... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified
with details.
|
GitConfiguration.Builder |
sourceActionName(String sourceActionName)
The name of the pipeline source action where the trigger configuration, such as Git tags, is specified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGitConfiguration.Builder sourceActionName(String sourceActionName)
The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.
You can only specify one trigger configuration per source action.
sourceActionName - The name of the pipeline source action where the trigger configuration, such as Git tags, is
specified. The trigger configuration will start the pipeline upon the specified change only.
You can only specify one trigger configuration per source action.
GitConfiguration.Builder push(Collection<GitPushFilter> push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
Git tags is the only supported event type.
push - The field where the repository event that will start the pipeline, such as pushing Git tags, is
specified with details. Git tags is the only supported event type.
GitConfiguration.Builder push(GitPushFilter... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
Git tags is the only supported event type.
push - The field where the repository event that will start the pipeline, such as pushing Git tags, is
specified with details. Git tags is the only supported event type.
GitConfiguration.Builder push(Consumer<GitPushFilter.Builder>... push)
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
Git tags is the only supported event type.
GitPushFilter.Builder avoiding the need to create
one manually via GitPushFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #push(List.
push - a consumer that will call methods on
GitPushFilter.Builder#push(java.util.Collection) Copyright © 2023. All rights reserved.