public static class SyncRepositoryDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SyncRepositoryDetails |
build() |
SyncRepositoryDetails.Builder |
copy(SyncRepositoryDetails model) |
SyncRepositoryDetails.Builder |
destinationBranch(String destinationBranch)
The branch in the repository we want to be updated with changes from the upstream.
|
SyncRepositoryDetails.Builder |
sourceBranch(String sourceBranch)
The branch in the upstream repository we want to sync from.
|
public SyncRepositoryDetails.Builder sourceBranch(String sourceBranch)
The branch in the upstream repository we want to sync from.
sourceBranch
- the value to setpublic SyncRepositoryDetails.Builder destinationBranch(String destinationBranch)
The branch in the repository we want to be updated with changes from the upstream.
destinationBranch
- the value to setpublic SyncRepositoryDetails build()
public SyncRepositoryDetails.Builder copy(SyncRepositoryDetails model)
Copyright © 2016–2024. All rights reserved.