Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.SearchScope |
Constants.SearchScope.forValue(String value) |
static Constants.SearchScope |
Constants.SearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.SearchScope[] |
Constants.SearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<?> |
SearchApi.globalSearch(Constants.SearchScope scope,
String search)
Search globally across the GitLab instance.
|
Pager<?> |
SearchApi.globalSearch(Constants.SearchScope scope,
String search,
int itemsPerPage)
Search globally across the GitLab instance.
|
Stream<?> |
SearchApi.globalSearchStream(Constants.SearchScope scope,
String search)
Search globally across the GitLab instance.
|
Copyright © 2019. All rights reserved.