| Package | Description |
|---|---|
| com.talanlabs.gitlab.api.v3 | |
| com.talanlabs.gitlab.api.v3.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 Talanlabs. All rights reserved.