public static class BitbucketCloudFilterAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BitbucketCloudFilterAttributes.Builder |
baseRef(String baseRef)
The target branch for pull requests; not applicable for push requests.
|
BitbucketCloudFilterAttributes |
build() |
BitbucketCloudFilterAttributes.Builder |
copy(BitbucketCloudFilterAttributes model) |
BitbucketCloudFilterAttributes.Builder |
fileFilter(FileFilter fileFilter) |
BitbucketCloudFilterAttributes.Builder |
headRef(String headRef)
Branch for push event; source branch for pull requests.
|
public BitbucketCloudFilterAttributes.Builder headRef(String headRef)
Branch for push event; source branch for pull requests.
headRef
- the value to setpublic BitbucketCloudFilterAttributes.Builder baseRef(String baseRef)
The target branch for pull requests; not applicable for push requests.
baseRef
- the value to setpublic BitbucketCloudFilterAttributes.Builder fileFilter(FileFilter fileFilter)
public BitbucketCloudFilterAttributes build()
public BitbucketCloudFilterAttributes.Builder copy(BitbucketCloudFilterAttributes model)
Copyright © 2016–2023. All rights reserved.