public static interface GitTagFilterCriteria.Builder extends SdkPojo, CopyableBuilder<GitTagFilterCriteria.Builder,GitTagFilterCriteria>
| Modifier and Type | Method and Description |
|---|---|
GitTagFilterCriteria.Builder |
excludes(Collection<String> excludes)
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
|
GitTagFilterCriteria.Builder |
excludes(String... excludes)
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
|
GitTagFilterCriteria.Builder |
includes(Collection<String> includes)
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
|
GitTagFilterCriteria.Builder |
includes(String... includes)
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGitTagFilterCriteria.Builder includes(Collection<String> includes)
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
includes - The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the
pipeline.GitTagFilterCriteria.Builder includes(String... includes)
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
includes - The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the
pipeline.GitTagFilterCriteria.Builder excludes(Collection<String> excludes)
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
excludes - The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.GitTagFilterCriteria.Builder excludes(String... excludes)
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
excludes - The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.Copyright © 2023. All rights reserved.