Class | Description |
---|---|
AbstractApi |
This class is the base class for all the sub API classes.
|
CommitsApi |
This class implements the client side API for the GitLab commits calls.
|
GitLabApi |
This class is provides a simplified interface to a GitLab API server, and divides the API up into
a separate API class for each concern.
|
GitLabApiClient |
This class utilizes the Jersey client package to communicate with a GitLab API endpoint.
|
GitLabApiForm |
This class extends the standard JAX-RS Form class to make it fluent.
|
GroupApi |
This class implements the client side API for the GitLab groups calls.
|
ISO8601 |
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
|
JacksonJson |
Jackson JSON Configuration and utility class.
|
JacksonJson.JsonAccessLevelSerializer |
JsonSerializer for serializing AccessLevel values.
|
JacksonJson.JsonDateDeserializer |
JsonDeserializer for deserializing ISO8601 formatted dates.
|
JacksonJson.JsonDateSerializer |
JsonSerializer for serializing ISO8601 formatted dates.
|
MergeRequestApi |
This class implements the client side API for the GitLab merge request calls.
|
ProjectApi |
This class provides an entry point to all the GitLab API project calls.
|
RepositoryApi |
This class provides an entry point to all the GitLab API repository calls.
|
RepositoryFileApi |
This class provides an entry point to all the GitLab API repository files calls.
|
ServicesApi |
Access for the services API.
|
SessionApi |
This class implements the client side API for the GitLab login call.
|
UserApi | |
Utils |
Exception | Description |
---|---|
GitLabApiException |
This is the exception that will be thrown if any exception occurs while communicating
with a GitLab API endpoint.
|
Copyright © 2017. All rights reserved.