Uses of Class
org.gitlab4j.api.GitLabApi
Packages that use GitLabApi
-
Uses of GitLabApi in org.gitlab4j.api
Fields in org.gitlab4j.api declared as GitLabApiMethods in org.gitlab4j.api that return GitLabApiModifier and TypeMethodDescriptionfinal GitLabApi
GitLabApi.duplicate()
Create a new GitLabApi instance that is logically a duplicate of this instance, with the exception of sudo state.static GitLabApi
GitLabApi.oauth2Login
(String url, String username, char[] password) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(String url, String username, char[] password, boolean ignoreCertificateErrors) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(String url, String username, char[] password, String secretToken, Map<String, Object> clientConfigProperties, boolean ignoreCertificateErrors) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(String url, String username, CharSequence password) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(String url, String username, CharSequence password, boolean ignoreCertificateErrors) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(String url, String username, CharSequence password, String secretToken, Map<String, Object> clientConfigProperties, boolean ignoreCertificateErrors) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(GitLabApi.ApiVersion apiVersion, String url, String username, char[] password, String secretToken, Map<String, Object> clientConfigProperties, boolean ignoreCertificateErrors) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.static GitLabApi
GitLabApi.oauth2Login
(GitLabApi.ApiVersion apiVersion, String url, String username, CharSequence password, String secretToken, Map<String, Object> clientConfigProperties, boolean ignoreCertificateErrors) Logs into GitLab using OAuth2 with the providedusername
andpassword
, and creates a newGitLabApi
instance using returned access token.GitLabApi.withRequestResponseLogging()
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance and Level.FINE as the level.GitLabApi.withRequestResponseLogging
(Level level) Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.GitLabApi.withRequestResponseLogging
(Logger logger, Level level) Enable the logging of the requests to and the responses from the GitLab server API.GitLabApi.withRequestTimeout
(Integer connectTimeout, Integer readTimeout) Fluent method that sets the per request connect and read timeout.Constructors in org.gitlab4j.api with parameters of type GitLabApiModifierConstructorDescriptionAbstractApi
(GitLabApi gitLabApi) ApplicationsApi
(GitLabApi gitLabApi) ApplicationSettingsApi
(GitLabApi gitLabApi) AuditEventApi
(GitLabApi gitLabApi) AwardEmojiApi
(GitLabApi gitLabApi) CommitsApi
(GitLabApi gitLabApi) ContainerRegistryApi
(GitLabApi gitLabApi) DeployKeysApi
(GitLabApi gitLabApi) DeploymentsApi
(GitLabApi gitLabApi) DeployTokensApi
(GitLabApi gitLabApi) DiscussionsApi
(GitLabApi gitLabApi) EnvironmentsApi
(GitLabApi gitLabApi) ExternalStatusCheckApi
(GitLabApi gitLabApi) HealthCheckApi
(GitLabApi gitLabApi) ImportExportApi
(GitLabApi gitLabApi) LicenseApi
(GitLabApi gitLabApi) LicenseTemplatesApi
(GitLabApi gitLabApi) MarkdownApi
(GitLabApi gitLabApi) MergeRequestApi
(GitLabApi gitLabApi) MilestonesApi
(GitLabApi gitLabApi) NamespaceApi
(GitLabApi gitLabApi) NotificationSettingsApi
(GitLabApi gitLabApi) PackagesApi
(GitLabApi gitLabApi) PipelineApi
(GitLabApi gitLabApi) ProjectApi
(GitLabApi gitLabApi) ProtectedBranchesApi
(GitLabApi gitLabApi) ReleaseLinksApi
(GitLabApi gitLabApi) ReleasesApi
(GitLabApi gitLabApi) RepositoryApi
(GitLabApi gitLabApi) RepositoryFileApi
(GitLabApi gitLabApi) ResourceLabelEventsApi
(GitLabApi gitLabApi) ResourceStateEventsApi
(GitLabApi gitLabApi) RunnersApi
(GitLabApi gitLabApi) ServicesApi
(GitLabApi gitLabApi) SnippetsApi
(GitLabApi gitLabApi) SystemHooksApi
(GitLabApi gitLabApi)