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 ofbranchesfor the specified repository, optionally filtered by the provided starting text.voidRefService.streamBranches(RepositoryBranchesRequest request, BranchCallback callback) Streamsbranchesto 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