Skip navigation links
A B C D E F G I K M O P Q R S T U V W 

A

acceptMergeRequest(GitlabProject, Integer, String) - Method in class org.gitlab.api.GitlabAPI
 
accessValue - Variable in enum org.gitlab.api.models.GitlabAccessLevel
 
addGroupMember(GitlabGroup, GitlabUser, GitlabAccessLevel) - Method in class org.gitlab.api.GitlabAPI
Add a group member.
addGroupMember(Integer, Integer, GitlabAccessLevel) - Method in class org.gitlab.api.GitlabAPI
Add a group member.
addProjectHook(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
addProjectHook(Serializable, String, boolean, boolean, boolean, boolean) - Method in class org.gitlab.api.GitlabAPI
 
addProjectMember(GitlabProject, GitlabUser, GitlabAccessLevel) - Method in class org.gitlab.api.GitlabAPI
Add a project member.
addProjectMember(Integer, Integer, GitlabAccessLevel) - Method in class org.gitlab.api.GitlabAPI
Add a project member.
addSystemHook(String) - Method in class org.gitlab.api.GitlabAPI
Add new system hook hook
append(String, String) - Method in class org.gitlab.api.http.Query
Appends a parameter to the query
appendIf(String, String) - Method in class org.gitlab.api.http.Query
Conditionally append a parameter to the query if the value of the parameter is not null
appendIf(String, Integer) - Method in class org.gitlab.api.http.Query
Conditionally append a parameter to the query if the value of the parameter is not null
appendIf(String, Boolean) - Method in class org.gitlab.api.http.Query
Conditionally append a parameter to the query if the value of the parameter is not null
appendIf(String, GitlabAccessLevel) - Method in class org.gitlab.api.http.Query
Conditionally append a parameter to the query if the value of the parameter is not null
asIterator(String, Class<T>) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
 
asQuery() - Method in class org.gitlab.api.Pagination
 
authenticate(String, TokenType, AuthMethod) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
Sets authentication data for the request.
AuthMethod - Enum in org.gitlab.api
 

B

BLOCK_URL - Static variable in class org.gitlab.api.models.GitlabUser
 
blockUser(Integer) - Method in class org.gitlab.api.GitlabAPI
Block a user

C

CommitComment - Class in org.gitlab.api.models
 
CommitComment() - Constructor for class org.gitlab.api.models.CommitComment
 
connect(String, String, String) - Static method in class org.gitlab.api.GitlabAPI
 
connect(String, String) - Static method in class org.gitlab.api.GitlabAPI
 
connect(String, String, TokenType) - Static method in class org.gitlab.api.GitlabAPI
 
connect(String, String, TokenType, AuthMethod) - Static method in class org.gitlab.api.GitlabAPI
 
createCommitComment(Integer, String, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Post comment to commit
createCommitStatus(GitlabProject, String, String, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
 
createDeployKey(Integer, String, String) - Method in class org.gitlab.api.GitlabAPI
Create a new deploy key for the project
createGroup(String) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
createGroup(String, String) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
createGroup(String, String, String, GitlabAccessLevel) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
createGroup(String, String, String, GitlabAccessLevel, GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
createGroupViaSudo(String, String, GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
createIssue(int, int, int, String, String, String) - Method in class org.gitlab.api.GitlabAPI
 
createLabel(Serializable, String, String) - Method in class org.gitlab.api.GitlabAPI
Creates a new label.
createLabel(Serializable, GitlabLabel) - Method in class org.gitlab.api.GitlabAPI
Creates a new label.
createMilestone(Serializable, String, String, Date) - Method in class org.gitlab.api.GitlabAPI
Cretaes a new project milestone.
createMilestone(Serializable, GitlabMilestone) - Method in class org.gitlab.api.GitlabAPI
Creates a new project milestone.
createNote(GitlabMergeRequest, String) - Method in class org.gitlab.api.GitlabAPI
 
createNote(Serializable, Integer, String) - Method in class org.gitlab.api.GitlabAPI
 
createNote(GitlabIssue, String) - Method in class org.gitlab.api.GitlabAPI
 
createProject(String) - Method in class org.gitlab.api.GitlabAPI
Creates a private Project
createProject(String, Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.gitlab.api.GitlabAPI
Creates a Project
createSSHKey(Integer, String, String) - Method in class org.gitlab.api.GitlabAPI
Create a new ssh key for the user
createUser(String, String, String, String, String, String, String, String, Integer, String, String, String, Boolean, Boolean, Boolean) - Method in class org.gitlab.api.GitlabAPI
Create a new User
createUserProject(Integer, String) - Method in class org.gitlab.api.GitlabAPI
Creates a Project for a specific User
createUserProject(Integer, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.gitlab.api.GitlabAPI
Creates a Project for a specific User

D

deleteBranch(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
Delete Branch.
deleteDeployKey(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Delete a deploy key for a project
deleteGroup(Integer) - Method in class org.gitlab.api.GitlabAPI
Delete a group.
deleteGroupMember(GitlabGroup, GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Delete a group member.
deleteGroupMember(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Delete a group member.
deleteLabel(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
Deletes an existing label.
deleteLabel(Serializable, GitlabLabel) - Method in class org.gitlab.api.GitlabAPI
Deletes an existing label.
deleteProject(Serializable) - Method in class org.gitlab.api.GitlabAPI
Delete a Project.
deleteProjectHook(GitlabProjectHook) - Method in class org.gitlab.api.GitlabAPI
 
deleteProjectHook(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
deleteProjectMember(GitlabProject, GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Delete a project team member.
deleteProjectMember(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Delete a project team member.
deleteSSHKey(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Delete user's ssh key
deleteSystemHook(Integer) - Method in class org.gitlab.api.GitlabAPI
Delete system hook
deleteUser(Integer) - Method in class org.gitlab.api.GitlabAPI
Delete a user
dispatch() - Method in class org.gitlab.api.GitlabAPI
 

E

editIssue(int, int, int, int, String, String, String, GitlabIssue.Action) - Method in class org.gitlab.api.GitlabAPI
 
editProjectHook(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
 
equals(Object) - Method in class org.gitlab.api.models.GitlabCommit
 
equals(Object) - Method in class org.gitlab.api.models.GitlabCommitStatus
 

F

findUsers(String) - Method in class org.gitlab.api.GitlabAPI
Finds users by email address or username.
fromAccessValue(int) - Static method in enum org.gitlab.api.models.GitlabAccessLevel
 

G

getAccessLevel() - Method in class org.gitlab.api.models.GitlabAbstractMember
 
getAccessLevel() - Method in class org.gitlab.api.models.GitlabProjectAccessLevel
 
getAll(String, Class<T[]>) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
 
getAllCommits(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getAllCommits(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
getAllCommits(Serializable, Pagination, String) - Method in class org.gitlab.api.GitlabAPI
 
getAllMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getAllNotes(GitlabMergeRequest) - Method in class org.gitlab.api.GitlabAPI
 
getAllProjects() - Method in class org.gitlab.api.GitlabAPI
Get's all projects in Gitlab, requires sudo user
getAMode() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getAPIUrl(String) - Method in class org.gitlab.api.GitlabAPI
 
getAssignee() - Method in class org.gitlab.api.models.GitlabIssue
 
getAssignee() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getAttachment() - Method in class org.gitlab.api.models.GitlabNote
 
getAuthor() - Method in class org.gitlab.api.models.CommitComment
 
getAuthor() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getAuthor() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getAuthor() - Method in class org.gitlab.api.models.GitlabIssue
 
getAuthor() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getAuthor() - Method in class org.gitlab.api.models.GitlabNote
 
getAuthoredDate() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getAuthorEmail() - Method in class org.gitlab.api.models.GitlabCommit
 
getAuthorName() - Method in class org.gitlab.api.models.GitlabCommit
 
getAvatarUrl() - Method in class org.gitlab.api.models.GitlabProject
 
getAvatarUrl() - Method in class org.gitlab.api.models.GitlabUser
 
getBio() - Method in class org.gitlab.api.models.GitlabUser
 
getBMode() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getBody() - Method in class org.gitlab.api.models.GitlabNote
 
getBranch(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
getBranches(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getBranches(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getChanges() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getColor() - Method in class org.gitlab.api.models.GitlabLabel
Gets the color of a label as six digit HTML hex value.
getColorSchemeId() - Method in class org.gitlab.api.models.GitlabUser
 
getCommit(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
getCommit() - Method in class org.gitlab.api.models.GitlabBranch
 
getCommitComments(Integer, String) - Method in class org.gitlab.api.GitlabAPI
Get the comments of a commit
getCommitDiffs(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
getCommitDiffs(Serializable, String, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getCommits(GitlabMergeRequest) - Method in class org.gitlab.api.GitlabAPI
 
getCommits(GitlabMergeRequest, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getCommits(Serializable, Pagination, String) - Method in class org.gitlab.api.GitlabAPI
 
getCommitStatuses(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
getCommitStatuses(GitlabProject, String, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getCommittedDate() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getCommitter() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabCommit
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabIssue
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabNamespace
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabNote
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabProject
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabSystemHook
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabUser
 
getCreatedDate() - Method in class org.gitlab.api.models.GitlabMilestone
 
getCreatorId() - Method in class org.gitlab.api.models.GitlabProject
 
getCurrentSession() - Method in class org.gitlab.api.GitlabAPI
 
getDefaultBranch() - Method in class org.gitlab.api.models.GitlabProject
 
getDeletedFile() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getDeployKeys(Integer) - Method in class org.gitlab.api.GitlabAPI
Gets all deploy keys for a project
getDescription() - Method in class org.gitlab.api.models.GitlabCommit
 
getDescription() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getDescription() - Method in class org.gitlab.api.models.GitlabIssue
 
getDescription() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getDescription() - Method in class org.gitlab.api.models.GitlabMilestone
 
getDescription() - Method in class org.gitlab.api.models.GitlabNamespace
 
getDescription() - Method in class org.gitlab.api.models.GitlabProject
 
getDiff() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getDownvotes() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getDueDate() - Method in class org.gitlab.api.models.GitlabMilestone
 
getEmail() - Method in class org.gitlab.api.models.GitlabUser
 
getExternProviderName() - Method in class org.gitlab.api.models.GitlabUser
 
getExternUid() - Method in class org.gitlab.api.models.GitlabUser
 
getFileArchive(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Get an archive of the repository
getFinishedAt() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getForksCount() - Method in class org.gitlab.api.models.GitlabProject
 
getGroup(Integer) - Method in class org.gitlab.api.GitlabAPI
 
getGroupMembers(GitlabGroup) - Method in class org.gitlab.api.GitlabAPI
Gets all members of a Group
getGroupMembers(Integer) - Method in class org.gitlab.api.GitlabAPI
Gets all members of a Group
getGroupProjects(GitlabGroup) - Method in class org.gitlab.api.GitlabAPI
Get all the projects for a group.
getGroupProjects(Integer) - Method in class org.gitlab.api.GitlabAPI
Get all the projects for a group.
getGroups() - Method in class org.gitlab.api.GitlabAPI
 
getHttpUrl() - Method in class org.gitlab.api.models.GitlabProject
 
getId() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getId() - Method in class org.gitlab.api.models.GitlabCommit
 
getId() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getId() - Method in class org.gitlab.api.models.GitlabGroup
 
getId() - Method in class org.gitlab.api.models.GitlabIssue
 
getId() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getId() - Method in class org.gitlab.api.models.GitlabMilestone
 
getId() - Method in class org.gitlab.api.models.GitlabNamespace
 
getId() - Method in class org.gitlab.api.models.GitlabNote
 
getId() - Method in class org.gitlab.api.models.GitlabProject
 
getId() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getId() - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
getId() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getId() - Method in class org.gitlab.api.models.GitlabSystemHook
 
getId() - Method in class org.gitlab.api.models.GitlabUser
 
getIid() - Method in class org.gitlab.api.models.GitlabIssue
 
getIid() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getIid() - Method in class org.gitlab.api.models.GitlabMilestone
 
getIssue(Serializable, Integer) - Method in class org.gitlab.api.GitlabAPI
 
getIssueEvents() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getIssues(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getKey() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getLabels(Serializable) - Method in class org.gitlab.api.GitlabAPI
Gets labels associated with a project.
getLabels(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Gets labels associated with a project.
getLabels() - Method in class org.gitlab.api.models.GitlabIssue
 
getLabels() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getLastActivityAt() - Method in class org.gitlab.api.models.GitlabProject
 
getLastCommits(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getLastCommits(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
getLdapAccess() - Method in class org.gitlab.api.models.GitlabGroup
 
getLdapCn() - Method in class org.gitlab.api.models.GitlabGroup
 
getLine() - Method in class org.gitlab.api.models.CommitComment
 
getLineType() - Method in class org.gitlab.api.models.CommitComment
 
getLinkedin() - Method in class org.gitlab.api.models.GitlabUser
 
getMergeRequest(GitlabProject, Integer) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequestByIid(Serializable, Integer) - Method in class org.gitlab.api.GitlabAPI
Return Merge Request.
getMergeRequestChanges(Serializable, Integer) - Method in class org.gitlab.api.GitlabAPI
Return a Merge Request including its changes.
getMergeRequests(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getMessage() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getMilestone() - Method in class org.gitlab.api.models.GitlabIssue
 
getMilestone() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getMilestoneId() - Method in class org.gitlab.api.models.GitlabMergeRequest
Deprecated.
getMilestones(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getMilestones(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getMode() - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
getName() - Method in class org.gitlab.api.models.GitlabBranch
 
getName() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getName() - Method in class org.gitlab.api.models.GitlabGroup
 
getName() - Method in class org.gitlab.api.models.GitlabLabel
Gets the name (text) of a label.
getName() - Method in class org.gitlab.api.models.GitlabNamespace
 
getName() - Method in class org.gitlab.api.models.GitlabProject
 
getName() - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
getName() - Method in class org.gitlab.api.models.GitlabUser
 
getNamespace() - Method in class org.gitlab.api.models.GitlabProject
 
getNamespaceMembers(GitlabNamespace) - Method in class org.gitlab.api.GitlabAPI
This will fail, if the given namespace is a user and not a group
getNamespaceMembers(Integer) - Method in class org.gitlab.api.GitlabAPI
This will fail, if the given namespace is a user and not a group
getNameWithNamespace() - Method in class org.gitlab.api.models.GitlabProject
 
getNewFile() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getNewPath() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getNoficationLevel() - Method in class org.gitlab.api.models.GitlabProjectAccessLevel
 
getNote(GitlabMergeRequest, Integer) - Method in class org.gitlab.api.GitlabAPI
Get a Note from a Merge Request.
getNote() - Method in class org.gitlab.api.models.CommitComment
 
getNotes(GitlabMergeRequest) - Method in class org.gitlab.api.GitlabAPI
 
getNotes(GitlabIssue) - Method in class org.gitlab.api.GitlabAPI
 
getOldPath() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getOpenMergeRequests(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getOpenMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getOwner() - Method in class org.gitlab.api.models.GitlabProject
 
getOwnerId() - Method in class org.gitlab.api.models.GitlabNamespace
 
getParentIds() - Method in class org.gitlab.api.models.GitlabCommit
 
getPath() - Method in class org.gitlab.api.models.CommitComment
 
getPath() - Method in class org.gitlab.api.models.GitlabGroup
 
getPath() - Method in class org.gitlab.api.models.GitlabNamespace
 
getPath() - Method in class org.gitlab.api.models.GitlabProject
 
getPathWithNamespace() - Method in class org.gitlab.api.models.GitlabProject
 
getPermissions() - Method in class org.gitlab.api.models.GitlabProject
 
getPrivateToken() - Method in class org.gitlab.api.models.GitlabSession
 
getPrivateToken() - Method in class org.gitlab.api.models.GitlabUser
 
getProject(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getProjectAccess() - Method in class org.gitlab.api.models.GitlabPermission
 
getProjectGroupAccess() - Method in class org.gitlab.api.models.GitlabPermission
 
getProjectHook(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
getProjectHooks(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getProjectHooks(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getProjectId() - Method in class org.gitlab.api.models.GitlabIssue
 
getProjectId() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getProjectId() - Method in class org.gitlab.api.models.GitlabMilestone
 
getProjectId() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getProjectMembers(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getProjectMembers(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getProjects() - Method in class org.gitlab.api.GitlabAPI
Get a list of projects accessible by the authenticated user.
getProjectsViaSudo(GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Get a list of projects accessible by the authenticated user.
getProvider() - Method in class org.gitlab.api.models.GitlabUser
 
getPushEvents() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getRawBlobContent(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
Get the raw file contents for a blob by blob SHA.
getRawFileContent(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
Get raw file content
getRef() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getRenamedFile() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getRepositoryTree(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
Get an archive of the repository
getRequestTimeout() - Method in class org.gitlab.api.GitlabAPI
 
getResponseCode() - Method in exception org.gitlab.api.GitlabAPIException
 
getSha() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getShortId() - Method in class org.gitlab.api.models.GitlabCommit
 
getSkype() - Method in class org.gitlab.api.models.GitlabUser
 
getSourceBranch() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getSourceProjectId() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getSSHKey(Integer) - Method in class org.gitlab.api.GitlabAPI
Get key with user information by ID of an SSH key.
getSSHKeys(Integer) - Method in class org.gitlab.api.GitlabAPI
Gets all ssh keys for a user
getSshUrl() - Method in class org.gitlab.api.models.GitlabProject
 
getStarCount() - Method in class org.gitlab.api.models.GitlabProject
 
getStartedAt() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getState() - Method in class org.gitlab.api.models.GitlabIssue
 
getState() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getState() - Method in class org.gitlab.api.models.GitlabMilestone
 
getState() - Method in class org.gitlab.api.models.GitlabUser
 
getStatus() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getSystemHooks() - Method in class org.gitlab.api.GitlabAPI
Get list of system hooks
getTagList() - Method in class org.gitlab.api.models.GitlabProject
 
getTargetBranch() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getTargetProjectId() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getTargetUrl() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getThemeId() - Method in class org.gitlab.api.models.GitlabUser
 
getTitle() - Method in class org.gitlab.api.models.GitlabCommit
 
getTitle() - Method in class org.gitlab.api.models.GitlabIssue
 
getTitle() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getTitle() - Method in class org.gitlab.api.models.GitlabMilestone
 
getTitle() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getTokenHeaderFormat() - Method in enum org.gitlab.api.TokenType
 
getTokenHeaderName() - Method in enum org.gitlab.api.TokenType
 
getTokenParamName() - Method in enum org.gitlab.api.TokenType
 
getTree() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getTwitter() - Method in class org.gitlab.api.models.GitlabUser
 
getType() - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
getUpdatedAt() - Method in class org.gitlab.api.models.GitlabIssue
 
getUpdatedAt() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getUpdatedAt() - Method in class org.gitlab.api.models.GitlabNamespace
 
getUpdatedDate() - Method in class org.gitlab.api.models.GitlabMilestone
 
getUpvotes() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getUrl(String) - Method in class org.gitlab.api.GitlabAPI
 
getUrl() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getUrl() - Method in class org.gitlab.api.models.GitlabSystemHook
 
getUser() - Method in class org.gitlab.api.GitlabAPI
Return API User
getUser(Integer) - Method in class org.gitlab.api.GitlabAPI
 
getUser() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getUsername() - Method in class org.gitlab.api.models.GitlabUser
 
getUsers() - Method in class org.gitlab.api.GitlabAPI
 
getUserViaSudo(String) - Method in class org.gitlab.api.GitlabAPI
 
getVisibilityLevel() - Method in class org.gitlab.api.models.GitlabProject
 
getWebsiteUrl() - Method in class org.gitlab.api.models.GitlabUser
 
getWebUrl() - Method in class org.gitlab.api.models.GitlabProject
 
GitlabAbstractMember - Class in org.gitlab.api.models
 
GitlabAbstractMember() - Constructor for class org.gitlab.api.models.GitlabAbstractMember
 
GitlabAccessLevel - Enum in org.gitlab.api.models
 
GitlabAPI - Class in org.gitlab.api
Gitlab API Wrapper class
GitlabAPIException - Exception in org.gitlab.api
Gitlab API Exception
GitlabAPIException(String, Integer, Throwable) - Constructor for exception org.gitlab.api.GitlabAPIException
 
GitlabBranch - Class in org.gitlab.api.models
 
GitlabBranch() - Constructor for class org.gitlab.api.models.GitlabBranch
 
GitlabBranchCommit - Class in org.gitlab.api.models
 
GitlabBranchCommit() - Constructor for class org.gitlab.api.models.GitlabBranchCommit
 
GitlabCommit - Class in org.gitlab.api.models
 
GitlabCommit() - Constructor for class org.gitlab.api.models.GitlabCommit
 
GitlabCommitDiff - Class in org.gitlab.api.models
 
GitlabCommitDiff() - Constructor for class org.gitlab.api.models.GitlabCommitDiff
 
GitlabCommitStatus - Class in org.gitlab.api.models
 
GitlabCommitStatus() - Constructor for class org.gitlab.api.models.GitlabCommitStatus
 
GitlabGroup - Class in org.gitlab.api.models
 
GitlabGroup() - Constructor for class org.gitlab.api.models.GitlabGroup
 
GitlabGroupMember - Class in org.gitlab.api.models
 
GitlabGroupMember() - Constructor for class org.gitlab.api.models.GitlabGroupMember
 
GitlabHTTPRequestor - Class in org.gitlab.api.http
Gitlab HTTP Requestor Responsible for handling HTTP requests to the Gitlab API
GitlabHTTPRequestor(GitlabAPI) - Constructor for class org.gitlab.api.http.GitlabHTTPRequestor
 
GitlabIssue - Class in org.gitlab.api.models
 
GitlabIssue() - Constructor for class org.gitlab.api.models.GitlabIssue
 
GitlabIssue.Action - Enum in org.gitlab.api.models
 
GitlabLabel - Class in org.gitlab.api.models
Models a Gitlab label.
GitlabLabel() - Constructor for class org.gitlab.api.models.GitlabLabel
 
GitlabMergeRequest - Class in org.gitlab.api.models
 
GitlabMergeRequest() - Constructor for class org.gitlab.api.models.GitlabMergeRequest
 
GitlabMilestone - Class in org.gitlab.api.models
 
GitlabMilestone() - Constructor for class org.gitlab.api.models.GitlabMilestone
 
GitlabNamespace - Class in org.gitlab.api.models
 
GitlabNamespace() - Constructor for class org.gitlab.api.models.GitlabNamespace
 
GitlabNote - Class in org.gitlab.api.models
 
GitlabNote() - Constructor for class org.gitlab.api.models.GitlabNote
 
GitlabPermission - Class in org.gitlab.api.models
 
GitlabPermission() - Constructor for class org.gitlab.api.models.GitlabPermission
 
GitlabProject - Class in org.gitlab.api.models
 
GitlabProject() - Constructor for class org.gitlab.api.models.GitlabProject
 
GitlabProjectAccessLevel - Class in org.gitlab.api.models
 
GitlabProjectAccessLevel() - Constructor for class org.gitlab.api.models.GitlabProjectAccessLevel
 
GitlabProjectHook - Class in org.gitlab.api.models
 
GitlabProjectHook() - Constructor for class org.gitlab.api.models.GitlabProjectHook
 
GitlabProjectMember - Class in org.gitlab.api.models
 
GitlabProjectMember() - Constructor for class org.gitlab.api.models.GitlabProjectMember
 
GitlabRepositoryTree - Class in org.gitlab.api.models
 
GitlabRepositoryTree() - Constructor for class org.gitlab.api.models.GitlabRepositoryTree
 
GitlabSession - Class in org.gitlab.api.models
 
GitlabSession() - Constructor for class org.gitlab.api.models.GitlabSession
 
GitlabSSHKey - Class in org.gitlab.api.models
 
GitlabSSHKey() - Constructor for class org.gitlab.api.models.GitlabSSHKey
 
GitlabSystemHook - Class in org.gitlab.api.models
 
GitlabSystemHook() - Constructor for class org.gitlab.api.models.GitlabSystemHook
 
GitlabUser - Class in org.gitlab.api.models
 
GitlabUser() - Constructor for class org.gitlab.api.models.GitlabUser
 

I

ignoreCertificateErrors(boolean) - Method in class org.gitlab.api.GitlabAPI
 
isAdmin() - Method in class org.gitlab.api.models.GitlabUser
 
isArchived() - Method in class org.gitlab.api.models.GitlabProject
 
isBlocked() - Method in class org.gitlab.api.models.GitlabUser
 
isCanCreateGroup() - Method in class org.gitlab.api.models.GitlabUser
 
isCanCreateProject() - Method in class org.gitlab.api.models.GitlabUser
 
isCanCreateTeam() - Method in class org.gitlab.api.models.GitlabUser
 
isClosed() - Method in class org.gitlab.api.models.GitlabMergeRequest
Deprecated.
isDarkScheme() - Method in class org.gitlab.api.models.GitlabUser
 
isDownvote() - Method in class org.gitlab.api.models.GitlabNote
 
isIgnoreCertificateErrors() - Method in class org.gitlab.api.GitlabAPI
 
isIssuesEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isMerged() - Method in class org.gitlab.api.models.GitlabMergeRequest
Deprecated.
isMergeRequestsEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isMergeRequestsEvents() - Method in class org.gitlab.api.models.GitlabProjectHook
 
isProtected() - Method in class org.gitlab.api.models.GitlabBranch
 
isPublic() - Method in class org.gitlab.api.models.GitlabProject
 
isSnippetsEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isSslVerificationEnabled() - Method in class org.gitlab.api.models.GitlabProjectHook
 
isSystem() - Method in class org.gitlab.api.models.GitlabNote
 
isUpvote() - Method in class org.gitlab.api.models.GitlabNote
 
isWallEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isWikiEnabled() - Method in class org.gitlab.api.models.GitlabProject
 

K

KEYS_URL - Static variable in class org.gitlab.api.models.GitlabSSHKey
 

M

MAPPER - Static variable in class org.gitlab.api.GitlabAPI
 
MAX_ITEMS_PER_PAGE - Static variable in class org.gitlab.api.Pagination
 
mergeWith(Query) - Method in class org.gitlab.api.http.Query
 
method(String) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
Sets the HTTP Request method for the request.

O

org.gitlab.api - package org.gitlab.api
 
org.gitlab.api.http - package org.gitlab.api.http
 
org.gitlab.api.models - package org.gitlab.api.models
 

P

Pagination - Class in org.gitlab.api
 
Pagination() - Constructor for class org.gitlab.api.Pagination
 
PARAM_PAGE - Static variable in class org.gitlab.api.Pagination
 
PARAM_PER_PAGE - Static variable in class org.gitlab.api.Pagination
 
protectBranch(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 

Q

Query - Class in org.gitlab.api.http
Models the Query aspect of a URL
Query() - Constructor for class org.gitlab.api.http.Query
 

R

retrieve() - Method in class org.gitlab.api.GitlabAPI
 

S

setAccessLevel(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabAbstractMember
 
setAccessLevel(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabProjectAccessLevel
 
setAdmin(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setAMode(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setArchived(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setAssignee(GitlabUser) - Method in class org.gitlab.api.models.GitlabIssue
 
setAssignee(GitlabUser) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setAttachment(String) - Method in class org.gitlab.api.models.GitlabNote
 
setAuthor(GitlabUser) - Method in class org.gitlab.api.models.CommitComment
 
setAuthor(GitlabUser) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setAuthor(GitlabUser) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setAuthor(GitlabUser) - Method in class org.gitlab.api.models.GitlabIssue
 
setAuthor(GitlabUser) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setAuthor(GitlabUser) - Method in class org.gitlab.api.models.GitlabNote
 
setAuthoredDate(Date) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setAuthorEmail(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setAuthorName(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setAvatarUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setAvatarUrl(String) - Method in class org.gitlab.api.models.GitlabUser
 
setBio(String) - Method in class org.gitlab.api.models.GitlabUser
 
setBlocked(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setBMode(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setBody(String) - Method in class org.gitlab.api.models.GitlabNote
 
setCanCreateGroup(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setCanCreateProject(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setCanCreateTeam(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setChanges(List<GitlabCommitDiff>) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setClosed(boolean) - Method in class org.gitlab.api.models.GitlabMergeRequest
Deprecated.
setColor(String) - Method in class org.gitlab.api.models.GitlabLabel
Sets the color of a label.
setColorSchemeId(Integer) - Method in class org.gitlab.api.models.GitlabUser
 
setCommit(GitlabBranchCommit) - Method in class org.gitlab.api.models.GitlabBranch
 
setCommittedDate(Date) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setCommitter(GitlabUser) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabCommit
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabIssue
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabNamespace
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabNote
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabProject
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabSystemHook
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabUser
 
setCreatedDate(Date) - Method in class org.gitlab.api.models.GitlabMilestone
 
setCreatorId(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setDarkScheme(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setDefaultBranch(String) - Method in class org.gitlab.api.models.GitlabProject
 
setDeletedFile(boolean) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabIssue
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabMilestone
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabProject
 
setDiff(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setDownvote(boolean) - Method in class org.gitlab.api.models.GitlabNote
 
setDownvotes(int) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setDueDate(Date) - Method in class org.gitlab.api.models.GitlabMilestone
 
setEmail(String) - Method in class org.gitlab.api.models.GitlabUser
 
setExternProviderName(String) - Method in class org.gitlab.api.models.GitlabUser
 
setExternUid(String) - Method in class org.gitlab.api.models.GitlabUser
 
setFinishedAt(Date) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setForksCount(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setHttpUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setId(String) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setId(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setId(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabGroup
 
setId(int) - Method in class org.gitlab.api.models.GitlabIssue
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setId(int) - Method in class org.gitlab.api.models.GitlabMilestone
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabNamespace
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabNote
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setId(String) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setId(String) - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabSystemHook
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabUser
 
setIid(int) - Method in class org.gitlab.api.models.GitlabIssue
 
setIid(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setIid(int) - Method in class org.gitlab.api.models.GitlabMilestone
 
setIssueEvents(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setIssuesEnabled(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setKey(String) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setLabels(String[]) - Method in class org.gitlab.api.models.GitlabIssue
 
setLabels(String[]) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setLastActivityAt(Date) - Method in class org.gitlab.api.models.GitlabProject
 
setLdapAccess(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabGroup
 
setLdapCn(String) - Method in class org.gitlab.api.models.GitlabGroup
 
setLine(String) - Method in class org.gitlab.api.models.CommitComment
 
setLineType(String) - Method in class org.gitlab.api.models.CommitComment
 
setLinkedin(String) - Method in class org.gitlab.api.models.GitlabUser
 
setMerged(boolean) - Method in class org.gitlab.api.models.GitlabMergeRequest
Deprecated.
setMergeRequestsEnabled(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setMergeRequestsEvents(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setMessage(String) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setMilestone(GitlabMilestone) - Method in class org.gitlab.api.models.GitlabIssue
 
setMilestone(GitlabMilestone) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setMilestoneId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
Deprecated.
setMode(String) - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
setName(String) - Method in class org.gitlab.api.models.GitlabBranch
 
setName(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setName(String) - Method in class org.gitlab.api.models.GitlabGroup
 
setName(String) - Method in class org.gitlab.api.models.GitlabLabel
Sets the name (text) of a label.
setName(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
setName(String) - Method in class org.gitlab.api.models.GitlabProject
 
setName(String) - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
setName(String) - Method in class org.gitlab.api.models.GitlabUser
 
setNamespace(GitlabNamespace) - Method in class org.gitlab.api.models.GitlabProject
 
setNameWithNamespace(String) - Method in class org.gitlab.api.models.GitlabProject
 
setNewFile(boolean) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setNewPath(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setNoficationLevel(int) - Method in class org.gitlab.api.models.GitlabProjectAccessLevel
 
setNote(String) - Method in class org.gitlab.api.models.CommitComment
 
setOldPath(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setOwner(GitlabUser) - Method in class org.gitlab.api.models.GitlabProject
 
setOwnerId(Integer) - Method in class org.gitlab.api.models.GitlabNamespace
 
setPage(int) - Method in class org.gitlab.api.Pagination
 
setParentIds(List<String>) - Method in class org.gitlab.api.models.GitlabCommit
 
setPath(String) - Method in class org.gitlab.api.models.CommitComment
 
setPath(String) - Method in class org.gitlab.api.models.GitlabGroup
 
setPath(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
setPath(String) - Method in class org.gitlab.api.models.GitlabProject
 
setPathWithNamespace(String) - Method in class org.gitlab.api.models.GitlabProject
 
setPermissions(GitlabPermission) - Method in class org.gitlab.api.models.GitlabProject
 
setPerPage(int) - Method in class org.gitlab.api.Pagination
 
setPrivateToken(String) - Method in class org.gitlab.api.models.GitlabSession
 
setPrivateToken(String) - Method in class org.gitlab.api.models.GitlabUser
 
setProjectId(int) - Method in class org.gitlab.api.models.GitlabIssue
 
setProjectId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setProjectId(int) - Method in class org.gitlab.api.models.GitlabMilestone
 
setProjectId(Integer) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setProtected(boolean) - Method in class org.gitlab.api.models.GitlabBranch
 
setProvider(String) - Method in class org.gitlab.api.models.GitlabUser
 
setPublic(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setRef(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setRenamedFile(boolean) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setRequestTimeout(int) - Method in class org.gitlab.api.GitlabAPI
 
setSha(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setShortId(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setSkype(String) - Method in class org.gitlab.api.models.GitlabUser
 
setSnippetsEnabled(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setSourceBranch(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setSourceProjectId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setSshUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setSslVerificationEnabled(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setStarCount(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setStartedAt(Date) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setState(String) - Method in class org.gitlab.api.models.GitlabIssue
 
setState(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setState(String) - Method in class org.gitlab.api.models.GitlabMilestone
 
setState(String) - Method in class org.gitlab.api.models.GitlabUser
 
setStatus(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setSystem(boolean) - Method in class org.gitlab.api.models.GitlabNote
 
setTagList(List<String>) - Method in class org.gitlab.api.models.GitlabProject
 
setTargetBranch(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setTargetProjectId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setTargetUrl(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setThemeId(Integer) - Method in class org.gitlab.api.models.GitlabUser
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabIssue
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabMilestone
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setTree(String) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setTwitter(String) - Method in class org.gitlab.api.models.GitlabUser
 
setType(String) - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
setUpdatedAt(Date) - Method in class org.gitlab.api.models.GitlabIssue
 
setUpdatedAt(Date) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setUpdatedAt(Date) - Method in class org.gitlab.api.models.GitlabNamespace
 
setUpdatedDate(Date) - Method in class org.gitlab.api.models.GitlabMilestone
 
setUpvote(boolean) - Method in class org.gitlab.api.models.GitlabNote
 
setUpvotes(int) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setUrl(String) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setUrl(String) - Method in class org.gitlab.api.models.GitlabSystemHook
 
setUser(GitlabUser) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setUsername(String) - Method in class org.gitlab.api.models.GitlabUser
 
setVisibilityLevel(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setWallEnabled(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setWebsiteUrl(String) - Method in class org.gitlab.api.models.GitlabUser
 
setWebUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setWikiEnabled(boolean) - Method in class org.gitlab.api.models.GitlabProject
 
STATE_CLOSED - Static variable in class org.gitlab.api.models.GitlabIssue
 
STATE_OPENED - Static variable in class org.gitlab.api.models.GitlabIssue
 

T

testSystemHook(Integer) - Method in class org.gitlab.api.GitlabAPI
Test system hook
to(String, T) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
 
to(String, Class<T>) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
 
to(String, Class<T>, T) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
Opens the HTTP(S) connection, submits any data and parses the response.
TokenType - Enum in org.gitlab.api
 
toString() - Method in class org.gitlab.api.http.Query
Returns a Query suitable for appending to a URI
toString() - Method in class org.gitlab.api.Pagination
 
transfer(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Transfer a project to the given namespace

U

UNBLOCK_URL - Static variable in class org.gitlab.api.models.GitlabUser
 
unblockUser(Integer) - Method in class org.gitlab.api.GitlabAPI
Unblock a user
unprotectBranch(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
updateLabel(Serializable, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Updates an existing label.
updateMergeRequest(Serializable, Integer, String, Integer, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Updates a Merge Request
updateMilestone(Serializable, int, String, String, Date, String) - Method in class org.gitlab.api.GitlabAPI
Updates an existing project milestone.
updateMilestone(Serializable, GitlabMilestone, String) - Method in class org.gitlab.api.GitlabAPI
Updates an existing project milestone.
updateMilestone(GitlabMilestone, String) - Method in class org.gitlab.api.GitlabAPI
Updates an existing project milestone.
updateNote(GitlabMergeRequest, Integer, String) - Method in class org.gitlab.api.GitlabAPI
Update a Merge Request Note
updateProject(Integer, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer) - Method in class org.gitlab.api.GitlabAPI
Updates a Project
updateUser(Integer, String, String, String, String, String, String, String, String, Integer, String, String, String, Boolean, Boolean) - Method in class org.gitlab.api.GitlabAPI
Update a user
URL - Static variable in class org.gitlab.api.models.CommitComment
 
URL - Static variable in class org.gitlab.api.models.GitlabAbstractMember
 
URL - Static variable in class org.gitlab.api.models.GitlabBranch
 
URL - Static variable in class org.gitlab.api.models.GitlabBranchCommit
 
URL - Static variable in class org.gitlab.api.models.GitlabCommit
 
URL - Static variable in class org.gitlab.api.models.GitlabCommitDiff
 
URL - Static variable in class org.gitlab.api.models.GitlabCommitStatus
 
URL - Static variable in class org.gitlab.api.models.GitlabGroup
 
URL - Static variable in class org.gitlab.api.models.GitlabIssue
 
URL - Static variable in class org.gitlab.api.models.GitlabLabel
 
URL - Static variable in class org.gitlab.api.models.GitlabMergeRequest
 
URL - Static variable in class org.gitlab.api.models.GitlabMilestone
 
URL - Static variable in class org.gitlab.api.models.GitlabNamespace
 
URL - Static variable in class org.gitlab.api.models.GitlabNote
 
URL - Static variable in class org.gitlab.api.models.GitlabProject
 
URL - Static variable in class org.gitlab.api.models.GitlabProjectHook
 
URL - Static variable in class org.gitlab.api.models.GitlabRepositoryTree
 
URL - Static variable in class org.gitlab.api.models.GitlabSession
 
URL - Static variable in class org.gitlab.api.models.GitlabSystemHook
 
URL - Static variable in class org.gitlab.api.models.GitlabUser
 
USER_URL - Static variable in class org.gitlab.api.models.GitlabUser
 
USERS_URL - Static variable in class org.gitlab.api.models.GitlabUser
 

V

valueOf(String) - Static method in enum org.gitlab.api.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab.api.models.GitlabAccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab.api.models.GitlabIssue.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gitlab.api.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gitlab.api.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab.api.models.GitlabAccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab.api.models.GitlabIssue.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gitlab.api.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(String, Object) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
Sets the HTTP Form Post parameters for the request Has a fluent api for method chaining
A B C D E F G I K M O P Q R S T U V W 
Skip navigation links

Copyright © 2015. All Rights Reserved.