Skip navigation links
A B C D E F G H I K M N 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(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
 
addProjectHook(Serializable, String, boolean, 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
addTag(Serializable, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Create tag in specific project
addTag(GitlabProject, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Create tag in specific project
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

cherryPick(Serializable, String, String) - Method in class org.gitlab.api.GitlabAPI
Cherry picks a commit.
cherryPick(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
 
CommitComment - Class in org.gitlab.api.models
 
CommitComment() - Constructor for class org.gitlab.api.models.CommitComment
 
compareCommits(Serializable, String, String) - Method in class org.gitlab.api.GitlabAPI
 
compareCommits(Serializable, String, String, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
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
 
createAward(GitlabMergeRequest, String) - Method in class org.gitlab.api.GitlabAPI
Create an award for a merge request
createAward(GitlabIssue, String) - Method in class org.gitlab.api.GitlabAPI
Create an award for an issue
createAward(GitlabIssue, Integer, String) - Method in class org.gitlab.api.GitlabAPI
Create an award for an issue note
createBranch(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
Create Branch.
createBranch(Serializable, String, String) - Method in class org.gitlab.api.GitlabAPI
Create Branch.
createBuildVariable(Integer, String, String) - Method in class org.gitlab.api.GitlabAPI
Creates a new build variable.
createBuildVariable(Integer, GitlabBuildVariable) - Method in class org.gitlab.api.GitlabAPI
Creates a new variable.
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
createFork(String, Integer) - Method in class org.gitlab.api.GitlabAPI
 
createFork(String, GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
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(CreateGroupRequest, GitlabUser) - 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
createGroup(String, String, String, GitlabAccessLevel, GitlabUser, Integer) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
CreateGroupRequest - Class in org.gitlab.api.models
The model for custom group-creation requests.
CreateGroupRequest(String) - Constructor for class org.gitlab.api.models.CreateGroupRequest
 
CreateGroupRequest(String, String) - Constructor for class org.gitlab.api.models.CreateGroupRequest
 
createGroupViaSudo(String, String, GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Creates a Group
createIssue(int, int, Integer, 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.
createMergeRequest(Serializable, String, String, Integer, String) - Method in class org.gitlab.api.GitlabAPI
Create a new MergeRequest
createMilestone(Serializable, String, String, Date, 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
 
createOrEditJiraService(Integer, GitlabJiraProperties) - Method in class org.gitlab.api.GitlabAPI
Set JIRA service for a project.
createProject(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Creates a Project
createProject(String) - Method in class org.gitlab.api.GitlabAPI
Creates a private Project
createProject(String, Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) - Method in class org.gitlab.api.GitlabAPI
Deprecated.
createProjectForGroup(String, GitlabGroup) - Method in class org.gitlab.api.GitlabAPI
Creates a group Project
createProjectForGroup(String, GitlabGroup, String) - Method in class org.gitlab.api.GitlabAPI
Creates a group Project
createProjectForGroup(String, GitlabGroup, String, String) - Method in class org.gitlab.api.GitlabAPI
Creates a group Project
createPushDeployKey(Integer, String, String) - Method in class org.gitlab.api.GitlabAPI
Create a new deploy key for the project which can push.
createRepositoryFile(GitlabProject, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Creates a new file in the repository
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
createUser(CreateUserRequest) - 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, String, String) - Method in class org.gitlab.api.GitlabAPI
Deprecated.
CreateUserRequest - Class in org.gitlab.api.models
Model for customized creater-user requests.
CreateUserRequest(String, String, String) - Constructor for class org.gitlab.api.models.CreateUserRequest
The only constructor.

D

deleteAward(GitlabMergeRequest, GitlabAward) - Method in class org.gitlab.api.GitlabAPI
Delete an award for a merge request
deleteAward(GitlabIssue, GitlabAward) - Method in class org.gitlab.api.GitlabAPI
Delete an award for an issue
deleteAward(GitlabIssue, Integer, GitlabAward) - Method in class org.gitlab.api.GitlabAPI
Delete an award for an issue note
deleteBranch(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
Delete Branch.
deleteBuildVariable(Integer, String) - Method in class org.gitlab.api.GitlabAPI
Deletes an existing variable.
deleteBuildVariable(Integer, GitlabBuildVariable) - Method in class org.gitlab.api.GitlabAPI
Deletes an existing variable.
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.
deleteJiraService(Integer) - Method in class org.gitlab.api.GitlabAPI
Remove all previously JIRA settings from a project.
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.
deleteNote(GitlabMergeRequest, GitlabNote) - Method in class org.gitlab.api.GitlabAPI
Delete a Merge Request Note
deleteNote(Serializable, Integer, GitlabNote) - Method in class org.gitlab.api.GitlabAPI
Delete an Issue Note
deleteNote(GitlabIssue, GitlabNote) - Method in class org.gitlab.api.GitlabAPI
Delete an Issue Note
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.
deleteRepositoryFile(GitlabProject, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Deletes an existing file in the repository
deleteSharedProjectGroupLink(GitlabGroup, GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Delete a shared project link within a group.
deleteSharedProjectGroupLink(int, int) - Method in class org.gitlab.api.GitlabAPI
Delete a shared project link within a group.
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
deleteTag(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
Delete tag in specific project
deleteTag(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
Delete tag in specific project
deleteUser(Integer) - Method in class org.gitlab.api.GitlabAPI
Delete a user
DEPLOY_KEYS_URL - Static variable in class org.gitlab.api.models.GitlabSSHKey
 
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
 
equals(Object) - Method in class org.gitlab.api.models.GitlabNamespace
 
equals(Object) - Method in class org.gitlab.api.models.GitlabProject
 

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
 
getAccessLevel() - Method in class org.gitlab.api.models.GitlabProjectSharedGroup
 
getActive() - Method in class org.gitlab.api.models.GitlabRunner
 
getAdmin() - Method in class org.gitlab.api.models.CreateUserRequest
 
getAll(String, Class<T[]>) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
 
getAllAwards(GitlabMergeRequest) - Method in class org.gitlab.api.GitlabAPI
Get all awards for a merge request
getAllAwards(GitlabIssue) - Method in class org.gitlab.api.GitlabAPI
Get all awards for an issue
getAllAwards(GitlabIssue, Integer) - Method in class org.gitlab.api.GitlabAPI
Get all awards for an issue note
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
 
getAlt() - Method in class org.gitlab.api.models.GitlabUpload
 
getAMode() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getAPIUrl(String) - Method in class org.gitlab.api.GitlabAPI
 
getApprovalsBeforeMerge() - Method in class org.gitlab.api.models.GitlabProject
 
getApprovalsLeft() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
getApprovalsRequired() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
getApprovedBy() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
getArchitecture() - Method in class org.gitlab.api.models.GitlabRunner
 
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
 
getAuthoredDate() - Method in class org.gitlab.api.models.GitlabCommit
 
getAuthorEmail() - Method in class org.gitlab.api.models.GitlabCommit
 
getAuthorName() - Method in class org.gitlab.api.models.GitlabCommit
 
getAvatar() - Method in class org.gitlab.api.models.CreateUserRequest
 
getAvatarUrl() - Method in class org.gitlab.api.models.GitlabProject
 
getAvatarUrl() - Method in class org.gitlab.api.models.GitlabUser
 
getAward(GitlabMergeRequest, Integer) - Method in class org.gitlab.api.GitlabAPI
Get a specific award for a merge request
getAward(GitlabIssue, Integer) - Method in class org.gitlab.api.GitlabAPI
Get a specific award for an issue
getAward(GitlabIssue, Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Get a specific award for an issue note
getAwardableId() - Method in class org.gitlab.api.models.GitlabAward
 
getAwardableType() - Method in class org.gitlab.api.models.GitlabAward
 
getBio() - Method in class org.gitlab.api.models.CreateUserRequest
 
getBio() - Method in class org.gitlab.api.models.GitlabUser
 
getBlobId() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getBMode() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getBody() - Method in class org.gitlab.api.models.GitlabNote
 
getBranch(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
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
 
getBranchName() - Method in class org.gitlab.api.models.GitlabSimpleRepositoryFile
 
getBuildVariable(Integer, String) - Method in class org.gitlab.api.GitlabAPI
Gets build variable associated with a project and key.
getBuildVariable(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
Gets build variable associated with a project and key.
getBuildVariables(Integer) - Method in class org.gitlab.api.GitlabAPI
Gets build variables associated with a project.
getBuildVariables(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Gets build variables associated with a project.
getCanCreateGroup() - Method in class org.gitlab.api.models.CreateUserRequest
 
getChanges() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getClosedMergeRequests(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getClosedMergeRequests(Serializable, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getClosedMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getClosedMergeRequests(GitlabProject, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
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
 
getCommit() - Method in class org.gitlab.api.models.GitlabCommitComparison
 
getCommit() - Method in class org.gitlab.api.models.GitlabJob
 
getCommit() - Method in class org.gitlab.api.models.GitlabTag
 
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
 
getCommitId() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
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
 
getCommits() - Method in class org.gitlab.api.models.GitlabCommitComparison
 
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
 
getCommittedDate() - Method in class org.gitlab.api.models.GitlabCommit
 
getCommitter() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getCompareSameRef() - Method in class org.gitlab.api.models.GitlabCommitComparison
 
getCompareTimeout() - Method in class org.gitlab.api.models.GitlabCommitComparison
 
getContactedAt() - Method in class org.gitlab.api.models.GitlabRunner
 
getContent() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getCoverage() - Method in class org.gitlab.api.models.GitlabJob
 
getCreatedAt() - Method in class org.gitlab.api.models.CommitComment
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabAward
 
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.GitlabJob
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
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.GitlabServiceEmailOnPush
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabServiceJira
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabSystemHook
 
getCreatedAt() - Method in class org.gitlab.api.models.GitlabTrigger
 
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
 
getCurrentSignInAt() - Method in class org.gitlab.api.models.GitlabUser
 
getDefaultBranch() - Method in class org.gitlab.api.models.GitlabProject
 
getDeletedAt() - Method in class org.gitlab.api.models.GitlabTrigger
 
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.CreateGroupRequest
 
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.GitlabMergeRequestApprovals
 
getDescription() - Method in class org.gitlab.api.models.GitlabMilestone
 
getDescription() - Method in class org.gitlab.api.models.GitlabProject
 
getDescription() - Method in class org.gitlab.api.models.GitlabRelease
 
getDescription() - Method in class org.gitlab.api.models.GitlabRunner
 
getDiff() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getDiffs() - Method in class org.gitlab.api.models.GitlabCommitComparison
 
getDisableDiffs() - Method in class org.gitlab.api.models.GitlabEmailonPushProperties
 
getDownloadUrl() - Method in class org.gitlab.api.models.GitlabJob
 
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.CreateUserRequest
 
getEmail() - Method in class org.gitlab.api.models.GitlabUser
 
getEmailsOnPush(Integer) - Method in class org.gitlab.api.GitlabAPI
Gets email-on-push service setup for a projectId.
getEncoding() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getExternal() - Method in class org.gitlab.api.models.CreateUserRequest
 
getExternProviderName() - Method in class org.gitlab.api.models.GitlabUser
 
getExternUid() - Method in class org.gitlab.api.models.CreateUserRequest
 
getExternUid() - Method in class org.gitlab.api.models.GitlabUser
 
getExternUid() - Method in class org.gitlab.api.models.GitlabUserIdentity
 
getFileArchive(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Get an archive of the repository
getFileName() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getFileName() - Method in class org.gitlab.api.models.GitlabSimpleRepositoryFile
 
getFilePath() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getFinishedAt() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getFinishedAt() - Method in class org.gitlab.api.models.GitlabJob
 
getForkedFrom() - Method in class org.gitlab.api.models.GitlabProject
 
getForksCount() - Method in class org.gitlab.api.models.GitlabProject
 
getFullPath() - Method in class org.gitlab.api.models.GitlabNamespace
 
getGroup(Integer) - Method in class org.gitlab.api.GitlabAPI
 
getGroup(String) - Method in class org.gitlab.api.GitlabAPI
Get a group by path
getGroupId() - Method in class org.gitlab.api.models.GitlabMilestone
 
getGroupId() - Method in class org.gitlab.api.models.GitlabProjectSharedGroup
 
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
getGroupMilestones(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getGroupName() - Method in class org.gitlab.api.models.GitlabProjectSharedGroup
 
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
 
getGroupsViaSudo(String, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getHttpUrl() - Method in class org.gitlab.api.models.GitlabProject
 
getHumanTimeEstimate() - Method in class org.gitlab.api.models.GitlabIssueTimeStats
 
getHumanTotalTimeSpent() - Method in class org.gitlab.api.models.GitlabIssueTimeStats
 
getId() - Method in class org.gitlab.api.models.GitlabAward
 
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.GitlabJob
 
getId() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getId() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
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.GitlabRunner
 
getId() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
getId() - Method in class org.gitlab.api.models.GitlabServiceJira
 
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
 
getIdentities() - 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.GitlabMergeRequestApprovals
 
getIid() - Method in class org.gitlab.api.models.GitlabMilestone
 
getImportUrl() - Method in class org.gitlab.api.models.GitlabProject
 
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
 
getIssues(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getIssues(GitlabProject, GitlabMilestone) - Method in class org.gitlab.api.GitlabAPI
 
getIssues(GitlabGroup, GitlabMilestone) - Method in class org.gitlab.api.GitlabAPI
 
getIssueTimeStats(Serializable, Integer) - Method in class org.gitlab.api.GitlabAPI
 
getIssueTransitionId() - Method in class org.gitlab.api.models.GitlabJiraProperties
 
getJiraService(Integer) - Method in class org.gitlab.api.GitlabAPI
Get JIRA service settings for a project.
getJobArtifact(GitlabProject, GitlabJob) - Method in class org.gitlab.api.GitlabAPI
Get build artifacts of a project build
getJobArtifact(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Get build artifacts of a project build
getJobTrace(GitlabProject, GitlabJob) - Method in class org.gitlab.api.GitlabAPI
Get build trace of a project build
getJobTrace(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Get build trace of a project build
getKey() - Method in class org.gitlab.api.models.GitlabBuildVariable
 
getKey() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getKind() - Method in class org.gitlab.api.models.GitlabNamespace
 
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
 
getLastActivityOn() - Method in class org.gitlab.api.models.GitlabUser
 
getLastCommitId() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getLastCommits(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getLastCommits(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
getLastSignInAt() - Method in class org.gitlab.api.models.GitlabUser
 
getLastUsed() - Method in class org.gitlab.api.models.GitlabTrigger
 
getLdapAccess() - Method in class org.gitlab.api.models.GitlabGroup
 
getLdapCn() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getLdapCn() - Method in class org.gitlab.api.models.GitlabGroup
 
getLfsEnabled() - Method in class org.gitlab.api.models.CreateGroupRequest
 
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.CreateUserRequest
 
getLinkedin() - Method in class org.gitlab.api.models.GitlabUser
 
getLocation() - Method in class org.gitlab.api.models.CreateUserRequest
 
getMarkdown() - Method in class org.gitlab.api.models.GitlabUpload
 
getMembersCountWithDescendants() - Method in class org.gitlab.api.models.GitlabNamespace
 
getMembershipLock() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getMembershipProjects() - Method in class org.gitlab.api.GitlabAPI
Get a list of projects that the authenticated user is a member of.
getMergeCommitSHA() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getMergedMergeRequests(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getMergedMergeRequests(Serializable, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getMergedMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getMergedMergeRequests(GitlabProject, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequest(GitlabProject, Integer) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequestApprovals(GitlabMergeRequest) - Method in class org.gitlab.api.GitlabAPI
Get information about the approvals present and required for a merge request EE only.
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(Serializable, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequests(GitlabProject, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequestsWithStatus(Serializable, String) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequestsWithStatus(Serializable, String, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequestsWithStatus(GitlabProject, String) - Method in class org.gitlab.api.GitlabAPI
 
getMergeRequestsWithStatus(GitlabProject, String, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getMergeStatus() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getMergeStatus() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
getMessage() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getMessage() - Method in class org.gitlab.api.models.GitlabCommit
 
getMessage() - Method in class org.gitlab.api.models.GitlabTag
 
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(GitlabGroup) - Method in class org.gitlab.api.GitlabAPI
 
getMode() - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
getName() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getName() - Method in class org.gitlab.api.models.CreateUserRequest
 
getName() - Method in class org.gitlab.api.models.GitlabAward
 
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.GitlabJob
 
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.GitlabRunner
 
getName() - Method in class org.gitlab.api.models.GitlabTag
 
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
getNamespaces() - Method in class org.gitlab.api.GitlabAPI
Get a list of the namespaces of the authenticated user.
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(GitlabIssue, Integer) - Method in class org.gitlab.api.GitlabAPI
 
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
 
getOnlyAllowMergeIfAllDiscussionsAreResolved() - Method in class org.gitlab.api.models.GitlabProject
 
getOnlyAllowMergeIfPipelineSucceeds() - Method in class org.gitlab.api.models.GitlabProject
 
getOpenMergeRequests(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getOpenMergeRequests(Serializable, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getOpenMergeRequests(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getOpenMergeRequests(GitlabProject, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getOrganization() - Method in class org.gitlab.api.models.CreateUserRequest
 
getOwnedProjects() - Method in class org.gitlab.api.GitlabAPI
Get a list of projects owned by the authenticated user.
getOwner() - Method in class org.gitlab.api.models.GitlabProject
 
getParentId() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getParentId() - Method in class org.gitlab.api.models.GitlabGroup
 
getParentId() - Method in class org.gitlab.api.models.GitlabNamespace
 
getParentIds() - Method in class org.gitlab.api.models.GitlabCommit
 
getPassword() - Method in class org.gitlab.api.models.CreateUserRequest
 
getPassword() - Method in class org.gitlab.api.models.GitlabJiraProperties
 
getPath() - Method in class org.gitlab.api.models.CommitComment
 
getPath() - Method in class org.gitlab.api.models.CreateGroupRequest
 
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
 
getPath() - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
getPathWithNamespace() - Method in class org.gitlab.api.models.GitlabProject
 
getPermissions() - Method in class org.gitlab.api.models.GitlabProject
 
getPipelineTriggers(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Returns the list of build triggers for a project.
getPlan() - Method in class org.gitlab.api.models.GitlabNamespace
 
getPlatform() - Method in class org.gitlab.api.models.GitlabRunner
 
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
 
getProject(String, String) - Method in class org.gitlab.api.GitlabAPI
use namespace & project name to get project
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.GitlabMergeRequestApprovals
 
getProjectId() - Method in class org.gitlab.api.models.GitlabMilestone
 
getProjectId() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getProjectJob(Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
Gets a build for a project
getProjectJobs(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Gets a list of a project's jobs in Gitlab
getProjectJobs(Integer) - Method in class org.gitlab.api.GitlabAPI
Gets a list of a project's jobs in Gitlab
getProjectJson(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getProjectJson(String, String) - Method in class org.gitlab.api.GitlabAPI
 
getProjectKey() - Method in class org.gitlab.api.models.GitlabJiraProperties
 
getProjectMembers(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
 
getProjectMembers(GitlabProject, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getProjectMembers(Serializable) - Method in class org.gitlab.api.GitlabAPI
 
getProjectMembers(Serializable, Pagination) - Method in class org.gitlab.api.GitlabAPI
 
getProjectMilestones(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.
getProjectsLimit() - Method in class org.gitlab.api.models.CreateUserRequest
 
getProjectsLimit() - Method in class org.gitlab.api.models.GitlabUser
 
getProjectsViaSudo(GitlabUser) - Method in class org.gitlab.api.GitlabAPI
Get a list of projects accessible by the authenticated user.
getProperties() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
getProperties() - Method in class org.gitlab.api.models.GitlabServiceJira
 
getProvider() - Method in class org.gitlab.api.models.CreateUserRequest
 
getProvider() - Method in class org.gitlab.api.models.GitlabUser
 
getProvider() - Method in class org.gitlab.api.models.GitlabUserIdentity
 
getProxy() - Method in class org.gitlab.api.GitlabAPI
 
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
getRawFileContent(Integer, String, String) - Method in class org.gitlab.api.GitlabAPI
Get raw file content
getRecipients() - Method in class org.gitlab.api.models.GitlabEmailonPushProperties
 
getRef() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getRef() - Method in class org.gitlab.api.models.GitlabJob
 
getRef() - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
getRelease() - Method in class org.gitlab.api.models.GitlabTag
 
getRenamedFile() - Method in class org.gitlab.api.models.GitlabCommitDiff
 
getRepositoryFile(GitlabProject, String, String) - Method in class org.gitlab.api.GitlabAPI
 
getRepositoryStorage() - Method in class org.gitlab.api.models.GitlabProject
 
getRepositoryTree(GitlabProject, String, String, boolean) - Method in class org.gitlab.api.GitlabAPI
Get an archive of the repository
getRequestAccessEnabled() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getRequestTimeout() - Method in class org.gitlab.api.GitlabAPI
 
getResetPassword() - Method in class org.gitlab.api.models.CreateUserRequest
 
getResponseCode() - Method in exception org.gitlab.api.GitlabAPIException
 
getRevision() - Method in class org.gitlab.api.models.GitlabRunner
 
getRevision() - Method in class org.gitlab.api.models.GitlabVersion
 
getRunner() - Method in class org.gitlab.api.models.GitlabJob
 
getRunnersToken() - Method in class org.gitlab.api.models.GitlabProject
 
getSendFromCommitterEmail() - Method in class org.gitlab.api.models.GitlabEmailonPushProperties
 
getSha() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getSha() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
getShared() - Method in class org.gitlab.api.models.GitlabRunner
 
getSharedProjects() - Method in class org.gitlab.api.models.GitlabGroup
 
getSharedWithGroups() - Method in class org.gitlab.api.models.GitlabProject
 
getShareWithGroupLock() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getShortId() - Method in class org.gitlab.api.models.GitlabCommit
 
getSkipConfirmation() - Method in class org.gitlab.api.models.CreateUserRequest
 
getSkype() - Method in class org.gitlab.api.models.CreateUserRequest
 
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
 
getStage() - Method in class org.gitlab.api.models.GitlabJob
 
getStarCount() - Method in class org.gitlab.api.models.GitlabProject
 
getStarredProjects() - Method in class org.gitlab.api.GitlabAPI
Get a list of projects starred by the authenticated user.
getStartDate() - Method in class org.gitlab.api.models.GitlabMilestone
 
getStartedAt() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
getStartedAt() - Method in class org.gitlab.api.models.GitlabJob
 
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.GitlabMergeRequestApprovals
 
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
 
getStatus() - Method in class org.gitlab.api.models.GitlabJob
 
getSuggestedApprovers() - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
getSystemHooks() - Method in class org.gitlab.api.GitlabAPI
Get list of system hooks
getTag() - Method in class org.gitlab.api.models.GitlabJob
 
getTagList() - Method in class org.gitlab.api.models.GitlabProject
 
getTagList() - Method in class org.gitlab.api.models.GitlabRunner
 
getTagName() - Method in class org.gitlab.api.models.GitlabRelease
 
getTags(Serializable) - Method in class org.gitlab.api.GitlabAPI
Get a list of tags in specific project
getTags(GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Get a list of tags in specific project
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
 
getTimeEstimate() - Method in class org.gitlab.api.models.GitlabIssueTimeStats
 
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.GitlabMergeRequestApprovals
 
getTitle() - Method in class org.gitlab.api.models.GitlabMilestone
 
getTitle() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
getTitle() - Method in class org.gitlab.api.models.GitlabServiceJira
 
getTitle() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getToken() - Method in class org.gitlab.api.models.GitlabTrigger
 
getTokenHeaderFormat() - Method in enum org.gitlab.api.TokenType
 
getTokenHeaderName() - Method in enum org.gitlab.api.TokenType
 
getTokenParamName() - Method in enum org.gitlab.api.TokenType
 
getTotalTimeSpent() - Method in class org.gitlab.api.models.GitlabIssueTimeStats
 
getTree() - Method in class org.gitlab.api.models.GitlabBranchCommit
 
getTwitter() - Method in class org.gitlab.api.models.CreateUserRequest
 
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.GitlabAward
 
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.GitlabMergeRequestApprovals
 
getUpdatedAt() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
getUpdatedAt() - Method in class org.gitlab.api.models.GitlabServiceJira
 
getUpdatedAt() - Method in class org.gitlab.api.models.GitlabTrigger
 
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() - Static method in class org.gitlab.api.models.GitlabIssueTimeStats
 
getUrl() - Method in class org.gitlab.api.models.GitlabJiraProperties
 
getUrl() - Method in class org.gitlab.api.models.GitlabProjectHook
 
getUrl() - Method in class org.gitlab.api.models.GitlabSystemHook
 
getUrl() - Method in class org.gitlab.api.models.GitlabUpload
 
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.GitlabApprovedBy
 
getUser() - Method in class org.gitlab.api.models.GitlabAward
 
getUser() - Method in class org.gitlab.api.models.GitlabJob
 
getUser() - Method in class org.gitlab.api.models.GitlabSSHKey
 
getUserAgent() - Method in class org.gitlab.api.GitlabAPI
 
getUsername() - Method in class org.gitlab.api.models.CreateUserRequest
 
getUsername() - Method in class org.gitlab.api.models.GitlabJiraProperties
 
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
 
getValue() - Method in class org.gitlab.api.models.GitlabBuildVariable
 
getVersion() - Method in class org.gitlab.api.GitlabAPI
 
getVersion() - Method in class org.gitlab.api.models.GitlabRunner
 
getVersion() - Method in class org.gitlab.api.models.GitlabVersion
 
getVisibility() - Method in class org.gitlab.api.models.CreateGroupRequest
 
getVisibility() - Method in class org.gitlab.api.models.GitlabProject
 
getWebsiteUrl() - Method in class org.gitlab.api.models.CreateUserRequest
 
getWebsiteUrl() - Method in class org.gitlab.api.models.GitlabUser
 
getWebUrl() - Method in class org.gitlab.api.models.GitlabGroup
 
getWebUrl() - Method in class org.gitlab.api.models.GitlabMergeRequest
 
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
 
GitlabApprovedBy - Class in org.gitlab.api.models
Incomprehensibly, Gitlab packages "approved_by" in a wrapper which contains a user and nothing else.
GitlabApprovedBy() - Constructor for class org.gitlab.api.models.GitlabApprovedBy
 
GitlabAward - Class in org.gitlab.api.models
 
GitlabAward() - Constructor for class org.gitlab.api.models.GitlabAward
 
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
 
GitlabBuildVariable - Class in org.gitlab.api.models
 
GitlabBuildVariable() - Constructor for class org.gitlab.api.models.GitlabBuildVariable
 
GitlabBuildVariable(String, String) - Constructor for class org.gitlab.api.models.GitlabBuildVariable
 
GitlabCommit - Class in org.gitlab.api.models
 
GitlabCommit() - Constructor for class org.gitlab.api.models.GitlabCommit
 
GitlabCommitComparison - Class in org.gitlab.api.models
 
GitlabCommitComparison() - Constructor for class org.gitlab.api.models.GitlabCommitComparison
 
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
 
GitlabEmailonPushProperties - Class in org.gitlab.api.models
 
GitlabEmailonPushProperties() - Constructor for class org.gitlab.api.models.GitlabEmailonPushProperties
 
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
 
GitlabIssueTimeStats - Class in org.gitlab.api.models
 
GitlabIssueTimeStats() - Constructor for class org.gitlab.api.models.GitlabIssueTimeStats
 
GitlabJiraProperties - Class in org.gitlab.api.models
 
GitlabJiraProperties() - Constructor for class org.gitlab.api.models.GitlabJiraProperties
 
GitlabJob - Class in org.gitlab.api.models
 
GitlabJob() - Constructor for class org.gitlab.api.models.GitlabJob
 
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
 
GitlabMergeRequestApprovals - Class in org.gitlab.api.models
 
GitlabMergeRequestApprovals() - Constructor for class org.gitlab.api.models.GitlabMergeRequestApprovals
 
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
 
GitlabProjectSharedGroup - Class in org.gitlab.api.models
 
GitlabProjectSharedGroup() - Constructor for class org.gitlab.api.models.GitlabProjectSharedGroup
 
GitlabRelease - Class in org.gitlab.api.models
 
GitlabRelease() - Constructor for class org.gitlab.api.models.GitlabRelease
 
GitlabRepositoryFile - Class in org.gitlab.api.models
 
GitlabRepositoryFile() - Constructor for class org.gitlab.api.models.GitlabRepositoryFile
 
GitlabRepositoryTree - Class in org.gitlab.api.models
 
GitlabRepositoryTree() - Constructor for class org.gitlab.api.models.GitlabRepositoryTree
 
GitlabRunner - Class in org.gitlab.api.models
 
GitlabRunner() - Constructor for class org.gitlab.api.models.GitlabRunner
 
GitlabServiceEmailOnPush - Class in org.gitlab.api.models
 
GitlabServiceEmailOnPush() - Constructor for class org.gitlab.api.models.GitlabServiceEmailOnPush
 
GitlabServiceJira - Class in org.gitlab.api.models
 
GitlabServiceJira() - Constructor for class org.gitlab.api.models.GitlabServiceJira
 
GitlabSession - Class in org.gitlab.api.models
 
GitlabSession() - Constructor for class org.gitlab.api.models.GitlabSession
 
GitlabSimpleRepositoryFile - Class in org.gitlab.api.models
 
GitlabSimpleRepositoryFile() - Constructor for class org.gitlab.api.models.GitlabSimpleRepositoryFile
 
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
 
GitlabTag - Class in org.gitlab.api.models
 
GitlabTag() - Constructor for class org.gitlab.api.models.GitlabTag
 
GitlabTrigger - Class in org.gitlab.api.models
[ { "token": "7dfb8f45432193abcd54123456090f", "created_at": "2016-07-08T12:33:25.151Z", "updated_at": "2016-07-08T12:33:25.151Z", "deleted_at": null, "last_used": "2016-09-04T23:00:01.681Z" } ]
GitlabTrigger() - Constructor for class org.gitlab.api.models.GitlabTrigger
 
GitlabUpload - Class in org.gitlab.api.models
 
GitlabUpload() - Constructor for class org.gitlab.api.models.GitlabUpload
 
GitlabUser - Class in org.gitlab.api.models
 
GitlabUser() - Constructor for class org.gitlab.api.models.GitlabUser
 
GitlabUserIdentity - Class in org.gitlab.api.models
 
GitlabUserIdentity() - Constructor for class org.gitlab.api.models.GitlabUserIdentity
 
GitlabVersion - Class in org.gitlab.api.models
 
GitlabVersion() - Constructor for class org.gitlab.api.models.GitlabVersion
 
GitlabVisibility - Enum in org.gitlab.api.models
Enum for the privacy settings supported by GitLab API v4.

H

hashCode() - Method in class org.gitlab.api.models.GitlabCommit
 
hashCode() - Method in class org.gitlab.api.models.GitlabCommitStatus
 
hashCode() - Method in class org.gitlab.api.models.GitlabNamespace
 
hashCode() - Method in class org.gitlab.api.models.GitlabProject
 
hasPublicJobs() - Method in class org.gitlab.api.models.GitlabProject
 

I

ignoreCertificateErrors(boolean) - Method in class org.gitlab.api.GitlabAPI
 
isActive() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isActive() - Method in class org.gitlab.api.models.GitlabServiceJira
 
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
 
isBuildEvents() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isBuildEvents() - Method in class org.gitlab.api.models.GitlabServiceJira
 
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.
isContainerRegistryEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
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
 
isIssuesEvents() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isIssuesEvents() - Method in class org.gitlab.api.models.GitlabServiceJira
 
isJobsEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isLfsEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isLocked() - Method in class org.gitlab.api.models.GitlabRunner
 
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
 
isMergeRequestsEvents() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isMergeRequestsEvents() - Method in class org.gitlab.api.models.GitlabServiceJira
 
isNoteEvents() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isNoteEvents() - Method in class org.gitlab.api.models.GitlabServiceJira
 
isPrintingMergeRequestLinkEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isProtected() - Method in class org.gitlab.api.models.GitlabBranch
 
isPublic() - Method in class org.gitlab.api.models.GitlabProject
 
isPushEvents() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isPushEvents() - Method in class org.gitlab.api.models.GitlabServiceJira
 
isRequestAccessEnabled() - Method in class org.gitlab.api.models.GitlabProject
 
isRunUntagged() - Method in class org.gitlab.api.models.GitlabRunner
 
isSharedRunnersEnabled() - 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
 
ISSUE - Static variable in class org.gitlab.api.models.GitlabAward
 
isSystem() - Method in class org.gitlab.api.models.GitlabNote
 
isTagPushEvents() - Method in class org.gitlab.api.models.GitlabProjectHook
 
isTagPushEvents() - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
isTagPushEvents() - Method in class org.gitlab.api.models.GitlabServiceJira
 
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.
moveIssue(Integer, Integer, Integer) - Method in class org.gitlab.api.GitlabAPI
 

N

NOTE - Static variable in class org.gitlab.api.models.GitlabAward
 

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
 
protectBranchWithDeveloperOptions(GitlabProject, String, boolean, boolean) - Method in class org.gitlab.api.GitlabAPI
 
proxy(Proxy) - 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

searchProjects(String) - Method in class org.gitlab.api.GitlabAPI
Get a list of projects accessible by the authenticated user by search.
setAccessLevel(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabAbstractMember
 
setAccessLevel(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabProjectAccessLevel
 
setAccessLevel(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabProjectSharedGroup
 
setActive(Boolean) - Method in class org.gitlab.api.models.GitlabRunner
 
setActive(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setActive(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setAdmin(Boolean) - Method in class org.gitlab.api.models.CreateUserRequest
 
setAdmin(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setAlt(String) - Method in class org.gitlab.api.models.GitlabUpload
 
setAMode(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setApprovalsBeforeMerge(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setApprovalsLeft(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setApprovalsRequired(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setApprovedBy(List<GitlabApprovedBy>) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setArchitecture(String) - Method in class org.gitlab.api.models.GitlabRunner
 
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
 
setAuthoredDate(Date) - Method in class org.gitlab.api.models.GitlabCommit
 
setAuthorEmail(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setAuthorName(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setAvatar(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setAvatarUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setAvatarUrl(String) - Method in class org.gitlab.api.models.GitlabUser
 
setAwardableId(Integer) - Method in class org.gitlab.api.models.GitlabAward
 
setAwardableType(String) - Method in class org.gitlab.api.models.GitlabAward
 
setBio(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setBio(String) - Method in class org.gitlab.api.models.GitlabUser
 
setBlobId(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
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.GitlabAward
 
setBody(String) - Method in class org.gitlab.api.models.GitlabNote
 
setBranchName(String) - Method in class org.gitlab.api.models.GitlabSimpleRepositoryFile
 
setBuildEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setBuildEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setCanCreateGroup(Boolean) - Method in class org.gitlab.api.models.CreateUserRequest
 
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
 
setCommit(GitlabCommit) - Method in class org.gitlab.api.models.GitlabCommitComparison
 
setCommit(GitlabCommit) - Method in class org.gitlab.api.models.GitlabJob
 
setCommit(GitlabBranchCommit) - Method in class org.gitlab.api.models.GitlabTag
 
setCommitId(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setCommits(List<GitlabCommit>) - Method in class org.gitlab.api.models.GitlabCommitComparison
 
setCommittedDate(Date) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setCommittedDate(Date) - Method in class org.gitlab.api.models.GitlabCommit
 
setCommitter(GitlabUser) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setCompareSameRef(Boolean) - Method in class org.gitlab.api.models.GitlabCommitComparison
 
setCompareTimeout(Boolean) - Method in class org.gitlab.api.models.GitlabCommitComparison
 
setContactedAt(Date) - Method in class org.gitlab.api.models.GitlabRunner
 
setContainerRegistryEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setContent(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setCoverage(Float) - Method in class org.gitlab.api.models.GitlabJob
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.CommitComment
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabAward
 
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(String) - Method in class org.gitlab.api.models.GitlabJob
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
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.GitlabServiceEmailOnPush
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabSystemHook
 
setCreatedAt(Date) - Method in class org.gitlab.api.models.GitlabTrigger
 
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
 
setCurrentSignInAt(Date) - Method in class org.gitlab.api.models.GitlabUser
 
setDarkScheme(boolean) - Method in class org.gitlab.api.models.GitlabUser
 
setDefaultBranch(String) - Method in class org.gitlab.api.models.GitlabProject
 
setDeletedAt(Date) - Method in class org.gitlab.api.models.GitlabTrigger
 
setDeletedFile(boolean) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setDescription(String) - Method in class org.gitlab.api.models.CreateGroupRequest
 
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.GitlabMergeRequestApprovals
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabMilestone
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabProject
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabRelease
 
setDescription(String) - Method in class org.gitlab.api.models.GitlabRunner
 
setDiff(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setDiffs(List<GitlabCommitDiff>) - Method in class org.gitlab.api.models.GitlabCommitComparison
 
setDisableDiffs(Integer) - Method in class org.gitlab.api.models.GitlabEmailonPushProperties
 
setDownloadUrl(String) - Method in class org.gitlab.api.models.GitlabJob
 
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.CreateUserRequest
 
setEmail(String) - Method in class org.gitlab.api.models.GitlabUser
 
setEncoding(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setExternal(Boolean) - Method in class org.gitlab.api.models.CreateUserRequest
 
setExternProviderName(String) - Method in class org.gitlab.api.models.GitlabUser
 
setExternUid(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setExternUid(String) - Method in class org.gitlab.api.models.GitlabUser
 
setExternUuid(String) - Method in class org.gitlab.api.models.GitlabUserIdentity
 
setFileName(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setFileName(String) - Method in class org.gitlab.api.models.GitlabSimpleRepositoryFile
 
setFilePath(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setFinishedAt(Date) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setFinishedAt(String) - Method in class org.gitlab.api.models.GitlabJob
 
setForkedFrom(GitlabProject) - Method in class org.gitlab.api.models.GitlabProject
 
setForksCount(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setFullPath(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
setGroupId(int) - Method in class org.gitlab.api.models.GitlabMilestone
 
setGroupId(int) - Method in class org.gitlab.api.models.GitlabProjectSharedGroup
 
setGroupName(String) - Method in class org.gitlab.api.models.GitlabProjectSharedGroup
 
setHttpUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabAward
 
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.GitlabJob
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
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.GitlabRunner
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setId(Integer) - Method in class org.gitlab.api.models.GitlabServiceJira
 
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
 
setIdentities(List<GitlabUserIdentity>) - 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(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setIid(int) - Method in class org.gitlab.api.models.GitlabMilestone
 
setImportUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setIssueEvents(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setIssuesEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setIssuesEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setIssuesEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setIssueTransitionId(Integer) - Method in class org.gitlab.api.models.GitlabJiraProperties
 
setJobsEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setKey(String) - Method in class org.gitlab.api.models.GitlabBuildVariable
 
setKey(String) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setKind(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
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
 
setLastActivityOn(Date) - Method in class org.gitlab.api.models.GitlabUser
 
setLastCommitId(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setLastSignInAt(Date) - Method in class org.gitlab.api.models.GitlabUser
 
setLastUsed(Date) - Method in class org.gitlab.api.models.GitlabTrigger
 
setLdapAccess(GitlabAccessLevel) - Method in class org.gitlab.api.models.GitlabGroup
 
setLdapCn(String) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setLdapCn(String) - Method in class org.gitlab.api.models.GitlabGroup
 
setLfsEnabled(Boolean) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setLfsEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
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.CreateUserRequest
 
setLinkedin(String) - Method in class org.gitlab.api.models.GitlabUser
 
setLocation(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setLocked(boolean) - Method in class org.gitlab.api.models.GitlabRunner
 
setMarkdown(String) - Method in class org.gitlab.api.models.GitlabUpload
 
setMembersCountWithDescendants(Integer) - Method in class org.gitlab.api.models.GitlabNamespace
 
setMembershipLock(Boolean) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setMergeCommitSHA(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
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
 
setMergeRequestsEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setMergeRequestsEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setMergeStatus(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setMergeStatus(String) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setMessage(String) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setMessage(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setMessage(String) - Method in class org.gitlab.api.models.GitlabTag
 
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.CreateGroupRequest
 
setName(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
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.GitlabJob
 
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.GitlabRunner
 
setName(String) - Method in class org.gitlab.api.models.GitlabTag
 
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
 
setNote(String) - Method in class org.gitlab.api.models.CommitComment
 
setNoteEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setNoteEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setNotificationLevel(int) - Method in class org.gitlab.api.models.GitlabProjectAccessLevel
 
setOldPath(String) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setOrganization(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setOwner(GitlabUser) - Method in class org.gitlab.api.models.GitlabProject
 
setPage(int) - Method in class org.gitlab.api.Pagination
 
setParentId(Integer) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setParentId(Integer) - Method in class org.gitlab.api.models.GitlabGroup
 
setParentId(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
setParentIds(List<String>) - Method in class org.gitlab.api.models.GitlabCommit
 
setPassword(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setPassword(String) - Method in class org.gitlab.api.models.GitlabJiraProperties
 
setPath(String) - Method in class org.gitlab.api.models.CommitComment
 
setPath(String) - Method in class org.gitlab.api.models.CreateGroupRequest
 
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
 
setPath(String) - Method in class org.gitlab.api.models.GitlabRepositoryTree
 
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
 
setPlan(String) - Method in class org.gitlab.api.models.GitlabNamespace
 
setPlatform(String) - Method in class org.gitlab.api.models.GitlabRunner
 
setPrintingMergeRequestLinkEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
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(Integer) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setProjectId(int) - Method in class org.gitlab.api.models.GitlabMilestone
 
setProjectId(Integer) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setProjectKey(String) - Method in class org.gitlab.api.models.GitlabJiraProperties
 
setProjectsLimit(Integer) - Method in class org.gitlab.api.models.CreateUserRequest
 
setProjectsLimit(Integer) - Method in class org.gitlab.api.models.GitlabUser
 
setProperties(GitlabEmailonPushProperties) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setProperties(GitlabJiraProperties) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setProtected(boolean) - Method in class org.gitlab.api.models.GitlabBranch
 
setProvider(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setProvider(String) - Method in class org.gitlab.api.models.GitlabUser
 
setProvider(String) - Method in class org.gitlab.api.models.GitlabUserIdentity
 
setPublic(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setPublicJobs(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setRecipients(String) - Method in class org.gitlab.api.models.GitlabEmailonPushProperties
 
setRef(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setRef(String) - Method in class org.gitlab.api.models.GitlabJob
 
setRef(String) - Method in class org.gitlab.api.models.GitlabRepositoryFile
 
setRelease(GitlabRelease) - Method in class org.gitlab.api.models.GitlabTag
 
setRenamedFile(boolean) - Method in class org.gitlab.api.models.GitlabCommitDiff
 
setRepositoryStorage(String) - Method in class org.gitlab.api.models.GitlabProject
 
setRequestAccessEnabled(Boolean) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setRequestAccessEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setRequestTimeout(int) - Method in class org.gitlab.api.GitlabAPI
 
setResetPassword(Boolean) - Method in class org.gitlab.api.models.CreateUserRequest
 
setRevision(String) - Method in class org.gitlab.api.models.GitlabRunner
 
setRunner(GitlabRunner) - Method in class org.gitlab.api.models.GitlabJob
 
setRunnersToken(String) - Method in class org.gitlab.api.models.GitlabProject
 
setRunUntagged(boolean) - Method in class org.gitlab.api.models.GitlabRunner
 
setSendFromCommitterEmail(Integer) - Method in class org.gitlab.api.models.GitlabEmailonPushProperties
 
setSha(String) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setSha(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setShared(Boolean) - Method in class org.gitlab.api.models.GitlabRunner
 
setSharedProjects(List<GitlabProject>) - Method in class org.gitlab.api.models.GitlabGroup
 
setSharedRunnersEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
setSharedWithGroups(List<GitlabProjectSharedGroup>) - Method in class org.gitlab.api.models.GitlabProject
 
setShareWithGroupLock(Boolean) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setShortId(String) - Method in class org.gitlab.api.models.GitlabCommit
 
setSkipConfirmation(Boolean) - Method in class org.gitlab.api.models.CreateUserRequest
 
setSkype(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
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
 
setStage(String) - Method in class org.gitlab.api.models.GitlabJob
 
setStarCount(Integer) - Method in class org.gitlab.api.models.GitlabProject
 
setStartDate(Date) - Method in class org.gitlab.api.models.GitlabMilestone
 
setStartedAt(Date) - Method in class org.gitlab.api.models.GitlabCommitStatus
 
setStartedAt(String) - Method in class org.gitlab.api.models.GitlabJob
 
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.GitlabMergeRequestApprovals
 
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
 
setStatus(String) - Method in class org.gitlab.api.models.GitlabJob
 
setSuggestedApprovers(List<GitlabUser>) - Method in class org.gitlab.api.models.GitlabMergeRequestApprovals
 
setSystem(boolean) - Method in class org.gitlab.api.models.GitlabNote
 
setTag(Boolean) - Method in class org.gitlab.api.models.GitlabJob
 
setTagList(List<String>) - Method in class org.gitlab.api.models.GitlabProject
 
setTagList(List<String>) - Method in class org.gitlab.api.models.GitlabRunner
 
setTagName(String) - Method in class org.gitlab.api.models.GitlabRelease
 
setTagPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setTagPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setTagPushEvents(boolean) - Method in class org.gitlab.api.models.GitlabServiceJira
 
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.GitlabMergeRequestApprovals
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabMilestone
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setTitle(String) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setToken(String) - Method in class org.gitlab.api.models.GitlabTrigger
 
setTree(String) - Method in class org.gitlab.api.models.GitlabBranchCommit
 
setTwitter(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
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.GitlabAward
 
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.GitlabMergeRequestApprovals
 
setUpdatedAt(Date) - Method in class org.gitlab.api.models.GitlabServiceEmailOnPush
 
setUpdatedAt(Date) - Method in class org.gitlab.api.models.GitlabServiceJira
 
setUpdatedAt(Date) - Method in class org.gitlab.api.models.GitlabTrigger
 
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.GitlabJiraProperties
 
setUrl(String) - Method in class org.gitlab.api.models.GitlabProjectHook
 
setUrl(String) - Method in class org.gitlab.api.models.GitlabSystemHook
 
setUrl(String) - Method in class org.gitlab.api.models.GitlabUpload
 
setUser(GitlabUser) - Method in class org.gitlab.api.models.GitlabApprovedBy
 
setUser(GitlabUser) - Method in class org.gitlab.api.models.GitlabAward
 
setUser(GitlabUser) - Method in class org.gitlab.api.models.GitlabJob
 
setUser(GitlabUser) - Method in class org.gitlab.api.models.GitlabSSHKey
 
setUserAgent(String) - Method in class org.gitlab.api.GitlabAPI
Set the User-Agent header for the requests.
setUsername(String) - Method in class org.gitlab.api.models.CreateUserRequest
 
setUsername(String) - Method in class org.gitlab.api.models.GitlabJiraProperties
 
setUsername(String) - Method in class org.gitlab.api.models.GitlabUser
 
setValue(String) - Method in class org.gitlab.api.models.GitlabBuildVariable
 
setVersion(String) - Method in class org.gitlab.api.models.GitlabRunner
 
setVisibility(GitlabVisibility) - Method in class org.gitlab.api.models.CreateGroupRequest
 
setVisibility(String) - 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.CreateUserRequest
 
setWebsiteUrl(String) - Method in class org.gitlab.api.models.GitlabUser
 
setWebUrl(String) - Method in class org.gitlab.api.models.GitlabGroup
 
setWebUrl(String) - Method in class org.gitlab.api.models.GitlabMergeRequest
 
setWebUrl(String) - Method in class org.gitlab.api.models.GitlabProject
 
setWikiEnabled(Boolean) - Method in class org.gitlab.api.models.GitlabProject
 
shareProjectWithGroup(GitlabAccessLevel, String, GitlabGroup, GitlabProject) - Method in class org.gitlab.api.GitlabAPI
Share a project with a group.
STATE_CLOSED - Static variable in class org.gitlab.api.models.GitlabIssue
 
STATE_OPENED - Static variable in class org.gitlab.api.models.GitlabIssue
 
STATUS_CLOSED - Static variable in class org.gitlab.api.models.GitlabMergeRequest
 
STATUS_MERGED - Static variable in class org.gitlab.api.models.GitlabMergeRequest
 
STATUS_OPENED - Static variable in class org.gitlab.api.models.GitlabMergeRequest
 

T

testSystemHook(Integer) - Method in class org.gitlab.api.GitlabAPI
Test system hook
THUMBSDOWN - Static variable in class org.gitlab.api.models.GitlabAward
 
THUMBSUP - Static variable in class org.gitlab.api.models.GitlabAward
 
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
 
toQuery() - Method in class org.gitlab.api.models.CreateGroupRequest
Generates query representing this request's properties.
toQuery() - Method in class org.gitlab.api.models.CreateUserRequest
Generates a query based on this request's properties.
toString() - Method in class org.gitlab.api.http.Query
Returns a Query suitable for appending to a URI
toString() - Method in enum org.gitlab.api.models.GitlabVisibility
Returns lower-case of Enum.name().
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
 
updateBuildVariable(Integer, String, String) - Method in class org.gitlab.api.GitlabAPI
Updates an existing variable.
updateEmailsOnPush(Integer, String) - Method in class org.gitlab.api.GitlabAPI
Update recipients for email-on-push service for a projectId.
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, 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, String, Boolean, Boolean, Boolean, Boolean, Boolean, String) - Method in class org.gitlab.api.GitlabAPI
Deprecated.
updateRepositoryFile(GitlabProject, String, String, String, String) - Method in class org.gitlab.api.GitlabAPI
Updates the content of an existing file in the repository
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
uploadFile(GitlabProject, File) - Method in class org.gitlab.api.GitlabAPI
Uploads a file to a project
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.GitlabAward
 
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.GitlabBuildVariable
 
URL - Static variable in class org.gitlab.api.models.GitlabCommit
 
URL - Static variable in class org.gitlab.api.models.GitlabCommitComparison
 
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.GitlabIssueTimeStats
 
URL - Static variable in class org.gitlab.api.models.GitlabJob
 
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.GitlabMergeRequestApprovals
 
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.GitlabServiceEmailOnPush
 
URL - Static variable in class org.gitlab.api.models.GitlabServiceJira
 
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.GitlabTag
 
URL - Static variable in class org.gitlab.api.models.GitlabTrigger
 
URL - Static variable in class org.gitlab.api.models.GitlabUpload
 
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.models.GitlabVisibility
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.models.GitlabVisibility
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
withAttachment(String, File) - Method in class org.gitlab.api.http.GitlabHTTPRequestor
Sets the HTTP Form Post parameters for the request Has a fluent api for method chaining
withPage(int) - Method in class org.gitlab.api.Pagination
 
withPerPage(int) - Method in class org.gitlab.api.Pagination
 
A B C D E F G H I K M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All Rights Reserved.