| AbstractApi |
This class is the base class for all the sub API classes.
|
| ApplicationsApi |
This class implements the client side API for the GitLab Applications API.
|
| ApplicationSettingsApi |
This class implements the client side API for the GitLab Application Settings API.
|
| AwardEmojiApi |
This class implements the client side API for the GitLab Award Emoji API calls.
|
| BoardsApi |
This class implements the client side API for the GitLab Issue Boards API calls.
|
| CommitsApi |
This class implements the client side API for the GitLab commits calls.
|
| DeployKeysApi |
This class implements the client side API for the GitLab Deploy Keys API calls.
|
| DiscussionsApi |
This class implements the client side API for the GitLab Discussions API.
|
| EpicsApi |
This class implements the client side API for the GitLab Epics and Epic Issues API calls.
|
| EventsApi |
This class implements the client side API for the GitLab events 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.
|
| HealthCheckApi |
|
| HookManager |
This class provides a base class handler for processing GitLab Web Hook and System Hook callouts.
|
| IssuesApi |
This class provides an entry point to all the GitLab API Issue calls.
|
| JobApi |
This class provides an entry point to all the GitLab API job calls.
|
| LabelsApi |
|
| LicensesApi |
This class provides an entry point to all the GitLab API licenses calls.
|
| MarkdownApi |
This class provides an entry point to all the GitLab API markdown calls.
|
| MergeRequestApi |
This class implements the client side API for the GitLab merge request calls.
|
| MilestonesApi |
This class implements the client side API for the GitLab milestones calls.
|
| NamespaceApi |
This class implements the client side API for the GitLab namespace calls.
|
| NotesApi |
|
| NotificationSettingsApi |
|
| PackagesApi |
This class implements the client side API for the GitLab Packages API.
|
| Pager<T> |
This class defines an Iterator implementation that is used as a paging iterator for all API methods that
return a List of objects.
|
| PipelineApi |
This class provides an entry point to all the GitLab API pipeline related calls.
|
| ProjectApi |
This class provides an entry point to all the GitLab API project calls.
|
| ProtectedBranchesApi |
|
| ProxyClientConfig |
This class provides convenience methods to create ClientConfig properties so GitLabApi can use a proxy server.
|
| 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.
|
| RunnersApi |
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.
|
| SnippetsApi |
This class provides an entry point to all the GitLab Snippets API project calls.
|
| SystemHooksApi |
This class implements the client side API for the GitLab System Hooks Keys API calls.
|
| TagsApi |
This class provides an entry point to all the GitLab Tags API calls.
|
| UserApi |
This class provides an entry point to all the GitLab API users calls.
|
| WikisApi |
This class implements the client side API for the GitLab Wikis API.
|