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