Uses of Class
org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
Packages that use Constants.ProjectSearchScope
-
Uses of Constants.ProjectSearchScope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type Constants.ProjectSearchScopeModifier and TypeMethodDescription<T> List<T> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope<T> scope, String search) Search within the specified project.<T> Pager<T> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope<T> scope, String search, int itemsPerPage) Search within the specified project.<T> List<T> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope<T> scope, String search, String ref) Search within the specified project.<T> Pager<T> SearchApi.projectSearch(Object projectIdOrPath, Constants.ProjectSearchScope<T> scope, String search, String ref, int itemsPerPage) Search within the specified project.<T> Stream<T> SearchApi.projectSearchStream(Object projectIdOrPath, Constants.ProjectSearchScope<T> scope, String search) Search within the specified project.<T> Stream<T> SearchApi.projectSearchStream(Object projectIdOrPath, Constants.ProjectSearchScope<T> scope, String search, String ref) Search within the specified project. -
Uses of Constants.ProjectSearchScope in org.miaixz.bus.gitlab.models
Fields in org.miaixz.bus.gitlab.models declared as Constants.ProjectSearchScopeModifier and TypeFieldDescriptionstatic final Constants.ProjectSearchScope<SearchBlob> Constants.ProjectSearchScope.BLOBSstatic final Constants.ProjectSearchScope<Commit> Constants.ProjectSearchScope.COMMITSstatic final Constants.ProjectSearchScope<Issue> Constants.ProjectSearchScope.ISSUESstatic final Constants.ProjectSearchScope<MergeRequest> Constants.ProjectSearchScope.MERGE_REQUESTSstatic final Constants.ProjectSearchScope<Milestone> Constants.ProjectSearchScope.MILESTONESstatic final Constants.ProjectSearchScope<Note> Constants.ProjectSearchScope.NOTESstatic final Constants.ProjectSearchScope<User> Constants.ProjectSearchScope.USERSstatic final Constants.ProjectSearchScope<SearchBlob> Constants.ProjectSearchScope.WIKI_BLOBSMethods in org.miaixz.bus.gitlab.models that return Constants.ProjectSearchScope