Uses of Class
com.atlassian.bitbucket.repository.RepositorySearchRequest
Packages that use RepositorySearchRequest
-
Uses of RepositorySearchRequest in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return RepositorySearchRequestModifier and TypeMethodDescriptionRepositorySearchRequest.Builder.build()
Assembles a newRepositorySearchRequest
from the provided values.Methods in com.atlassian.bitbucket.repository with parameters of type RepositorySearchRequestModifier and TypeMethodDescriptionRepositoryService.search
(RepositorySearchRequest request, PageRequest pageRequest) Searches forrepositories
that match the providedrequest
.Constructors in com.atlassian.bitbucket.repository with parameters of type RepositorySearchRequestModifierConstructorDescriptionBuilder
(RepositorySearchRequest request) Constructs a newBuilder
which will copy initial values from the providedrequest
.