Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

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
 
AbstractUser - Class in org.gitlab4j.api.models
 
AbstractUser() - Constructor for class org.gitlab4j.api.models.AbstractUser
 
AcceptAllHostnameVerifier() - Constructor for class org.gitlab4j.api.GitLabApiClient.AcceptAllHostnameVerifier
 
AccessLevel - Enum in org.gitlab4j.api.models
 
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.
addGroup(String, String) - Method in class org.gitlab4j.api.GroupApi
Creates a new project group.
addHook(Project, String, boolean, boolean, boolean) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addHook(Integer, String, boolean, boolean, boolean) - Method in class org.gitlab4j.api.ProjectApi
Adds a hook to project.
addMember(Integer, Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Adds a user to the list of group members.
addMember(Integer, Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Adds a user to a project team.
API_NAMESPACE - Static variable in class org.gitlab4j.api.GitLabApiClient
 
Assignee - Class in org.gitlab4j.api.models
 
Assignee() - Constructor for class org.gitlab4j.api.models.Assignee
 
Author - Class in org.gitlab4j.api.models
 
Author() - Constructor for class org.gitlab4j.api.models.Author
 

B

Branch - Class in org.gitlab4j.api.models
 
Branch() - Constructor for class org.gitlab4j.api.models.Branch
 

C

Changes - Class in org.gitlab4j.api.models
 
Changes() - Constructor for class org.gitlab4j.api.models.Changes
 
Commit - Class in org.gitlab4j.api.models
 
Commit() - Constructor for class org.gitlab4j.api.models.Commit
 
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
 
CommitStats - Class in org.gitlab4j.api.models
 
CommitStats() - Constructor for class org.gitlab4j.api.models.CommitStats
 
create(String, String, String) - Static method in class org.gitlab4j.api.GitLabApi
Logs into GitLab using provided username and password, and creates a new GitLabApi instance using returned private token
createBranch(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Creates a branch for the project.
createFile(RepositoryFile, Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Create new file in repository POST /projects/:id/repository/files file_path (required) - Full path to new file.
createMergeRequest(Integer, String, String, String, String, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Creates a merge request and optionally assigns a reviewer to it.
createProject(Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Create a new project in the specified group.
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.
createProject(String, Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
Creates a Project
createTag(Integer, String, String, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Creates a tag for the project.
createUniqueFile(File, String) - Static method in class org.gitlab4j.api.Utils
Creates a File that is unique in the specified directory.
createUser(User, String, Integer) - Method in class org.gitlab4j.api.UserApi
Creates a new user.

D

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.
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.
deleteBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Delete a single project repository branch.
deleteFile(String, Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Delete existing file in repository DELETE /projects/:id/repository/files file_path (required) - Full path to file.
deleteGitLabCI(Integer) - Method in class org.gitlab4j.api.ServicesApi
Deletes the gitlab-ci service.
deleteGitLabCI(Project) - Method in class org.gitlab4j.api.ServicesApi
DELETE /projects/:id/services/gitlab-ci
deleteGroup(Integer) - Method in class org.gitlab4j.api.GroupApi
Removes group with all projects inside.
deleteGroup(Group) - Method in class org.gitlab4j.api.GroupApi
Removes group with all projects inside.
deleteHipChat(Integer) - Method in class org.gitlab4j.api.ServicesApi
Deletes the gitlab-ci service.
deleteHipChat(Project) - Method in class org.gitlab4j.api.ServicesApi
Deletes the gitlab-ci service.
deleteHook(Integer, Integer) - 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.
deleteProject(Integer) - Method in class org.gitlab4j.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteProject(Project) - Method in class org.gitlab4j.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteUser(Integer) - Method in class org.gitlab4j.api.UserApi
Deletes a user.
deleteUser(User) - Method in class org.gitlab4j.api.UserApi
Deletes a user.
deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.JacksonJson.JsonDateDeserializer
 
Diff - Class in org.gitlab4j.api.models
 
Diff() - Constructor for class org.gitlab4j.api.models.Diff
 

E

ErrorMessage - Class in org.gitlab4j.api.models
 
ErrorMessage() - Constructor for class org.gitlab4j.api.models.ErrorMessage
 
Event - Class in org.gitlab4j.api.models
 
Event() - Constructor for class org.gitlab4j.api.models.Event
 
Event - Interface in org.gitlab4j.api.webhook
 
EventCommit - Class in org.gitlab4j.api.webhook
 
EventCommit() - Constructor for class org.gitlab4j.api.webhook.EventCommit
 
EventData - Class in org.gitlab4j.api.models
 
EventData() - Constructor for class org.gitlab4j.api.models.EventData
 
EventProject - Class in org.gitlab4j.api.webhook
 
EventProject() - Constructor for class org.gitlab4j.api.webhook.EventProject
 
EventRepository - Class in org.gitlab4j.api.webhook
 
EventRepository() - Constructor for class org.gitlab4j.api.webhook.EventRepository
 

F

findUsers(String) - Method in class org.gitlab4j.api.UserApi
Search users by Email or username GET /users?search=:email_or_username
forValue(Integer) - Static method in enum org.gitlab4j.api.models.AccessLevel
 

G

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.
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.
getAccessLevel() - Method in class org.gitlab4j.api.models.Member
 
getAccessLevel() - Method in class org.gitlab4j.api.models.ProjectAccess
 
getAction() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getAction() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getActionName() - Method in class org.gitlab4j.api.models.Event
 
getAdded() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getAdditions() - Method in class org.gitlab4j.api.models.CommitStats
 
getAfter() - Method in class org.gitlab4j.api.models.EventData
 
getAfter() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getAllProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of all GitLab projects (admin only).
getAMode() - Method in class org.gitlab4j.api.models.Changes
 
getAMode() - Method in class org.gitlab4j.api.models.Diff
 
getApiClient() - Method in class org.gitlab4j.api.AbstractApi
 
getApiUrl(Object...) - Method in class org.gitlab4j.api.GitLabApiClient
Construct a REST URL with the specified path arguments.
getApprovalsBeforeMerge() - Method in class org.gitlab4j.api.models.MergeRequest
 
getArchived() - Method in class org.gitlab4j.api.models.Project
 
getAssignee() - Method in class org.gitlab4j.api.models.Issue
 
getAssignee() - Method in class org.gitlab4j.api.models.MergeRequest
 
getAssignee() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getAssignee() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getAssigneeId() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getAssigneeId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getAttachment() - Method in class org.gitlab4j.api.models.Note
 
getAuthor() - Method in class org.gitlab4j.api.models.Commit
 
getAuthor() - Method in class org.gitlab4j.api.models.Event
 
getAuthor() - Method in class org.gitlab4j.api.models.Issue
 
getAuthor() - Method in class org.gitlab4j.api.models.MergeRequest
 
getAuthor() - Method in class org.gitlab4j.api.models.Note
 
getAuthor() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getAuthor() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getAuthoredDate() - Method in class org.gitlab4j.api.models.Commit
 
getAuthorEmail() - Method in class org.gitlab4j.api.models.Commit
 
getAuthorId() - Method in class org.gitlab4j.api.models.Event
 
getAuthorId() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getAuthorId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getAuthorName() - Method in class org.gitlab4j.api.models.Commit
 
getAuthorUsername() - Method in class org.gitlab4j.api.models.Event
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.AbstractUser
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.Project
 
getAvatarUrl() - Method in class org.gitlab4j.api.models.Session
 
getAvatarUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getBefore() - Method in class org.gitlab4j.api.models.EventData
 
getBefore() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getBio() - Method in class org.gitlab4j.api.models.AbstractUser
 
getBio() - Method in class org.gitlab4j.api.models.Session
 
getBlobId() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getBlocked() - Method in class org.gitlab4j.api.models.Session
 
getBMode() - Method in class org.gitlab4j.api.models.Changes
 
getBMode() - Method in class org.gitlab4j.api.models.Diff
 
getBody() - Method in class org.gitlab4j.api.models.Note
 
getBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a single project repository branch.
getBranch() - Method in class org.gitlab4j.api.webhook.PushEvent
Gets the branch name from the ref.
getBranches(Integer) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository branches from a project, sorted by name alphabetically.
getBranchName() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getBranchName() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getBuild_events() - Method in class org.gitlab4j.api.models.ProjectHook
 
getBuildsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getCanCreateGroup() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCanCreateGroup() - Method in class org.gitlab4j.api.models.Session
 
getCanCreateProject() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCanCreateProject() - Method in class org.gitlab4j.api.models.Session
 
getChanges() - Method in class org.gitlab4j.api.models.MergeRequest
 
getCheckoutSha() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getColorSchemeId() - Method in class org.gitlab4j.api.models.AbstractUser
 
getColorSchemeId() - Method in class org.gitlab4j.api.models.Session
 
getCommit() - Method in class org.gitlab4j.api.models.Branch
 
getCommit() - Method in class org.gitlab4j.api.models.Tag
 
getCommitId() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getCommits(int) - Method in class org.gitlab4j.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, String) - Method in class org.gitlab4j.api.CommitsApi
Get a specific commit identified by the commit hash or name of a branch or tag.
getCommits() - Method in class org.gitlab4j.api.models.EventData
 
getCommits() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getCommitsApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the CommitsApi instance owned by this GitLabApi instance.
getCommittedDate() - Method in class org.gitlab4j.api.models.Commit
 
getCommitterEmail() - Method in class org.gitlab4j.api.models.Commit
 
getCommitterName() - Method in class org.gitlab4j.api.models.Commit
 
getConfidential() - Method in class org.gitlab4j.api.models.Issue
 
getConfirmedAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getContainerRegistryEnabled() - Method in class org.gitlab4j.api.models.Project
 
getContent() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getContext(Class<?>) - Method in class org.gitlab4j.api.JacksonJson
 
getCreatedAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Commit
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Issue
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Key
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Member
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Milestone
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Namespace
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Note
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Owner
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Project
 
getCreatedAt() - Method in class org.gitlab4j.api.models.ProjectHook
 
getCreatedAt() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getCreatedAt() - Method in class org.gitlab4j.api.models.Session
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getCreatedAt() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getCreatorId() - Method in class org.gitlab4j.api.models.Project
 
getCurrentSignInAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getCurrentSignInAt() - Method in class org.gitlab4j.api.models.Session
 
getDarkScheme() - Method in class org.gitlab4j.api.models.Session
 
getData() - Method in class org.gitlab4j.api.models.Event
 
getDefaultBranch() - Method in class org.gitlab4j.api.models.Project
 
getDefaultBranch() - Method in class org.gitlab4j.api.webhook.EventProject
 
getDeletedFile() - Method in class org.gitlab4j.api.models.Changes
 
getDeletedFile() - Method in class org.gitlab4j.api.models.Diff
 
getDeletions() - Method in class org.gitlab4j.api.models.CommitStats
 
getDescription() - Method in class org.gitlab4j.api.models.Issue
 
getDescription() - Method in class org.gitlab4j.api.models.MergeRequest
 
getDescription() - Method in class org.gitlab4j.api.models.Milestone
 
getDescription() - Method in class org.gitlab4j.api.models.Namespace
 
getDescription() - Method in class org.gitlab4j.api.models.Project
 
getDescription() - Method in class org.gitlab4j.api.models.Release
 
getDescription() - Method in class org.gitlab4j.api.models.Repository
 
getDescription() - Method in class org.gitlab4j.api.webhook.EventProject
 
getDescription() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getDescription() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getDescription() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getDevelopersCanMerge() - Method in class org.gitlab4j.api.models.Branch
 
getDevelopersCanPush() - Method in class org.gitlab4j.api.models.Branch
 
getDiff(int, String) - Method in class org.gitlab4j.api.CommitsApi
Get the diff of a commit in a project.
getDiff() - Method in class org.gitlab4j.api.models.Changes
 
getDiff() - Method in class org.gitlab4j.api.models.Diff
 
getDownvote() - Method in class org.gitlab4j.api.models.Note
 
getDownvotes() - Method in class org.gitlab4j.api.models.MergeRequest
 
getDueDate() - Method in class org.gitlab4j.api.models.Issue
 
getDueDate() - Method in class org.gitlab4j.api.models.Milestone
 
getEmail() - Method in class org.gitlab4j.api.models.AbstractUser
 
getEmail() - Method in class org.gitlab4j.api.models.Member
 
getEmail() - Method in class org.gitlab4j.api.models.Session
 
getEnable_ssl_verification() - Method in class org.gitlab4j.api.models.ProjectHook
 
getEncoding() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getEventName() - Method in class org.gitlab4j.api.models.SystemHook
 
getEventName() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getExpiresAt() - Method in class org.gitlab4j.api.models.Note
 
getExpiresAt() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getExternal() - Method in class org.gitlab4j.api.models.AbstractUser
 
getExternUid() - Method in class org.gitlab4j.api.models.Identity
 
getFile(String, Integer, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Get file from repository.
getFileName() - Method in class org.gitlab4j.api.models.Note
 
getFileName() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getFileName() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getFilenameFromContentDisposition(Response) - Static method in class org.gitlab4j.api.Utils
Get the filename from the "Content-Disposition" header of a JAX-RS response.
getFilePath() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getForceRemoveSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getForkedFromProject() - Method in class org.gitlab4j.api.models.Project
 
getForksCount() - Method in class org.gitlab4j.api.models.Project
 
getGit_http_url() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getGit_ssh_url() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getGitHttpUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getGitSshUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getGroup(int) - Method in class org.gitlab4j.api.GroupApi
Get all details of a group.
getGroupAccess() - Method in class org.gitlab4j.api.models.Permissions
 
getGroupAccessLevel() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
getGroupApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the GroupApi instance owned by this GitLabApi instance.
getGroupId() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
getGroupName() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
getGroups() - Method in class org.gitlab4j.api.GroupApi
Get a list of groups.
getHomepage() - Method in class org.gitlab4j.api.models.Repository
 
getHomepage() - Method in class org.gitlab4j.api.webhook.EventProject
 
getHomepage() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getHook(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a specific hook for project.
getHooks(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get list of project hooks.
getHttpStatus() - Method in exception org.gitlab4j.api.GitLabApiException
Returns the HTTP status code that was the cause of the exception.
getHttpUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getHttpUrlToRepo() - Method in class org.gitlab4j.api.models.Project
 
getId() - Method in class org.gitlab4j.api.models.AbstractUser
 
getId() - Method in class org.gitlab4j.api.models.Commit
 
getId() - Method in class org.gitlab4j.api.models.Group
 
getId() - Method in class org.gitlab4j.api.models.Issue
 
getId() - Method in class org.gitlab4j.api.models.Key
 
getId() - Method in class org.gitlab4j.api.models.Member
 
getId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getId() - Method in class org.gitlab4j.api.models.Milestone
 
getId() - Method in class org.gitlab4j.api.models.Namespace
 
getId() - Method in class org.gitlab4j.api.models.Note
 
getId() - Method in class org.gitlab4j.api.models.Owner
 
getId() - Method in class org.gitlab4j.api.models.Project
 
getId() - Method in class org.gitlab4j.api.models.ProjectHook
 
getId() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getId() - Method in class org.gitlab4j.api.models.Session
 
getId() - Method in class org.gitlab4j.api.models.TreeItem
 
getId() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getId() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getIdentities() - Method in class org.gitlab4j.api.models.AbstractUser
 
getIdentities() - Method in class org.gitlab4j.api.models.Session
 
getIgnoreCertificateErrors() - Method in class org.gitlab4j.api.GitLabApiClient
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
getIid() - Method in class org.gitlab4j.api.models.Issue
 
getIid() - Method in class org.gitlab4j.api.models.MergeRequest
 
getIid() - Method in class org.gitlab4j.api.models.Milestone
 
getIid() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getIid() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getIsAdmin() - Method in class org.gitlab4j.api.models.AbstractUser
 
getIsAdmin() - Method in class org.gitlab4j.api.models.Session
 
getIssues(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project's issues.
getIssuesEnabled() - Method in class org.gitlab4j.api.models.Project
 
getIssuesEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getKey() - Method in class org.gitlab4j.api.models.Key
 
getLabels() - Method in class org.gitlab4j.api.models.Issue
 
getLabels() - Method in class org.gitlab4j.api.models.MergeRequest
 
getLastActivityAt() - Method in class org.gitlab4j.api.models.Project
 
getLastCommit() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getLastCommitId() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getLastSignInAt() - Method in class org.gitlab4j.api.models.AbstractUser
 
getLinkedin() - Method in class org.gitlab4j.api.models.AbstractUser
 
getLinkedin() - Method in class org.gitlab4j.api.models.Session
 
getLocation() - Method in class org.gitlab4j.api.models.AbstractUser
 
getMember(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Gets a project team member.
getMembers(int) - Method in class org.gitlab4j.api.GroupApi
Get a list of group members viewable by the authenticated user.
getMembers(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a list of project team members.
getMergeCommitSha() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMerged() - Method in class org.gitlab4j.api.models.Branch
 
getMergeRequest(Integer, Integer) - 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.
getMergeRequests(Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequestsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getMergeRequestsEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getMergeStatus() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMergeStatus() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getMergeWhenBuildSucceeds() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMessage() - Method in exception org.gitlab4j.api.GitLabApiException
Get the message associated with the exception.
getMessage() - Method in class org.gitlab4j.api.models.Commit
 
getMessage() - Method in class org.gitlab4j.api.models.ErrorMessage
 
getMessage() - Method in class org.gitlab4j.api.models.Tag
 
getMessage() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getMilestone() - Method in class org.gitlab4j.api.models.Issue
 
getMilestone() - Method in class org.gitlab4j.api.models.MergeRequest
 
getMilestoneId() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getMilestoneId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getMode() - Method in class org.gitlab4j.api.models.TreeItem
 
getModified() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getName() - Method in class org.gitlab4j.api.models.AbstractUser
 
getName() - Method in class org.gitlab4j.api.models.Branch
 
getName() - Method in class org.gitlab4j.api.models.Group
 
getName() - Method in class org.gitlab4j.api.models.Member
 
getName() - Method in class org.gitlab4j.api.models.Namespace
 
getName() - Method in class org.gitlab4j.api.models.Owner
 
getName() - Method in class org.gitlab4j.api.models.Project
 
getName() - Method in class org.gitlab4j.api.models.Repository
 
getName() - Method in class org.gitlab4j.api.models.Session
 
getName() - Method in class org.gitlab4j.api.models.SystemHook
 
getName() - Method in class org.gitlab4j.api.models.Tag
 
getName() - Method in class org.gitlab4j.api.models.TreeItem
 
getName() - Method in class org.gitlab4j.api.webhook.EventProject
 
getName() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getNamespace() - Method in class org.gitlab4j.api.models.Project
 
getNamespace() - Method in class org.gitlab4j.api.webhook.EventProject
 
getNameWithNamespace() - Method in class org.gitlab4j.api.models.Project
 
getNewFile() - Method in class org.gitlab4j.api.models.Changes
 
getNewFile() - Method in class org.gitlab4j.api.models.Diff
 
getNewPath() - Method in class org.gitlab4j.api.models.Changes
 
getNewPath() - Method in class org.gitlab4j.api.models.Diff
 
getNote_events() - Method in class org.gitlab4j.api.models.ProjectHook
 
getNoteableId() - Method in class org.gitlab4j.api.models.Note
 
getNoteableType() - Method in class org.gitlab4j.api.models.Note
 
getNotificationLevel() - Method in class org.gitlab4j.api.models.ProjectAccess
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getObjectAttributes() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
getObjectKind() - Method in interface org.gitlab4j.api.webhook.Event
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
getObjectKind() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getObjectMapper() - Method in class org.gitlab4j.api.JacksonJson
Gets the ObjectMapper contained by this instance.
getOldPath() - Method in class org.gitlab4j.api.models.Changes
 
getOldPath() - Method in class org.gitlab4j.api.models.Diff
 
getOnlyAllowMergeIfAllDiscussionsAreResolved() - Method in class org.gitlab4j.api.models.Project
 
getOnlyAllowMergeIfBuildSucceeds() - Method in class org.gitlab4j.api.models.Project
 
getOpenIssuesCount() - Method in class org.gitlab4j.api.models.Project
 
getOrganization() - Method in class org.gitlab4j.api.models.AbstractUser
 
getOwnedProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects owned by the authenticated user.
getOwner() - Method in class org.gitlab4j.api.models.Project
 
getOwnerEmail() - Method in class org.gitlab4j.api.models.SystemHook
 
getOwnerId() - Method in class org.gitlab4j.api.models.Group
 
getOwnerId() - Method in class org.gitlab4j.api.models.Namespace
 
getOwnerName() - Method in class org.gitlab4j.api.models.SystemHook
 
getParentIds() - Method in class org.gitlab4j.api.models.Commit
 
getPath() - Method in class org.gitlab4j.api.models.Group
 
getPath() - Method in class org.gitlab4j.api.models.Namespace
 
getPath() - Method in class org.gitlab4j.api.models.Project
 
getPath() - Method in class org.gitlab4j.api.models.SystemHook
 
getPath() - Method in class org.gitlab4j.api.models.TreeItem
 
getPathWithNamespace() - Method in class org.gitlab4j.api.models.Project
 
getPathWithNamespace() - Method in class org.gitlab4j.api.webhook.EventProject
 
getPermissions() - Method in class org.gitlab4j.api.models.Project
 
getPipeline_events() - Method in class org.gitlab4j.api.models.ProjectHook
 
getPosition() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getPosition() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getPrivateToken() - Method in class org.gitlab4j.api.models.Session
 
getProject(Integer) - 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() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getProject() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getProject_id() - Method in class org.gitlab4j.api.models.Issue
 
getProjectAccess() - Method in class org.gitlab4j.api.models.Permissions
 
getProjectApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ProjectApi instance owned by this GitLabApi instance.
getProjectEvents(Integer) - Method in class org.gitlab4j.api.ProjectApi
Get a project events for specific project.
getProjectId() - Method in class org.gitlab4j.api.models.Event
 
getProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getProjectId() - Method in class org.gitlab4j.api.models.Milestone
 
getProjectId() - Method in class org.gitlab4j.api.models.ProjectHook
 
getProjectId() - Method in class org.gitlab4j.api.models.SystemHook
 
getProjectId() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getProjectId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getProjectId() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getProjects() - Method in class org.gitlab4j.api.models.Group
 
getProjects() - Method in class org.gitlab4j.api.ProjectApi
Get a list of projects accessible by the authenticated user.
getProjectsLimit() - Method in class org.gitlab4j.api.models.AbstractUser
 
getProjectsLimit() - Method in class org.gitlab4j.api.models.Session
 
getProtected() - Method in class org.gitlab4j.api.models.Branch
 
getProvider() - Method in class org.gitlab4j.api.models.AbstractUser
 
getProvider() - Method in class org.gitlab4j.api.models.Identity
 
getPublic() - Method in class org.gitlab4j.api.models.Project
 
getPublicBuilds() - Method in class org.gitlab4j.api.models.Project
 
getPushEvents() - Method in class org.gitlab4j.api.models.ProjectHook
 
getRawBlobCotent(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Get the raw file contents for a blob by blob SHA.
getRawFileContent(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Get the raw file contents for a file by commit sha and path.
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.
getRef() - Method in class org.gitlab4j.api.models.EventData
 
getRef() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getRef() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getRelease() - Method in class org.gitlab4j.api.models.Tag
 
getRemoved() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getRenamedFile() - Method in class org.gitlab4j.api.models.Changes
 
getRenamedFile() - Method in class org.gitlab4j.api.models.Diff
 
getRepository() - Method in class org.gitlab4j.api.models.EventData
 
getRepository() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getRepository() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getRepositoryApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RepositoryApi instance owned by this GitLabApi instance.
getRepositoryArchive(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional).
getRepositoryArchive(Integer, String, File) - Method in class org.gitlab4j.api.RepositoryApi
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
getRepositoryFileApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the RepositoryFileApi instance owned by this GitLabApi instance.
getRepositoryStorage() - Method in class org.gitlab4j.api.models.Project
 
getRequest_access_enabled() - Method in class org.gitlab4j.api.models.Project
 
getRunnersToken() - Method in class org.gitlab4j.api.models.Project
 
getServicesApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the ServicesApi instance owned by this GitLabApi instance.
getSessionApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the SessionApi instance owned by this GitLabApi instance.
getSha() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSharedRunnersEnabled() - Method in class org.gitlab4j.api.models.Project
 
getSharedWithGroups() - Method in class org.gitlab4j.api.models.Project
 
getShortId() - Method in class org.gitlab4j.api.models.Commit
 
getShouldRemoveSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSize() - Method in class org.gitlab4j.api.models.RepositoryFile
 
getSkype() - Method in class org.gitlab4j.api.models.AbstractUser
 
getSkype() - Method in class org.gitlab4j.api.models.Session
 
getSnippetsEnabled() - Method in class org.gitlab4j.api.models.Project
 
getSource() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSourceBranch() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getSourceProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSourceProjectId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getSquash() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSshUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getSshUrlToRepo() - Method in class org.gitlab4j.api.models.Project
 
getStarCount() - Method in class org.gitlab4j.api.models.Project
 
getState() - Method in class org.gitlab4j.api.models.AbstractUser
 
getState() - Method in class org.gitlab4j.api.models.Issue
 
getState() - Method in class org.gitlab4j.api.models.Member
 
getState() - Method in class org.gitlab4j.api.models.MergeRequest
 
getState() - Method in class org.gitlab4j.api.models.Milestone
 
getState() - Method in class org.gitlab4j.api.models.Session
 
getState() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getState() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getStats() - Method in class org.gitlab4j.api.models.Commit
 
getStatus() - Method in class org.gitlab4j.api.models.Commit
 
getStCommits() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getStDiffs() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getSubscribed() - Method in class org.gitlab4j.api.models.Issue
 
getSubscribed() - Method in class org.gitlab4j.api.models.MergeRequest
 
getSystem() - Method in class org.gitlab4j.api.models.Note
 
getTag_push_events() - Method in class org.gitlab4j.api.models.ProjectHook
 
getTagList() - Method in class org.gitlab4j.api.models.Project
 
getTagName() - Method in class org.gitlab4j.api.models.Release
 
getTags(Integer) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTarget() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getTargetBranch() - Method in class org.gitlab4j.api.models.MergeRequest
 
getTargetBranch() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getTargetId() - Method in class org.gitlab4j.api.models.Event
 
getTargetProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
 
getTargetProjectId() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getTargetTitle() - Method in class org.gitlab4j.api.models.Event
 
getTargetType() - Method in class org.gitlab4j.api.models.Event
 
getThemeId() - Method in class org.gitlab4j.api.models.AbstractUser
 
getThemeId() - Method in class org.gitlab4j.api.models.Session
 
getTimestamp() - Static method in class org.gitlab4j.api.ISO8601
Get a ISO8601 formatted string for the current date and time.
getTimestamp(boolean) - Static method in class org.gitlab4j.api.ISO8601
Get a ISO8601formatted string for the current date and time.
getTimestamp() - Method in class org.gitlab4j.api.models.Commit
 
getTimestamp() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getTitle() - Method in class org.gitlab4j.api.models.Commit
 
getTitle() - Method in class org.gitlab4j.api.models.Event
 
getTitle() - Method in class org.gitlab4j.api.models.Issue
 
getTitle() - Method in class org.gitlab4j.api.models.Key
 
getTitle() - Method in class org.gitlab4j.api.models.MergeRequest
 
getTitle() - Method in class org.gitlab4j.api.models.Milestone
 
getTitle() - Method in class org.gitlab4j.api.models.Note
 
getTitle() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getTitle() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getTitle() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getTotal() - Method in class org.gitlab4j.api.models.CommitStats
 
getTotalCommitsCount() - Method in class org.gitlab4j.api.models.EventData
 
getTotalCommitsCount() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getTree(Integer) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Integer, String, String) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Integer, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
Get a list of repository files and directories in a project.
getTwitter() - Method in class org.gitlab4j.api.models.AbstractUser
 
getTwitter() - Method in class org.gitlab4j.api.models.Session
 
getTwoFactorEnabled() - Method in class org.gitlab4j.api.models.AbstractUser
 
getTwoFactorEnabled() - Method in class org.gitlab4j.api.models.Session
 
getType() - Method in class org.gitlab4j.api.models.TreeItem
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Issue
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Milestone
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Namespace
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.Note
 
getUpdatedAt() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getUpdatedAt() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getUpdatedAt() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getUpvote() - Method in class org.gitlab4j.api.models.Note
 
getUpvotes() - Method in class org.gitlab4j.api.models.MergeRequest
 
getUrl() - Method in class org.gitlab4j.api.models.Commit
 
getUrl() - Method in class org.gitlab4j.api.models.ProjectHook
 
getUrl() - Method in class org.gitlab4j.api.models.Repository
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventCommit
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getUrl() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getUrl() - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
getUrl() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
getUser() - Method in class org.gitlab4j.api.models.Key
 
getUser(int) - Method in class org.gitlab4j.api.UserApi
Get a single user.
getUser() - Method in class org.gitlab4j.api.webhook.IssueEvent
 
getUser() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
getUserApi() - Method in class org.gitlab4j.api.GitLabApi
Gets the UserApi instance owned by this GitLabApi instance.
getUserAvatar() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getUserEmail() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getUserId() - Method in class org.gitlab4j.api.models.EventData
 
getUserId() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getUsername() - Method in class org.gitlab4j.api.models.AbstractUser
 
getUserName() - Method in class org.gitlab4j.api.models.EventData
 
getUsername() - Method in class org.gitlab4j.api.models.Member
 
getUsername() - Method in class org.gitlab4j.api.models.Session
 
getUserName() - Method in class org.gitlab4j.api.webhook.PushEvent
 
getUserNotesCount() - Method in class org.gitlab4j.api.models.Issue
 
getUserNotesCount() - Method in class org.gitlab4j.api.models.MergeRequest
 
getUsers() - Method in class org.gitlab4j.api.UserApi
Get a list 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.
getVisibility_level() - Method in class org.gitlab4j.api.webhook.EventRepository
 
getVisibilityLevel() - Method in class org.gitlab4j.api.models.Project
 
getVisibilityLevel() - Method in class org.gitlab4j.api.webhook.EventProject
 
getWallEnabled() - Method in class org.gitlab4j.api.models.Project
 
getWebsiteUrl() - Method in class org.gitlab4j.api.models.AbstractUser
 
getWebsiteUrl() - Method in class org.gitlab4j.api.models.Session
 
getWebUrl() - Method in class org.gitlab4j.api.models.AbstractUser
 
getWebUrl() - Method in class org.gitlab4j.api.models.Issue
 
getWebUrl() - Method in class org.gitlab4j.api.models.MergeRequest
 
getWebUrl() - Method in class org.gitlab4j.api.models.Project
 
getWebUrl() - Method in class org.gitlab4j.api.models.ProjectSnippet
 
getWebUrl() - Method in class org.gitlab4j.api.webhook.EventProject
 
getWiki_page_events() - Method in class org.gitlab4j.api.models.ProjectHook
 
getWikiEnabled() - Method in class org.gitlab4j.api.models.Project
 
getWorkInProgress() - Method in class org.gitlab4j.api.models.MergeRequest
 
getWorkInProgress() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
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 specified by hostUrl.
GitLabApi(String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server specified by hostUrl.
GitLabApi(String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
 
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 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 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 the specified server URL and private token.
GitLabApiClient.AcceptAllHostnameVerifier - Class in org.gitlab4j.api
 
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.
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
 
Group - Class in org.gitlab4j.api.models
 
Group() - Constructor for class org.gitlab4j.api.models.Group
 
GroupApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab groups calls.

H

handle(Exception) - Method in class org.gitlab4j.api.AbstractApi
Wraps an exception in a GitLabApiException if needed.

I

Identity - Class in org.gitlab4j.api.models
 
Identity() - Constructor for class org.gitlab4j.api.models.Identity
 
invocation(URL, MultivaluedMap<String, String>) - Method in class org.gitlab4j.api.GitLabApiClient
 
ISO8601 - Class in org.gitlab4j.api
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
ISO8601() - Constructor for class org.gitlab4j.api.ISO8601
 
Issue - Class in org.gitlab4j.api.models
 
Issue() - Constructor for class org.gitlab4j.api.models.Issue
 
IssueEvent - Class in org.gitlab4j.api.webhook
 
IssueEvent() - Constructor for class org.gitlab4j.api.webhook.IssueEvent
 
IssueEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
isValid(Branch) - Static method in class org.gitlab4j.api.models.Branch
 
isValid(MergeRequest) - Static method in class org.gitlab4j.api.models.MergeRequest
 
isValid(Project) - Static method in class org.gitlab4j.api.models.Project
 

J

JacksonJson - Class in org.gitlab4j.api
Jackson JSON Configuration and utility class.
JacksonJson() - Constructor for class org.gitlab4j.api.JacksonJson
 
JacksonJson.JsonAccessLevelSerializer - Class in org.gitlab4j.api
JsonSerializer for serializing AccessLevel values.
JacksonJson.JsonDateDeserializer - Class in org.gitlab4j.api
JsonDeserializer for deserializing ISO8601 formatted dates.
JacksonJson.JsonDateSerializer - Class in org.gitlab4j.api
JsonSerializer for serializing ISO8601 formatted dates.
JsonAccessLevelSerializer() - Constructor for class org.gitlab4j.api.JacksonJson.JsonAccessLevelSerializer
 
JsonDateDeserializer() - Constructor for class org.gitlab4j.api.JacksonJson.JsonDateDeserializer
 
JsonDateSerializer() - Constructor for class org.gitlab4j.api.JacksonJson.JsonDateSerializer
 

K

Key - Class in org.gitlab4j.api.models
 
Key() - Constructor for class org.gitlab4j.api.models.Key
 

L

login(String, String, String) - Method in class org.gitlab4j.api.SessionApi
Login to get private token.

M

marshal(T) - Method in class org.gitlab4j.api.JacksonJson
Marshals the supplied object out as a formatted JSON string.
Member - Class in org.gitlab4j.api.models
 
Member() - Constructor for class org.gitlab4j.api.models.Member
 
MergeRequest - Class in org.gitlab4j.api.models
 
MergeRequest() - Constructor for class org.gitlab4j.api.models.MergeRequest
 
MergeRequestApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab merge request calls.
MergeRequestEvent - Class in org.gitlab4j.api.webhook
 
MergeRequestEvent() - Constructor for class org.gitlab4j.api.webhook.MergeRequestEvent
 
MergeRequestEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
 
Milestone - Class in org.gitlab4j.api.models
 
Milestone() - Constructor for class org.gitlab4j.api.models.Milestone
 
modifyHook(ProjectHook) - Method in class org.gitlab4j.api.ProjectApi
Modifies a hook for project.
modifyUser(User, String, Integer) - Method in class org.gitlab4j.api.UserApi
Modifies an existing user.

N

Namespace - Class in org.gitlab4j.api.models
 
Namespace() - Constructor for class org.gitlab4j.api.models.Namespace
 
Note - Class in org.gitlab4j.api.models
 
Note() - Constructor for class org.gitlab4j.api.models.Note
 
Note.NotableType - Enum in org.gitlab4j.api.models
 

O

OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.IssueEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.MergeRequestEvent
 
OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.PushEvent
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
org.gitlab4j.api - package org.gitlab4j.api
 
org.gitlab4j.api.models - package org.gitlab4j.api.models
 
org.gitlab4j.api.webhook - package org.gitlab4j.api.webhook
 
OUTPUT_MSEC_PATTERN - Static variable in class org.gitlab4j.api.ISO8601
 
OUTPUT_PATTERN - Static variable in class org.gitlab4j.api.ISO8601
 
Owner - Class in org.gitlab4j.api.models
 
Owner() - Constructor for class org.gitlab4j.api.models.Owner
 

P

PATTERN - Static variable in class org.gitlab4j.api.ISO8601
 
PATTERN_MSEC - Static variable in class org.gitlab4j.api.ISO8601
 
Permissions - Class in org.gitlab4j.api.models
 
Permissions() - Constructor for class org.gitlab4j.api.models.Permissions
 
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, 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, 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(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(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(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>, 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.
PRIVATE_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
Project - Class in org.gitlab4j.api.models
 
Project() - Constructor for class org.gitlab4j.api.models.Project
 
ProjectAccess - Class in org.gitlab4j.api.models
 
ProjectAccess() - Constructor for class org.gitlab4j.api.models.ProjectAccess
 
ProjectApi - Class in org.gitlab4j.api
This class provides an entry point to all the GitLab API project calls.
ProjectHook - Class in org.gitlab4j.api.models
 
ProjectHook() - Constructor for class org.gitlab4j.api.models.ProjectHook
 
ProjectSharedGroup - Class in org.gitlab4j.api.models
 
ProjectSharedGroup() - Constructor for class org.gitlab4j.api.models.ProjectSharedGroup
 
ProjectSnippet - Class in org.gitlab4j.api.models
 
ProjectSnippet() - Constructor for class org.gitlab4j.api.models.ProjectSnippet
 
protectBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Protects a single project repository branch.
PushEvent - Class in org.gitlab4j.api.webhook
 
PushEvent() - Constructor for class org.gitlab4j.api.webhook.PushEvent
 
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(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.

R

Release - Class in org.gitlab4j.api.models
 
Release() - Constructor for class org.gitlab4j.api.models.Release
 
removeMember(Integer, Integer) - Method in class org.gitlab4j.api.GroupApi
Removes member from the group team.
removeMember(Integer, Integer) - Method in class org.gitlab4j.api.ProjectApi
Removes user from project team.
Repository - Class in org.gitlab4j.api.models
 
Repository() - Constructor for class org.gitlab4j.api.models.Repository
 
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
 
RepositoryFile - Class in org.gitlab4j.api.models
 
RepositoryFile() - Constructor for class org.gitlab4j.api.models.RepositoryFile
 
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
 

S

serialize(AccessLevel, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.JacksonJson.JsonAccessLevelSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.JacksonJson.JsonDateSerializer
 
ServicesApi - Class in org.gitlab4j.api
Access for the services API.
ServicesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ServicesApi
 
Session - Class in org.gitlab4j.api.models
 
Session() - Constructor for class org.gitlab4j.api.models.Session
 
SessionApi - Class in org.gitlab4j.api
This class implements the client side API for the GitLab login call.
SessionApi(GitLabApi) - Constructor for class org.gitlab4j.api.SessionApi
 
setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.Member
 
setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectAccess
 
setAction(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setAction(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setActionName(String) - Method in class org.gitlab4j.api.models.Event
 
setAdded(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setAdditions(Integer) - Method in class org.gitlab4j.api.models.CommitStats
 
setAfter(String) - Method in class org.gitlab4j.api.models.EventData
 
setAfter(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setAMode(String) - Method in class org.gitlab4j.api.models.Changes
 
setAMode(String) - Method in class org.gitlab4j.api.models.Diff
 
setApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setArchived(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.models.Issue
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.models.MergeRequest
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setAssignee(Assignee) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setAssigneeId(Integer) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setAssigneeId(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setAttachment(String) - Method in class org.gitlab4j.api.models.Note
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Commit
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Event
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Issue
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.MergeRequest
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.Note
 
setAuthor(Author) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setAuthor(Author) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setAuthoredDate(Date) - Method in class org.gitlab4j.api.models.Commit
 
setAuthorEmail(String) - Method in class org.gitlab4j.api.models.Commit
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.models.Event
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setAuthorId(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setAuthorName(String) - Method in class org.gitlab4j.api.models.Commit
 
setAuthorUsername(String) - Method in class org.gitlab4j.api.models.Event
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Project
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Session
 
setAvatarUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setBefore(String) - Method in class org.gitlab4j.api.models.EventData
 
setBefore(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setBio(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setBio(String) - Method in class org.gitlab4j.api.models.Session
 
setBlobId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setBlocked(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setBMode(String) - Method in class org.gitlab4j.api.models.Changes
 
setBMode(String) - Method in class org.gitlab4j.api.models.Diff
 
setBody(String) - Method in class org.gitlab4j.api.models.Note
 
setBranchName(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setBranchName(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setBuild_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setBuildsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setCanCreateGroup(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCanCreateGroup(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setCanCreateProject(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCanCreateProject(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setChanges(Changes) - Method in class org.gitlab4j.api.models.MergeRequest
 
setCheckoutSha(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setColorSchemeId(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setColorSchemeId(Integer) - Method in class org.gitlab4j.api.models.Session
 
setCommit(Commit) - Method in class org.gitlab4j.api.models.Branch
 
setCommit(Commit) - Method in class org.gitlab4j.api.models.Tag
 
setCommitId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setCommits(List<Commit>) - Method in class org.gitlab4j.api.models.EventData
 
setCommits(List<EventCommit>) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setCommittedDate(Date) - Method in class org.gitlab4j.api.models.Commit
 
setCommitterEmail(String) - Method in class org.gitlab4j.api.models.Commit
 
setCommitterName(String) - Method in class org.gitlab4j.api.models.Commit
 
setConfidential(Boolean) - Method in class org.gitlab4j.api.models.Issue
 
setConfirmedAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setContainerRegistryEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setContent(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Commit
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Issue
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Key
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Member
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Milestone
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Namespace
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Note
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Owner
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Project
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ProjectHook
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Session
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setCreatorId(Integer) - Method in class org.gitlab4j.api.models.Project
 
setCurrentSignInAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setCurrentSignInAt(Date) - Method in class org.gitlab4j.api.models.Session
 
setDarkScheme(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setData(EventData) - Method in class org.gitlab4j.api.models.Event
 
setDefaultBranch(String) - Method in class org.gitlab4j.api.models.Project
 
setDefaultBranch(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setDeletedFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
 
setDeletedFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
 
setDeletions(Integer) - Method in class org.gitlab4j.api.models.CommitStats
 
setDescription(String) - Method in class org.gitlab4j.api.models.Issue
 
setDescription(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setDescription(String) - Method in class org.gitlab4j.api.models.Milestone
 
setDescription(String) - Method in class org.gitlab4j.api.models.Namespace
 
setDescription(String) - Method in class org.gitlab4j.api.models.Project
 
setDescription(String) - Method in class org.gitlab4j.api.models.Release
 
setDescription(String) - Method in class org.gitlab4j.api.models.Repository
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setDescription(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setDevelopersCanMerge(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setDevelopersCanPush(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setDiff(String) - Method in class org.gitlab4j.api.models.Changes
 
setDiff(String) - Method in class org.gitlab4j.api.models.Diff
 
setDownvote(Boolean) - Method in class org.gitlab4j.api.models.Note
 
setDownvotes(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setDueDate(Date) - Method in class org.gitlab4j.api.models.Issue
 
setDueDate(Date) - Method in class org.gitlab4j.api.models.Milestone
 
setEmail(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setEmail(String) - Method in class org.gitlab4j.api.models.Member
 
setEmail(String) - Method in class org.gitlab4j.api.models.Session
 
setEnable_ssl_verification(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setEncoding(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setEventName(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setEventName(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setExpiresAt(Date) - Method in class org.gitlab4j.api.models.Note
 
setExpiresAt(Date) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setExternal(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setExternUid(String) - Method in class org.gitlab4j.api.models.Identity
 
setFileName(String) - Method in class org.gitlab4j.api.models.Note
 
setFileName(String) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setFileName(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setFilePath(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setForceRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setForkedFromProject(Project) - Method in class org.gitlab4j.api.models.Project
 
setForksCount(Integer) - Method in class org.gitlab4j.api.models.Project
 
setGit_http_url(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setGit_ssh_url(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setGitHttpUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setGitLabCI(Integer, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates the gitlab-ci service.
setGitLabCI(Project, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates the gitlab-ci service.
setGitSshUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setGroupAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
setGroupId(int) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
setGroupName(String) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
 
setHipChat(Integer, String, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates HipChat notifications.
setHipChat(Project, String, String, String) - Method in class org.gitlab4j.api.ServicesApi
Activates HipChat notifications.
setHomepage(String) - Method in class org.gitlab4j.api.models.Repository
 
setHomepage(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setHomepage(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setHttpUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setHttpUrlToRepo(String) - Method in class org.gitlab4j.api.models.Project
 
setId(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setId(String) - Method in class org.gitlab4j.api.models.Commit
 
setId(Integer) - Method in class org.gitlab4j.api.models.Group
 
setId(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setId(Integer) - Method in class org.gitlab4j.api.models.Key
 
setId(Integer) - Method in class org.gitlab4j.api.models.Member
 
setId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setId(Integer) - Method in class org.gitlab4j.api.models.Milestone
 
setId(Integer) - Method in class org.gitlab4j.api.models.Namespace
 
setId(Integer) - Method in class org.gitlab4j.api.models.Note
 
setId(Integer) - Method in class org.gitlab4j.api.models.Owner
 
setId(Integer) - Method in class org.gitlab4j.api.models.Project
 
setId(Integer) - Method in class org.gitlab4j.api.models.ProjectHook
 
setId(Integer) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setId(Integer) - Method in class org.gitlab4j.api.models.Session
 
setId(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setId(String) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setId(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setIdentities(List<Identity>) - Method in class org.gitlab4j.api.models.AbstractUser
 
setIdentities(List<Identity>) - Method in class org.gitlab4j.api.models.Session
 
setIgnoreCerificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApiClient
Sets up the Jersey system ignore SSL certificate errors or not.
setIid(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setIid(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setIid(Integer) - Method in class org.gitlab4j.api.models.Milestone
 
setIid(Integer) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setIid(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setIsAdmin(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setIsAdmin(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setIssuesEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setIssuesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setKey(String) - Method in class org.gitlab4j.api.models.Key
 
setLabels(List<String>) - Method in class org.gitlab4j.api.models.Issue
 
setLabels(List<String>) - Method in class org.gitlab4j.api.models.MergeRequest
 
setLastActivityAt(Date) - Method in class org.gitlab4j.api.models.Project
 
setLastCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setLastCommitId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setLastSignInAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
 
setLinkedin(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setLinkedin(String) - Method in class org.gitlab4j.api.models.Session
 
setLocation(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setMergeCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMerged(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setMergeRequestsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setMergeStatus(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMergeStatus(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setMergeWhenBuildSucceeds(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMessage(String) - Method in class org.gitlab4j.api.models.Commit
 
setMessage(String) - Method in class org.gitlab4j.api.models.ErrorMessage
 
setMessage(String) - Method in class org.gitlab4j.api.models.Tag
 
setMessage(String) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setMilestone(Milestone) - Method in class org.gitlab4j.api.models.Issue
 
setMilestone(Milestone) - Method in class org.gitlab4j.api.models.MergeRequest
 
setMilestoneId(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setMilestoneId(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setMode(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setModified(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setName(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setName(String) - Method in class org.gitlab4j.api.models.Branch
 
setName(String) - Method in class org.gitlab4j.api.models.Group
 
setName(String) - Method in class org.gitlab4j.api.models.Member
 
setName(String) - Method in class org.gitlab4j.api.models.Namespace
 
setName(String) - Method in class org.gitlab4j.api.models.Owner
 
setName(String) - Method in class org.gitlab4j.api.models.Project
 
setName(String) - Method in class org.gitlab4j.api.models.Repository
 
setName(String) - Method in class org.gitlab4j.api.models.Session
 
setName(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setName(String) - Method in class org.gitlab4j.api.models.Tag
 
setName(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setName(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setName(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setNamespace(Namespace) - Method in class org.gitlab4j.api.models.Project
 
setNamespace(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setNameWithNamespace(String) - Method in class org.gitlab4j.api.models.Project
 
setNewFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
 
setNewFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
 
setNewPath(String) - Method in class org.gitlab4j.api.models.Changes
 
setNewPath(String) - Method in class org.gitlab4j.api.models.Diff
 
setNote_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setNoteableId(Integer) - Method in class org.gitlab4j.api.models.Note
 
setNoteableType(Note.NotableType) - Method in class org.gitlab4j.api.models.Note
 
setNotificationLevel(int) - Method in class org.gitlab4j.api.models.ProjectAccess
 
setObjectAttributes(IssueEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setObjectAttributes(MergeRequestEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
setObjectKind(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setOldPath(String) - Method in class org.gitlab4j.api.models.Changes
 
setOldPath(String) - Method in class org.gitlab4j.api.models.Diff
 
setOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setOnlyAllowMergeIfBuildSucceeds(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setOpenIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Project
 
setOrganization(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setOwner(Owner) - Method in class org.gitlab4j.api.models.Project
 
setOwnerEmail(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setOwnerId(Integer) - Method in class org.gitlab4j.api.models.Group
 
setOwnerId(Integer) - Method in class org.gitlab4j.api.models.Namespace
 
setOwnerName(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setParentIds(List<String>) - Method in class org.gitlab4j.api.models.Commit
 
setPath(String) - Method in class org.gitlab4j.api.models.Group
 
setPath(String) - Method in class org.gitlab4j.api.models.Namespace
 
setPath(String) - Method in class org.gitlab4j.api.models.Project
 
setPath(String) - Method in class org.gitlab4j.api.models.SystemHook
 
setPath(String) - Method in class org.gitlab4j.api.models.TreeItem
 
setPathWithNamespace(String) - Method in class org.gitlab4j.api.models.Project
 
setPathWithNamespace(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setPermissions(Permissions) - Method in class org.gitlab4j.api.models.Project
 
setPipeline_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setPosition(Integer) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setPosition(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setPrivateToken(String) - Method in class org.gitlab4j.api.models.Session
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setProject(EventProject) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setProject_id(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.Event
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.Milestone
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.ProjectHook
 
setProjectId(Integer) - Method in class org.gitlab4j.api.models.SystemHook
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setProjectId(Integer) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
 
setProjectsLimit(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setProjectsLimit(Integer) - Method in class org.gitlab4j.api.models.Session
 
setProtected(Boolean) - Method in class org.gitlab4j.api.models.Branch
 
setProvider(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setProvider(String) - Method in class org.gitlab4j.api.models.Identity
 
setPublic(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setPublicBuilds(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setRef(String) - Method in class org.gitlab4j.api.models.EventData
 
setRef(String) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setRef(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setRelease(Release) - Method in class org.gitlab4j.api.models.Tag
 
setRemoved(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setRenamedFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
 
setRenamedFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
 
setRepository(Repository) - Method in class org.gitlab4j.api.models.EventData
 
setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setRepositoryStorage(String) - Method in class org.gitlab4j.api.models.Project
 
setRequest_access_enabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setRunnersToken(String) - Method in class org.gitlab4j.api.models.Project
 
setSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSharedRunnersEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setSharedWithGroups(List<ProjectSharedGroup>) - Method in class org.gitlab4j.api.models.Project
 
setShortId(String) - Method in class org.gitlab4j.api.models.Commit
 
setShouldRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSize(Integer) - Method in class org.gitlab4j.api.models.RepositoryFile
 
setSkype(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setSkype(String) - Method in class org.gitlab4j.api.models.Session
 
setSnippetsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setSource(EventProject) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setSourceBranch(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSourceBranch(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setSourceProjectId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSourceProjectId(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setSquash(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSshUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setSshUrlToRepo(String) - Method in class org.gitlab4j.api.models.Project
 
setStarCount(Integer) - Method in class org.gitlab4j.api.models.Project
 
setState(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setState(String) - Method in class org.gitlab4j.api.models.Issue
 
setState(String) - Method in class org.gitlab4j.api.models.Member
 
setState(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setState(String) - Method in class org.gitlab4j.api.models.Milestone
 
setState(String) - Method in class org.gitlab4j.api.models.Session
 
setState(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setState(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setStats(CommitStats) - Method in class org.gitlab4j.api.models.Commit
 
setStatus(String) - Method in class org.gitlab4j.api.models.Commit
 
setStCommits(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setStDiffs(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.Issue
 
setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setSystem(Boolean) - Method in class org.gitlab4j.api.models.Note
 
setTag_push_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setTagList(List<String>) - Method in class org.gitlab4j.api.models.Project
 
setTagName(String) - Method in class org.gitlab4j.api.models.Release
 
setTarget(EventProject) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setTargetBranch(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setTargetBranch(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setTargetId(Integer) - Method in class org.gitlab4j.api.models.Event
 
setTargetProjectId(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setTargetProjectId(Integer) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setTargetTitle(String) - Method in class org.gitlab4j.api.models.Event
 
setTargetType(String) - Method in class org.gitlab4j.api.models.Event
 
setThemeId(Integer) - Method in class org.gitlab4j.api.models.AbstractUser
 
setThemeId(Integer) - Method in class org.gitlab4j.api.models.Session
 
setTimestamp(Date) - Method in class org.gitlab4j.api.models.Commit
 
setTimestamp(Date) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setTitle(String) - Method in class org.gitlab4j.api.models.Commit
 
setTitle(String) - Method in class org.gitlab4j.api.models.Event
 
setTitle(String) - Method in class org.gitlab4j.api.models.Issue
 
setTitle(String) - Method in class org.gitlab4j.api.models.Key
 
setTitle(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setTitle(String) - Method in class org.gitlab4j.api.models.Milestone
 
setTitle(String) - Method in class org.gitlab4j.api.models.Note
 
setTitle(String) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setTitle(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setTitle(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setTotal(Integer) - Method in class org.gitlab4j.api.models.CommitStats
 
setTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.models.EventData
 
setTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setTwitter(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setTwitter(String) - Method in class org.gitlab4j.api.models.Session
 
setTwoFactorEnabled(Boolean) - Method in class org.gitlab4j.api.models.AbstractUser
 
setTwoFactorEnabled(Boolean) - Method in class org.gitlab4j.api.models.Session
 
setType(TreeItem.Type) - Method in class org.gitlab4j.api.models.TreeItem
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Issue
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Milestone
 
setUpdatedAt(String) - Method in class org.gitlab4j.api.models.Namespace
 
setUpdatedAt(String) - Method in class org.gitlab4j.api.models.Note
 
setUpdatedAt(String) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setUpvote(Boolean) - Method in class org.gitlab4j.api.models.Note
 
setUpvotes(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setUrl(String) - Method in class org.gitlab4j.api.models.Commit
 
setUrl(String) - Method in class org.gitlab4j.api.models.ProjectHook
 
setUrl(String) - Method in class org.gitlab4j.api.models.Repository
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventCommit
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
 
setUrl(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
setUser(User) - Method in class org.gitlab4j.api.models.Key
 
setUser(User) - Method in class org.gitlab4j.api.webhook.IssueEvent
 
setUser(User) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
 
setUserAvatar(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setUserEmail(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setUserId(Integer) - Method in class org.gitlab4j.api.models.EventData
 
setUserId(Integer) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setUsername(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setUserName(String) - Method in class org.gitlab4j.api.models.EventData
 
setUsername(String) - Method in class org.gitlab4j.api.models.Member
 
setUsername(String) - Method in class org.gitlab4j.api.models.Session
 
setUserName(String) - Method in class org.gitlab4j.api.webhook.PushEvent
 
setUserNotesCount(Integer) - Method in class org.gitlab4j.api.models.Issue
 
setUserNotesCount(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
 
setVisibility_level(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventRepository
 
setVisibilityLevel(Integer) - Method in class org.gitlab4j.api.models.Project
 
setVisibilityLevel(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventProject
 
setWallEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setWebsiteUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setWebsiteUrl(String) - Method in class org.gitlab4j.api.models.Session
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.Issue
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.MergeRequest
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.Project
 
setWebUrl(String) - Method in class org.gitlab4j.api.models.ProjectSnippet
 
setWebUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
 
setWiki_page_events(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
 
setWikiEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
 
setWorkInProgress(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
 
setWorkInProgress(Boolean) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
 
SystemHook - Class in org.gitlab4j.api.models
 
SystemHook() - Constructor for class org.gitlab4j.api.models.SystemHook
 

T

Tag - Class in org.gitlab4j.api.models
 
Tag() - Constructor for class org.gitlab4j.api.models.Tag
 
toCalendar(String) - Static method in class org.gitlab4j.api.ISO8601
Parses an ISO8601 formatted string a returns a Calendar instance.
toDate(String) - Static method in class org.gitlab4j.api.ISO8601
Parses an ISO8601 formatted string a returns a Date instance.
toString(Calendar) - Static method in class org.gitlab4j.api.ISO8601
Get a ISO8601 formatted string for the provided Calendar instance.
toString(Date) - Static method in class org.gitlab4j.api.ISO8601
Get a ISO8601 formatted string for the provided Date instance.
toString() - Method in enum org.gitlab4j.api.models.Note.NotableType
 
toString() - Method in enum org.gitlab4j.api.models.TreeItem.Type
 
toValue() - Method in enum org.gitlab4j.api.models.AccessLevel
 
TreeItem - Class in org.gitlab4j.api.models
 
TreeItem() - Constructor for class org.gitlab4j.api.models.TreeItem
 
TreeItem.Type - Enum in org.gitlab4j.api.models
 

U

unmarshal(Class<T>, Reader) - Method in class org.gitlab4j.api.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.JacksonJson
Unmarshal the JSON data contained by the string and populate an instance of the provided returnType class.
unprotectBranch(Integer, String) - Method in class org.gitlab4j.api.RepositoryApi
Unprotects a single project repository branch.
updateFile(RepositoryFile, Integer, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
Update existing file in repository PUT /projects/:id/repository/files file_path (required) - Full path to new file.
updateMergeRequest(Integer, Integer, String, String, String, String, Integer) - Method in class org.gitlab4j.api.MergeRequestApi
Updates an existing merge request.
User - Class in org.gitlab4j.api.models
 
User() - Constructor for class org.gitlab4j.api.models.User
 
UserApi - Class in org.gitlab4j.api
 
UTC_PATTERN - Static variable in class org.gitlab4j.api.ISO8601
 
Utils - Class in org.gitlab4j.api
 
Utils() - Constructor for class org.gitlab4j.api.Utils
 

V

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.
value - Variable in enum org.gitlab4j.api.models.AccessLevel
 
valueOf(String) - Static method in enum org.gitlab4j.api.models.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.Note.NotableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab4j.api.models.TreeItem.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gitlab4j.api.models.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.Note.NotableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab4j.api.models.TreeItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class org.gitlab4j.api.GitLabApiClient.AcceptAllHostnameVerifier
 

W

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.

X

X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.IssueEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.MergeRequestEvent
 
X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.PushEvent
 
X_GITLAB_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2017. All rights reserved.