| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.http |
| Modifier and Type | Method and Description |
|---|---|
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GitlabAPI |
GitlabAPI.connect(String hostUrl,
String apiToken,
TokenType tokenType) |
static GitlabAPI |
GitlabAPI.connect(String hostUrl,
String apiToken,
TokenType tokenType,
AuthMethod method) |
| Modifier and Type | Method and Description |
|---|---|
GitlabHTTPRequestor |
GitlabHTTPRequestor.authenticate(String token,
TokenType type,
AuthMethod method)
Sets authentication data for the request.
|
Copyright © 2017. All Rights Reserved.