Package com.oracle.bmc.devops.model
Class GithubFilterAttributes.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.GithubFilterAttributes.Builder
-
- Enclosing class:
- GithubFilterAttributes
public static class GithubFilterAttributes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GithubFilterAttributes.Builder
baseRef(String baseRef)
The target branch for pull requests; not applicable for push requests.GithubFilterAttributes
build()
GithubFilterAttributes.Builder
copy(GithubFilterAttributes model)
GithubFilterAttributes.Builder
fileFilter(FileFilter fileFilter)
GithubFilterAttributes.Builder
headRef(String headRef)
Branch for push event; source branch for pull requests.
-
-
-
Method Detail
-
headRef
public GithubFilterAttributes.Builder headRef(String headRef)
Branch for push event; source branch for pull requests.- Parameters:
headRef
- the value to set- Returns:
- this builder
-
baseRef
public GithubFilterAttributes.Builder baseRef(String baseRef)
The target branch for pull requests; not applicable for push requests.- Parameters:
baseRef
- the value to set- Returns:
- this builder
-
fileFilter
public GithubFilterAttributes.Builder fileFilter(FileFilter fileFilter)
-
build
public GithubFilterAttributes build()
-
copy
public GithubFilterAttributes.Builder copy(GithubFilterAttributes model)
-
-