Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.ProjectSearchScope |
Constants.ProjectSearchScope.forValue(String value) |
static Constants.ProjectSearchScope |
Constants.ProjectSearchScope.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
List<?> |
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.
|
Stream<?> |
SearchApi.projectSearchStream(Object projectIdOrPath,
Constants.ProjectSearchScope scope,
String search)
Search within the specified project.
|
Copyright © 2019. All rights reserved.