Uses of Class
com.atlassian.bitbucket.project.ProjectSearchRequest
Packages that use ProjectSearchRequest
-
Uses of ProjectSearchRequest in com.atlassian.bitbucket.project
Methods in com.atlassian.bitbucket.project that return ProjectSearchRequestModifier and TypeMethodDescriptionProjectSearchRequest.Builder.build()Assembles a newProjectSearchRequestfrom the provided values.Methods in com.atlassian.bitbucket.project with parameters of type ProjectSearchRequestModifier and TypeMethodDescriptionProjectService.search(ProjectSearchRequest searchRequest, PageRequest pageRequest) Constructors in com.atlassian.bitbucket.project with parameters of type ProjectSearchRequestModifierConstructorDescriptionBuilder(ProjectSearchRequest request) Constructs a newBuilderwhich will copy initial values from the providedrequest.