Package | Description |
---|---|
com.atlassian.bitbucket.repository | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
RepositoryBranchesRequest |
RepositoryBranchesRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Page<Branch> |
RefService.getBranches(RepositoryBranchesRequest request,
PageRequest pageRequest)
Retrieves a paged list of
branches for the specified repository, optionally filtered by the
provided starting text. |
void |
RefService.streamBranches(RepositoryBranchesRequest request,
BranchCallback callback)
Streams
branches to a callback class, for the specified repository, and where the branches match
the request. |
Constructor and Description |
---|
Builder(RepositoryBranchesRequest request) |
Copyright © 2019 Atlassian. All rights reserved.