Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.GroupSearchScope |
Constants.GroupSearchScope.forValue(String value) |
static Constants.GroupSearchScope |
Constants.GroupSearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.GroupSearchScope[] |
Constants.GroupSearchScope.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.groupSearch(Object groupIdOrPath,
Constants.GroupSearchScope scope,
String search)
Search within the specified group.
|
Pager<?> |
SearchApi.groupSearch(Object groupIdOrPath,
Constants.GroupSearchScope scope,
String search,
int itemsPerPage)
Search within the specified group.
|
Stream<?> |
SearchApi.groupSearchStream(Object groupIdOrPath,
Constants.GroupSearchScope scope,
String search)
Search within the specified group.
|
Copyright © 2019. All rights reserved.