Uses of Enum
org.gitlab4j.api.Constants.ProjectSearchScope
Packages that use Constants.ProjectSearchScope
-
Uses of Constants.ProjectSearchScope in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.ProjectSearchScopeModifier and TypeMethodDescriptionstatic Constants.ProjectSearchScope
static Constants.ProjectSearchScope
Returns the enum constant of this type with the specified name.static Constants.ProjectSearchScope[]
Constants.ProjectSearchScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api with parameters of type Constants.ProjectSearchScopeModifier and TypeMethodDescriptionList<?>
SearchApi.projectSearch
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search) Search within the specified project.Pager<?>
SearchApi.projectSearch
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, int itemsPerPage) Search within the specified project.List<?>
SearchApi.projectSearch
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref) Search within the specified project.Pager<?>
SearchApi.projectSearch
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref, int itemsPerPage) Search within the specified project.Stream<?>
SearchApi.projectSearchStream
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search) Search within the specified project.Stream<?>
SearchApi.projectSearchStream
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref) Search within the specified project.