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