Package | Description |
---|---|
com.atlassian.bitbucket.repository |
Modifier and Type | Method and Description |
---|---|
RepositoryForkRequest.Builder |
RepositoryForkRequest.Builder.defaultBranch(String value)
Sets the default branch name to be applied to the new fork.
|
RepositoryForkRequest.Builder |
RepositoryForkRequest.Builder.name(String value)
Sets the name to be used for the request.
|
RepositoryForkRequest.Builder |
RepositoryForkRequest.Builder.parent(Repository value)
Sets the repository to be forked, which will be the
origin of the fork. |
RepositoryForkRequest.Builder |
RepositoryForkRequest.Builder.project(Project value)
Sets the project to which the
parent will be forked. |
protected RepositoryForkRequest.Builder |
RepositoryForkRequest.Builder.self() |
Copyright © 2022 Atlassian. All rights reserved.