A B C D E F G H I J K L M N O P R S T U V W X _ 
All Classes All Packages

A

AbstractApi - Class in org.gitlab4j.api
This class is the base class for all the sub API classes.
AbstractApi(GitLabApi) - Constructor for class org.gitlab4j.api.AbstractApi
 
acceptMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Merge changes to the merge request.
acceptMergeRequest(Object, Long, String, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Merge changes to the merge request.
acceptMergeRequest(Object, Long, String, Boolean, Boolean, String) - Method in class org.gitlab4j.api.MergeRequestApi
Merge changes to the merge request.
acceptMergeRequest(Object, Long, AcceptMergeRequestParams) - Method in class org.gitlab4j.api.MergeRequestApi
Merge changes to the merge request.
AccessTokenUtils - Class in org.gitlab4j.api.utils
This class uses HTML scraping to create and revoke GitLab personal access tokens, the user's Feed token, and for fetching the current Health Check access token.
AccessTokenUtils() - Constructor for class org.gitlab4j.api.utils.AccessTokenUtils
 
AccessTokenUtils.Scope - Enum in org.gitlab4j.api.utils
This enum defines the available scopes for a personal access token.
activateGroupMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Activate a group milestone.
activateMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Activate a milestone.
activateUser(Long) - Method in class org.gitlab4j.api.UserApi
Activates the given user (admin only)
addBadge(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
Add a badge to a group.
addBadge(Object, String, String) - Method in class org.gitlab4j.api.ProjectApi
Add a badge to a project.
addBadge(Object, String, String, String) - Method in class org.gitlab4j.api.GroupApi
Add a badge to a group.
addBadge(Object, String, String, String) - Method in class org.gitlab4j.api.ProjectApi
Add a badge to a project.
addComment(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
Add a comment to a commit.
addComment(Object, String, String, String, Integer, Constants.LineType) - Method in class org.gitlab4j.api.CommitsApi
Add a comment to a commit.
addCommitDiscussionNote(Object, String, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
Adds a note to an existing commit discussion.
addCommitStatus(Object, String, Constants.CommitBuildState, CommitStatus) - Method in class org.gitlab4j.api.CommitsApi
Add or update the build status of a commit.
addDeployKey(Object, String, String, Boolean) - Method in class org.gitlab4j.api.DeployKeysApi
Creates a new deploy key for a project.
addDeployment(Object, String, String, String, Boolean, Constants.DeploymentStatus) - Method in class org.gitlab4j.api.DeploymentsApi
Creates a new deployment for a project.
addEmail(Object, String, Boolean) - Method in class org.gitlab4j.api.UserApi
Add an email to the user's emails.
addEmail(String) - Method in class org.gitlab4j.api.UserApi
Add an email to the current user's emails.
addFormData(StringBuilder, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Adds the specified form param to the form data StringBuilder.
addFormParam(Form, String, Object) - Method in class org.gitlab4j.api.AbstractApi
Convenience method for adding query and form parameters to a get() or post() call.
addFormParam(Form, String, Object, boolean) - Method in class org.gitlab4j.api.AbstractApi
Convenience method for adding query and form parameters to a get() or post() call.
addGpgKey(Long, String) - Method in class org.gitlab4j.api.UserApi
Add a GPG key for a specific user
addGpgKey(String) - Method in class org.gitlab4j.api.UserApi
Add a GPG key for the current user
addGroup(String, String) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
addGroup(String, String, String, Boolean, Boolean, Visibility, Boolean, Boolean, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
Deprecated.
addGroup(String, String, String, Visibility, Boolean, Boolean, Long) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
addGroup(Group) - Method in class org.gitlab4j.api.GroupApi
 
addGroupDeployToken(Object, String, Date, String, List<Constants.DeployTokenScope>) - Method in class org.gitlab4j.api.DeployTokensApi
Creates a new deploy token for a group.
addHook(Object, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Object, String, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Object, String, ProjectHook, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addIssueAwardEmoji(Object, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
Add an award emoji for the specified issue.
addIssueNoteAwardEmoji(Object, Long, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
Add an award emoji for the specified issue note.
addIssueThreadNote(Object, Long, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
Adds a new note to the thread.
addLdapGroupLink(Object, String, Integer, String) - Method in class org.gitlab4j.api.GroupApi
Adds an LDAP group link.
addLdapGroupLink(Object, String, AccessLevel, String) - Method in class org.gitlab4j.api.GroupApi
Adds an LDAP group link.
addLicense(String) - Method in class org.gitlab4j.api.LicenseApi
Add a new license.
addListener(SystemHookListener) - Method in class org.gitlab4j.api.SystemHookManager
Adds a System Hook event listener.
addListener(WebHookListener) - Method in class org.gitlab4j.api.WebHookManager
Adds a WebHook event listener.
addMaskedHeaderName(String) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
Add a header name to the list of masked header names.
addMember(Object, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
Adds a user to the list of group members.
addMember(Object, Long, Integer) - Method in class org.gitlab4j.api.ProjectApi
Adds a user to a project team.
addMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.GroupApi
Adds a user to the list of group members.
addMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.ProjectApi
Adds a user to a project team.
addMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
Adds a user to the list of group members.
addMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.ProjectApi
Adds a user to a project team.
addMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.GroupApi
Adds a user to the list of group members.
addMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.ProjectApi
Adds a user to a project team.
addMergeRequestAwardEmoji(Object, Integer, Integer, String) - Method in class org.gitlab4j.api.AwardEmojiApi
Add an award emoji for the specified merge request note.
addMergeRequestAwardEmoji(Object, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
Add an award emoji to the specified merge request.
addMergeRequestThreadNote(Object, Long, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
Adds a new note to the thread.
addNoteAwardEmoji(Object, Long, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
addProjectDeployToken(Object, String, Date, String, List<Constants.DeployTokenScope>) - Method in class org.gitlab4j.api.DeployTokensApi
Creates a new deploy token for a project.
addSamlGroupLink(Object, String, Integer) - Method in class org.gitlab4j.api.GroupApi
Adds an SAML group link.
addSamlGroupLink(Object, String, Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Adds an SAML group link.
addSamlGroupLink(Object, String, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
Adds an SAML group link.
addSamlGroupLink(Object, String, AccessLevel, int) - Method in class org.gitlab4j.api.GroupApi
Adds an SAML group link.
addSnippetAwardEmoji(Object, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
Add an award emoji to the specified snippet.
addSpentTime(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
Adds spent time for this issue
addSpentTime(Object, Long, String) - Method in class org.gitlab4j.api.IssuesApi
Adds spent time for this issue
addSpentTime(Object, Long, Duration) - Method in class org.gitlab4j.api.IssuesApi
Adds spent time for this issue
addSshKey(Long, String, String) - Method in class org.gitlab4j.api.UserApi
addSshKey(Long, String, String, Date) - Method in class org.gitlab4j.api.UserApi
Create new key owned by specified user.
addSshKey(String, String) - Method in class org.gitlab4j.api.UserApi
addSshKey(String, String, Date) - Method in class org.gitlab4j.api.UserApi
Creates a new key owned by the currently authenticated user.
addSystemHook(String, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.SystemHooksApi
Add a new system hook.
addSystemHook(String, String, SystemHook) - Method in class org.gitlab4j.api.SystemHooksApi
Add a new system hook.
addSystemHookUrlVariable(Long, String, String) - Method in class org.gitlab4j.api.SystemHooksApi
Add a new URL variable.
addWebhook(Object, GroupHookParams) - Method in class org.gitlab4j.api.GroupApi
Add a group hook
all() - Method in class org.gitlab4j.api.Pager
Gets all the items from each page as a single List instance.
API - org.gitlab4j.api.utils.AccessTokenUtils.Scope
Grants complete access to the API and Container Registry (read/write) (introduced in GitLab 8.15).
appendId(StringBuilder, long) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
ApplicationsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Applications API.
ApplicationsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ApplicationsApi
 
ApplicationSettingsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Application Settings API.
ApplicationSettingsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ApplicationSettingsApi
 
approveAccessRequest(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
Approve access for the specified user to the specified group.
approveAccessRequest(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.ProjectApi
Approve access for the specified user to the specified project.
approveMergeRequest(Object, Long, String) - Method in class org.gitlab4j.api.MergeRequestApi
Approve a merge request.
approveUser(Long) - Method in class org.gitlab4j.api.UserApi
Approves the specified user.
archiveProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Archive a project
aroundWriteTo(WriterInterceptorContext) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
assignChildEpic(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Creates an association between two epics, designating one as the parent epic and the other as the child epic.
assignIssue(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Creates an epic - issue association.
assignIssue(Object, Long, Long) - Method in class org.gitlab4j.api.IssuesApi
Updates an existing project issue to change the assignee.
assignIssue(Object, Long, List<Long>) - Method in class org.gitlab4j.api.IssuesApi
Updates an existing project issue to change the assignees.
AuditEventApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Instance Audit Event API.
AuditEventApi(GitLabApi) - Constructor for class org.gitlab4j.api.AuditEventApi
 
AUTHENTICITY_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
AUTHENTICITY_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
AUTHORIZATION_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
AwardEmojiApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Award Emoji API calls.
AwardEmojiApi(GitLabApi) - Constructor for class org.gitlab4j.api.AwardEmojiApi
 

B

blockUser(Long) - Method in class org.gitlab4j.api.UserApi
Blocks the specified user.
BoardsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Issue Boards API calls.
BoardsApi(GitLabApi) - Constructor for class org.gitlab4j.api.BoardsApi
 
buildEntityLogString(StringBuilder, byte[], int, Charset) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 

C

cancelJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Cancel specified job in a project.
cancelMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Cancel merge when pipeline succeeds.
cancelPipelineJobs(Object, long) - Method in class org.gitlab4j.api.PipelineApi
Cancel jobs of specified pipelines in a project.
cancleJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Deprecated.
changeCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.UserApi
Changes custom attribute for the given user
changeCustomAttribute(Object, CustomAttribute) - Method in class org.gitlab4j.api.UserApi
Change custom attribute for the given user
charAt(int) - Method in class org.gitlab4j.api.utils.SecretString
 
cherryPickCommit(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
Cherry picks a commit in a given branch.
clear() - Method in class org.gitlab4j.api.utils.SecretString
Clear the contents of this SecretString instance by setting each character to 0.
clearPassword() - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
Clears the contained password's data.
close() - Method in class org.gitlab4j.api.GitLabApi
Close the underlying Client and its associated resources.
close() - Method in class org.gitlab4j.api.GitLabApiClient
Close the underlying Client and its associated resources.
close() - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
 
close() - Method in class org.gitlab4j.api.utils.SecretString
 
closeGroupMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Close a group milestone.
closeIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Closes an existing project issue.
closeMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Close a milestone.
CommitsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab commits calls.
CommitsApi(GitLabApi) - Constructor for class org.gitlab4j.api.CommitsApi
 
compare(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
compare(Object, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
compare(Object, String, String, Long, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
Compare branches, tags or commits.
Constants - Interface in org.gitlab4j.api
Deprecated.
use Constants instead.
ContainerRegistryApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Container Registry API.
ContainerRegistryApi(GitLabApi) - Constructor for class org.gitlab4j.api.ContainerRegistryApi
 
COOKIES_HEADER - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
createAndAssignChildEpic(Object, Long, String, Boolean) - Method in class org.gitlab4j.api.EpicsApi
Creates a new epic and associates it with provided parent epic.
createApiClient() - Method in class org.gitlab4j.api.GitLabApiClient
 
createApplication(String, String, List<Constants.ApplicationScope>) - Method in class org.gitlab4j.api.ApplicationsApi
createApplication(String, String, List<Constants.ApplicationScope>, Boolean) - Method in class org.gitlab4j.api.ApplicationsApi
Create an OAUTH Application.
createApplication(String, String, Constants.ApplicationScope[]) - Method in class org.gitlab4j.api.ApplicationsApi
createApprovalRule(Object, Long, Long, ApprovalRuleParams) - Method in class org.gitlab4j.api.MergeRequestApi
Create a merge request level approval rule.
createApprovalRule(Object, ApprovalRuleParams) - Method in class org.gitlab4j.api.ProjectApi
Create a project-level approval rule.
createBoard(Object, String) - Method in class org.gitlab4j.api.BoardsApi
createBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
createBoardList(Object, Long, Long, Long, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
createBranch(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Creates a branch for the project.
createCommit(Object, String, String, String, String, String, List<CommitAction>) - Method in class org.gitlab4j.api.CommitsApi
Create a commit with multiple files and actions.
createCommit(Object, String, String, String, String, String, CommitAction) - Method in class org.gitlab4j.api.CommitsApi
Create a commit with single file and action.
createCommit(Object, CommitPayload) - Method in class org.gitlab4j.api.CommitsApi
Create a commit with multiple files and actions.
createCommitDiscussion(Object, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
Creates a new discussion to a single project commit.
createCommitDiscussion(Object, String, String, Date, String, Position) - Method in class org.gitlab4j.api.DiscussionsApi
Creates a new discussion to a single project commit.
createCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.UserApi
Creates custom attribute for the given user
createCustomAttribute(Object, CustomAttribute) - Method in class org.gitlab4j.api.UserApi
Creates custom attribute for the given user
createEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
Stop an environment.
createEnvironment(Object, String, String, String) - Method in class org.gitlab4j.api.EnvironmentsApi
Create a new environment with the given name, external_url and tier.
createEpic(Object, String, String, String, Date, Date) - Method in class org.gitlab4j.api.EpicsApi
createEpic(Object, String, String, String, Date, Date, Date) - Method in class org.gitlab4j.api.EpicsApi
Creates a new epic.
createEpic(Object, Epic) - Method in class org.gitlab4j.api.EpicsApi
Creates a new epic using the information contained in the provided Epic instance.
createEpicNote(Object, Long, String) - Method in class org.gitlab4j.api.NotesApi
Create a epics's note.
createEpicNote(Object, Long, String, Date) - Method in class org.gitlab4j.api.NotesApi
Create a epics's note.
createEpicNote(Object, Long, String, Date, Boolean) - Method in class org.gitlab4j.api.NotesApi
Create a epics's note.
createExternalStatusCheck(Object, String, String, List<Long>) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Creates a new external status check.
createExternalStatusCheck(Object, ExternalStatusCheck) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Creates a new external status check using the information contained in the provided ExternalStatusCheck instance.
createFile(Object, RepositoryFile, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Create new file in repository
createFile(RepositoryFile, Long, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Deprecated.
createForkedFromRelationship(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Create a forked from/to relation between existing projects.
createForm(RepositoryFile, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Gets the query params based on the API version.
createGroup(GroupParams) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
createGroupAccessToken(Object, String, String, Date, ImpersonationToken.Scope[], AccessLevel) - Method in class org.gitlab4j.api.GroupApi
Create a group access token.
createGroupAccessToken(Object, String, Date, ImpersonationToken.Scope[], AccessLevel) - Method in class org.gitlab4j.api.GroupApi
createGroupIssueBoard(Object, String) - Method in class org.gitlab4j.api.BoardsApi
Creates a new Issue Board.
createGroupIssueBoardList(Object, Long, Long, Long, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Creates a new Issue Board list.
createGroupLabel(Object, Label) - Method in class org.gitlab4j.api.LabelsApi
Create a group label.
createGroupMilestone(Object, String, String, Date, Date) - Method in class org.gitlab4j.api.MilestonesApi
Create a group milestone.
createImpersonationToken(Object, String, Date, ImpersonationToken.Scope[]) - Method in class org.gitlab4j.api.UserApi
Create an impersonation token.
createIssue(Object, String, String) - Method in class org.gitlab4j.api.IssuesApi
Create an issue for the project.
createIssue(Object, String, String, Boolean, List<Long>, Long, String, Date, Date, Long, Long) - Method in class org.gitlab4j.api.IssuesApi
Create an issue for the project.
createIssue(Object, String, String, Boolean, List<Long>, Long, String, Date, Date, Long, Long, String) - Method in class org.gitlab4j.api.IssuesApi
Create an issue for the project.
createIssueDiscussion(Object, Long, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
Creates a new thread to a single project issue.
createIssueLink(Object, Long, Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Creates a two-way relation between two issues.
createIssueLink(Object, Long, Object, Long, LinkType) - Method in class org.gitlab4j.api.IssuesApi
Creates a two-way relation between two issues.
createIssueNote(Object, Long, String) - Method in class org.gitlab4j.api.NotesApi
Create a issues's note.
createIssueNote(Object, Long, String, Date) - Method in class org.gitlab4j.api.NotesApi
Create a issues's note.
createIssueNote(Object, Long, String, Date, Boolean) - Method in class org.gitlab4j.api.NotesApi
Create a issues's note.
createLabel(Object, String, String) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
createLabel(Object, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
createLabel(Object, String, String, String) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
createLabel(Object, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
createLink(Object, ReleaseLinkParams) - Method in class org.gitlab4j.api.ReleaseLinksApi
Create a Link.
createMergeRequest(Object, String, String, String, String, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Creates a merge request and optionally assigns a reviewer to it.
createMergeRequest(Object, String, String, String, String, Long, Long, String[], Long, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Creates a merge request.
createMergeRequest(Object, String, String, String, String, Long, Long, String[], Long, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Creates a merge request.
createMergeRequest(Object, MergeRequestParams) - Method in class org.gitlab4j.api.MergeRequestApi
Creates a merge request.
createMergeRequestDiscussion(Object, Long, String, Date, String, Position) - Method in class org.gitlab4j.api.DiscussionsApi
Creates a new discussion to a single project merge request.
createMergeRequestNote(Object, Long, String, Date, Boolean) - Method in class org.gitlab4j.api.NotesApi
Create a merge request's note.
createMergeRequestPipeline(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Create a new pipeline for a merge request.
createMilestone(Object, String, String, Date, Date) - Method in class org.gitlab4j.api.MilestonesApi
Create a milestone.
createNtlmProxyClientConfig(String, String, String, String, String) - Static method in class org.gitlab4j.api.ProxyClientConfig
Create a Map instance set up to use an NTLM proxy server that can be passed to the GitLabAPi constructors and login methods to configure the GitLabApi instance to use an NTLM proxy server.
createOptionalFromException(GitLabApiException) - Static method in class org.gitlab4j.api.GitLabApi
Create and return an Optional instance associated with a GitLabApiException.
createPage(Object, String, String) - Method in class org.gitlab4j.api.WikisApi
Creates a new project wiki page.
createPersonalAccessToken(Object, String, String, Date, ImpersonationToken.Scope[]) - Method in class org.gitlab4j.api.UserApi
Create a personal access token.
createPersonalAccessToken(Object, String, Date, ImpersonationToken.Scope[]) - Method in class org.gitlab4j.api.UserApi
createPersonalAccessToken(String, String, String, String, List<AccessTokenUtils.Scope>) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Create a GitLab personal access token with the provided configuration.
createPersonalAccessToken(String, String, String, String, AccessTokenUtils.Scope[]) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Create a GitLab personal access token with the provided configuration.
createPipeline(Object, String) - Method in class org.gitlab4j.api.PipelineApi
Create a pipelines in a project.
createPipeline(Object, String, List<Variable>) - Method in class org.gitlab4j.api.PipelineApi
Create a pipelines in a project.
createPipeline(Object, String, Map<String, String>) - Method in class org.gitlab4j.api.PipelineApi
Create a pipelines in a project.
createPipelineSchedule(Object, PipelineSchedule) - Method in class org.gitlab4j.api.PipelineApi
create a pipeline schedule for a project.
createPipelineScheduleVariable(Object, Long, String, String) - Method in class org.gitlab4j.api.PipelineApi
Create a pipeline schedule variable.
createPipelineTrigger(Object, String) - Method in class org.gitlab4j.api.PipelineApi
Create a pipeline trigger for a project.
createProject(Long, String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project belonging to the namespace ID.
createProject(Long, Project) - Method in class org.gitlab4j.api.ProjectApi
Create a new project belonging to the namespace ID and project configuration.
createProject(String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project with the current user's namespace.
createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Creates a Project
createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Creates a Project
createProject(String, String) - Method in class org.gitlab4j.api.ProjectApi
Creates a new project owned by the authenticated user.
createProject(Project) - Method in class org.gitlab4j.api.ProjectApi
Creates new project owned by the current user.
createProject(Project, String) - Method in class org.gitlab4j.api.ProjectApi
Creates new project owned by the current user.
createProjectAccessToken(Object, String, List<Constants.ProjectAccessTokenScope>, Date) - Method in class org.gitlab4j.api.ProjectApi
Creates a new project access token.
createProjectAccessToken(Object, String, List<Constants.ProjectAccessTokenScope>, Date, Long) - Method in class org.gitlab4j.api.ProjectApi
Creates a new project access token.
createProjectFromTemplate(Integer, String, Integer, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
Create a new project from a template, belonging to the namespace ID.
createProjectIssueBoard(Object, String) - Method in class org.gitlab4j.api.BoardsApi
Creates a new Issue Board.
createProjectIssueBoardList(Object, Long, Long, Long, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Creates a new Issue Board list.
createProjectLabel(Object, Label) - Method in class org.gitlab4j.api.LabelsApi
Create a project label.
createProxyClientConfig(String) - Static method in class org.gitlab4j.api.ProxyClientConfig
Create a Map instance with properties set up to use a proxy server that can be passed to the GitLabAPi constructors and login methods to configure the GitLabApi instance to use a proxy server.
createProxyClientConfig(String, String, String) - Static method in class org.gitlab4j.api.ProxyClientConfig
Create a Map instance set up to use a proxy server that can be passed to the GitLabAPi constructors and login methods to configure the GitLabApi instance to use a proxy server.
createPushRules(Object, PushRules) - Method in class org.gitlab4j.api.ProjectApi
Adds a push rule to a specified project.
createRelatedEpicLink(Object, Long, Object, Long, LinkType) - Method in class org.gitlab4j.api.EpicsApi
Create a two-way relation between two epics.
createRelease(Object, String, String) - Method in class org.gitlab4j.api.TagsApi
Add release notes to the existing git tag.
createRelease(Object, ReleaseParams) - Method in class org.gitlab4j.api.ReleasesApi
Create a Release.
createRemoteMirror(Object, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Create a remote mirror for a project.
createSnippet(Object, String, String, String, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
Creates a new project snippet.
createSnippet(String, String, String) - Method in class org.gitlab4j.api.SnippetsApi
Create a new Snippet.
createSnippet(String, String, String, Visibility, String) - Method in class org.gitlab4j.api.SnippetsApi
Create a new Snippet.
createTag(Object, String, String) - Method in class org.gitlab4j.api.TagsApi
Creates a tag on a particular ref of the given project.
createTag(Object, String, String, String, File) - Method in class org.gitlab4j.api.TagsApi
Creates a tag on a particular ref of a given project.
createTag(Object, String, String, String, String) - Method in class org.gitlab4j.api.TagsApi
Creates a tag on a particular ref of the given project with optional message and release notes.
createTopic(TopicParams) - Method in class org.gitlab4j.api.TopicsApi
Creates a new Topic.
createUser(User, CharSequence, Boolean) - Method in class org.gitlab4j.api.UserApi
Creates a new user.
createUser(User, CharSequence, Integer) - Method in class org.gitlab4j.api.UserApi
Deprecated.
Will be removed in version 6.0, replaced by UserApi.createUser(User, CharSequence, Boolean)
createVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.GroupApi
Create a new group variable.
createVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Create a new project variable.
createVariable(Object, String, String, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
Create a new group variable.
createVariable(Object, String, String, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project variable.
createVariable(Object, String, String, Variable.Type, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Create a new project variable.
createVariable(Object, String, String, Variable.Type, Boolean, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project variable.
current() - Method in class org.gitlab4j.api.Pager
Returns the current page of List.

D

DateOnlySerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.DateOnlySerializer
 
deactivateUser(Long) - Method in class org.gitlab4j.api.UserApi
Deactivates the given user (admin only)
DEFAULT_MASKED_HEADER_NAMES - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
Default list of header names that should be masked.
DEFAULT_PER_PAGE - Static variable in class org.gitlab4j.api.GitLabApi
GitLab4J default per page.
delete(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP DELETE call with the specified form data and path objects, returning a Response instance with the data returned from the endpoint.
delete(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP DELETE call with the specified form data and URL, returning a Response instance with the data returned from the endpoint.
delete(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP DELETE call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
delete(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP DELETE call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
deleteApplication(Long) - Method in class org.gitlab4j.api.ApplicationsApi
Delete the specified OAUTH Application.
deleteApprovalRule(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Delete the specified the project-level approval rule.
deleteApprovalRule(Object, Long, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Delete the specified the merge request level approval rule.
deleteArtifacts(Object, Long) - Method in class org.gitlab4j.api.JobApi
Delete artifacts of a job.
deleteBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Deprecated.
deleteBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
deleteBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Delete a single project repository branch.
deleteBugzillaService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the Bugzilla service for a project.
deleteCommitDiscussionNote(Object, String, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Deletes an existing discussion note of a commit.
deleteCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
Delete a custom attribute for the specified group.
deleteCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Delete a custom attribute for the specified project.
deleteCustomAttribute(Object, String) - Method in class org.gitlab4j.api.UserApi
Delete a custom attribute for the given user
deleteCustomAttribute(Object, CustomAttribute) - Method in class org.gitlab4j.api.UserApi
Delete a custom attribute for the given user
deleteCustomIssueTrackerService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the Custom Issue Tracker service for a project.
deleteDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
Removes a deploy key from the project.
deleteEmail(Long) - Method in class org.gitlab4j.api.UserApi
Deletes an email belonging to the current user.
deleteEmail(Object, Long) - Method in class org.gitlab4j.api.UserApi
Deletes a user's email
deleteEmailonPushService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the Emails on push service for a project.
deleteEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
Delete an environment.
deleteEpic(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Deletes an epic.
deleteEpicNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
Delete the specified epics's note.
deleteExternalStatusCheck(Object, Long) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Deletes an external status check.
deleteExternalWikiService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the ExternalWiki service for a project.
deleteFile(Object, String, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Delete existing file in repository
deleteFile(String, Long, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Deprecated.
Will be removed in version 6.0, replaced by RepositoryFileApi.deleteFile(Object, String, String, String)
deleteForkedFromRelationship(Object) - Method in class org.gitlab4j.api.ProjectApi
Delete an existing forked from relationship.
deleteGitLabCI(Object) - Method in class org.gitlab4j.api.ServicesApi
Deprecated.
No longer supported
deleteGpgKey(Long) - Method in class org.gitlab4j.api.UserApi
Remove a specific GPG key for the current user
deleteGpgKey(Long, Long) - Method in class org.gitlab4j.api.UserApi
Remove a specific GPG key for a specific user
deleteGroup(Object) - Method in class org.gitlab4j.api.GroupApi
Removes group with all projects inside.
deleteGroupDeployToken(Object, Long) - Method in class org.gitlab4j.api.DeployTokensApi
Removes a deploy token from the group.
deleteGroupIssueBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Soft deletes an existing Issue Board.
deleteGroupIssueBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Soft deletes an existing Issue Board list.
deleteGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Delete the specified label
deleteHipChat(Object) - Method in class org.gitlab4j.api.ServicesApi
Deprecated.
replaced with updateHipChat method
deleteHipChatService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the HipChatService service for a project.
deleteHook(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Deletes a hook from the project.
deleteHook(ProjectHook) - Method in class org.gitlab4j.api.ProjectApi
Deletes a hook from the project.
deleteIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Delete an issue.
deleteIssue(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0, replaced by IssuesApi.deleteIssue(Object, Long)
deleteIssueAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Delete an award emoji from the specified issue.
deleteIssueLink(Object, Long, Long) - Method in class org.gitlab4j.api.IssuesApi
Deletes an issue link, thus removes the two-way relationship.
deleteIssueNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
Delete the specified issues's note.
deleteIssueNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Delete an award emoji from the specified issue note.
deleteIssueThreadNote(Object, Long, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Deletes an existing thread note of an issue.
deleteJiraService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the JIRA service for a project.
deleteLabel(Object, String) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
deleteLdapGroupLink(Object, String) - Method in class org.gitlab4j.api.GroupApi
Deletes an LDAP group link.
deleteLdapGroupLink(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
Deletes an LDAP group link for a specific LDAP provider.
deleteLicense(Long) - Method in class org.gitlab4j.api.LicenseApi
Deletes a license.
deleteLink(Object, String, Integer) - Method in class org.gitlab4j.api.ReleaseLinksApi
Delete a Link.
deleteMattermostService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the Mattermost service for a project.
deleteMergedBranches(Object) - Method in class org.gitlab4j.api.RepositoryApi
Delete all branches that are merged into the project’s default branch.
deleteMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Only for admins and project owners.
deleteMergeRequestAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Delete an award emoji from the specified merge request.
deleteMergeRequestDiscussionNote(Object, Long, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Deletes an existing discussion note of a merge request.
deleteMergeRequestNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
Delete the specified merge request's note.
deleteMergeRequestNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Delete an award emoji from the specified merge request note.
deleteMergeRequestThreadNote(Object, Long, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Deletes an existing thread note of a merge request.
deleteMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Delete a project milestone.
deleteNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
deletePackage(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
Deletes a project package.
deletePage(Object, String) - Method in class org.gitlab4j.api.WikisApi
Deletes an existing project wiki page.
deletePipeline(Object, long) - Method in class org.gitlab4j.api.PipelineApi
Delete a pipeline from a project.
deletePipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Deletes a pipeline schedule from the project.
deletePipelineScheduleVariable(Object, Long, String) - Method in class org.gitlab4j.api.PipelineApi
Deletes a pipeline schedule variable.
deletePipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Deletes a pipeline trigger from the project.
deleteProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteProjectDeployToken(Object, Long) - Method in class org.gitlab4j.api.DeployTokensApi
Removes a deploy token from the group.
deleteProjectIssueBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Soft deletes an existing Issue Board.
deleteProjectIssueBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Soft deletes an existing Issue Board list.
deleteProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Delete the specified project label.
deletePushRules(Object) - Method in class org.gitlab4j.api.ProjectApi
Removes a push rule from a project.
deleteRelatedEpicLink(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Delete a two-way relation between two epics.
deleteRelease(Object, String) - Method in class org.gitlab4j.api.ReleasesApi
Delete a Release.
deleteRepository(Object, Long) - Method in class org.gitlab4j.api.ContainerRegistryApi
Delete a repository in registry.
deleteRepositoryTag(Object, Long, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
Delete a registry repository tag.
deleteRepositoryTags(Object, Long, String, Integer, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
Delete repository tags in bulk based on given criteria.
deleteRunner(String) - Method in class org.gitlab4j.api.RunnersApi
Deletes a registered Runner.
deleteSamlGroupLink(Object, String) - Method in class org.gitlab4j.api.GroupApi
Deletes an SAML group link.
deleteSlackService(Object) - Method in class org.gitlab4j.api.ServicesApi
Deletes the Slack notifications service for a project.
deleteSnippet(Long) - Method in class org.gitlab4j.api.SnippetsApi
Removes Snippet.
deleteSnippet(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
 
deleteSnippetAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Delete an award emoji from the specified snippet.
deleteSshKey(Long) - Method in class org.gitlab4j.api.UserApi
Deletes key owned by currently authenticated user.
deleteSshKey(Object, Long) - Method in class org.gitlab4j.api.UserApi
Deletes key owned by a specified user.
deleteSystemHook(Long) - Method in class org.gitlab4j.api.SystemHooksApi
Deletes a system hook.
deleteSystemHook(SystemHook) - Method in class org.gitlab4j.api.SystemHooksApi
Deletes a system hook.
deleteSystemHookUrlVariable(Long, String) - Method in class org.gitlab4j.api.SystemHooksApi
Delete a URL variable.
deleteTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
Deletes the tag from a project with the specified tag name.
deleteTopic(Integer) - Method in class org.gitlab4j.api.TopicsApi
Delete a topic.
deleteTopicAvatar(Integer) - Method in class org.gitlab4j.api.TopicsApi
Delete the topic's avatar for the specified topic.
deleteUser(Object) - Method in class org.gitlab4j.api.UserApi
Deletes a user.
deleteUser(Object, Boolean) - Method in class org.gitlab4j.api.UserApi
Deletes a user.
deleteVariable(Object, String) - Method in class org.gitlab4j.api.GroupApi
Deletes a group variable.
deleteVariable(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Deletes a project variable.
denyAccessRequest(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Deny access for the specified user to the specified group.
denyAccessRequest(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Deny access for the specified user to the specified project.
DeployKeysApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Deploy Keys API calls.
DeployKeysApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeployKeysApi
 
DeploymentsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Deployments API calls.
DeploymentsApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeploymentsApi
 
DeployTokensApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Deploy Tokens API calls.
DeployTokensApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeployTokensApi
 
deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.utils.JacksonJson.JsonDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.utils.JacksonJson.UserListDeserializer
 
disableCustomAttributes() - Method in class org.gitlab4j.api.UserApi
Disables custom attributes to be returned when fetching User instances.
disableRunner(Object, Long) - Method in class org.gitlab4j.api.RunnersApi
Disable a specific runner from the project.
DiscussionsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Discussions API.
DiscussionsApi(GitLabApi) - Constructor for class org.gitlab4j.api.DiscussionsApi
 
downloadArtifactsFile(Object, Long) - Method in class org.gitlab4j.api.JobApi
Get an InputStream pointing to the job artifacts file for the specified job ID.
downloadArtifactsFile(Object, Long, File) - Method in class org.gitlab4j.api.JobApi
Download the job artifacts file for the specified job ID.
downloadArtifactsFile(Object, Long, ArtifactsFile) - Method in class org.gitlab4j.api.JobApi
Download a single artifact file from within the job's artifacts archive.
downloadArtifactsFile(Object, Long, ArtifactsFile, File) - Method in class org.gitlab4j.api.JobApi
Download a single artifact file from within the job's artifacts archive.
downloadArtifactsFile(Object, String, String) - Method in class org.gitlab4j.api.JobApi
Get an InputStream pointing to the artifacts file from the given reference name and job provided the job finished successfully.
downloadArtifactsFile(Object, String, String, File) - Method in class org.gitlab4j.api.JobApi
Download the artifacts file from the given reference name and job provided the job finished successfully.
downloadExport(Object, File) - Method in class org.gitlab4j.api.ImportExportApi
Download the finished export.
downloadExport(Object, File, String) - Method in class org.gitlab4j.api.ImportExportApi
Download the finished export.
downloadSingleArtifactsFile(Object, Long, String) - Method in class org.gitlab4j.api.JobApi
Download a single artifact file from within the job's artifacts archive.
downloadSingleArtifactsFile(Object, Long, String, File) - Method in class org.gitlab4j.api.JobApi
Download a single artifact file from within the job's artifacts archive.
duplicate() - Method in class org.gitlab4j.api.GitLabApi
Create a new GitLabApi instance that is logically a duplicate of this instance, with the exception of sudo state.
DurationUtils - Class in org.gitlab4j.api.utils
Deprecated.
use DurationUtils instead
DurationUtils() - Constructor for class org.gitlab4j.api.utils.DurationUtils
Deprecated.
 

E

editBadge(Object, Long, String, String) - Method in class org.gitlab4j.api.GroupApi
Edit a badge of a group.
editBadge(Object, Long, String, String) - Method in class org.gitlab4j.api.ProjectApi
Edit a badge of a project.
editBadge(Object, Long, String, String, String) - Method in class org.gitlab4j.api.GroupApi
Edit a badge of a group.
editBadge(Object, Long, String, String, String) - Method in class org.gitlab4j.api.ProjectApi
Edit a badge of a project.
EMAIL_REGEX - Static variable in class org.gitlab4j.api.utils.EmailChecker
Java regular expression for validating an email address.
EMAIL_REGEX_PATTERN - Static variable in class org.gitlab4j.api.utils.EmailChecker
Java Pattern instance for validating an email address.
EmailChecker - Class in org.gitlab4j.api.utils
 
EmailChecker() - Constructor for class org.gitlab4j.api.utils.EmailChecker
 
enableCustomAttributes() - Method in class org.gitlab4j.api.UserApi
Enables custom attributes to be returned when fetching User instances.
enableDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
Enables a deploy key for a project so this can be used.
enableRequestResponseLogging() - Method in class org.gitlab4j.api.GitLabApi
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.
enableRequestResponseLogging(Level) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
enableRequestResponseLogging(Level, int) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
enableRequestResponseLogging(Level, int, List<String>) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
enableRequestResponseLogging(Level, List<String>) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
enableRequestResponseLogging(Logger, Level) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
enableRequestResponseLogging(Logger, Level, int) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
enableRequestResponseLogging(Logger, Level, int, List<String>) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
enableRequestResponseLogging(Logger, Level, List<String>) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
enableRunner(Object, Long) - Method in class org.gitlab4j.api.RunnersApi
Enable an available specific runner in the project.
ENTITY_STREAM_PROPERTY - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
Property name for the entity stream property
EnvironmentsApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API Environments API calls.
EnvironmentsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EnvironmentsApi
 
EpicsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Epics and Epic Issues API calls.
EpicsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EpicsApi
 
equals(Object) - Method in exception org.gitlab4j.api.GitLabApiException
 
eraseJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Erase specified job in a project.
estimateTime(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
Sets an estimated time of work in this issue
estimateTime(Object, Long, String) - Method in class org.gitlab4j.api.IssuesApi
Sets an estimated time of work in this issue
estimateTime(Object, Long, Duration) - Method in class org.gitlab4j.api.IssuesApi
Sets an estimated time of work in this issue
EventsApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab events calls.
EventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EventsApi
 
exists(String) - Method in class org.gitlab4j.api.UserApi
Check if the given user exists.
ExternalStatusCheckApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab external status checks.
ExternalStatusCheckApi(GitLabApi) - Constructor for class org.gitlab4j.api.ExternalStatusCheckApi
 

F

FEED_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
FEED_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
FileUtils - Class in org.gitlab4j.api.utils
This class provides static utility methods used throughout GitLab4J.
FileUtils() - Constructor for class org.gitlab4j.api.utils.FileUtils
 
filter(ClientRequestContext) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
finalize() - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
 
finalize() - Method in class org.gitlab4j.api.utils.SecretString
 
findNamespaces(String) - Method in class org.gitlab4j.api.NamespaceApi
Get all namespaces that match a string in their name or path.
findNamespaces(String, int) - Method in class org.gitlab4j.api.NamespaceApi
Get a Pager of all namespaces that match a string in their name or path.
findNamespaces(String, int, int) - Method in class org.gitlab4j.api.NamespaceApi
Get all namespaces that match a string in their name or path in the specified page range.
findNamespacesStream(String) - Method in class org.gitlab4j.api.NamespaceApi
Get all namespaces that match a string in their name or path as a Stream.
findUsers(String) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username
findUsers(String, int) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username and return a Pager
findUsers(String, int, int) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username in the specified page range.
findUsersStream(String) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username.
fireBuildEvent(BuildEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireDeploymentEvent(DeploymentEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireEvent(SystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
Fire the event to the registered listeners.
fireEvent(Event) - Method in class org.gitlab4j.api.WebHookManager
Fire the event to the registered listeners.
fireGroupEvent(GroupSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireGroupMemberEvent(GroupMemberSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireIssueEvent(IssueEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireJobEvent(JobEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireKeyEvent(KeySystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireMergeRequestEvent(MergeRequestSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireMergeRequestEvent(MergeRequestEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireNoteEvent(NoteEvent) - Method in class org.gitlab4j.api.WebHookManager
 
firePipelineEvent(PipelineEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireProjectEvent(ProjectSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
firePushEvent(PushSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
firePushEvent(PushEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireReleaseEvent(ReleaseEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireRepositoryEvent(RepositorySystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireTagPushEvent(TagPushSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireTagPushEvent(TagPushEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireTeamMemberEvent(TeamMemberSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireUserEvent(UserSystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
 
fireWikiPageEvent(WikiPageEvent) - Method in class org.gitlab4j.api.WebHookManager
 
fireWorkItemEvent(WorkItemEvent) - Method in class org.gitlab4j.api.WebHookManager
 
first() - Method in class org.gitlab4j.api.Pager
Returns the first page of List.
forkProject(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forkProject(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forkProject(Object, String, String, String) - Method in class org.gitlab4j.api.ProjectApi
Forks a project into the user namespace of the authenticated user or the one provided.
forValue(String) - Static method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
 

G

generateChangelog(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Generate changelog data based on commits in a repository.
generateChangelog(Object, ChangelogPayload) - Method in class org.gitlab4j.api.RepositoryApi
Generate changelog data based on commits in a repository.
geOptionalCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
geOptionalCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
geProjectIssuesStatistics(Object, IssuesStatisticsFilter) - Method in class org.gitlab4j.api.IssuesApi
Gets issues count statistics for given project.
get(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
get(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
get(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
get(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
getAccessRequests(Object) - Method in class org.gitlab4j.api.GroupApi
Get a List of the group access requests viewable by the authenticated user.
getAccessRequests(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a List of the project access requests viewable by the authenticated user.
getAccessRequests(Object, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of the group access requests viewable by the authenticated user.
getAccessRequests(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of the project access requests viewable by the authenticated user.
getAccessRequestsStream(Object) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of the group access requests viewable by the authenticated user.
getAccessRequestsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the project access requests viewable by the authenticated user.
getActiveUsers() - Method in class org.gitlab4j.api.UserApi
Get a list of active users
getActiveUsers(int) - Method in class org.gitlab4j.api.UserApi
Get a Pager of active users.
getActiveUsers(int, int) - Method in class org.gitlab4j.api.UserApi
Get a list of active users using the specified page and per page settings.
getActiveUsersStream() - Method in class org.gitlab4j.api.UserApi
Get a Stream of active users
getAllAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of all events for the authenticated user, across all of the user's projects.
getAllAuthenticatedUserEventsStream(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a Stream of all events for the authenticated user, across all of the user's projects.
getAllGitLabCiYamlTemplates() - Method in class org.gitlab4j.api.GitLabCiYamlApi
Get all GitLab CI/CD YAML templates.
getAllLicenses() - Method in class org.gitlab4j.api.LicenseApi
Retrieve information about all licenses.
getAllLicenses(int) - Method in class org.gitlab4j.api.LicenseApi
Get a Pager of all licenses.
getAllLicensesStream() - Method in class org.gitlab4j.api.LicenseApi
Get a Stream of all licenses.
getAllMembers(Object) - Method in class org.gitlab4j.api.GroupApi
Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object) - Method in class org.gitlab4j.api.ProjectApi
Gets a list of project members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object, int) - Method in class org.gitlab4j.api.GroupApi
Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
Deprecated.
Will be removed in version 6.0
getAllMembers(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0
getAllMembers(Object, String, List<Long>) - Method in class org.gitlab4j.api.GroupApi
Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object, String, List<Long>) - Method in class org.gitlab4j.api.ProjectApi
Gets a list of project members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object, String, List<Long>, int) - Method in class org.gitlab4j.api.GroupApi
Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembers(Object, String, List<Long>, int) - Method in class org.gitlab4j.api.ProjectApi
Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembersStream(Object) - Method in class org.gitlab4j.api.GroupApi
Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembersStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembersStream(Object, String, List<Long>) - Method in class org.gitlab4j.api.GroupApi
Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.
getAllMembersStream(Object, String, List<Long>) - Method in class org.gitlab4j.api.ProjectApi
Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.
getAllRunners() - Method in class org.gitlab4j.api.RunnersApi
Get a list of all runners in the GitLab instance (specific and shared).
getAllRunners(int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all runners in the GitLab instance (specific and shared).
getAllRunners(int, int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all runners in the GitLab instance (specific and shared).
getAllRunners(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all runners in the GitLab instance (specific and shared).
getAllRunners(Runner.RunnerType, Runner.RunnerStatus, int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all runners in the GitLab instance (specific and shared).
getAllRunners(Runner.RunnerType, Runner.RunnerStatus, int, int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all runners in the GitLab instance (specific and shared).
getAllRunnersStream() - Method in class org.gitlab4j.api.RunnersApi
Get a Stream of all runners in the GitLab instance (specific and shared).
getAllRunnersStream(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
Get a Stream of all runners in the GitLab instance (specific and shared).
getApiClient() - Method in class org.gitlab4j.api.AbstractApi
 
getApiNamespace() - Method in enum org.gitlab4j.api.GitLabApi.ApiVersion
 
getApiUrl(Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Construct a REST URL with the specified path arguments.
getApiVersion() - Method in class org.gitlab4j.api.AbstractApi
 
getApiVersion() - Method in class org.gitlab4j.api.GitLabApi
Return the GitLab API version that this instance is using.
getApplications() - Method in class org.gitlab4j.api.ApplicationsApi
Get all OATH applications.
getApplications(int) - Method in class org.gitlab4j.api.ApplicationsApi
Get a Pager of all OAUTH applications.
getApplications(int, int) - Method in class org.gitlab4j.api.ApplicationsApi
Get all OAUTH applications using the specified page and per page setting
getApplicationsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ApplicationsApi instance owned by this GitLabApi instance.
getApplicationSettings() - Method in class org.gitlab4j.api.ApplicationSettingsApi
Get the current application settings of the GitLab instance.
getApplicationSettingsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ApplicationSettingsApi instance owned by this GitLabApi instance.
getApplicationsStream() - Method in class org.gitlab4j.api.ApplicationsApi
Get a Stream of all OAUTH Application instances.
getApprovalRules(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of the project-level approval rules.
getApprovalRules(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of the project-level approval rules.
getApprovalRules(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of the merge request level approval rules.
getApprovalRules(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of the merge request level approval rules.
getApprovalRulesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the project-level approval rules.
getApprovalRulesStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Stream of the merge request level approval rules.
getApprovals(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get the merge request with approval information.
getApprovalsConfiguration(Object) - Method in class org.gitlab4j.api.ProjectApi
Get the project's approval information.
getApprovalState(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get the approval state of a merge request.
getApprovalStatus(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get list containing all the issues that would be closed by merging the provided merge request.
getAssociationsCount(Long) - Method in class org.gitlab4j.api.UserApi
Get a count of a user’s projects, groups, issues, and merge requests
getAuditEvent(Long) - Method in class org.gitlab4j.api.AuditEventApi
Get a specific instance audit event.
getAuditEvent(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Get a specific audit event of a group.
getAuditEvent(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get a specific audit event of a project.
getAuditEventApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the AuditEventApi instance owned by this GitLabApi instance.
getAuditEvents(Object, Date, Date) - Method in class org.gitlab4j.api.GroupApi
Get a List of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEvents(Object, Date, Date) - Method in class org.gitlab4j.api.ProjectApi
Get a List of the project audit events viewable by Maintainer or an Owner of the group.
getAuditEvents(Object, Date, Date, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEvents(Object, Date, Date, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEvents(Date, Date, String, Long) - Method in class org.gitlab4j.api.AuditEventApi
Get a List of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEvents(Date, Date, String, Long, int) - Method in class org.gitlab4j.api.AuditEventApi
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEventsStream(Object, Date, Date) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEventsStream(Object, Date, Date) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
getAuditEventsStream(Date, Date, String, Long) - Method in class org.gitlab4j.api.AuditEventApi
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user and in the specified page range.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user and in the specified page range.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int, Constants.EventScope) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user and in the specified page range.
getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, Constants.EventScope) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the authenticated user and in the specified page range.
getAuthenticatedUserEventsStream(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a Stream of events for the authenticated user.
getAuthToken() - Method in class org.gitlab4j.api.GitLabApi
Get the auth token being used by this client.
getAvatar(Object) - Method in class org.gitlab4j.api.GroupApi
Gets the group avatar.
getAvatar(Object) - Method in class org.gitlab4j.api.ProjectApi
Gets the project avatar.
getAwardEmojiApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the AwardEmojiApi instance owned by this GitLabApi instance.
getBadge(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Gets a badge of a group.
getBadge(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Gets a badge of a project.
getBadges(Object) - Method in class org.gitlab4j.api.GroupApi
Gets a list of a group’s badges and its group badges.
getBadges(Object) - Method in class org.gitlab4j.api.ProjectApi
Gets a list of a project’s badges and its group badges.
getBadges(Object, String) - Method in class org.gitlab4j.api.GroupApi
Gets a list of a group’s badges, case-sensitively filtered on bagdeName if non-null.
getBadges(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Gets a list of a project’s badges and its group badges, case-sensitively filtered on bagdeName if non-null.
getBlame(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get a List of file blame from repository.
getBlame(Object, String, String, int) - Method in class org.gitlab4j.api.RepositoryFileApi
Get a Pager of file blame from repository.
getBlameStream(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get a Stream of file blame from repository.
getblockedUsers(int, int) - Method in class org.gitlab4j.api.UserApi
Get a list of blocked users using the specified page and per page settings.
getBlockedUsers() - Method in class org.gitlab4j.api.UserApi
Get a list of blocked users.
getBlockedUsers(int) - Method in class org.gitlab4j.api.UserApi
Get a Pager of blocked users.
getBlockedUsersStream() - Method in class org.gitlab4j.api.UserApi
Get a Stream of blocked users.
getBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
getBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
getBoardLists(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
getBoardLists(Object, Long, int) - Method in class org.gitlab4j.api.BoardsApi
getBoardLists(Object, Long, int, int) - Method in class org.gitlab4j.api.BoardsApi
getBoards(Object) - Method in class org.gitlab4j.api.BoardsApi
getBoards(Object, int) - Method in class org.gitlab4j.api.BoardsApi
getBoards(Object, int, int) - Method in class org.gitlab4j.api.BoardsApi
getBoardsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the BoardsApi instance owned by this GitLabApi instance.
getBoardsListsStream(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
getBoardsStream(Object) - Method in class org.gitlab4j.api.BoardsApi
getBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a single project repository branch.
getBranches(Object) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository branches from a project, sorted by name alphabetically.
getBranches(Object, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository branches from a project, sorted by name alphabetically.
getBranches(Object, int, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository branches from a project, sorted by name alphabetically.
getBranches(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a List of repository branches from a project, sorted by name alphabetically, filter by the search term.
getBranches(Object, String, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository branches from a project, sorted by name alphabetically, filter by the search term.
getBranchesStream(Object) - Method in class org.gitlab4j.api.RepositoryApi
Get a Stream of repository branches from a project, sorted by name alphabetically.
getBranchesStream(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a Stream of repository branches from a project, sorted by name alphabetically, filter by the search term.
getBridgesForPipeline(Object, long) - Method in class org.gitlab4j.api.PipelineApi
Get a List of bridges in a pipeline.
getBridgesForPipeline(Object, long, int, Constants.JobScope) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of bridges in a pipeline.
getBridgesForPipeline(Object, long, Constants.JobScope) - Method in class org.gitlab4j.api.PipelineApi
Get a List of bridges in a pipeline.
getBridgesStream(Object, long, Constants.JobScope) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of bridges in a pipeline.
getBugzillaService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the Bugzilla service settings for a project.
getChildEpics(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Gets all child epics of an epic and the authenticated user has access to.
getChildEpics(Object, Long, int) - Method in class org.gitlab4j.api.EpicsApi
Get a Pager of all child epics of an epic and the authenticated user has access to.
getChildEpicsStream(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Gets all child epics of an epic and the authenticated user has access to as a Stream.
getClosedByMergeRequests(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get list containing all the merge requests that will close issue when merged.
getClosedByMergeRequests(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager containing all the merge requests that will close issue when merged.
getClosedByMergeRequests(Object, Long, int, int) - Method in class org.gitlab4j.api.IssuesApi
Get list containing all the merge requests that will close issue when merged.
getClosedByMergeRequestsStream(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get list containing all the merge requests that will close issue when merged.
getClosesIssues(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get list containing all the issues that would be closed by merging the provided merge request.
getClosesIssues(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager containing all the issues that would be closed by merging the provided merge request.
getClosesIssues(Object, Long, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get list containing all the issues that would be closed by merging the provided merge request.
getClosesIssuesStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get Stream containing all the issues that would be closed by merging the provided merge request.
getComments(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get the comments of a commit in a project.
getComments(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of the comments of a commit in a project.
getCommentsStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get the comments of a commit in a project as a Stream.
getCommit(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get a specific commit identified by the commit hash or name of a branch or tag.
getCommitDiscussion(Object, String, String) - Method in class org.gitlab4j.api.DiscussionsApi
Get a single discussion for the specified commit.
getCommitDiscussions(Object, String) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of all discussions for the specified commit.
getCommitDiscussions(Object, String, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of discussions for the specified commit.
getCommitDiscussionsPager(Object, String, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Pager of Discussion instances for the specified commit.
getCommitDiscussionsStream(Object, String) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Stream of Discussion instances for the specified commit.
getCommitRefs(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get a List of all references (from branches or tags) a commit is pushed to.
getCommitRefs(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of references (from branches or tags) a commit is pushed to.
getCommitRefs(Object, String, CommitRef.RefType) - Method in class org.gitlab4j.api.CommitsApi
Get a List of all references (from branches or tags) a commit is pushed to.
getCommitRefs(Object, String, CommitRef.RefType, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of references (from branches or tags) a commit is pushed to.
getCommitRefsStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of all references (from branches or tags) a commit is pushed to.
getCommitRefsStream(Object, String, CommitRef.RefType) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of all references (from branches or tags) a commit is pushed to.
getCommits(Object) - Method in class org.gitlab4j.api.CommitsApi
Get a list of all repository commits in a project.
getCommits(Object, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of all repository commits in a project.
getCommits(Object, int, int) - Method in class org.gitlab4j.api.CommitsApi
Deprecated. 
getCommits(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of merge request commits.
getCommits(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of merge request commits.
getCommits(Object, Long, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of merge request commits.
getCommits(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
Get a list of file commits in a project
getCommits(Object, String, Date, Date) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(Object, String, Date, Date, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of repository commits in a project.
getCommits(Object, String, Date, Date, int, int) - Method in class org.gitlab4j.api.CommitsApi
Deprecated. 
getCommits(Object, String, Date, Date, String) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(Object, String, Date, Date, String, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of repository commits in a project
getCommits(Object, String, Date, Date, String, int, int) - Method in class org.gitlab4j.api.CommitsApi
Deprecated. 
getCommits(Object, String, Date, Date, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.CommitsApi
Get a List of the specified repository commits in a project
getCommits(Object, String, Date, Date, String, Boolean, Boolean, Boolean, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of the specified repository commits in a project
getCommitsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the CommitsApi instance owned by this GitLabApi instance.
getCommitsStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Stream of merge request commits.
getCommitsStream(Object, String, Date, Date) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of repository commits in a project.
getCommitsStream(Object, String, Date, Date, String) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of repository commits in a project.
getCommitsStream(Object, String, Date, Date, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of the specified repository commits in a project
getCommitStatuses(Object, String, CommitStatusFilter) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commit statuses that meet the provided filter.
getCommitStatuses(Object, String, CommitStatusFilter, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of repository commit statuses that meet the provided filter.
getCommitStatuses(Object, String, CommitStatusFilter, int, int) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commit statuses that meet the provided filter.
getCommitStatusesStream(Object, String, CommitStatusFilter) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of repository commit statuses that meet the provided filter.
getCommitStream(Object) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of all repository commits in a project.
getContainerRegistryApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ContainerRegistryApi instance owned by this GitLabApi instance.
getContent(URLConnection) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Reads and returns the content from the provided URLConnection.
getContext(Class<?>) - Method in class org.gitlab4j.api.utils.JacksonJson
 
getContributors(Object) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of contributors from a project.
getContributors(Object, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of contributors from a project.
getContributors(Object, int, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of contributors from a project and in the specified page range.
getContributors(Object, int, int, Constants.ContributorOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of contributors from a project and in the specified page range, sorted by specified param.
getContributorsStream(Object) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of contributors from a project.
getCurrentPage() - Method in class org.gitlab4j.api.Pager
Get the current page of the iteration.
getCurrentUser() - Method in class org.gitlab4j.api.UserApi
Get currently authenticated user.
getCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
Get a single custom attribute for the specified group.
getCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Get a single custom attribute for the specified project.
getCustomAttributes(Object) - Method in class org.gitlab4j.api.GroupApi
Get all custom attributes for the specified group.
getCustomAttributes(Object) - Method in class org.gitlab4j.api.ProjectApi
Get all custom attributes for the specified project.
getCustomAttributes(Object, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of custom attributes for the specified group.
getCustomAttributes(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of custom attributes for the specified project.
getCustomAttributesStream(Object) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of all custom attributes for the specified group.
getCustomAttributesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of all custom attributes for the specified project.
getCustomIssueTrackerService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the Custom Issue Tracker service settings for a project.
getDefaultPerPage() - Method in class org.gitlab4j.api.AbstractApi
 
getDefaultPerPage() - Method in class org.gitlab4j.api.GitLabApi
Get the default number per page for calls that return multiple items.
getDefaultPerPageParam() - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
getDefaultPerPageParam(boolean) - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
getDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
Get a single deploy key for the specified project.
getDeployKeys() - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of all deploy keys across all projects of the GitLab instance.
getDeployKeys(int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a Pager of all deploy keys across all projects of the GitLab instance.
getDeployKeys(int, int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of all deploy keys across all projects of the GitLab instance using the specified page and per page settings.
getDeployKeysApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the DeployKeysApi instance owned by this GitLabApi instance.
getDeployKeysStream() - Method in class org.gitlab4j.api.DeployKeysApi
Get a Stream of all deploy keys across all projects of the GitLab instance.
getDeployment(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
Get a specific deployment.
getDeploymentsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the DeployKeysApi instance owned by this GitLabApi instance.
getDeployTokens() - Method in class org.gitlab4j.api.DeployTokensApi
Get a list of all deploy tokens across the GitLab instance.
getDeployTokens(int) - Method in class org.gitlab4j.api.DeployTokensApi
Get a Pager of all deploy tokens across all projects of the GitLab instance.
getDeployTokensApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the DeployTokensApi instance owned by this GitLabApi instance.
getDeployTokensStream() - Method in class org.gitlab4j.api.DeployTokensApi
Get a Stream of all deploy tokens across all projects of the GitLab instance.
getDescendantGroups(Object, GroupFilter) - Method in class org.gitlab4j.api.GroupApi
Get a list of visible descendant groups of a given group for the authenticated user using the provided filter.
getDescendantGroups(Object, GroupFilter, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of visible descendant groups of a given group for the authenticated user using the provided filter.
getDescendantGroupsStream(Object, GroupFilter) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of visible descendant groups of a given group for the authenticated user using the provided filter.
getDiff(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get the list of diffs of a commit in a project.
getDiff(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
Get the Pager of diffs of a commit in a project.
getDiffs(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of merge request diffs.
getDiffs(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of merge request diffs.
getDiffsStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Stream of merge request diffs.
getDiffStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get the Diff of diffs of a commit in a project.
getDiffVersion(Object, Long, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a single merge request diff version.
getDiffVersions(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of merge request diff versions.
getDiffVersions(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of merge request diff versions.
getDiffVersionsStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Stream of merge request diff versions.
getDiscussionsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the DiscussionsApi instance owned by this GitLabApi instance.
getDoneTodos() - Method in class org.gitlab4j.api.TodosApi
Get a List of done todos for the current user.
getDoneTodos(int) - Method in class org.gitlab4j.api.TodosApi
Get a Pager of done todos for the current user.
getDoneTodosStream() - Method in class org.gitlab4j.api.TodosApi
Get a Stream of done todos for the current user.
getEmail(Long) - Method in class org.gitlab4j.api.UserApi
Get a single Email instance specified by he email ID
getEmailOnPushService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get Emails on push service settings for a project.
getEmails() - Method in class org.gitlab4j.api.UserApi
Get a list of emails for the current user.
getEmails(Object) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user’s emails.
getEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
Get a specific environment.
getEnvironments(Object) - Method in class org.gitlab4j.api.EnvironmentsApi
Get all environments for a given project.
getEnvironments(Object, int) - Method in class org.gitlab4j.api.EnvironmentsApi
Get a Pager of all environments for a given project.
getEnvironmentsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the EnvironmentsApi instance owned by this GitLabApi instance.
getEnvironmentsStream(Object) - Method in class org.gitlab4j.api.EnvironmentsApi
Get a Stream of all environments for a given project.
getEpic(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Get a single epic for the specified group.
getEpicDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of all discussions for the specified epic.
getEpicDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of discussions for the specified epic.
getEpicDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Pager of Discussion instances for the specified epic.
getEpicDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Stream of Discussion instances for the specified epic.
getEpicIssues(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Gets all issues that are assigned to an epic and the authenticated user has access to.
getEpicIssues(Object, Long, int) - Method in class org.gitlab4j.api.EpicsApi
Get a Pager of all issues that are assigned to an epic and the authenticated user has access to.
getEpicIssues(Object, Long, int, int) - Method in class org.gitlab4j.api.EpicsApi
Gets all issues that are assigned to an epic and the authenticated user has access to using the specified page and per page setting.
getEpicIssuesStream(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Gets all issues that are assigned to an epic and the authenticated user has access to as a Stream.
getEpicLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Get a single label event for a specific epic label event.
getEpicLabelEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a list of all label events for an epic.
getEpicLabelEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a Pager of all label events for the specified epic.
getEpicLabelEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a Stream of all label events for he specified epic.
getEpicNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
Get the specified epics's note.
getEpicNotes(Object, Long) - Method in class org.gitlab4j.api.NotesApi
Get a list of the epics's notes.
getEpicNotes(Object, Long, int) - Method in class org.gitlab4j.api.NotesApi
Get a Pager of epics's notes.
getEpicNotes(Object, Long, int, int) - Method in class org.gitlab4j.api.NotesApi
Get a list of the epic's notes using the specified page and per page settings.
getEpicNotesStream(Object, Long) - Method in class org.gitlab4j.api.NotesApi
Get a Stream of the epics's notes.
getEpics(Object) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups.
getEpics(Object, int) - Method in class org.gitlab4j.api.EpicsApi
Get a Pager of all epics of the requested group and its subgroups.
getEpics(Object, int, int) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
getEpics(Object, int, EpicFilter) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
getEpics(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups.
getEpics(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String, int) - Method in class org.gitlab4j.api.EpicsApi
Get a Pager of all epics of the requested group and its subgroups.
getEpics(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String, int, int) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
getEpics(Object, EpicFilter) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
getEpicsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the EpicsApi instance owned by this GitLabApi instance.
getEpicsStream(Object) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups as a Stream.
getEpicsStream(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.EpicsApi
Gets all epics of the requested group and its subgroups as a Stream.
getEventsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the EventsApi instance owned by this GitLabApi instance.
getExportStatus(Object) - Method in class org.gitlab4j.api.ImportExportApi
Get the status of export.
getExternalStatusCheckApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ExternalStatusCheckApi instance owned by this GitLabApi instance.
getExternalStatusChecks(Object) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Gets a list of all external status checks for a given project.
getExternalStatusChecks(Object, int) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Gets a Pager of all external status checks for a given project.
getExternalStatusChecksStream(Object) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Gets a Stream of all external status checks for a given project.
getExternalStatusCheckStatuses(Object, Long) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Gets a list of all statuses of the external status checks for a given merge request.
getExternalStatusCheckStatuses(Object, Long, int) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Gets a Pager of all statuses of the external status checks for a given merge request.
getExternalStatusCheckStatusesStream(Object, Long) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Gets a Stream of all statuses of the external status checks for a given merge request.
getExternalWikiService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the ExternalWiki service settings for a project.
getFeedToken(String, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Fetches the user's GitLab Feed token using HTML scraping.
getFile(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get file from repository.
getFile(Object, String, String, boolean) - Method in class org.gitlab4j.api.RepositoryFileApi
Get file from repository.
getFile(String, Long, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Deprecated.
Will be removed in version 6.0, replaced by RepositoryFileApi.getFile(Object, String, String)
getFileInfo(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get information on a file in the repository.
getFilenameFromContentDisposition(Response) - Static method in class org.gitlab4j.api.utils.FileUtils
Get the filename from the "Content-Disposition" header of a JAX-RS response.
getForks(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects that were forked from the specified project.
getForks(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects that were forked from the specified project.
getForks(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects that were forked from the specified project and in the specified page range.
getForksStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of projects that were forked from the specified project.
getGitLabCiYamlApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the GitLabCiYamlApi instance owned by this GitLabApi instance.
getGitLabServerUrl() - Method in class org.gitlab4j.api.GitLabApi
Get the URL to the GitLab server.
getGlobalNotificationSettings() - Method in class org.gitlab4j.api.NotificationSettingsApi
Get the global notification settings.
getGpgSignature(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get the GPG signature from a commit, if it is signed.
getGroup(Object) - Method in class org.gitlab4j.api.GroupApi
Get all details of a group.
getGroupAccessToken(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Get a group access token by ID.
getGroupAccessTokens(Object) - Method in class org.gitlab4j.api.GroupApi
Get a list of group access tokens.
getGroupApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the GroupApi instance owned by this GitLabApi instance.
getGroupDeployTokens(Object) - Method in class org.gitlab4j.api.DeployTokensApi
Get a list of the deploy tokens for the specified group.
getGroupDeployTokens(Object, int) - Method in class org.gitlab4j.api.DeployTokensApi
Get a Pager of the deploy tokens for the specified group.
getGroupDeployTokensStream(Object) - Method in class org.gitlab4j.api.DeployTokensApi
Get a list of the deploy tokens for the specified group.
getGroupEpicBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single epic board.
getGroupEpicBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single epic board list.
getGroupEpicBoardLists(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a list of the board’s lists.
getGroupEpicBoardLists(Object, Long, int) - Method in class org.gitlab4j.api.BoardsApi
Get a Pager of the board’s lists.
getGroupEpicBoardLists(Object, Long, int, int) - Method in class org.gitlab4j.api.BoardsApi
Get a list of the board’s lists for the specified group to using the specified page and per page setting.
getGroupEpicBoards(Object) - Method in class org.gitlab4j.api.BoardsApi
Lists epic boards in the given group.
getGroupEpicBoards(Object, int) - Method in class org.gitlab4j.api.BoardsApi
Get a Pager of all epic boards for the specified group.
getGroupEpicBoards(Object, int, int) - Method in class org.gitlab4j.api.BoardsApi
Get all epic boards for the specified group using the specified page and per page setting
getGroupEpicBoardsListsStream(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a Stream of the board’s lists.
getGroupEpicBoardsStream(Object) - Method in class org.gitlab4j.api.BoardsApi
Get a Stream of all epic boards for the specified group.
getGroupIdOrPath(Object) - Method in class org.gitlab4j.api.AbstractApi
Returns the group ID or path from the provided Long, String, or Group instance.
getGroupIssueBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single issue board.
getGroupIssueBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single issue board list.
getGroupIssueBoardLists(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a list of the board’s lists.
getGroupIssueBoardLists(Object, Long, int) - Method in class org.gitlab4j.api.BoardsApi
Get a Pager of the board’s lists.
getGroupIssueBoardLists(Object, Long, int, int) - Method in class org.gitlab4j.api.BoardsApi
Get a list of the board’s lists for the specified group to using the specified page and per page setting.
getGroupIssueBoards(Object) - Method in class org.gitlab4j.api.BoardsApi
Lists Issue Boards in the given group.
getGroupIssueBoards(Object, int) - Method in class org.gitlab4j.api.BoardsApi
Get a Pager of all issue boards for the specified group.
getGroupIssueBoards(Object, int, int) - Method in class org.gitlab4j.api.BoardsApi
Get all issue boards for the specified group using the specified page and per page setting
getGroupIssueBoardsListsStream(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a Stream of the board’s lists.
getGroupIssueBoardsStream(Object) - Method in class org.gitlab4j.api.BoardsApi
Get a Stream of all issue boards for the specified group.
getGroupIssues(Object) - Method in class org.gitlab4j.api.IssuesApi
Get a list of a group’s issues.
getGroupIssues(Object, int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of groups's issues.
getGroupIssues(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get the list of issues associated with the specified group milestone.
getGroupIssues(Object, Long, int) - Method in class org.gitlab4j.api.MilestonesApi
Get the Pager of issues associated with the specified group milestone.
getGroupIssues(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
Get a list of a group’s issues.
getGroupIssues(Object, IssueFilter, int) - Method in class org.gitlab4j.api.IssuesApi
Get a list of groups's issues.
getGroupIssuesStatistics(Object, IssuesStatisticsFilter) - Method in class org.gitlab4j.api.IssuesApi
Gets issues count statistics for given group.
getGroupIssuesStream(Object) - Method in class org.gitlab4j.api.IssuesApi
Get a Stream of a group’s issues.
getGroupIssuesStream(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get a Stream of issues associated with the specified group milestone.
getGroupIssuesStream(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
Get a Stream of a group’s issues.
getGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Get a single group label.
getGroupLabels(Object) - Method in class org.gitlab4j.api.LabelsApi
Get all labels of the specified group.
getGroupLabels(Object, int) - Method in class org.gitlab4j.api.LabelsApi
Get a Pager of all labels of the specified group.
getGroupLabelsStream(Object) - Method in class org.gitlab4j.api.LabelsApi
Get a Stream of all labels of the specified group.
getGroupMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get the list of merge requests associated with the specified group milestone.
getGroupMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get the specified group milestone.
getGroupMilestones(Object) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of group milestones.
getGroupMilestones(Object, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a Page of group milestones.
getGroupMilestones(Object, int, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of group milestones.
getGroupMilestones(Object, String) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of group milestones that have match the search string.
getGroupMilestones(Object, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of group milestones that have the specified state.
getGroupMilestones(Object, Constants.MilestoneState, String) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of group milestones that have the specified state and match the search string.
getGroupMilestonesStream(Object) - Method in class org.gitlab4j.api.MilestonesApi
Get a Stream of group milestones.
getGroupNotificationSettings(long) - Method in class org.gitlab4j.api.NotificationSettingsApi
Get the notification settings for a group.
getGroups() - Method in class org.gitlab4j.api.GroupApi
Get a list of groups.
getGroups(int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of groups.
getGroups(int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of groups (As user: my groups, as admin: all groups) and in the specified page range.
getGroups(String) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path.
getGroups(String, int) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path.
getGroups(String, int, int) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path.
getGroups(GroupFilter) - Method in class org.gitlab4j.api.GroupApi
Get a list of visible groups for the authenticated user using the provided filter.
getGroups(GroupFilter, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of visible groups for the authenticated user using the provided filter.
getGroupsStream() - Method in class org.gitlab4j.api.GroupApi
Get a Stream of groups.
getGroupsStream(String) - Method in class org.gitlab4j.api.GroupApi
Get all groups that match your string in their name or path as a Stream.
getGroupsStream(GroupFilter) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of visible groups for the authenticated user using the provided filter.
getHeaders() - Method in exception org.gitlab4j.api.GitLabApiException
Returns the response headers.
getHealthCheckAccessToken(String, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Fetches the GitLab health check access token using HTML scraping.
getHealthCheckApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the HealthCheckApi instance owned by this GitLabApi instance.
getHipChatService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the HipChatService notification configuration for a project.
getHook(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get a specific hook for project.
getHooks(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of the project hooks for the specified project.
getHooks(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get Pager of project hooks.
getHooks(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get list of project hooks in the specified page range.
getHooksStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the project hooks for the specified project.
getHtmlUrl() - Method in class org.gitlab4j.api.ProjectLicense
 
getHttpStatus() - Method in exception org.gitlab4j.api.GitLabApiException
Returns the HTTP status code that was the cause of the exception.
getIgnoreCertificateErrors() - Method in class org.gitlab4j.api.GitLabApi
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
getIgnoreCertificateErrors() - Method in class org.gitlab4j.api.GitLabApiClient
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
getImpersonationToken(Object, Long) - Method in class org.gitlab4j.api.UserApi
Get an impersonation token of a user.
getImpersonationTokens(Object) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user's impersonation tokens.
getImpersonationTokens(Object, Constants.ImpersonationState) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user's impersonation tokens.
getImportExportApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ImportExportApi instance owned by this GitLabApi instance.
getImportStatus(Object) - Method in class org.gitlab4j.api.ImportExportApi
Get the status of an import.
getIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get a single project issue.
getIssue(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0, replaced by IssuesApi.getIssue(Object, Long)
getIssueAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get the specified award emoji for the specified issue.
getIssueAwardEmojis(Object, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get a list of award emoji for the specified issue.
getIssueDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of all discussions for the specified issue.
getIssueDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of discussions for the specified issue.
getIssueDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Pager of Discussion instances for the specified issue.
getIssueDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Stream of Discussion instances for the specified issue.
getIssueLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Get a single label event for a specific project issue.
getIssueLabelEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a list of all label events for a single issue.
getIssueLabelEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a Pager of all label events for a single issue.
getIssueLabelEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a Stream of all label events for a single issue.
getIssueLinks(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).
getIssueLinks(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of related issues of a given issue, sorted by the relationship creation datetime (ascending).
getIssueLinksStream(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get a Stream of related issues of a given issue, sorted by the relationship creation datetime (ascending).
getIssueNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
Get the specified issues's note.
getIssueNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get the specified award emoji for the specified issue note.
getIssueNoteAwardEmojis(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get a list of award emoji for the specified issue note.
getIssueNotes(Object, Long) - Method in class org.gitlab4j.api.NotesApi
Get a list of the issues's notes.
getIssueNotes(Object, Long, int) - Method in class org.gitlab4j.api.NotesApi
Get a Pager of issues's notes.
getIssueNotes(Object, Long, int, int) - Method in class org.gitlab4j.api.NotesApi
Get a list of the issue's notes using the specified page and per page settings.
getIssueNotesStream(Object, Long) - Method in class org.gitlab4j.api.NotesApi
Get a Stream of the issues's notes.
getIssues() - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to.
getIssues(int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of all issues the authenticated user has access to.
getIssues(int, int) - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to using the specified page and per page setting.
getIssues(Object) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues.
getIssues(Object) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0, replaced by IssuesApi.getIssues(Object)
getIssues(Object, int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of project's issues.
getIssues(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0, replaced by IssuesApi.getIssues(Object, int)
getIssues(Object, int, int) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues using the specified page and per page settings.
getIssues(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0, replaced by IssuesApi.getIssues(Object, int, int)
getIssues(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get the list of issues associated with the specified milestone.
getIssues(Object, Long, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a Pager of issues associated with the specified milestone.
getIssues(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues.
getIssues(Object, IssueFilter, int) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues.
getIssues(Object, IssueFilter, int, int) - Method in class org.gitlab4j.api.IssuesApi
Get a list of project's issues.
getIssues(IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to.
getIssues(IssueFilter, int) - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to.
getIssues(IssueFilter, int, int) - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to.
getIssuesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the IssuesApi instance owned by this GitLabApi instance.
getIssuesStatistics(IssuesStatisticsFilter) - Method in class org.gitlab4j.api.IssuesApi
Gets issues count statistics on all issues the authenticated user has access to.
getIssuesStream() - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to as a Stream.
getIssuesStream(Object) - Method in class org.gitlab4j.api.IssuesApi
Get a Stream of project's issues.
getIssuesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Deprecated.
Will be removed in version 6.0, replaced by IssuesApi.getIssues(Object)
getIssuesStream(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get a Stream of issues associated with the specified milestone.
getIssuesStream(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
Get a Stream of project's issues.
getIssuesStream(IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
Get all issues the authenticated user has access to.
getIssueStateEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceStateEventsApi
Gets a list of all state events for a single issue.
getIssueStateEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceStateEventsApi
Gets a Pager of all state events for a single issue.
getIssueStateEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceStateEventsApi
Gets a Stream of all state events for a single issue.
getItemsPerPage() - Method in class org.gitlab4j.api.Pager
Get the items per page value.
getJiraService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the JIRA service settings for a project.
getJob() - Method in class org.gitlab4j.api.JobApi
Retrieve the job corresponding to the $CI_JOB_TOKEN environment variable (Using a Constants.TokenType.JOB_TOKEN authentication).
getJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Get single job in a project.
getJob(String) - Method in class org.gitlab4j.api.JobApi
Retrieve the job corresponding to the $CI_JOB_TOKEN environment variable.
getJobApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the JobApi instance owned by this GitLabApi instance.
getJobs(Long) - Method in class org.gitlab4j.api.RunnersApi
List jobs that are being processed or were processed by specified Runner.
getJobs(Long, int) - Method in class org.gitlab4j.api.RunnersApi
List jobs that are being processed or were processed by specified Runner.
getJobs(Long, JobStatus) - Method in class org.gitlab4j.api.RunnersApi
List jobs that are being processed or were processed by specified Runner.
getJobs(Long, JobStatus, int) - Method in class org.gitlab4j.api.RunnersApi
List jobs that are being processed or were processed by specified Runner.
getJobs(Object) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project.
getJobs(Object, int) - Method in class org.gitlab4j.api.JobApi
Get a Pager of jobs in a project.
getJobs(Object, int, int) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project in the specified page range.
getJobs(Object, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project.
getJobs(Object, Constants.JobScope, int) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a project.
getJobsForPipeline(Object, long) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a pipeline.
getJobsForPipeline(Object, long, int) - Method in class org.gitlab4j.api.JobApi
Get a Pager of jobs in a pipeline.
getJobsForPipeline(Object, long, int, Boolean) - Method in class org.gitlab4j.api.JobApi
Get a Pager of jobs in a pipeline.
getJobsForPipeline(Object, long, Boolean) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a pipeline.
getJobsForPipeline(Object, long, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a pipeline.
getJobsForPipeline(Object, long, Constants.JobScope, Boolean) - Method in class org.gitlab4j.api.JobApi
Get a list of jobs in a pipeline.
getJobsStream(Long) - Method in class org.gitlab4j.api.RunnersApi
Get a Stream of jobs that are being processed or were processed by specified Runner.
getJobsStream(Long, JobStatus) - Method in class org.gitlab4j.api.RunnersApi
Get a Stream of jobs that are being processed or were processed by specified Runner.
getJobsStream(Object) - Method in class org.gitlab4j.api.JobApi
Get a Stream of jobs in a project.
getJobsStream(Object, long) - Method in class org.gitlab4j.api.JobApi
Get a Stream of jobs in a pipeline.
getJobsStream(Object, long, Boolean) - Method in class org.gitlab4j.api.JobApi
Get a Stream of jobs in a pipeline.
getJobsStream(Object, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
Get a Stream of jobs in a project.
getKey() - Method in class org.gitlab4j.api.ProjectLicense
 
getKey(String) - Method in class org.gitlab4j.api.KeysApi
Get a single key by id.
getKeysAPI() - Method in class org.gitlab4j.api.GitLabApi
Gets the KeysApi instance owned by this GitLabApi instance.
getLabelIdOrName(Object) - Method in class org.gitlab4j.api.AbstractApi
Returns the label ID or name from the provided Long, String, or Label instance.
getLabels(Object) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
Replaced by the LabelsApi.getProjectLabels(Object) method.
getLabels(Object, int) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
getLabels(Object, int, int) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
Will be removed in the next major release (6.0.0)
getLabelsApi() - Method in class org.gitlab4j.api.GitLabApi
 
getLabelsStream(Object) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
getLdapGroupLinks(Object) - Method in class org.gitlab4j.api.GroupApi
Get the list of LDAP group links.
getLicense() - Method in class org.gitlab4j.api.LicenseApi
Retrieve information about the current license.
getLicenseApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the LicenseApi instance owned by this GitLabApi instance.
getLicenseTemplate(String) - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a single license template.
getLicenseTemplates() - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a List of all license templates.
getLicenseTemplates(int) - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a Pager of all license templates.
getLicenseTemplates(Boolean, int) - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a Pager of license templates.
getLicenseTemplatesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the LicenseTemplatesApi instance owned by this GitLabApi instance.
getLicenseTemplatesStream() - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a Stream of all license templates.
getLink(Object, String, Integer) - Method in class org.gitlab4j.api.ReleaseLinksApi
Get a Link for the given tag name and link id.
getLinks(Object, String) - Method in class org.gitlab4j.api.ReleaseLinksApi
Get assets as Links from a Release.
getLinks(Object, String, int) - Method in class org.gitlab4j.api.ReleaseLinksApi
Get assets as Links from a Release.
getLinksStream(Object, String) - Method in class org.gitlab4j.api.ReleaseLinksApi
Get a Stream of assets as Links from a Release.
getLiveness() - Method in class org.gitlab4j.api.HealthCheckApi
Get Health Checks from the liveness endpoint.
getLiveness(String) - Method in class org.gitlab4j.api.HealthCheckApi
Deprecated. 
getLogger() - Static method in class org.gitlab4j.api.GitLabApi
Get the GitLab4J shared Logger instance.
getMarkdown(String) - Method in class org.gitlab4j.api.MarkdownApi
Render an arbitrary Markdown document.
getMarkdown(MarkdownRequest) - Method in class org.gitlab4j.api.MarkdownApi
Render an arbitrary Markdown document.
getMarkdownApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the MarkdownApi instance owned by this GitLabApi instance.
getMattermostService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the Mattermost service settings for a project.
getMember(Object, long) - Method in class org.gitlab4j.api.GroupApi
Get a group member viewable by the authenticated user.
getMember(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Gets a project team member.
getMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.GroupApi
Gets a group team member, optionally including inherited member.
getMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Gets a project team member, optionally including inherited member.
getMemberProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects that the authenticated user is a member of.
getMemberProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects that the authenticated user is a member of.
getMemberProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects that the authenticated user is a member of in the specified page range.
getMemberProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of projects that the authenticated user is a member of.
getMembers(Object) - Method in class org.gitlab4j.api.GroupApi
Get a list of group members viewable by the authenticated user.
getMembers(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project team members.
getMembers(Object, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of group members viewable by the authenticated user.
getMembers(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project team members.
getMembers(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of group members viewable by the authenticated user in the specified page range.
getMembers(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project team members in the specified page range.
getMemberships(Long) - Method in class org.gitlab4j.api.UserApi
Lists all projects and groups a user is a member of.
getMemberships(Long, int) - Method in class org.gitlab4j.api.UserApi
Returns a Pager that lists all projects and groups a user is a member of.
getMembersStream(Object) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of group members viewable by the authenticated user.
getMembersStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of project team members.
getMergeBase(Object, List<String>) - Method in class org.gitlab4j.api.RepositoryApi
Get the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
getMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get information about a single merge request.
getMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get the list of merge requests associated with the specified milestone.
getMergeRequest(Object, Long, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a Pager of merge requests associated with the specified milestone.
getMergeRequest(Object, Long, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Get information about a single merge request.
getMergeRequestApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the MergeRequestApi instance owned by this GitLabApi instance.
getMergeRequestApprovals(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get the merge request with approval information.
getMergeRequestAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get the specified award emoji for the specified merge request.
getMergeRequestAwardEmojis(Object, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get a list of award emoji for the specified merge request.
getMergeRequestChanges(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get merge request with changes information.
getMergeRequestDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of all discussions for the specified merge request.
getMergeRequestDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of discussions for the specified merge request.
getMergeRequestDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Pager of Discussion instances for the specified merge request.
getMergeRequestDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Stream of Discussion instances for the specified merge request.
getMergeRequestLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Get a single label event for a specific merge request label event.
getMergeRequestLabelEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a list of all label events for a merge request.
getMergeRequestLabelEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a Pager of all label events for the specified merge request.
getMergeRequestLabelEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Gets a Stream of all label events for he specified merge request.
getMergeRequestNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
Get the specified merge request's note.
getMergeRequestNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get the specified award emoji for the specified merge request note.
getMergeRequestNoteAwardEmojis(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get a list of award emoji for the specified merge request note.
getMergeRequestNotes(Object, Long) - Method in class org.gitlab4j.api.NotesApi
Gets a list of all notes for a single merge request
getMergeRequestNotes(Object, Long, int) - Method in class org.gitlab4j.api.NotesApi
Get a Pager of all notes for a single merge request
getMergeRequestNotes(Object, Long, int, int) - Method in class org.gitlab4j.api.NotesApi
Gets a list of all notes for a single merge request using the specified page and per page settings.
getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy) - Method in class org.gitlab4j.api.NotesApi
Gets a list of all notes for a single merge request.
getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy, int) - Method in class org.gitlab4j.api.NotesApi
Get a Pager of all notes for a single merge request
getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy, int, int) - Method in class org.gitlab4j.api.NotesApi
Gets a list of all notes for a single merge request using the specified page and per page settings.
getMergeRequestNotesStream(Object, Long) - Method in class org.gitlab4j.api.NotesApi
Gets a Stream of all notes for a single merge request
getMergeRequestNotesStream(Object, Long, Constants.SortOrder, Note.OrderBy) - Method in class org.gitlab4j.api.NotesApi
Gets a Stream of all notes for a single merge request.
getMergeRequestPipelines(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a list of pipelines for a merge request.
getMergeRequestPipelines(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of pipelines for a merge request.
getMergeRequestPipelinesStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Stream of pipelines for a merge request.
getMergeRequests(Object) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(Object, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(Object, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
Get a list of Merge Requests shipped with a given deployment.
getMergeRequests(Object, Long, int) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Pager of Merge Requests shipped with a given deployment.
getMergeRequests(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get a list of Merge Requests related to the specified commit.
getMergeRequests(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
Get a Pager of Merge Requests related to the specified commit.
getMergeRequests(Object, Constants.MergeRequestState) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests with a specific state for the specified project.
getMergeRequests(Object, Constants.MergeRequestState, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(Object, Constants.MergeRequestState, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequests(MergeRequestFilter) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests matching the filter.
getMergeRequests(MergeRequestFilter, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests matching the filter.
getMergeRequests(MergeRequestFilter, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests matching the filter.
getMergeRequestsStream(Object) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project as a Stream
getMergeRequestsStream(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Stream of Merge Requests shipped with a given deployment.
getMergeRequestsStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get a Stream of Merge Requests related to the specified commit.
getMergeRequestsStream(Object, Constants.MergeRequestState) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests with a specific state for the specified project as a Stream.
getMergeRequestsStream(MergeRequestFilter) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests matching the filter as a Stream.
getMergeRequestStream(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get a Stream of merge requests associated with the specified milestone.
getMessage() - Method in exception org.gitlab4j.api.GitLabApiException
Get the message associated with the exception.
getMetadata() - Method in class org.gitlab4j.api.MetadataApi
Get Gitlab metadata
getMetadataApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the MetadataApi instance owned by this GitlabApi instance.
getMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
Get the specified milestone.
getMilestones(Object) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones.
getMilestones(Object, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a Pager of project milestones.
getMilestones(Object, int, int) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones.
getMilestones(Object, String) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones that have match the search string.
getMilestones(Object, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones that have the specified state.
getMilestones(Object, Constants.MilestoneState, String) - Method in class org.gitlab4j.api.MilestonesApi
Get a list of project milestones that have the specified state and match the search string.
getMilestonesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the MilsestonesApi instance owned by this GitLabApi instance.
getMilestonesStream(Object) - Method in class org.gitlab4j.api.MilestonesApi
Get a Stream of project milestones.
getName() - Method in class org.gitlab4j.api.ProjectLicense
 
getNamespace(Object) - Method in class org.gitlab4j.api.NamespaceApi
Get all details of a namespace.
getNamespaceApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the NamespaceApi instance owned by this GitLabApi instance.
getNamespaceIdOrPath(Object) - Method in class org.gitlab4j.api.AbstractApi
 
getNamespaces() - Method in class org.gitlab4j.api.NamespaceApi
Get a list of the namespaces of the authenticated user.
getNamespaces(int) - Method in class org.gitlab4j.api.NamespaceApi
Get a Pager of the namespaces of the authenticated user.
getNamespaces(int, int) - Method in class org.gitlab4j.api.NamespaceApi
Get a list of the namespaces of the authenticated user.
getNamespacesStream() - Method in class org.gitlab4j.api.NamespaceApi
Get a Stream of the namespaces of the authenticated user.
getNickname() - Method in class org.gitlab4j.api.ProjectLicense
 
getNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
getNoteAwardEmojis(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get a list of award emoji for the specified issue note.
getNotesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the NotesApi instance owned by this GitLabApi instance.
getNotificationSettingsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the NotesApi instance owned by this GitLabApi instance.
getObjectMapper() - Method in class org.gitlab4j.api.utils.JacksonJson
Gets the ObjectMapper contained by this instance.
getOptionalBadge(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Get an Optional instance with the value for the specified badge.
getOptionalBadge(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the specified badge.
getOptionalBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
getOptionalBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
getOptionalBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Get an Optional instance with the value for the specific repository branch.
getOptionalCommit(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get a specific commit identified by the commit hash or name of a branch or tag as an Optional instance
getOptionalCommitDiscussion(Object, String, String) - Method in class org.gitlab4j.api.DiscussionsApi
Get an Optional instance of a single discussion for the specified commit.
getOptionalCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
Get an Optional instance with the value for a single custom attribute for the specified group.
getOptionalCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for a single custom attribute for the specified project.
getOptionalDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
Get a single deploy key for the specified project as an Optional instance.
getOptionalDeployment(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
Get a specific deployment as an Optional instance.
getOptionalDiffVersion(Object, Long, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get a single merge request diff version as an Optional instance.
getOptionalEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
Get a specific environment.
getOptionalEpic(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Get an Optional instance with the value for the specific Epic.
getOptionalEpicLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Get an Optional instance holding a LabelEvent for a specific epic label event.
getOptionalException(Optional<?>) - Static method in class org.gitlab4j.api.GitLabApi
Get the exception associated with the provided Optional instance, or null if no exception is associated with the Optional instance.
getOptionalFile(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get an Optional instance with the value holding information and content for a file in the repository.
getOptionalFileInfo(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get an Optional instance with the value holding information on a file in the repository.
getOptionalGpgSignature(Object, String) - Method in class org.gitlab4j.api.CommitsApi
Get the GPG signature from a commit as an Optional instance
getOptionalGroup(Object) - Method in class org.gitlab4j.api.GroupApi
Get all details of a group as an Optional instance.
getOptionalGroupEpicBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get an epic board as an Optional instance.
getOptionalGroupEpicBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single epic board list as an Optional instance.
getOptionalGroupIssueBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get an issue board as an Optional instance.
getOptionalGroupIssueBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single issue board list as an Optional instance.
getOptionalGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Get a single group label as the value of an Optional.
getOptionalHook(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get a specific hook for project as an Optional instance.
getOptionalImpersonationToken(Object, Long) - Method in class org.gitlab4j.api.UserApi
Get an impersonation token of a user as an Optional instance.
getOptionalIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get a single project issue as an Optional instance.
getOptionalIssueLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Get an Optional instance holding a LabelEvent for a specific project issue
getOptionalJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Get single job in a project as an Optional instance.
getOptionalLicense() - Method in class org.gitlab4j.api.LicenseApi
Retrieve information about the current license as the value of an Optional.
getOptionalLicenseTemplate(String) - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a single license template as the value of an Optional.
getOptionalLink(Object, String, Integer) - Method in class org.gitlab4j.api.ReleaseLinksApi
Get an Optional instance holding a Link instance for the specific tag name and link id.
getOptionalMember(Object, long) - Method in class org.gitlab4j.api.GroupApi
Get a group member viewable by the authenticated user as an Optional instance.
getOptionalMember(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Gets a project team member.
getOptionalMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.GroupApi
Gets a group team member, optionally including inherited member.
getOptionalMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Gets a project team member, optionally including inherited member.
getOptionalMergeBase(Object, List<String>) - Method in class org.gitlab4j.api.RepositoryApi
Get an Optional instance with the value of the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
getOptionalMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get information about a single merge request as an Optional instance.
getOptionalMergeRequest(Object, Long, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Get information about a single merge request as an Optional instance.
getOptionalMergeRequestLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
Get an Optional instance holding a LabelEvent for a specific merge request label event.
getOptionalNamespace(Object) - Method in class org.gitlab4j.api.NamespaceApi
Get all details of a namespace as an Optional instance.
getOptionalPage(Object, String) - Method in class org.gitlab4j.api.WikisApi
Get a single page of project wiki as an Optional instance.
getOptionalPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Get a specific pipeline schedule for project as an Optional instance.
getOptionalPipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Get a specific pipeline trigger for project as an Optional instance.
getOptionalProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
getOptionalProject(Object, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
getOptionalProject(Object, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
getOptionalProject(String, String) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
getOptionalProject(String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
getOptionalProjectIssueBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get an issue board as an Optional instance.
getOptionalProjectIssueBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single issue board list as an Optional instance.
getOptionalProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Get a single project label as the value of an Optional.
getOptionalProjectStatistics(Object) - Method in class org.gitlab4j.api.ProjectApi
Get an Optional instance with the value for the project fetch statistics for the last 30 days.
getOptionalProtectedBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Get an Optional instance with the value for the specific protected branch.
getOptionalProtectedTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
Get an Optional instance holding a protected tag or wildcard protected tag.
getOptionalRawSnippetContent(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get the raw project snippet plain text as an Optional instance.
getOptionalRelease(Object, String) - Method in class org.gitlab4j.api.ReleasesApi
Get an Optional instance holding a Release instance for the specific tag name.
getOptionalRepositoryTag(Object, Long, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get details of a registry repository tag as the value of an Optional.
getOptionalSnippet(Long) - Method in class org.gitlab4j.api.SnippetsApi
Get a specific snippet as an Optional instance.
getOptionalSnippet(Long, boolean) - Method in class org.gitlab4j.api.SnippetsApi
Get a specific snippet as an Optional instance.
getOptionalSnippet(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get a single of project snippet as an Optional instance.
getOptionalSshKey(Long) - Method in class org.gitlab4j.api.UserApi
Get a single SSH Key as an Optional instance.
getOptionalTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
Get an Optional instance holding a Tag instance of a specific repository tag determined by its name.
getOptionalTimeTrackingStats(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get time tracking stats as an Optional instance
getOptionalTopic(Integer) - Method in class org.gitlab4j.api.TopicsApi
Get all details of a topic as an Optional instance.
getOptionalUser(Long) - Method in class org.gitlab4j.api.UserApi
Get a single user as an Optional instance.
getOptionalUser(String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by username and return an Optional instance.
getOptionalUserByEmail(String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by email address and returns an Optional with the User instance as the value.
getOptionalUserByExternalUid(String, String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by external UID and return an Optional instance.
getOptionalVariable(Object, String) - Method in class org.gitlab4j.api.GroupApi
Get the details of a group variable as an Optional instance.
getOptionalVariable(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Get the details of a variable as an Optional instance.
getOwnedProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects owned by the authenticated user.
getOwnedProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects owned by the authenticated user.
getOwnedProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects owned by the authenticated user in the specified page range.
getOwnedProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of projects owned by the authenticated user.
getPackage(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
Get a single project package.
getPackageFiles(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
Get a list of package files of a single package.
getPackageFiles(Object, Long, int) - Method in class org.gitlab4j.api.PackagesApi
Get a Pager of project package files.
getPackageFiles(Object, Long, int, int) - Method in class org.gitlab4j.api.PackagesApi
Get a list of package files of a single package for the specified page.
getPackages(Object) - Method in class org.gitlab4j.api.PackagesApi
Get a list of project packages.
getPackages(Object, int) - Method in class org.gitlab4j.api.PackagesApi
Get a Pager of project packages.
getPackages(Object, int, int) - Method in class org.gitlab4j.api.PackagesApi
Get a list of project packages for the specified page.
getPackages(Object, PackageFilter, int) - Method in class org.gitlab4j.api.PackagesApi
Get a Pager of project packages.
getPackagesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the PackagesApi instance owned by this GitLabApi instance.
getPackagesStream(Object) - Method in class org.gitlab4j.api.PackagesApi
Get a Stream of project packages.
getPackagesStream(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
Get a Stream of project package files.
getPackagesStream(Object, PackageFilter) - Method in class org.gitlab4j.api.PackagesApi
Get a Stream of project packages.
getPage(Object, String) - Method in class org.gitlab4j.api.WikisApi
Get a single page of project wiki.
getPageQueryParams(int, int) - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing "page" and "per_page" params.
getPageQueryParams(int, int, boolean) - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing "page" and "per_page" params.
getPages(Object) - Method in class org.gitlab4j.api.WikisApi
Get a list of pages in project wiki.
getPages(Object, int) - Method in class org.gitlab4j.api.WikisApi
Get a Pager of pages in project wiki.
getPages(Object, int, int) - Method in class org.gitlab4j.api.WikisApi
Deprecated.
Will be removed in a future release, use WikisApi.getPages(Object, Boolean, int)
getPages(Object, Boolean) - Method in class org.gitlab4j.api.WikisApi
Get a List of pages in project wiki.
getPages(Object, Boolean, int) - Method in class org.gitlab4j.api.WikisApi
Get a Pager of pages in project wiki.
getPagesStream(Object) - Method in class org.gitlab4j.api.WikisApi
Get a Stream of pages in project wiki.
getPagesStream(Object, Boolean) - Method in class org.gitlab4j.api.WikisApi
Get a Stream of pages in project wiki.
getParticipants(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get list of participants for an issue.
getParticipants(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get list of participants of merge request.
getParticipants(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
Get a Pager of the participants for an issue.
getParticipants(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get a Pager of the participants of merge request.
getParticipants(Object, Long, int, int) - Method in class org.gitlab4j.api.IssuesApi
Get list of participants for an issue and in the specified page range.
getParticipants(Object, Long, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
Get list of participants of merge request and in the specified page range.
getParticipantsStream(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get Stream of participants for an issue.
getParticipantsStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get Stream of participants of merge request.
getPendingTodos() - Method in class org.gitlab4j.api.TodosApi
Get a List of pending todos for the current user.
getPendingTodos(int) - Method in class org.gitlab4j.api.TodosApi
Get a Pager of pending todos for the current user.
getPendingTodosStream() - Method in class org.gitlab4j.api.TodosApi
Get a Stream of pending todos for the current user.
getPerPageQueryParam(int) - Method in class org.gitlab4j.api.AbstractApi
Creates a MultivaluedMap instance containing the "per_page" param.
getPersonalAccessToken() - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Get information about the personal access token used in the request header.
getPersonalAccessToken(String) - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Get a specific personal access token.
getPersonalAccessTokenApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the PersonalAccessTokenApi instance owned by this GitLabApi instance.
getPersonalAccessTokens() - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Get information about the personal access token used in the request header.
getPipeline(Object, long) - Method in class org.gitlab4j.api.PipelineApi
Get single pipelines in a project.
getPipelineApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the PipelineApi instance owned by this GitLabApi instance.
getPipelines(Object) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project.
getPipelines(Object, int) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of pipelines in a project.
getPipelines(Object, int, int) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project in the specified page range.
getPipelines(Object, PipelineFilter) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project filtered with the provided PipelineFilter.
getPipelines(Object, PipelineFilter, int) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of pipelines in a project filtered with the provided PipelineFilter.
getPipelines(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project.
getPipelines(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder, int) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of pipelines in a project.
getPipelines(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.PipelineApi
Get a list of pipelines in a project in the specified page range.
getPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Get a specific pipeline schedule for project.
getPipelineSchedules(Object) - Method in class org.gitlab4j.api.PipelineApi
Get a list of the project pipeline_schedules for the specified project.
getPipelineSchedules(Object, int) - Method in class org.gitlab4j.api.PipelineApi
Get Pager of project pipeline schedule.
getPipelineSchedules(Object, int, int) - Method in class org.gitlab4j.api.PipelineApi
Get list of project pipeline schedules in the specified page range.
getPipelineSchedulesStream(Object) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of the project pipeline schedule for the specified project.
getPipelinesStream(Object) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of pipelines in a project.
getPipelinesStream(Object, PipelineFilter) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of pipelines in a project filtered with the provided PipelineFilter.
getPipelinesStream(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of pipelines in a project.
getPipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Get a specific pipeline schedule for project.
getPipelineTriggers(Object) - Method in class org.gitlab4j.api.PipelineApi
Get a list of the project pipeline triggers for the specified project.
getPipelineTriggers(Object, int) - Method in class org.gitlab4j.api.PipelineApi
Get Pager of project pipeline triggers.
getPipelineTriggers(Object, int, int) - Method in class org.gitlab4j.api.PipelineApi
Get list of project pipeline triggers in the specified page range.
getPipelineTriggersStream(Object) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of the project pipeline triggers for the specified project.
getPipelineVariables(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Get List of variables of a pipeline.
getPipelineVariables(Object, Long, int) - Method in class org.gitlab4j.api.PipelineApi
Get a Pager of variables of a pipeline.
getPipelineVariablesStream(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Get a Stream of variables of a pipeline as a Stream.
getPopularLicenseTemplates() - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a List of popular license templates.
getPopularLicenseTemplatesStream() - Method in class org.gitlab4j.api.LicenseTemplatesApi
Get a Stream of popular license templates.
getPostDataAsString(HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Reads the POST data from a request into a String and returns it.
getProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject(Object, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject(Object, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject(String, String) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject(String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProjectAccessToken(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Gets the specific project access token.
getProjectApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ProjectApi instance owned by this GitLabApi instance.
getProjectDeployKeys(Object) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of the deploy keys for the specified project.
getProjectDeployKeys(Object, int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a Pager of the deploy keys for the specified project.
getProjectDeployKeys(Object, int, int) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of the deploy keys for the specified project using the specified page and per page settings.
getProjectDeployKeysStream(Object) - Method in class org.gitlab4j.api.DeployKeysApi
Get a list of the deploy keys for the specified project.
getProjectDeployments(Object) - Method in class org.gitlab4j.api.DeploymentsApi
Get a list of deployments for the specified project.
getProjectDeployments(Object, int) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Pager of all deployments for the specified project.
getProjectDeployments(Object, DeploymentFilter) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Pager of all deployments for the specified project.
getProjectDeployments(Object, DeploymentFilter, int) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Pager of all deployments for the specified project.
getProjectDeploymentsStream(Object) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Stream of all deployments for the specified project.
getProjectDeploymentsStream(Object, DeploymentFilter) - Method in class org.gitlab4j.api.DeploymentsApi
Get a Stream of all deployments for the specified project.
getProjectDeployTokens(Object) - Method in class org.gitlab4j.api.DeployTokensApi
Get a list of the deploy tokens for the specified project.
getProjectDeployTokens(Object, int) - Method in class org.gitlab4j.api.DeployTokensApi
Get a Pager of the deploy tokens for the specified project.
getProjectDeployTokensStream(Object) - Method in class org.gitlab4j.api.DeployTokensApi
Get a list of the deploy tokens for the specified project.
getProjectEvents(Object) - Method in class org.gitlab4j.api.ProjectApi
Get the project events for specific project.
getProjectEvents(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project events for specific project.
getProjectEvents(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get the project events for specific project.
getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified project.
getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified project and in the specified page range.
getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified project and in the specified page range.
getProjectEventsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the project events for specific project.
getProjectEventsStream(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a Stream of events for the specified project.
getProjectGroups(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of the ancestor groups for a given project.
getProjectGroups(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of the ancestor groups for a given project.
getProjectGroups(Object, ProjectGroupsFilter) - Method in class org.gitlab4j.api.ProjectApi
Get a list of the ancestor groups for a given project matching the specified filter.
getProjectGroups(Object, ProjectGroupsFilter, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of the ancestor groups for a given project matching the specified filter.
getProjectGroupsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the ancestor groups for a given project.
getProjectGroupsStream(Object, ProjectGroupsFilter) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the ancestor groups for a given project matching the specified filter.
getProjectIdOrPath(Object) - Method in class org.gitlab4j.api.AbstractApi
Returns the project ID or path from the provided Long, String, or Project instance.
getProjectIssueBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single issue board.
getProjectIssueBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a single issue board list.
getProjectIssueBoardLists(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a list of the board’s lists.
getProjectIssueBoardLists(Object, Long, int) - Method in class org.gitlab4j.api.BoardsApi
Get a Pager of the board’s lists.
getProjectIssueBoardLists(Object, Long, int, int) - Method in class org.gitlab4j.api.BoardsApi
Get a list of the board’s lists for the specified project to using the specified page and per page setting.
getProjectIssueBoards(Object) - Method in class org.gitlab4j.api.BoardsApi
Lists Issue Boards in the given project.
getProjectIssueBoards(Object, int) - Method in class org.gitlab4j.api.BoardsApi
Get a Pager of all issue boards for the specified project.
getProjectIssueBoards(Object, int, int) - Method in class org.gitlab4j.api.BoardsApi
Get all issue boards for the specified project using the specified page and per page setting
getProjectIssueBoardsListsStream(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
Get a Stream of the board’s lists.
getProjectIssueBoardsStream(Object) - Method in class org.gitlab4j.api.BoardsApi
Get a Stream of all issue boards for the specified project.
getProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Get a single project label.
getProjectLabels(Object) - Method in class org.gitlab4j.api.LabelsApi
Get all labels of the specified project.
getProjectLabels(Object, int) - Method in class org.gitlab4j.api.LabelsApi
Get a Pager of all labels of the specified project.
getProjectLabelsStream(Object) - Method in class org.gitlab4j.api.LabelsApi
Get a Stream of all labels of the specified project.
getProjectLanguages(Object) - Method in class org.gitlab4j.api.ProjectApi
Get languages used in a project with percentage value.
getProjectNotificationSettings(long) - Method in class org.gitlab4j.api.NotificationSettingsApi
Get the notification settings for a project.
getProjectRunners(Object) - Method in class org.gitlab4j.api.RunnersApi
List all runners (specific and shared) available in the project.
getProjectRunners(Object, int) - Method in class org.gitlab4j.api.RunnersApi
List all runners (specific and shared) available in the project.
getProjectRunnersStream(Object) - Method in class org.gitlab4j.api.RunnersApi
Get a Stream all runners (specific and shared) available in the project.
getProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user.
getProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager instance of projects accessible by the authenticated user.
getProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user and in the specified page range.
getProjects(Boolean, Visibility, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.
getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
getProjects(Object) - Method in class org.gitlab4j.api.GroupApi
Get a list of projects belonging to the specified group ID.
getProjects(Object, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of projects belonging to the specified group ID.
getProjects(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of projects belonging to the specified group ID in the specified page range.
getProjects(Object, GroupProjectsFilter) - Method in class org.gitlab4j.api.GroupApi
Get a list of projects belonging to the specified group ID and filter.
getProjects(Object, GroupProjectsFilter, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of projects belonging to the specified group ID and filter.
getProjects(String) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user that match the provided search string.
getProjects(String, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects accessible by the authenticated user that match the provided search string.
getProjects(String, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user that match the provided search string.
getProjects(ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
Get a list of all visible projects across GitLab for the authenticated user using the provided filter.
getProjects(ProjectFilter, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of all visible projects across GitLab for the authenticated user using the provided filter.
getProjects(ProjectFilter, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of all visible projects across GitLab for the authenticated user in the specified page range using the provided filter.
getProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of projects accessible by the authenticated user.
getProjectsStream(Object) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of projects belonging to the specified group ID.
getProjectsStream(Object, GroupProjectsFilter) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of projects belonging to the specified group ID and filter.
getProjectsStream(String) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of projects accessible by the authenticated user that match the provided search string.
getProjectsStream(ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of all visible projects across GitLab for the authenticated user using the provided filter.
getProjectStatistics(Object) - Method in class org.gitlab4j.api.ProjectApi
Get the project fetch statistics for the last 30 days.
getProjectUsers(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project users.
getProjectUsers(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project users.
getProjectUsers(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project users matching the specified search string.
getProjectUsers(Object, String, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project users matching the specified search string.
getProjectUsersStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of project users.
getProjectUsersStream(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of project users matching the specified search string.
getProtectedBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Get a single protected branch or wildcard protected branch.
getProtectedBranches(Object) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Gets a list of protected branches from a project.
getProtectedBranches(Object, int) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Gets a Pager of protected branches from a project.
getProtectedBranchesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ProtectedBranchesApi instance owned by this GitLabApi instance.
getProtectedBranchesStream(Object) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Gets a Stream of protected branches from a project.
getProtectedTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
Gets a single protected tag or wildcard protected tag
getProtectedTags(Object) - Method in class org.gitlab4j.api.TagsApi
Gets a list of protected tags from a project.
getProtectedTags(Object, int) - Method in class org.gitlab4j.api.TagsApi
Get a Pager of protected tags for a project.
getProtectedTags(Object, int, int) - Method in class org.gitlab4j.api.TagsApi
Gets a list of protected tags from a project and in the specified page range.
getProtectedTagsStream(Object) - Method in class org.gitlab4j.api.TagsApi
Get a Stream of protected tags for a project.
getPushRules(Object) - Method in class org.gitlab4j.api.ProjectApi
Get the project's push rules.
getRawBlobContent(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Get the raw file contents for a blob by blob SHA.
getRawFile(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get the raw file contents for a file by commit sha and path.
getRawFile(Object, String, String, File) - Method in class org.gitlab4j.api.RepositoryFileApi
Get the raw file for the file by commit sha and path.
getRawSnippetContent(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get the raw project snippet as plain text.
getReaderContentAsString(Reader) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Reads the content of a Reader instance and returns it as a String.
getReadiness() - Method in class org.gitlab4j.api.HealthCheckApi
Get Health Checks from the readiness endpoint.
getReadiness(String) - Method in class org.gitlab4j.api.HealthCheckApi
Deprecated. 
getReason() - Method in exception org.gitlab4j.api.GitLabApiException
Returns the HTTP status reason message, returns null if the causing error was not an HTTP related exception.
getRebaseStatus(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Get the merge request info containing the status of a merge request rebase.
getRelatedEpics(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Gets all linked epics of an epic filtered according to the user authorizations.
getRelatedEpics(Object, Long, int) - Method in class org.gitlab4j.api.EpicsApi
Get a Pager of all linked epics of an epic filtered according to the user authorizations.
getRelatedEpicsStream(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
Gets all linked epics of an epic filtered according to the user authorizations to as a Stream.
getRelease(Object, String) - Method in class org.gitlab4j.api.ReleasesApi
Get a Release for the given tag name.
getReleaseLinksApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ReleaseLinksApi instance owned by this GitLabApi instance.
getReleases(Object) - Method in class org.gitlab4j.api.ReleasesApi
Get a list of releases for a project, sorted by release date.
getReleases(Object, int) - Method in class org.gitlab4j.api.ReleasesApi
Get a Pager of releases for a project, sorted by release date.
getReleasesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ReleasesApi instance owned by this GitLabApi instance.
getReleasesStream(Object) - Method in class org.gitlab4j.api.ReleasesApi
Get a Stream of releases for a project, sorted by release date.
getRemoteMirrors(Object) - Method in class org.gitlab4j.api.ProjectApi
Get all remote mirrors and their statuses for the specified project.
getRemoteMirrors(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of remote mirrors and their statuses for the specified project.
getRemoteMirrorsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of all remote mirrors and their statuses for the specified project.
getRepositories(Object) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a list of registry repositories in a project.
getRepositories(Object, int) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a Pager of registry repositories in a project.
getRepositories(Object, int, int) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a list of registry repositories in a project that fall within the specified page parameters.
getRepositoriesStream(Object) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a Stream of registry repositories in a project.
getRepositoryApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RepositoryApi instance owned by this GitLabApi instance.
getRepositoryArchive(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
getRepositoryArchive(Object, String, File) - Method in class org.gitlab4j.api.RepositoryApi
getRepositoryArchive(Object, String, File, String) - Method in class org.gitlab4j.api.RepositoryApi
getRepositoryArchive(Object, String, File, Constants.ArchiveFormat) - Method in class org.gitlab4j.api.RepositoryApi
getRepositoryArchive(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
getRepositoryArchive(Object, String, Constants.ArchiveFormat) - Method in class org.gitlab4j.api.RepositoryApi
getRepositoryArchive(Object, RepositoryArchiveParams) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and Path (optional).
getRepositoryArchive(Object, RepositoryArchiveParams, File) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.
getRepositoryArchive(Object, RepositoryArchiveParams, File, String) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.
getRepositoryArchive(Object, RepositoryArchiveParams, File, Constants.ArchiveFormat) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.
getRepositoryArchive(Object, RepositoryArchiveParams, String) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and Path (optional).
getRepositoryArchive(Object, RepositoryArchiveParams, Constants.ArchiveFormat) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and Path (optional).
getRepositoryFileApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RepositoryFileApi instance owned by this GitLabApi instance.
getRepositoryTag(Object, Long, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get details of a registry repository tag.
getRepositoryTags(Object, Long) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a list of tags for given registry repository.
getRepositoryTags(Object, Long, int) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a Pager of tags for given registry repository.
getRepositoryTagsStream(Object, Long) - Method in class org.gitlab4j.api.ContainerRegistryApi
Get a Stream of tags for given registry repository.
getRequestDump(String, HttpServletRequest, boolean) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Build a String containing a multi-line dump of an HTTP request.
getResourceLabelEventsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ResourceLabelEventsApi instance owned by this GitLabApi instance.
getResourceStateEventsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ResourceStateEventsApi instance owned by this GitLabApi instance.
getRunnerDetail(Long) - Method in class org.gitlab4j.api.RunnersApi
Get details of a runner.
getRunners() - Method in class org.gitlab4j.api.RunnersApi
Get a list of all available runners available to the user.
getRunners(int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all available runners available to the user.
getRunners(int, int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all available runners available to the user with pagination support.
getRunners(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
Get a list of all available runners available to the user with pagination support.
getRunners(Runner.RunnerType, Runner.RunnerStatus, int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of specific runners available to the user.
getRunners(Runner.RunnerType, Runner.RunnerStatus, int, int) - Method in class org.gitlab4j.api.RunnersApi
Get a list of specific runners available to the user.
getRunnersApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RunnersApi instance owned by this GitLabApi instance.
getRunnersStream() - Method in class org.gitlab4j.api.RunnersApi
Get a Stream of all available runners available to the user.
getRunnersStream(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
Get a Stream of all available runners available to the user with pagination support.
getSamlGroupLinks(Object) - Method in class org.gitlab4j.api.GroupApi
Get the list of SAML group links.
getSearchApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the SearchApi instance owned by this GitLabApi instance.
getSecretToken() - Method in class org.gitlab4j.api.GitLabApi
Get the secret token.
getSecretToken() - Method in interface org.gitlab4j.api.HookManager
Get the secret token that received hook events should be validated against.
getSecretToken() - Method in class org.gitlab4j.api.SystemHookManager
Get the secret token that received hook events should be validated against.
getSecretToken() - Method in class org.gitlab4j.api.WebHookManager
Get the secret token that received hook events should be validated against.
getServicesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ServicesApi instance owned by this GitLabApi instance.
getShortRequestDump(String, boolean, HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Build a String containing a short multi-line dump of an HTTP request.
getShortRequestDump(String, HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Build a String containing a very short multi-line dump of an HTTP request.
getSingleGitLabCiYamlTemplate(String) - Method in class org.gitlab4j.api.GitLabCiYamlApi
Get a single GitLab CI/CD YAML template.
getSlackService(Object) - Method in class org.gitlab4j.api.ServicesApi
Get the Slack notification settings for a project.
getSnippet(Long) - Method in class org.gitlab4j.api.SnippetsApi
Get a specific Snippet.
getSnippet(Long, boolean) - Method in class org.gitlab4j.api.SnippetsApi
Get a specific Snippet.
getSnippet(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Get a single of project snippet.
getSnippetApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the SnippetsApi instance owned by this GitLabApi instance.
getSnippetAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get the specified award emoji for the specified snippet.
getSnippetAwardEmojis(Object, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
Get a list of award emoji for the specified snippet.
getSnippetContent(Long) - Method in class org.gitlab4j.api.SnippetsApi
Get the content of a Snippet.
getSnippetDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of all discussions for the specified snippet.
getSnippetDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a list of discussions for the specified snippet.
getSnippetDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Pager of Discussion instances for the specified snippet.
getSnippetDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
Get a Stream of Discussion instances for the specified snippet.
getSnippets() - Method in class org.gitlab4j.api.SnippetsApi
Get a list of the authenticated user's snippets.
getSnippets(boolean) - Method in class org.gitlab4j.api.SnippetsApi
Get a list of the authenticated user's snippets.
getSnippets(int) - Method in class org.gitlab4j.api.SnippetsApi
Get a Pager of the authenticated user's snippets.
getSnippets(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a list of the project snippets.
getSnippets(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of project's snippets.
getSnippets(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project snippets.
getSnippetsStream() - Method in class org.gitlab4j.api.SnippetsApi
Get a Stream of the authenticated user's snippets.
getSnippetsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of the project snippets.
getSortedHeaders(Set<Map.Entry<String, List<String>>>) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
getSourceUrl() - Method in class org.gitlab4j.api.ProjectLicense
 
getSshKey(Long) - Method in class org.gitlab4j.api.UserApi
Get a single SSH Key.
getSshKeys() - Method in class org.gitlab4j.api.UserApi
Get a list of currently authenticated user's SSH keys.
getSshKeys(Long) - Method in class org.gitlab4j.api.UserApi
Get a list of a specified user's SSH keys.
getStarredProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects starred by the authenticated user.
getStarredProjects(int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of projects starred by the authenticated user.
getStarredProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects starred by the authenticated user in the specified page range.
getStarredProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of projects starred by the authenticated user.
getSubGroups(Object) - Method in class org.gitlab4j.api.GroupApi
Get a list of visible direct subgroups in this group.
getSubGroups(Object, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of visible direct subgroups in this group.
getSubGroups(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
Get a list of visible direct subgroups in this group.
getSubGroups(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of visible direct subgroups in this group.
getSubGroups(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean, int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of visible direct subgroups in this group.
getSubGroupsStream(Object) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of visible direct subgroups in this group.
getSubGroupsStream(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of visible direct subgroups in this group.
getSudoAsId() - Method in class org.gitlab4j.api.GitLabApi
Get the current sudo as ID, will return null if not in sudo mode.
getSystemHook(Long) - Method in class org.gitlab4j.api.SystemHooksApi
Get a list of all system hooks.
getSystemHooks() - Method in class org.gitlab4j.api.SystemHooksApi
Get a list of all system hooks.
getSystemHooks(int) - Method in class org.gitlab4j.api.SystemHooksApi
Get a Pager of all system hooks.
getSystemHooks(int, int) - Method in class org.gitlab4j.api.SystemHooksApi
Get a list of all system hooks using the specified page and per page settings.
getSystemHooksApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the SystemHooksApi instance owned by this GitLabApi instance.
getSystemHookStream() - Method in class org.gitlab4j.api.SystemHooksApi
Get a Stream of all system hooks.
getTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
Get a specific repository tag determined by its name.
getTags(Object) - Method in class org.gitlab4j.api.TagsApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTags(Object, int) - Method in class org.gitlab4j.api.TagsApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTags(Object, int, int) - Method in class org.gitlab4j.api.TagsApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
getTags(Object, Constants.TagOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.TagsApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTags(Object, Constants.TagOrderBy, Constants.SortOrder, String, int) - Method in class org.gitlab4j.api.TagsApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTags(Object, Constants.TagOrderBy, Constants.SortOrder, String, int, int) - Method in class org.gitlab4j.api.TagsApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
getTagsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the TagsApi instance owned by this GitLabApi instance.
getTagsStream(Object) - Method in class org.gitlab4j.api.TagsApi
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
getTagsStream(Object, Constants.TagOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.TagsApi
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
getTimeTrackingStats(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Get time tracking stats.
getTodos(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType) - Method in class org.gitlab4j.api.TodosApi
Get a List of all todos that match the provided filter params.
getTodos(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType, int) - Method in class org.gitlab4j.api.TodosApi
Returns a Pager of todos that match the provided filter params.
getTodosApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the TodosApi instance owned by this GitLabApi instance.
getTodosStream(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType) - Method in class org.gitlab4j.api.TodosApi
Get a List of all todos that match the provided filter params.
getTokenType() - Method in class org.gitlab4j.api.GitLabApi
Get the TokenType this client is using.
getTopic(Integer) - Method in class org.gitlab4j.api.TopicsApi
Get all details of a topic.
getTopics() - Method in class org.gitlab4j.api.TopicsApi
Get a list of Topics.
getTopics(int) - Method in class org.gitlab4j.api.TopicsApi
Get a Pager of topics.
getTopics(int, int) - Method in class org.gitlab4j.api.TopicsApi
Get a list of topics in the specified page range.
getTopicsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the TagsApi instance owned by this GitLabApi instance.
getTopicsStream() - Method in class org.gitlab4j.api.TopicsApi
Get a Stream of topics.
getTotalItems() - Method in class org.gitlab4j.api.Pager
Get the total number of items (T instances) returned by the GitLab API.
getTotalPages() - Method in class org.gitlab4j.api.Pager
Get the total number of pages returned by the GitLab API.
getTrace(Object, Long) - Method in class org.gitlab4j.api.JobApi
Get a trace of a specific job of a project
getTree(Object) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Object, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository files and directories in a project.
getTree(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Object, String, String, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository files and directories in a project.
getTree(Object, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Object, String, String, Boolean, int) - Method in class org.gitlab4j.api.RepositoryApi
Get a Pager of repository files and directories in a project.
getTreeStream(Object) - Method in class org.gitlab4j.api.RepositoryApi
Get a Stream of repository files and directories in a project.
getTreeStream(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a Stream of repository files and directories in a project.
getTreeStream(Object, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
Get a Stream of repository files and directories in a project.
getUploadFiles(Object) - Method in class org.gitlab4j.api.GroupApi
Get all uploads of the group sorted by created_at in descending order.
getUploadFiles(Object) - Method in class org.gitlab4j.api.ProjectApi
Get all uploads of the project sorted by created_at in descending order.
getUrlWithBase(Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Construct a REST URL with the specified path arguments using Gitlab base url.
getUser(Long) - Method in class org.gitlab4j.api.UserApi
Get a single user.
getUser(String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by username.
getUserAgentHeader() - Method in class org.gitlab4j.api.GitLabApi
Returns the configured custom 'User-Agent' header value
getUserAgentHeader() - Method in class org.gitlab4j.api.GitLabApiClient
Returns the configured custom 'User-Agent' header value
getUserApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the UserApi instance owned by this GitLabApi instance.
getUserByEmail(String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by email address.
getUserByExternalUid(String, String) - Method in class org.gitlab4j.api.UserApi
Lookup a user by external UID.
getUserBySSHKeyFingerprint(String) - Method in class org.gitlab4j.api.KeysApi
 
getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified user.
getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified user and in the specified page range.
getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
Get a list of events for the specified user and in the specified page range.
getUserEventsStream(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
Get a Stream of events for the specified user.
getUserIdOrUsername(Object) - Method in class org.gitlab4j.api.AbstractApi
Returns the user ID or path from the provided Long, String, or User instance.
getUserProjects(Object, ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
Get a list of visible projects owned by the given user.
getUserProjects(Object, ProjectFilter, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of visible projects owned by the given user.
getUserProjects(Object, ProjectFilter, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of visible projects owned by the given user in the specified page range.
getUserProjectsStream(Object, ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of visible projects owned by the given user.
getUsers() - Method in class org.gitlab4j.api.UserApi
Get a list of users.
getUsers(int) - Method in class org.gitlab4j.api.UserApi
Get a Pager of users.
getUsers(int, int) - Method in class org.gitlab4j.api.UserApi
Get a list of users using the specified page and per page settings.
getUsersStream() - Method in class org.gitlab4j.api.UserApi
Get a Stream of users.
getValidationErrors() - Method in exception org.gitlab4j.api.GitLabApiException
Returns a Map<String, List<String>> instance containing validation errors if this GitLabApiException was caused by validation errors on the GitLab server, otherwise returns null.
getVariable(Object, String) - Method in class org.gitlab4j.api.GroupApi
Get the details of a group variable.
getVariable(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Get the details of a project variable.
getVariables(Object) - Method in class org.gitlab4j.api.GroupApi
Get list of a group’s variables.
getVariables(Object) - Method in class org.gitlab4j.api.ProjectApi
Get list of a project's variables.
getVariables(Object, int) - Method in class org.gitlab4j.api.GroupApi
Get a Pager of variables belonging to the specified group.
getVariables(Object, int) - Method in class org.gitlab4j.api.ProjectApi
Get a Pager of variables belonging to the specified project.
getVariables(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
Get a list of variables for the specified group in the specified page range.
getVariables(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
Get a list of variables for the specified project in the specified page range.
getVariablesStream(Object) - Method in class org.gitlab4j.api.GroupApi
Get a Stream of variables belonging to the specified group.
getVariablesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
Get a Stream of variables belonging to the specified project.
getVersion() - Method in class org.gitlab4j.api.GitLabApi
Get the version info for the GitLab server using the GitLab Version API.
getWikisApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the WikisApi instance owned by this GitLabApi instance.
getWithAccepts(MultivaluedMap<String, String>, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
getWithAccepts(MultivaluedMap<String, String>, URL, String) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
getWithAccepts(Response.Status, MultivaluedMap<String, String>, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
gitLabApi - Variable in class org.gitlab4j.api.AbstractApi
 
GitLabApi - Class in org.gitlab4j.api
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.
GitLabApi(String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
GitLabApi(GitLabApi.ApiVersion, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
GitLabApi.ApiVersion - Enum in org.gitlab4j.api
Specifies the version of the GitLab API to communicate with.
GitLabApiClient - Class in org.gitlab4j.api
This class utilizes the Jersey client package to communicate with a GitLab API endpoint.
GitLabApiClient(String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(String, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL and private token.
GitLabApiClient(String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL and private token.
GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, auth token type, private or access token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL and private token.
GitLabApiException - Exception in org.gitlab4j.api
This is the exception that will be thrown if any exception occurs while communicating with a GitLab API endpoint.
GitLabApiException(Response) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance based on the ClientResponse.
GitLabApiException(Exception) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance based on the exception.
GitLabApiException(String) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance with the specified message.
GitLabApiException(String, int) - Constructor for exception org.gitlab4j.api.GitLabApiException
Create a GitLabApiException instance with the specified message and HTTP status code.
GitLabApiForm - Class in org.gitlab4j.api
This class extends the standard JAX-RS Form class to make it fluent.
GitLabApiForm() - Constructor for class org.gitlab4j.api.GitLabApiForm
 
GitLabApiForm(int, int) - Constructor for class org.gitlab4j.api.GitLabApiForm
Create a GitLabApiForm instance with the "page", and "per_page" parameters preset.
GitLabApiForm(MultivaluedHashMap<String, String>) - Constructor for class org.gitlab4j.api.GitLabApiForm
 
GitLabApiForm(GitLabForm) - Constructor for class org.gitlab4j.api.GitLabApiForm
 
GitLabCiYamlApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab CI YAML API calls.
GitLabCiYamlApi(GitLabApi) - Constructor for class org.gitlab4j.api.GitLabCiYamlApi
 
globalSearch(Constants.SearchScope<T>, String) - Method in class org.gitlab4j.api.SearchApi
Search globally across the GitLab instance.
globalSearch(Constants.SearchScope<T>, String, int) - Method in class org.gitlab4j.api.SearchApi
Search globally across the GitLab instance.
globalSearchStream(Constants.SearchScope<T>, String) - Method in class org.gitlab4j.api.SearchApi
Search globally across the GitLab instance.
GroupApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab groups calls.
GroupApi(GitLabApi) - Constructor for class org.gitlab4j.api.GroupApi
 
groupSearch(Object, Constants.GroupSearchScope<T>, String) - Method in class org.gitlab4j.api.SearchApi
Search within the specified group.
groupSearch(Object, Constants.GroupSearchScope<T>, String, int) - Method in class org.gitlab4j.api.SearchApi
Search within the specified group.
groupSearchStream(Object, Constants.GroupSearchScope<T>, String) - Method in class org.gitlab4j.api.SearchApi
Search within the specified group.

H

handle(Exception) - Method in class org.gitlab4j.api.AbstractApi
Wraps an exception in a GitLabApiException if needed.
handleEvent(HttpServletRequest) - Method in interface org.gitlab4j.api.HookManager
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
handleEvent(HttpServletRequest) - Method in class org.gitlab4j.api.SystemHookManager
Parses and verifies an SystemHookEvent instance from the HTTP request and fires it off to the registered listeners.
handleEvent(HttpServletRequest) - Method in class org.gitlab4j.api.WebHookManager
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
handleEvent(SystemHookEvent) - Method in class org.gitlab4j.api.SystemHookManager
Verifies the provided Event and fires it off to the registered listeners.
handleEvent(Event) - Method in class org.gitlab4j.api.WebHookManager
Verifies the provided Event and fires it off to the registered listeners.
handleRequest(HttpServletRequest) - Method in class org.gitlab4j.api.SystemHookManager
Parses and verifies an SystemHookEvent instance from the HTTP request and fires it off to the registered listeners.
handleRequest(HttpServletRequest) - Method in class org.gitlab4j.api.WebHookManager
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
hashCode() - Method in exception org.gitlab4j.api.GitLabApiException
 
hasNext() - Method in class org.gitlab4j.api.Pager
Returns the true if there are additional pages to iterate over, otherwise returns false.
hasValidationErrors() - Method in exception org.gitlab4j.api.GitLabApiException
Returns true if this GitLabApiException was caused by validation errors on the GitLab server, otherwise returns false.
head(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP HEAD call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
head(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP HEAD call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
head(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP HEAD call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
HEALTH_CHECK_ACCESS_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
HEALTH_CHECK_ACCESS_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
HealthCheckApi - Class in org.gitlab4j.api
 
HealthCheckApi(GitLabApi) - Constructor for class org.gitlab4j.api.HealthCheckApi
 
HookManager - Interface in org.gitlab4j.api
This interface provides a base class handler for processing GitLab Web Hook and System Hook callouts.
HttpRequestUtils - Class in org.gitlab4j.api.utils
 
HttpRequestUtils() - Constructor for class org.gitlab4j.api.utils.HttpRequestUtils
 

I

ImportExportApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API project import/export calls.
ImportExportApi(GitLabApi) - Constructor for class org.gitlab4j.api.ImportExportApi
 
invocation(URL, MultivaluedMap<String, String>) - Method in class org.gitlab4j.api.GitLabApiClient
 
invocation(URL, MultivaluedMap<String, String>, String) - Method in class org.gitlab4j.api.GitLabApiClient
 
isApiVersion(GitLabApi.ApiVersion) - Method in class org.gitlab4j.api.AbstractApi
 
ISO8601 - Class in org.gitlab4j.api.utils
Deprecated.
use ISO8601 instead
ISO8601() - Constructor for class org.gitlab4j.api.utils.ISO8601
Deprecated.
 
IssuesApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API Issue calls.
IssuesApi(GitLabApi) - Constructor for class org.gitlab4j.api.IssuesApi
 
isValidEmail(String) - Static method in class org.gitlab4j.api.utils.EmailChecker
Returns true if the provided String is a valid email address.
isValidSecretToken(HttpServletRequest) - Method in interface org.gitlab4j.api.HookManager
Validate the provided secret token found in the HTTP header against the reference secret token.
isValidSecretToken(String) - Method in interface org.gitlab4j.api.HookManager
Validate the provided secret token against the reference secret token.

J

JacksonJson - Class in org.gitlab4j.api.utils
Jackson JSON Configuration and utility class.
JacksonJson() - Constructor for class org.gitlab4j.api.utils.JacksonJson
 
JacksonJson.DateOnlySerializer - Class in org.gitlab4j.api.utils
JsonSerializer for serializing dates s yyyy-mm-dd in UTC timezone.
JacksonJson.JsonDateDeserializer - Class in org.gitlab4j.api.utils
JsonDeserializer for deserializing ISO8601 formatted dates.
JacksonJson.JsonDateSerializer - Class in org.gitlab4j.api.utils
JsonSerializer for serializing ISO8601 formatted dates.
JacksonJson.UserListDeserializer - Class in org.gitlab4j.api.utils
Deserializer for the odd User instances in the "approved_by" array in the merge_request JSON.
JacksonJson.UserListSerializer - Class in org.gitlab4j.api.utils
Serializer for the odd User instances in the "approved_by" array in the merge_request JSON.
JacksonJsonEnumHelper<E extends java.lang.Enum<E>> - Class in org.gitlab4j.api.utils
Deprecated.
use JacksonJsonEnumHelper instead
JacksonJsonEnumHelper(Class<E>) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
Deprecated.
 
JacksonJsonEnumHelper(Class<E>, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
Deprecated.
 
JacksonJsonEnumHelper(Class<E>, boolean, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
Deprecated.
 
JacksonJsonEnumHelper(Class<E>, boolean, boolean, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
Deprecated.
 
JOB_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
JobApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API job calls.
JobApi(GitLabApi) - Constructor for class org.gitlab4j.api.JobApi
 
JsonDateDeserializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.JsonDateDeserializer
 
JsonDateSerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.JsonDateSerializer
 

K

keepArtifacts(Object, Long) - Method in class org.gitlab4j.api.JobApi
Prevents artifacts from being deleted when expiration is set.
KeysApi - Class in org.gitlab4j.api
KeysApi(GitLabApi) - Constructor for class org.gitlab4j.api.KeysApi
 

L

LabelsApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API project and group label calls.
LabelsApi(GitLabApi) - Constructor for class org.gitlab4j.api.LabelsApi
 
last() - Method in class org.gitlab4j.api.Pager
Returns the last page of List.
lazyStream() - Method in class org.gitlab4j.api.Pager
Creates a Stream instance for lazily streaming items from the GitLab server.
ldapSync(Object) - Method in class org.gitlab4j.api.GroupApi
Syncs the group with its linked LDAP group.
length() - Method in class org.gitlab4j.api.utils.SecretString
 
level - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
LicenseApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API license calls.
LicenseApi(GitLabApi) - Constructor for class org.gitlab4j.api.LicenseApi
 
LicenseTemplatesApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API licenses calls.
LicenseTemplatesApi(GitLabApi) - Constructor for class org.gitlab4j.api.LicenseTemplatesApi
 
listGpgKeys() - Method in class org.gitlab4j.api.UserApi
Get all GPG keys for the current user.
listGpgKeys(Long) - Method in class org.gitlab4j.api.UserApi
Get all GPG keys for a given user.
listGroupIterations(Object, IterationFilter) - Method in class org.gitlab4j.api.GroupApi
Lists group iterations.
listProjectAccessTokens(Object) - Method in class org.gitlab4j.api.ProjectApi
Lists the projects access tokens for the project.
listProjectIterations(Object, IterationFilter) - Method in class org.gitlab4j.api.ProjectApi
Lists project iterations.
log(StringBuilder) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
logger - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
LOGGING_ID_PROPERTY - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
Property name for the logging record id property
login(String, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Gets a GitLab session cookie by logging in the specified user.
logout(String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Logs out the user associated with the GitLab session cookie.

M

markAllAsDone() - Method in class org.gitlab4j.api.TodosApi
Marks all pending todos for the current user as done.
markAsDone(Long) - Method in class org.gitlab4j.api.TodosApi
Marks a single pending todo given by its ID for the current user as done.
MarkdownApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API markdown calls.
MarkdownApi(GitLabApi) - Constructor for class org.gitlab4j.api.MarkdownApi
 
marshal(T) - Method in class org.gitlab4j.api.utils.JacksonJson
Marshals the supplied object out as a formatted JSON string.
maskedHeaderNames - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
MaskingLoggingFilter - Class in org.gitlab4j.api.utils
This class logs request and response info masking HTTP header values that are known to contain sensitive information.
MaskingLoggingFilter(Logger, Level) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
Creates a masking logging filter for the specified logger with entity logging disabled.
MaskingLoggingFilter(Logger, Level, int) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
Creates a masking logging filter for the specified logger.
MaskingLoggingFilter(Logger, Level, int, List<String>) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
Creates a masking logging filter for the specified logger.
MaskingLoggingFilter(Logger, Level, List<String>) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
Creates a masking logging filter for the specified logger with entity logging disabled.
MaskingLoggingFilter.LoggingStream - Class in org.gitlab4j.api.utils
This class is responsible for logging the request entities, it will truncate at maxEntitySize and add "...more..." to the end of the entity log string.
maskPrivateToken(String) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
Masks the PRIVATE-TOKEN header value with "********".
maxEntitySize - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
MergeRequestApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab merge request calls.
MergeRequestApi(GitLabApi) - Constructor for class org.gitlab4j.api.MergeRequestApi
 
mergeTopics(Integer, Integer) - Method in class org.gitlab4j.api.TopicsApi
Merge two topics together.
MetadataApi - Class in org.gitlab4j.api
This class implements the client side API for the Gitlab metadata call.
MetadataApi(GitLabApi) - Constructor for class org.gitlab4j.api.MetadataApi
 
MilestonesApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab milestones calls.
MilestonesApi(GitLabApi) - Constructor for class org.gitlab4j.api.MilestonesApi
 
modifyCommitDiscussionNote(Object, String, String, Long, String) - Method in class org.gitlab4j.api.DiscussionsApi
Modify an existing discussion note of a commit.
modifyHook(ProjectHook) - Method in class org.gitlab4j.api.ProjectApi
Modifies a hook for project.
modifyIssueThreadNote(Object, Long, String, Long, String) - Method in class org.gitlab4j.api.DiscussionsApi
Modify existing thread note of an issue.
modifyMergeRequestThreadNote(Object, Long, String, Long, String, Boolean) - Method in class org.gitlab4j.api.DiscussionsApi
Modify or resolve an existing thread note of a merge request.
modifyUser(User, CharSequence, Integer) - Method in class org.gitlab4j.api.UserApi
Deprecated.
Will be removed in version 6.0, replaced by UserApi.updateUser(User, CharSequence)
moveIssue(Object, Long, Object) - Method in class org.gitlab4j.api.IssuesApi
Moves an issue to a different project.

N

NamespaceApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab namespace calls.
NamespaceApi(GitLabApi) - Constructor for class org.gitlab4j.api.NamespaceApi
 
NEW_USER_AUTHENTICITY_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
NEW_USER_AUTHENTICITY_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
next() - Method in class org.gitlab4j.api.Pager
Returns the next List in the iteration containing the next page of objects.
NotesApi - Class in org.gitlab4j.api
 
NotesApi(GitLabApi) - Constructor for class org.gitlab4j.api.NotesApi
 
NotificationSettingsApi - Class in org.gitlab4j.api
 
NotificationSettingsApi(GitLabApi) - Constructor for class org.gitlab4j.api.NotificationSettingsApi
 

O

oauth2Login(String, String, char[]) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(String, String, char[], boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(String, String, char[], String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(String, String, CharSequence) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(String, String, CharSequence, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(String, String, CharSequence, String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(GitLabApi.ApiVersion, String, String, char[], String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
oauth2Login(GitLabApi.ApiVersion, String, String, CharSequence, String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using OAuth2 with the provided username and password, and creates a new GitLabApi instance using returned access token.
Oauth2LoginStreamingOutput - Class in org.gitlab4j.api.utils
This StreamingOutput implementation is utilized to send a OAuth2 token request in a secure manner.
Oauth2LoginStreamingOutput(String, char[]) - Constructor for class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
 
Oauth2LoginStreamingOutput(String, CharSequence) - Constructor for class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
 
orElseThrow(Optional<T>) - Static method in class org.gitlab4j.api.GitLabApi
Return the Optional instances contained value, if present, otherwise throw the exception that is associated with the Optional instance.
org.gitlab4j.api - package org.gitlab4j.api
 
org.gitlab4j.api.utils - package org.gitlab4j.api.utils
 

P

PackagesApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Packages API.
PackagesApi(GitLabApi) - Constructor for class org.gitlab4j.api.PackagesApi
 
page(int) - Method in class org.gitlab4j.api.Pager
Returns the specified page of List.
Pager<T> - Class in org.gitlab4j.api
This class defines an Iterator implementation that is used as a paging iterator for all API methods that return a List of objects.
Pager(AbstractApi, Class<T>, int, MultivaluedMap<String, String>, Object...) - Constructor for class org.gitlab4j.api.Pager
Creates a Pager instance to access the API through the specified path and query parameters.
parseApplicationSettings(JsonNode) - Static method in class org.gitlab4j.api.ApplicationSettingsApi
Parses the returned JSON and returns an ApplicationSettings instance.
patch(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PATCH call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
patch(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PATCH call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
patch(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PATCH call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
patch(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PATCH call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
PERSONAL_ACCESS_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
PERSONAL_ACCESS_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
PersonalAccessTokenApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API personal access token calls.
PersonalAccessTokenApi(GitLabApi) - Constructor for class org.gitlab4j.api.PersonalAccessTokenApi
 
PipelineApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API pipeline related calls.
PipelineApi(GitLabApi) - Constructor for class org.gitlab4j.api.PipelineApi
 
playJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Play specified job in a project.
playJob(Object, Long, JobAttributes) - Method in class org.gitlab4j.api.JobApi
Play specified job with parameters in a project.
playPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Trigger a new scheduled pipeline, which runs immediately.
post(Form, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
post(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, Form, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, Form, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, StreamingOutput, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified payload object and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, Object, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP POST call with the specified payload object and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(StreamingOutput, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified StreamingOutput, MediaType, and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Object, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP POST call with the specified payload object and URL, returning a ClientResponse instance with the data returned from the endpoint.
previewBadge(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
previewBadge(Object, String, String) - Method in class org.gitlab4j.api.ProjectApi
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
previous() - Method in class org.gitlab4j.api.Pager
Returns the previous page of List.
printHeaders(StringBuilder, long, String, MultivaluedMap<String, String>) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
Logs each of the HTTP headers, masking the value of the header if the header key is in the list of masked header names.
printRequestLine(StringBuilder, String, long, String, URI) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
printResponseLine(StringBuilder, String, long, int) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
PRIVATE_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
ProjectApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API project calls.
ProjectApi(GitLabApi) - Constructor for class org.gitlab4j.api.ProjectApi
 
ProjectLicense - Class in org.gitlab4j.api
 
ProjectLicense() - Constructor for class org.gitlab4j.api.ProjectLicense
 
projectSearch(Object, Constants.ProjectSearchScope<T>, String) - Method in class org.gitlab4j.api.SearchApi
Search within the specified project.
projectSearch(Object, Constants.ProjectSearchScope<T>, String, int) - Method in class org.gitlab4j.api.SearchApi
Search within the specified project.
projectSearch(Object, Constants.ProjectSearchScope<T>, String, String) - Method in class org.gitlab4j.api.SearchApi
Search within the specified project.
projectSearch(Object, Constants.ProjectSearchScope<T>, String, String, int) - Method in class org.gitlab4j.api.SearchApi
Search within the specified project.
projectSearchStream(Object, Constants.ProjectSearchScope<T>, String) - Method in class org.gitlab4j.api.SearchApi
Search within the specified project.
projectSearchStream(Object, Constants.ProjectSearchScope<T>, String, String) - Method in class org.gitlab4j.api.SearchApi
Search within the specified project.
protectBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
protectBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Protects a single project repository branch.
protectBranch(Object, String, Long, Long, Long, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
protectBranch(Object, String, Long, Long, Long, Boolean, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
protectBranch(Object, String, AccessLevel, AccessLevel) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
protectBranch(Object, String, AccessLevel, AccessLevel, AccessLevel, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
protectBranch(Object, String, AccessLevel, AccessLevel, AccessLevel, Boolean, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
protectBranch(Object, String, AllowedTo, AllowedTo, AllowedTo, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Protects a single repository branch or several project repository branches using a wildcard protected branch.
ProtectedBranchesApi - Class in org.gitlab4j.api
This class provides an entry point to all the Protected Branches API calls.
ProtectedBranchesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ProtectedBranchesApi
 
protectTag(Object, String, AccessLevel) - Method in class org.gitlab4j.api.TagsApi
Protects a single repository tag or several project repository tags using a wildcard protected tag.
ProxyClientConfig - Class in org.gitlab4j.api
This class provides convenience methods to create ClientConfig properties so GitLabApi can use a proxy server.
ProxyClientConfig() - Constructor for class org.gitlab4j.api.ProxyClientConfig
 
put(Form, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
put(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
put(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
put(Response.Status, Object, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified payload object and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(Object, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform an HTTP PUT call with the specified payload object and URL, returning a ClientResponse instance with the data returned from the endpoint.
putUpload(Response.Status, String, File, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform a file upload using the HTTP PUT method with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
putUpload(Response.Status, String, File, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform a file upload using the HTTP PUT method with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
putUpload(String, File, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform a file upload using multipart/form-data using the HTTP PUT method, returning a ClientResponse instance with the data returned from the endpoint.
putUpload(String, File, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform a file upload using multipart/form-data using the HTTP PUT method, returning a ClientResponse instance with the data returned from the endpoint.
putWithFormData(Response.Status, Form, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
putWithFormData(Response.Status, GitLabForm, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.

R

READ_REGISTRY - org.gitlab4j.api.utils.AccessTokenUtils.Scope
Allows to read (pull) container registry images if a project is private and authorization is required (introduced in GitLab 9.3).
READ_REPOSITORY - org.gitlab4j.api.utils.AccessTokenUtils.Scope
Allows read-only access (pull) to the repository through git clone.
READ_USER - org.gitlab4j.api.utils.AccessTokenUtils.Scope
Allows access to the read-only endpoints under /users.
readTree(Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
Reads and parses the JSON data on the specified Reader instance to a JsonNode tree representation.
readTree(String) - Method in class org.gitlab4j.api.utils.JacksonJson
Reads and parses the String containing JSON data and returns a JsonNode tree representation.
rebaseMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Automatically rebase the source_branch of the merge request against its target_branch.
registerRunner(String, String, Boolean, List<String>, Boolean, Boolean, Integer) - Method in class org.gitlab4j.api.RunnersApi
Register a new runner for the gitlab instance.
rejectUser(Long) - Method in class org.gitlab4j.api.UserApi
Rejects specified user that is pending approval.
ReleaseLinksApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab ReleaseLinks API calls.
ReleaseLinksApi(GitLabApi) - Constructor for class org.gitlab4j.api.ReleaseLinksApi
 
ReleasesApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab Releases API calls.
ReleasesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ReleasesApi
 
remove() - Method in class org.gitlab4j.api.Pager
This method is not implemented and will throw an UnsupportedOperationException if called.
removeBadge(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Remove a badge from a group.
removeBadge(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Remove a badge from a project.
removeIssue(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Remove an epic - issue association.
removeListener(SystemHookListener) - Method in class org.gitlab4j.api.SystemHookManager
Removes a System Hook event listener.
removeListener(WebHookListener) - Method in class org.gitlab4j.api.WebHookManager
Removes a WebHook event listener.
removeMember(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Removes member from the group.
removeMember(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Removes user from project team.
removeRunner(Long) - Method in class org.gitlab4j.api.RunnersApi
Remove a runner.
renewSecret(Long) - Method in class org.gitlab4j.api.ApplicationsApi
Renews an application secret.
reopenIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Reopens an existing project issue.
reOrderChildEpic(Object, Long, Long, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Re-order a child epic
RepositoryApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API repository calls.
RepositoryApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositoryApi
 
RepositoryFileApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API repository files calls.
RepositoryFileApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositoryFileApi
 
RepositorySubmodulesApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API repository submodules calls.
RepositorySubmodulesApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositorySubmodulesApi
 
REQUEST_PREFIX - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
Prefix for request log entries.
requestAccess(Object) - Method in class org.gitlab4j.api.GroupApi
Requests access for the authenticated user to the specified group.
requestAccess(Object) - Method in class org.gitlab4j.api.ProjectApi
Requests access for the authenticated user to the specified project.
resetEstimatedTime(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Resets the estimated time for this issue to 0 seconds.
resetSpentTime(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
Resets the total spent time for this issue to 0 seconds.
resolveCommitDiscussionNote(Object, String, String, Long, Boolean) - Method in class org.gitlab4j.api.DiscussionsApi
Resolve or unresolve an existing discussion note of a commit.
resolveMergeRequestDiscussion(Object, Long, String, Boolean) - Method in class org.gitlab4j.api.DiscussionsApi
Resolve or unresolve whole discussion of a merge request.
ResourceLabelEventsApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab Resource label events API
ResourceLabelEventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ResourceLabelEventsApi
 
ResourceStateEventsApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab Resource state events API
ResourceStateEventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ResourceStateEventsApi
 
RESPONSE_PREFIX - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
Prefix for response log entries.
retryExternalStatusCheck(Object, Long, Long) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Retry the specified failed external status check for a single merge request.
retryJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
Retry specified job in a project.
retryPipelineJob(Object, long) - Method in class org.gitlab4j.api.PipelineApi
Retry a job in specified pipelines in a project.
revertCommit(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
Reverts a commit in a given branch.
REVOKE_PERSONAL_ACCESS_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
REVOKE_PERSONAL_ACCESS_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
revokeGroupAccessToken(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Revoke a group access token.
revokeImpersonationToken(Object, Long) - Method in class org.gitlab4j.api.UserApi
Revokes an impersonation token.
revokePersonalAccessToken(Long) - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Revokes a personal access token.
revokePersonalAccessToken(Long) - Method in class org.gitlab4j.api.UserApi
Revokes a personal access token.
revokePersonalAccessToken(String, String, String, String, List<AccessTokenUtils.Scope>) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Revoke the first matching GitLab personal access token.
revokePersonalAccessToken(String, String, String, String, AccessTokenUtils.Scope[]) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
Revoke the first matching GitLab personal access token.
revokeProjectAccessToken(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Revokes the project access token.
rotateGroupAccessToken(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Rotate a group access token.
rotateGroupAccessToken(Object, Long, Date) - Method in class org.gitlab4j.api.GroupApi
Rotate a group access token.
rotatePersonalAccessToken() - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Rotates the given personal access token.
rotatePersonalAccessToken(String, Date) - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Rotates a specific personal access token.
rotatePersonalAccessToken(Date) - Method in class org.gitlab4j.api.PersonalAccessTokenApi
Rotates the personal access token used in the request header.
rotateProjectAccessToken(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Rotates the given project access token.
rotateProjectAccessToken(Object, Long, Date) - Method in class org.gitlab4j.api.ProjectApi
Rotates the given project access token.
RunnersApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API repository files calls.
RunnersApi(GitLabApi) - Constructor for class org.gitlab4j.api.RunnersApi
 

S

scheduleExport(Object) - Method in class org.gitlab4j.api.ImportExportApi
Schedule an export.
scheduleExport(Object, String) - Method in class org.gitlab4j.api.ImportExportApi
Schedule an export.
scheduleExport(Object, String, Map<String, String>, String, String) - Method in class org.gitlab4j.api.ImportExportApi
Schedule an export.
SearchApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API Search API calls.
SearchApi(GitLabApi) - Constructor for class org.gitlab4j.api.SearchApi
 
SecretString - Class in org.gitlab4j.api.utils
This class implements a CharSequence that can be cleared of it's contained characters.
SecretString(char[]) - Constructor for class org.gitlab4j.api.utils.SecretString
 
SecretString(char[], int, int) - Constructor for class org.gitlab4j.api.utils.SecretString
 
SecretString(CharSequence) - Constructor for class org.gitlab4j.api.utils.SecretString
 
SECTION_PREFIX - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
Prefix that marks the beginning of a request or response section.
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.DateOnlySerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.JsonDateSerializer
 
serialize(List<User>, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.UserListSerializer
 
ServicesApi - Class in org.gitlab4j.api
Access for the services API.
ServicesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ServicesApi
 
setApprovalsConfiguration(Object, ProjectApprovalsConfig) - Method in class org.gitlab4j.api.ProjectApi
Set the project's approvals configuration.
setAuthTokenSupplier(Supplier<String>) - Method in class org.gitlab4j.api.GitLabApi
Set auth token supplier for gitlab api client.
setAuthTokenSupplier(Supplier<String>) - Method in class org.gitlab4j.api.GitLabApiClient
Set auth token supplier for gitlab api client.
setCodeOwnerApprovalRequired(Object, String, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Sets the code_owner_approval_required flag on the specified protected branch.
setCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
Set a custom attribute for the specified group.
setCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.ProjectApi
Set a custom attribute for the specified project.
setDefaultPerPage(int) - Method in class org.gitlab4j.api.GitLabApi
Set the default number per page for calls that return multiple items.
setGitLabCI(Object, String, String) - Method in class org.gitlab4j.api.ServicesApi
Deprecated.
No longer supported
setGroupAvatar(Object, File) - Method in class org.gitlab4j.api.GroupApi
Uploads and sets the project avatar for the specified group.
setHipChat(Object, String, String, String) - Method in class org.gitlab4j.api.ServicesApi
Deprecated.
replaced with updateHipChat method
setHtmlUrl(String) - Method in class org.gitlab4j.api.ProjectLicense
 
setIgnoreCertificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApi
Sets up the Jersey system ignore SSL certificate errors or not.
setIgnoreCertificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApiClient
Sets up the Jersey system ignore SSL certificate errors or not.
setKey(String) - Method in class org.gitlab4j.api.ProjectLicense
 
setMaskedHeaderNames(List<String>) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
Set the list of header names to mask values for.
setName(String) - Method in class org.gitlab4j.api.ProjectLicense
 
setNickname(String) - Method in class org.gitlab4j.api.ProjectLicense
 
setProjectAvatar(Object, File) - Method in class org.gitlab4j.api.ProjectApi
Uploads and sets the project avatar for the specified project.
setRequestTimeout(Integer, Integer) - Method in class org.gitlab4j.api.GitLabApi
Sets the per request connect and read timeout.
setSecretToken(String) - Method in interface org.gitlab4j.api.HookManager
Set the secret token that received hook events should be validated against.
setSecretToken(String) - Method in class org.gitlab4j.api.SystemHookManager
Set the secret token that received hook events should be validated against.
setSecretToken(String) - Method in class org.gitlab4j.api.WebHookManager
Set the secret token that received hook events should be validated against.
setSourceUrl(String) - Method in class org.gitlab4j.api.ProjectLicense
 
setStatusOfExternalStatusCheck(Object, Long, String, Long, ExternalStatusCheckStatus.Status) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Set the status of an external status check for a given merge request.
setSudoAsId(Long) - Method in class org.gitlab4j.api.GitLabApi
Sets up all future calls to the GitLab API to be done as another user specified by provided user ID.
setUserAgentHeader(String) - Method in class org.gitlab4j.api.GitLabApi
Configures a custom value for the 'User-Agent' header
setUserAgentHeader(String) - Method in class org.gitlab4j.api.GitLabApiClient
Configures a custom value for the 'User-Agent' header
setUserAvatar(Object, File) - Method in class org.gitlab4j.api.UserApi
Uploads and sets the user's avatar for the specified user.
shareGroup(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.GroupApi
Share group with another group.
shareProject(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.ProjectApi
Share a project with the specified group.
SnippetsApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab Snippets API project calls.
SnippetsApi(GitLabApi) - Constructor for class org.gitlab4j.api.SnippetsApi
 
starProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Star a project.
startImport(Object, File, String, Boolean, Project) - Method in class org.gitlab4j.api.ImportExportApi
Import an exported project.
stopEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
Stop an environment.
stream() - Method in class org.gitlab4j.api.Pager
Builds and returns a Stream instance which is pre-populated with all items from all pages.
subscribeGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Subscribe a specified group label.
subscribeLabel(Object, Long) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
subscribeProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Subscribe a specified project label.
subSequence(int, int) - Method in class org.gitlab4j.api.utils.SecretString
 
sudo(String) - Method in class org.gitlab4j.api.GitLabApi
Sets up all future calls to the GitLab API to be done as another user specified by sudoAsUsername.
SUDO - org.gitlab4j.api.utils.AccessTokenUtils.Scope
Allows performing API actions as any user in the system, if the authenticated user is an admin (introduced in GitLab 10.2).
SUDO_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
SYSTEM_HOOK_EVENT - Static variable in class org.gitlab4j.api.SystemHookManager
 
SystemHookManager - Class in org.gitlab4j.api
This class provides a handler for processing GitLab System Hook callouts.
SystemHookManager() - Constructor for class org.gitlab4j.api.SystemHookManager
Create a HookManager to handle GitLab system hook events.
SystemHookManager(String) - Constructor for class org.gitlab4j.api.SystemHookManager
Create a HookManager to handle GitLab system hook events which will be verified against the specified secretToken.
SystemHooksApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab System Hooks Keys API calls.
SystemHooksApi(GitLabApi) - Constructor for class org.gitlab4j.api.SystemHooksApi
 

T

TagsApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab Tags and Protected Tags API calls.
TagsApi(GitLabApi) - Constructor for class org.gitlab4j.api.TagsApi
 
takeOwnershipPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Update the owner of the pipeline schedule of a project.
takeOwnewrshipOfPipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
Take ownership of a pipeline trigger for project.
testSystemHook(Long) - Method in class org.gitlab4j.api.SystemHooksApi
Test a system hook.
testSystemHook(SystemHook) - Method in class org.gitlab4j.api.SystemHooksApi
Test a system hook.
TodosApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Todos API.
TodosApi(GitLabApi) - Constructor for class org.gitlab4j.api.TodosApi
 
toJsonNode(String) - Static method in class org.gitlab4j.api.utils.JacksonJson
Parse the provided String into a JsonNode instance.
toJsonString(T) - Static method in class org.gitlab4j.api.utils.JacksonJson
Gets a the supplied object output as a formatted JSON string.
TopicsApi - Class in org.gitlab4j.api
 
TopicsApi(GitLabApi) - Constructor for class org.gitlab4j.api.TopicsApi
 
toString() - Method in class org.gitlab4j.api.ProjectLicense
 
toString() - Method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
 
toValue() - Method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
 
transferProject(Object, Object) - Method in class org.gitlab4j.api.GroupApi
Transfer a project to the Group namespace.
transferProject(Object, String) - Method in class org.gitlab4j.api.ProjectApi
Transfer a project to a new namespace.
triggerHousekeeping(Object) - Method in class org.gitlab4j.api.ProjectApi
Start the Housekeeping task for a project.
triggerPipeline(Object, String, String, List<Variable>) - Method in class org.gitlab4j.api.PipelineApi
Trigger a pipeline for a project.
triggerPipeline(Object, Trigger, String, List<Variable>) - Method in class org.gitlab4j.api.PipelineApi
Trigger a pipeline for a project.

U

unapproveMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
Unapprove a merge request.
unarchiveProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Unarchive a project
unassignChildEpic(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Unassigns a child epic from a parent epic.
unblockUser(Long) - Method in class org.gitlab4j.api.UserApi
Unblocks the specified user.
unmarshal(Class<T>, JsonNode) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JsonNode (tree) to an instance of the provided class.
unmarshal(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data on the specified Reader instance to an instance of the provided class.
unmarshal(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data contained by the string and populate an instance of the provided returnType class.
unmarshalList(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data on the specified Reader instance and populate a List of instances of the provided returnType class.
unmarshalList(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data contained by the string and populate a List of instances of the provided returnType class.
unmarshalMap(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data on the specified Reader instance and populate a Map of String keys and values of the provided returnType class.
unmarshalMap(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
Unmarshal the JSON data and populate a Map of String keys and values of the provided returnType class.
unprotectBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
Unprotects the given protected branch or wildcard protected branch.
unprotectBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
Unprotects a single project repository branch.
unprotectTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
Unprotects the given protected tag or wildcard protected tag.
unshareGroup(Object, Long) - Method in class org.gitlab4j.api.GroupApi
Unshare the group from another group.
unshareProject(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
Unshare the project from the group.
unstarProject(Object) - Method in class org.gitlab4j.api.ProjectApi
Unstar a project.
unsubscribeGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Unsubscribe a specified group label.
unsubscribeLabel(Object, Long) - Method in class org.gitlab4j.api.LabelsApi
Deprecated.
unsubscribeProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
Unsubscribe a specified project label.
unsudo() - Method in class org.gitlab4j.api.GitLabApi
Turns off the currently configured sudo as ID.
updateApplicationSetting(String, Object) - Method in class org.gitlab4j.api.ApplicationSettingsApi
Update a single application setting of the GitLab instance with the provided settings and value.
updateApplicationSetting(Setting, Object) - Method in class org.gitlab4j.api.ApplicationSettingsApi
Update a single application setting of the GitLab instance with the provided settings and value.
updateApplicationSettings(ApplicationSettings) - Method in class org.gitlab4j.api.ApplicationSettingsApi
Update the application settings of the GitLab instance with the settings in the provided ApplicationSettings instance.
updateApprovalRule(Object, Long, Long, ApprovalRuleParams) - Method in class org.gitlab4j.api.MergeRequestApi
Update the specified the merge request level approval rule.
updateApprovalRule(Object, Long, ApprovalRuleParams) - Method in class org.gitlab4j.api.ProjectApi
Update the specified the project-level approval rule.
updateBoard(Object, Long, String, Boolean, Boolean, Long, Long, String, Integer) - Method in class org.gitlab4j.api.BoardsApi
updateBoardList(Object, Long, Long, Integer) - Method in class org.gitlab4j.api.BoardsApi
updateBugzillaService(Object, BugzillaService) - Method in class org.gitlab4j.api.ServicesApi
Updates the Bugzilla service settings for a project.
updateCustomIssueTrackerService(Object, CustomIssueTrackerService) - Method in class org.gitlab4j.api.ServicesApi
Updates the Custom Issue Tracker service settings for a project.
updateDeployKey(Object, Long, String, Boolean) - Method in class org.gitlab4j.api.DeployKeysApi
Updates an existing project deploy key.
updateDeployment(Object, Long, Constants.DeploymentStatus) - Method in class org.gitlab4j.api.DeploymentsApi
Updates an existing project deploy key.
updateEmailOnPushService(Object, EmailOnPushService) - Method in class org.gitlab4j.api.ServicesApi
Updates the EmailsOnPush service settings for a project.
updateEnvironment(Object, Long, String, String, String) - Method in class org.gitlab4j.api.EnvironmentsApi
Update an existing environment.
updateEpic(Object, Long, String, String, String, Date, Date) - Method in class org.gitlab4j.api.EpicsApi
updateEpic(Object, Long, String, String, String, Date, Date, Constants.StateEvent, Boolean, Long) - Method in class org.gitlab4j.api.EpicsApi
Updates an existing epic.
updateEpic(Object, Long, Epic) - Method in class org.gitlab4j.api.EpicsApi
Updates an epic using the information contained in the provided Epic instance.
updateEpicNote(Object, Long, Long, String) - Method in class org.gitlab4j.api.NotesApi
Update the specified epics's note.
updateExistingSubmoduleReference(Object, String, String, String, String) - Method in class org.gitlab4j.api.RepositorySubmodulesApi
Update existing submodule reference in repository.
updateExternalStatusCheck(Object, Long, String, String, List<Long>) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Updates an existing external status check.
updateExternalStatusCheck(Object, ExternalStatusCheck) - Method in class org.gitlab4j.api.ExternalStatusCheckApi
Updates an external status check using the information contained in the provided ExternalStatusCheck instance.
updateExternalWikiService(Object, ExternalWikiService) - Method in class org.gitlab4j.api.ServicesApi
Updates the ExternalWikiService service settings for a project.
updateFile(Object, RepositoryFile, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Update existing file in repository
updateFile(RepositoryFile, Long, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Deprecated.
updateGlobalNotificationSettings(NotificationSettings) - Method in class org.gitlab4j.api.NotificationSettingsApi
Update the global notification settings.
updateGroup(Object, String, String, String, Boolean, Boolean, Visibility, Boolean, Boolean, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
updateGroup(Object, String, String, String, Visibility, Boolean, Boolean, Long) - Method in class org.gitlab4j.api.GroupApi
Updates a project group.
updateGroup(Object, GroupParams) - Method in class org.gitlab4j.api.GroupApi
Updates the project group.
updateGroup(Group) - Method in class org.gitlab4j.api.GroupApi
Updates a project group.
updateGroupIssueBoard(Object, Long, String, Boolean, Boolean, Long, Long, String, Integer) - Method in class org.gitlab4j.api.BoardsApi
Updates an existing Issue Board.
updateGroupIssueBoardList(Object, Long, Long, Integer) - Method in class org.gitlab4j.api.BoardsApi
Updates an existing Issue Board list.
updateGroupLabel(Object, Object, Label) - Method in class org.gitlab4j.api.LabelsApi
Update the specified label.
updateGroupMilestone(Object, Long, String, String, Date, Date, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
Update the specified group milestone.
updateGroupNotificationSettings(long, NotificationSettings) - Method in class org.gitlab4j.api.NotificationSettingsApi
Update the notification settings for a group
updateHipChatService(Object, HipChatService) - Method in class org.gitlab4j.api.ServicesApi
Updates the HipChatService notification settings for a project.
updateIssue(Object, Long, Long, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
Updates an epic - issue association.
updateIssue(Object, Long, String, String, Boolean, List<Long>, Long, String, Constants.StateEvent, Date, Date) - Method in class org.gitlab4j.api.IssuesApi
Updates an existing project issue.
updateIssueNote(Object, Long, Long, String) - Method in class org.gitlab4j.api.NotesApi
Update the specified issues's note.
updateJiraService(Object, JiraService) - Method in class org.gitlab4j.api.ServicesApi
Updates the JIRA service settings for a project.
updateLabel(Object, String, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
Deprecated. 
updateLabelColor(Object, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
Deprecated. 
updateLabelName(Object, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
Deprecated. 
updateLink(Object, Integer, ReleaseLinkParams) - Method in class org.gitlab4j.api.ReleaseLinksApi
Updates the attributes of a given Link.
updateMattermostService(Object, MattermostService) - Method in class org.gitlab4j.api.ServicesApi
Updates the Mattermost service settings for a project.
updateMember(Object, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
Updates a member of a group.
updateMember(Object, Long, Integer) - Method in class org.gitlab4j.api.ProjectApi
Updates a member of a project.
updateMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.GroupApi
Updates a member of a group.
updateMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.ProjectApi
Updates a member of a project.
updateMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
Updates a member of a group.
updateMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.ProjectApi
Updates a member of a project.
updateMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.GroupApi
Updates a member of a group.
updateMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.ProjectApi
Updates a member of a project.
updateMergeRequest(Object, Long, String, String, Long, String, Constants.StateEvent, String, Long, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
Updates an existing merge request.
updateMergeRequest(Object, Long, MergeRequestParams) - Method in class org.gitlab4j.api.MergeRequestApi
Updates an existing merge request.
updateMergeRequestNote(Object, Long, Long, String) - Method in class org.gitlab4j.api.NotesApi
Update the specified merge request's note.
updateMilestone(Object, Long, String, String, Date, Date, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
Update the specified milestone.
updatePage(Object, String, String, String) - Method in class org.gitlab4j.api.WikisApi
Updates an existing project wiki page.
updatePipelineSchedule(Object, PipelineSchedule) - Method in class org.gitlab4j.api.PipelineApi
Modifies a pipeline schedule for project.
updatePipelineScheduleVariable(Object, Long, String, String) - Method in class org.gitlab4j.api.PipelineApi
Update a pipeline schedule variable.
updatePipelineTrigger(Object, Long, String) - Method in class org.gitlab4j.api.PipelineApi
Updates a pipeline trigger for project.
updateProject(Project) - Method in class org.gitlab4j.api.ProjectApi
Updates a project.
updateProjectIssueBoard(Object, Long, String, Boolean, Boolean, Long, Long, String, Integer) - Method in class org.gitlab4j.api.BoardsApi
Updates an existing Issue Board.
updateProjectIssueBoardList(Object, Long, Long, Integer) - Method in class org.gitlab4j.api.BoardsApi
Updates an existing Issue Board list.
updateProjectLabel(Object, Object, Label) - Method in class org.gitlab4j.api.LabelsApi
Update the specified project label.
updateProjectNotificationSettings(long, NotificationSettings) - Method in class org.gitlab4j.api.NotificationSettingsApi
Update the notification settings for a project
updatePushRules(Object, PushRules) - Method in class org.gitlab4j.api.ProjectApi
Updates a push rule for the specified project.
updateRelease(Object, String, String) - Method in class org.gitlab4j.api.TagsApi
Updates the release notes of a given release.
updateRelease(Object, ReleaseParams) - Method in class org.gitlab4j.api.ReleasesApi
Updates the release notes of a given release.
updateRemoteMirror(Object, Long, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Toggle a remote mirror on or off, or change which types of branches are mirrored.
updateRunner(Long, String, Boolean, List<String>, Boolean, Boolean, RunnerDetail.RunnerAccessLevel) - Method in class org.gitlab4j.api.RunnersApi
Update details of a runner.
updateSlackService(Object, SlackService) - Method in class org.gitlab4j.api.ServicesApi
Updates the Slack notification settings for a project.
updateSnippet(Object, Long, String, String, String, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
Updates an existing project snippet.
updateSystemHook(SystemHook, String) - Method in class org.gitlab4j.api.SystemHooksApi
Add a new system hook.
updateTopic(Integer, TopicParams) - Method in class org.gitlab4j.api.TopicsApi
Update a project topic.
updateTopicAvatar(Integer, File) - Method in class org.gitlab4j.api.TopicsApi
Uploads and sets the topic's avatar for the specified topic.
updateUser(User, CharSequence) - Method in class org.gitlab4j.api.UserApi
Modifies an existing user.
updateVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.GroupApi
Update a group variable.
updateVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Update a project variable.
updateVariable(Object, String, String, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
Update a group variable.
updateVariable(Object, String, String, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Update a project variable.
updateVariable(Object, String, String, Variable.Type, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
Update a project variable.
updateVariable(Object, String, String, Variable.Type, Boolean, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
Update a project variable.
upload(Response.Status, String, File, String, Form, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform a file upload with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
upload(Response.Status, String, File, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
Perform a file upload with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
upload(Response.Status, String, File, String, URL) - Method in class org.gitlab4j.api.AbstractApi
Perform a file upload with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
upload(Response.Status, String, InputStream, String, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
 
upload(String, File, String, Form, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform a file upload using the specified media type, returning a ClientResponse instance with the data returned from the endpoint.
upload(String, File, String, Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
Perform a file upload using multipart/form-data, returning a ClientResponse instance with the data returned from the endpoint.
upload(String, File, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Perform a file upload using the specified media type, returning a ClientResponse instance with the data returned from the endpoint.
upload(String, InputStream, String, String, Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
 
upload(String, InputStream, String, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
 
upload(BodyPart, Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
 
uploadAttachment(Object, File) - Method in class org.gitlab4j.api.WikisApi
Uploads a file to the attachment folder inside the wiki’s repository.
uploadAttachment(Object, File, String) - Method in class org.gitlab4j.api.WikisApi
Uploads a file to the attachment folder inside the wiki’s repository.
uploadFile(Object, File) - Method in class org.gitlab4j.api.ProjectApi
Uploads a file to the specified project to be used in an issue or merge request description, or a comment.
uploadFile(Object, File, String) - Method in class org.gitlab4j.api.ProjectApi
Uploads a file to the specified project to be used in an issue or merge request description, or a comment.
uploadFile(Object, InputStream, String, String) - Method in class org.gitlab4j.api.ProjectApi
Uploads some data in an InputStream to the specified project, to be used in an issue or merge request description, or a comment.
urlEncode(String) - Method in class org.gitlab4j.api.AbstractApi
Encode a string to be used as in-path argument for a gitlab api request.
urlEncode(String) - Static method in class org.gitlab4j.api.utils.UrlEncoder
URL encodes a String in compliance with GitLabs special differences.
UrlEncoder - Class in org.gitlab4j.api.utils
 
UrlEncoder() - Constructor for class org.gitlab4j.api.utils.UrlEncoder
 
USER_AGENT - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
 
UserApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API users calls.
UserApi(GitLabApi) - Constructor for class org.gitlab4j.api.UserApi
 
UserListDeserializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.UserListDeserializer
 
UserListSerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.UserListSerializer
 

V

V4 - org.gitlab4j.api.GitLabApi.ApiVersion
 
validate(Response, Response.Status) - Method in class org.gitlab4j.api.AbstractApi
Validates response the response from the server against the expected HTTP status and the returned secret token, if either is not correct will throw a GitLabApiException.
validateSecretToken(Response) - Method in class org.gitlab4j.api.GitLabApiClient
Validates the secret token (X-GitLab-Token) header against the expected secret token, returns true if valid, otherwise returns false.
valueOf(String) - Static method in enum org.gitlab4j.api.GitLabApi.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gitlab4j.api.GitLabApi.ApiVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebHookManager - Class in org.gitlab4j.api
This class provides a handler for processing GitLab WebHook callouts.
WebHookManager() - Constructor for class org.gitlab4j.api.WebHookManager
Create a HookManager to handle GitLab webhook events.
WebHookManager(String) - Constructor for class org.gitlab4j.api.WebHookManager
Create a HookManager to handle GitLab webhook events which will be verified against the specified secretToken.
WikisApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab Wikis API.
WikisApi(GitLabApi) - Constructor for class org.gitlab4j.api.WikisApi
 
withParam(String, Object) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding query and form parameters to a get() or post() call.
withParam(String, Object, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding query and form parameters to a get() or post() call.
withParam(String, Date) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding Date query and form parameters to a get() or post() call.
withParam(String, Date, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding Date query and form parameters to a get() or post() call.
withParam(String, List<?>) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding a List type query and form parameters to a get() or post() call.
withParam(String, List<?>, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding a List type query and form parameters to a get() or post() call.
withParam(String, Map<String, ?>, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding an array of hash type query and form parameters to a get() or post() call.
withParam(String, AccessLevel) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
withParam(String, AccessLevel, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
withParam(List<Variable>) - Method in class org.gitlab4j.api.GitLabApiForm
Fluent method for adding a List<Variable> type query and form parameters to a get(), post(), or put() call.
withRequestResponseLogging() - Method in class org.gitlab4j.api.GitLabApi
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.
withRequestResponseLogging(Level) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
withRequestResponseLogging(Logger, Level) - Method in class org.gitlab4j.api.GitLabApi
Enable the logging of the requests to and the responses from the GitLab server API.
withRequestTimeout(Integer, Integer) - Method in class org.gitlab4j.api.GitLabApi
Fluent method that sets the per request connect and read timeout.
write(int) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter.LoggingStream
 
write(OutputStream) - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
 
WRITE_REPOSITORY - org.gitlab4j.api.utils.AccessTokenUtils.Scope
Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API).

X

X_GITLAB_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 

_

_id - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
All Classes All Packages