Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.http |
Modifier and Type | Method and Description |
---|---|
GitlabHTTPRequestor |
GitlabAPI.dispatch() |
GitlabHTTPRequestor |
GitlabAPI.put() |
GitlabHTTPRequestor |
GitlabAPI.retrieve() |
Modifier and Type | Method and Description |
---|---|
GitlabHTTPRequestor |
GitlabHTTPRequestor.authenticate(String token,
TokenType type,
AuthMethod method)
Sets authentication data for the request.
|
GitlabHTTPRequestor |
GitlabHTTPRequestor.method(Method method)
Sets the HTTP Request method for the request.
|
GitlabHTTPRequestor |
GitlabHTTPRequestor.with(String key,
Object value)
Sets the HTTP Form Post parameters for the request
Has a fluent api for method chaining
|
GitlabHTTPRequestor |
GitlabHTTPRequestor.withAttachment(String key,
File file)
Sets the HTTP Form Post parameters for the request
Has a fluent api for method chaining
|
Copyright © 2019. All rights reserved.