Uses of Class
com.atlassian.bitbucket.repository.RepositoryBranchesRequest
Packages that use RepositoryBranchesRequest
-
Uses of RepositoryBranchesRequest in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return RepositoryBranchesRequestMethods in com.atlassian.bitbucket.repository with parameters of type RepositoryBranchesRequestModifier and TypeMethodDescriptionRefService.getBranches
(RepositoryBranchesRequest request, PageRequest pageRequest) Retrieves a paged list ofbranches
for the specified repository, optionally filtered by the provided starting text.void
RefService.streamBranches
(RepositoryBranchesRequest request, BranchCallback callback) Streamsbranches
to a callback class, for the specified repository, and where the branches match the request. -
Uses of RepositoryBranchesRequest in com.atlassian.bitbucket.scm
Constructors in com.atlassian.bitbucket.scm with parameters of type RepositoryBranchesRequest