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

A

AbstractApi - Class in com.messners.gitlab.api
This class is the base class for all the sub API classes.
AbstractApi(GitLabApi) - Constructor for class com.messners.gitlab.api.AbstractApi
 
AbstractUser - Class in com.messners.gitlab.api.models
 
AbstractUser() - Constructor for class com.messners.gitlab.api.models.AbstractUser
 
addFormParam(Form, String, Object) - Method in class com.messners.gitlab.api.AbstractApi
Convenience method for adding query and form parameters to a get() or post() call.
addFormParam(Form, String, Object, boolean) - Method in class com.messners.gitlab.api.AbstractApi
Convenience method for adding query and form parameters to a get() or post() call.
addGroup(String, String) - Method in class com.messners.gitlab.api.GroupApi
Creates a new project group.
addHook(Project, String, boolean, boolean, boolean) - Method in class com.messners.gitlab.api.ProjectApi
Adds a hook to project.
addHook(Integer, String, boolean, boolean, boolean) - Method in class com.messners.gitlab.api.ProjectApi
Adds a hook to project.
addMember(Integer, Integer, Integer) - Method in class com.messners.gitlab.api.GroupApi
Adds a user to the list of group members.
addMember(Integer, Integer, Integer) - Method in class com.messners.gitlab.api.ProjectApi
Adds a user to a project team.
addMergeRequestComment(Integer, Integer, String) - Method in class com.messners.gitlab.api.MergeRequestApi
Adds a comment to a merge request.
ALTERNATE_PATTERN - Static variable in class com.messners.gitlab.api.ISO8601
 
API_NAMESPACE - Static variable in class com.messners.gitlab.api.GitLabApiClient
 
Assignee - Class in com.messners.gitlab.api.models
 
Assignee() - Constructor for class com.messners.gitlab.api.models.Assignee
 
Author - Class in com.messners.gitlab.api.models
 
Author() - Constructor for class com.messners.gitlab.api.models.Author
 

B

Branch - Class in com.messners.gitlab.api.models
 
Branch() - Constructor for class com.messners.gitlab.api.models.Branch
 

C

com.messners.gitlab.api - package com.messners.gitlab.api
 
com.messners.gitlab.api.models - package com.messners.gitlab.api.models
 
com.messners.gitlab.api.webhook - package com.messners.gitlab.api.webhook
 
Commit - Class in com.messners.gitlab.api.models
 
Commit() - Constructor for class com.messners.gitlab.api.models.Commit
 
CommitsApi - Class in com.messners.gitlab.api
This class implements the client side API for the GitLab commits calls.
CommitsApi(GitLabApi) - Constructor for class com.messners.gitlab.api.CommitsApi
 
Committer - Class in com.messners.gitlab.api.models
 
Committer() - Constructor for class com.messners.gitlab.api.models.Committer
 
create(String, String, String) - Static method in class com.messners.gitlab.api.GitLabApi
Logs into GitLab using provided username and password, and creates a new GitLabApi instance using returned private token
createBranch(Integer, String, String) - Method in class com.messners.gitlab.api.RepositoryApi
Creates a branch for the project.
createFile(RepositoryFile, Integer, String, String) - Method in class com.messners.gitlab.api.RepositoryFileApi
Create new file in repository POST /projects/:id/repository/files file_path (required) - Full path to new file.
createMergeRequest(Integer, String, String, String, String, Integer) - Method in class com.messners.gitlab.api.MergeRequestApi
Creates a merge request and optionally assigns a reviewer to it.
createProject(Integer, String) - Method in class com.messners.gitlab.api.ProjectApi
Create a new project in the specified group.
createProject(Project) - Method in class com.messners.gitlab.api.ProjectApi
Creates new project owned by the current user.
createProject(Project, String) - Method in class com.messners.gitlab.api.ProjectApi
Creates new project owned by the current user.
createProject(String, Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class com.messners.gitlab.api.ProjectApi
Creates a Project
createUser(User, String, Integer) - Method in class com.messners.gitlab.api.UserApi
Creates a new user.

D

delete(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP DELETE call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
delete(Response.Status, MultivaluedMap<String, String>, URL) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP DELETE call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
delete(MultivaluedMap<String, String>, Object...) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP DELETE call with the specified form data and path objects, returning a Response instance with the data returned from the endpoint.
delete(MultivaluedMap<String, String>, URL) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP DELETE call with the specified form data and URL, returning a Response instance with the data returned from the endpoint.
deleteFile(String, Integer, String, String) - Method in class com.messners.gitlab.api.RepositoryFileApi
Delete existing file in repository DELETE /projects/:id/repository/files file_path (required) - Full path to file.
deleteGroup(Integer) - Method in class com.messners.gitlab.api.GroupApi
Removes group with all projects inside.
deleteGroup(Group) - Method in class com.messners.gitlab.api.GroupApi
Removes group with all projects inside.
deleteHook(Integer, Integer) - Method in class com.messners.gitlab.api.ProjectApi
Deletes a hook from the project.
deleteHook(ProjectHook) - Method in class com.messners.gitlab.api.ProjectApi
Deletes a hook from the project.
deleteProject(Integer) - Method in class com.messners.gitlab.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteProject(Project) - Method in class com.messners.gitlab.api.ProjectApi
Removes project with all resources(issues, merge requests etc).
deleteUser(Integer) - Method in class com.messners.gitlab.api.UserApi
Deletes a user.
deleteUser(User) - Method in class com.messners.gitlab.api.UserApi
Deletes a user.
DEVELOPER_LEVEL - Static variable in class com.messners.gitlab.api.models.Member
 
Diff - Class in com.messners.gitlab.api.models
 
Diff() - Constructor for class com.messners.gitlab.api.models.Diff
 

E

ErrorMessage - Class in com.messners.gitlab.api.models
 
ErrorMessage() - Constructor for class com.messners.gitlab.api.models.ErrorMessage
 
Event - Class in com.messners.gitlab.api.models
 
Event() - Constructor for class com.messners.gitlab.api.models.Event
 
EventData - Class in com.messners.gitlab.api.models
 
EventData() - Constructor for class com.messners.gitlab.api.models.EventData
 
EventObject - Class in com.messners.gitlab.api.webhook
 
EventObject() - Constructor for class com.messners.gitlab.api.webhook.EventObject
 
EventObject.ObjectKind - Enum in com.messners.gitlab.api.webhook
 
EventObjectAttributes - Class in com.messners.gitlab.api.webhook
 
EventObjectAttributes() - Constructor for class com.messners.gitlab.api.webhook.EventObjectAttributes
 

F

findUsers(String) - Method in class com.messners.gitlab.api.UserApi
Search users by Email or username GET /users?search=:email_or_username

G

get(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
get(Response.Status, MultivaluedMap<String, String>, URL) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
get(MultivaluedMap<String, String>, Object...) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
get(MultivaluedMap<String, String>, URL) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
getAccessLevel() - Method in class com.messners.gitlab.api.models.Member
 
getActionName() - Method in class com.messners.gitlab.api.models.Event
 
getAfter() - Method in class com.messners.gitlab.api.models.EventData
 
getAfter() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getAllProjects() - Method in class com.messners.gitlab.api.ProjectApi
Get a list of all GitLab projects (admin only).
getAMode() - Method in class com.messners.gitlab.api.models.Diff
 
getApiClient() - Method in class com.messners.gitlab.api.AbstractApi
 
getApiUrl(Object...) - Method in class com.messners.gitlab.api.GitLabApiClient
Construct a REST URL with the specified path arguments.
getAssignee() - Method in class com.messners.gitlab.api.models.Issue
 
getAssignee() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getAssigneeId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getAttachment() - Method in class com.messners.gitlab.api.models.Note
 
getAuthor() - Method in class com.messners.gitlab.api.models.Commit
 
getAuthor() - Method in class com.messners.gitlab.api.models.Issue
 
getAuthor() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getAuthor() - Method in class com.messners.gitlab.api.models.MergeRequestComment
 
getAuthor() - Method in class com.messners.gitlab.api.models.Note
 
getAuthor() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getAuthored_date() - Method in class com.messners.gitlab.api.models.Commit
 
getAuthorId() - Method in class com.messners.gitlab.api.models.Event
 
getAuthorId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getBefore() - Method in class com.messners.gitlab.api.models.EventData
 
getBefore() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getBio() - Method in class com.messners.gitlab.api.models.Session
 
getBio() - Method in class com.messners.gitlab.api.models.User
 
getBlobId() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getBlocked() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getBlocked() - Method in class com.messners.gitlab.api.models.Session
 
getBMode() - Method in class com.messners.gitlab.api.models.Diff
 
getBranch(Integer, String) - Method in class com.messners.gitlab.api.RepositoryApi
Get a single project repository branch.
getBranch() - Method in class com.messners.gitlab.api.webhook.PushEvent
Gets the branch name from the ref.
getBranches(Integer) - Method in class com.messners.gitlab.api.RepositoryApi
Get a list of repository branches from a project, sorted by name alphabetically.
getBranchName() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getCanCreateGroup() - Method in class com.messners.gitlab.api.models.Session
 
getCanCreateGroup() - Method in class com.messners.gitlab.api.models.User
 
getCanCreateProject() - Method in class com.messners.gitlab.api.models.Session
 
getCanCreateTeam() - Method in class com.messners.gitlab.api.models.Session
 
getColorSchemeId() - Method in class com.messners.gitlab.api.models.User
 
getCommit() - Method in class com.messners.gitlab.api.models.Branch
 
getCommit() - Method in class com.messners.gitlab.api.models.Tag
 
getCommitId() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getCommits(int) - Method in class com.messners.gitlab.api.CommitsApi
Get a list of repository commits in a project.
getCommits(int, String) - Method in class com.messners.gitlab.api.CommitsApi
Get a specific commit identified by the commit hash or name of a branch or tag.
getCommits() - Method in class com.messners.gitlab.api.models.EventData
 
getCommits() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getCommitsApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the CommitsApi instance owned by this GitLabApi instance.
getCommitted_date() - Method in class com.messners.gitlab.api.models.Commit
 
getCommitter() - Method in class com.messners.gitlab.api.models.Commit
 
getContent() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getContext(Class<?>) - Method in class com.messners.gitlab.api.JacksonJson
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Issue
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Key
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Member
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Milestone
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Namespace
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Note
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Owner
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Project
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.Session
 
getCreatedAt() - Method in class com.messners.gitlab.api.models.User
 
getCreatedAt() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getDarkScheme() - Method in class com.messners.gitlab.api.models.Session
 
getData() - Method in class com.messners.gitlab.api.models.Event
 
getDefaultBranch() - Method in class com.messners.gitlab.api.models.Project
 
getDeletedFile() - Method in class com.messners.gitlab.api.models.Diff
 
getDescription() - Method in class com.messners.gitlab.api.models.Issue
 
getDescription() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getDescription() - Method in class com.messners.gitlab.api.models.Milestone
 
getDescription() - Method in class com.messners.gitlab.api.models.Namespace
 
getDescription() - Method in class com.messners.gitlab.api.models.Project
 
getDescription() - Method in class com.messners.gitlab.api.models.Repository
 
getDescription() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getDiff(int, String) - Method in class com.messners.gitlab.api.CommitsApi
Get the diff of a commit in a project.
getDiff() - Method in class com.messners.gitlab.api.models.Diff
 
getDownvotes() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getDueDate() - Method in class com.messners.gitlab.api.models.Milestone
 
getEmail() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getEmail() - Method in class com.messners.gitlab.api.models.Member
 
getEmail() - Method in class com.messners.gitlab.api.models.Session
 
getEmail() - Method in class com.messners.gitlab.api.models.User
 
getEncoding() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getEventName() - Method in class com.messners.gitlab.api.models.SystemHook
 
getExpiresAt() - Method in class com.messners.gitlab.api.models.Note
 
getExpiresAt() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getExternUid() - Method in class com.messners.gitlab.api.models.User
 
getFile(String, Integer, String) - Method in class com.messners.gitlab.api.RepositoryFileApi
Get file from repository.
getFileName() - Method in class com.messners.gitlab.api.models.Note
 
getFileName() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getFileName() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getFilePath() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getGroup(int) - Method in class com.messners.gitlab.api.GroupApi
Get all details of a group.
getGroupApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the GroupApi instance owned by this GitLabApi instance.
getGroups() - Method in class com.messners.gitlab.api.GroupApi
Get a list of groups.
getHomepage() - Method in class com.messners.gitlab.api.models.Repository
 
getHook(Integer, Integer) - Method in class com.messners.gitlab.api.ProjectApi
Get a specific hook for project.
getHooks(Integer) - Method in class com.messners.gitlab.api.ProjectApi
Get list of project hooks.
getHttpStatus() - Method in exception com.messners.gitlab.api.GitLabApiException
Returns the HTTP status code that was the cause of the exception.
getHttpUrlToRepo() - Method in class com.messners.gitlab.api.models.Project
 
getId() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getId() - Method in class com.messners.gitlab.api.models.Commit
 
getId() - Method in class com.messners.gitlab.api.models.Group
 
getId() - Method in class com.messners.gitlab.api.models.Issue
 
getId() - Method in class com.messners.gitlab.api.models.Key
 
getId() - Method in class com.messners.gitlab.api.models.Member
 
getId() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getId() - Method in class com.messners.gitlab.api.models.Milestone
 
getId() - Method in class com.messners.gitlab.api.models.Namespace
 
getId() - Method in class com.messners.gitlab.api.models.Note
 
getId() - Method in class com.messners.gitlab.api.models.Owner
 
getId() - Method in class com.messners.gitlab.api.models.Parent
 
getId() - Method in class com.messners.gitlab.api.models.Project
 
getId() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getId() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getId() - Method in class com.messners.gitlab.api.models.Session
 
getId() - Method in class com.messners.gitlab.api.models.TreeItem
 
getId() - Method in class com.messners.gitlab.api.models.User
 
getId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getIgnoreCertificateErrors() - Method in class com.messners.gitlab.api.GitLabApiClient
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
getIid() - Method in class com.messners.gitlab.api.models.Issue
 
getIid() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getIid() - Method in class com.messners.gitlab.api.models.Milestone
 
getIid() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getIsAdmin() - Method in class com.messners.gitlab.api.models.Session
 
getIsAdmin() - Method in class com.messners.gitlab.api.models.User
 
getIssuesEnabled() - Method in class com.messners.gitlab.api.models.Project
 
getIssuesEvents() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getKey() - Method in class com.messners.gitlab.api.models.Key
 
getLabels() - Method in class com.messners.gitlab.api.models.Issue
 
getLastActivityAt() - Method in class com.messners.gitlab.api.models.Project
 
getLinkedin() - Method in class com.messners.gitlab.api.models.Session
 
getLinkedin() - Method in class com.messners.gitlab.api.models.User
 
getMember(Integer, Integer) - Method in class com.messners.gitlab.api.ProjectApi
Gets a project team member.
getMembers(int) - Method in class com.messners.gitlab.api.GroupApi
Get a list of group members viewable by the authenticated user.
getMembers(Integer) - Method in class com.messners.gitlab.api.ProjectApi
Get a list of project team members.
getMergeRequest(Integer, Integer) - Method in class com.messners.gitlab.api.MergeRequestApi
Get information about a single merge request.
getMergeRequestApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the MergeRequestApi instance owned by this GitLabApi instance.
getMergeRequests(Integer) - Method in class com.messners.gitlab.api.MergeRequestApi
Get all merge requests for the specified project.
getMergeRequestsEnabled() - Method in class com.messners.gitlab.api.models.Project
 
getMergeRequestsEvents() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getMergeStatus() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getMessage() - Method in exception com.messners.gitlab.api.GitLabApiException
Get the message associated with the exception.
getMessage() - Method in class com.messners.gitlab.api.models.Commit
 
getMessage() - Method in class com.messners.gitlab.api.models.ErrorMessage
 
getMilestone() - Method in class com.messners.gitlab.api.models.Issue
 
getMilestoneId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getMode() - Method in class com.messners.gitlab.api.models.TreeItem
 
getName() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getName() - Method in class com.messners.gitlab.api.models.Branch
 
getName() - Method in class com.messners.gitlab.api.models.Group
 
getName() - Method in class com.messners.gitlab.api.models.Member
 
getName() - Method in class com.messners.gitlab.api.models.Namespace
 
getName() - Method in class com.messners.gitlab.api.models.Owner
 
getName() - Method in class com.messners.gitlab.api.models.Project
 
getName() - Method in class com.messners.gitlab.api.models.Repository
 
getName() - Method in class com.messners.gitlab.api.models.Session
 
getName() - Method in class com.messners.gitlab.api.models.SystemHook
 
getName() - Method in class com.messners.gitlab.api.models.Tag
 
getName() - Method in class com.messners.gitlab.api.models.TreeItem
 
getName() - Method in class com.messners.gitlab.api.models.User
 
getNamespace() - Method in class com.messners.gitlab.api.models.Project
 
getNameWithNamespace() - Method in class com.messners.gitlab.api.models.Project
 
getNewFile() - Method in class com.messners.gitlab.api.models.Diff
 
getNewPath() - Method in class com.messners.gitlab.api.models.Diff
 
getNote() - Method in class com.messners.gitlab.api.models.MergeRequestComment
 
getObjectAttributes() - Method in class com.messners.gitlab.api.webhook.EventObject
 
getObjectKind() - Method in class com.messners.gitlab.api.webhook.EventObject
 
getObjectMapper() - Method in class com.messners.gitlab.api.JacksonJson
Gets the ObjectMapper contained by this instance.
getOldPath() - Method in class com.messners.gitlab.api.models.Diff
 
getOwnedProjects() - Method in class com.messners.gitlab.api.ProjectApi
Get a list of projects owned by the authenticated user.
getOwner() - Method in class com.messners.gitlab.api.models.Project
 
getOwnerEmail() - Method in class com.messners.gitlab.api.models.SystemHook
 
getOwnerId() - Method in class com.messners.gitlab.api.models.Group
 
getOwnerId() - Method in class com.messners.gitlab.api.models.Namespace
 
getOwnerName() - Method in class com.messners.gitlab.api.models.SystemHook
 
getParents() - Method in class com.messners.gitlab.api.models.Commit
 
getPath() - Method in class com.messners.gitlab.api.models.Group
 
getPath() - Method in class com.messners.gitlab.api.models.Namespace
 
getPath() - Method in class com.messners.gitlab.api.models.Project
 
getPath() - Method in class com.messners.gitlab.api.models.SystemHook
 
getPathWithNamespace() - Method in class com.messners.gitlab.api.models.Project
 
getPosition() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getPrivateToken() - Method in class com.messners.gitlab.api.models.Session
 
getProject(Integer) - Method in class com.messners.gitlab.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject(String, String) - Method in class com.messners.gitlab.api.ProjectApi
Get a specific project, which is owned by the authentication user.
getProject_id() - Method in class com.messners.gitlab.api.models.Issue
 
getProjectApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the ProjectApi instance owned by this GitLabApi instance.
getProjectEvents(Integer) - Method in class com.messners.gitlab.api.ProjectApi
Get a project events for specific project.
getProjectId() - Method in class com.messners.gitlab.api.models.Event
 
getProjectId() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getProjectId() - Method in class com.messners.gitlab.api.models.Milestone
 
getProjectId() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getProjectId() - Method in class com.messners.gitlab.api.models.SystemHook
 
getProjectId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getProjectId() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getProjects() - Method in class com.messners.gitlab.api.models.Group
 
getProjects() - Method in class com.messners.gitlab.api.ProjectApi
Get a list of projects accessible by the authenticated user.
getProtected() - Method in class com.messners.gitlab.api.models.Branch
 
getProtected() - Method in class com.messners.gitlab.api.models.Tag
 
getProvider() - Method in class com.messners.gitlab.api.models.User
 
getPublic() - Method in class com.messners.gitlab.api.models.Project
 
getPushEvents() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getRawBlobCotent(Integer, String) - Method in class com.messners.gitlab.api.RepositoryApi
Get the raw file contents for a blob by blob SHA.
getRawFileContent(Integer, String, String) - Method in class com.messners.gitlab.api.RepositoryApi
Get the raw file contents for a file by commit sha and path.
getReason() - Method in exception com.messners.gitlab.api.GitLabApiException
Returns the HTTP status reason message, returns null if the causing error was not an HTTP related exception.
getRef() - Method in class com.messners.gitlab.api.models.EventData
 
getRef() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getRef() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getRenamedFile() - Method in class com.messners.gitlab.api.models.Diff
 
getRepository() - Method in class com.messners.gitlab.api.models.EventData
 
getRepository() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getRepositoryApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the RepositoryApi instance owned by this GitLabApi instance.
getRepositoryFileApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the RepositoryFileApi instance owned by this GitLabApi instance.
getSessionApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the SessionApi instance owned by this GitLabApi instance.
getShortId() - Method in class com.messners.gitlab.api.models.Commit
 
getSize() - Method in class com.messners.gitlab.api.models.RepositoryFile
 
getSkype() - Method in class com.messners.gitlab.api.models.Session
 
getSkype() - Method in class com.messners.gitlab.api.models.User
 
getSnippetsEnabled() - Method in class com.messners.gitlab.api.models.Project
 
getSourceBranch() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getSourceBranch() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getSourceProjectId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getSshUrlToRepo() - Method in class com.messners.gitlab.api.models.Project
 
getState() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getState() - Method in class com.messners.gitlab.api.models.Issue
 
getState() - Method in class com.messners.gitlab.api.models.Member
 
getState() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getState() - Method in class com.messners.gitlab.api.models.Milestone
 
getState() - Method in class com.messners.gitlab.api.models.User
 
getState() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getStCommits() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getStDiffs() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getTags(Integer) - Method in class com.messners.gitlab.api.RepositoryApi
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
getTargetBranch() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getTargetBranch() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getTargetId() - Method in class com.messners.gitlab.api.models.Event
 
getTargetProjectId() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getTargetTitle() - Method in class com.messners.gitlab.api.models.Event
 
getTargetType() - Method in class com.messners.gitlab.api.models.Event
 
getThemeId() - Method in class com.messners.gitlab.api.models.Session
 
getThemeId() - Method in class com.messners.gitlab.api.models.User
 
getTimestamp() - Static method in class com.messners.gitlab.api.ISO8601
Get a ISO8601 formatted string for the current date and time.
getTimestamp() - Method in class com.messners.gitlab.api.models.Commit
 
getTitle() - Method in class com.messners.gitlab.api.models.Commit
 
getTitle() - Method in class com.messners.gitlab.api.models.Event
 
getTitle() - Method in class com.messners.gitlab.api.models.Issue
 
getTitle() - Method in class com.messners.gitlab.api.models.Key
 
getTitle() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getTitle() - Method in class com.messners.gitlab.api.models.Milestone
 
getTitle() - Method in class com.messners.gitlab.api.models.Note
 
getTitle() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getTitle() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getTotal_commits_count() - Method in class com.messners.gitlab.api.models.EventData
 
getTotalCommitsCount() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getTree() - Method in class com.messners.gitlab.api.models.Commit
 
getTree(Integer) - Method in class com.messners.gitlab.api.RepositoryApi
Get a list of repository files and directories in a project.
getTree(Integer, String, String) - Method in class com.messners.gitlab.api.RepositoryApi
Get a list of repository files and directories in a project.
getTwitter() - Method in class com.messners.gitlab.api.models.Session
 
getTwitter() - Method in class com.messners.gitlab.api.models.User
 
getType() - Method in class com.messners.gitlab.api.models.TreeItem
 
getUpdatedAt() - Method in class com.messners.gitlab.api.models.Issue
 
getUpdatedAt() - Method in class com.messners.gitlab.api.models.Milestone
 
getUpdatedAt() - Method in class com.messners.gitlab.api.models.Namespace
 
getUpdatedAt() - Method in class com.messners.gitlab.api.models.Note
 
getUpdatedAt() - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
getUpdatedAt() - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
getUpvotes() - Method in class com.messners.gitlab.api.models.MergeRequest
 
getUrl() - Method in class com.messners.gitlab.api.models.Commit
 
getUrl() - Method in class com.messners.gitlab.api.models.ProjectHook
 
getUrl() - Method in class com.messners.gitlab.api.models.Repository
 
getUser(int) - Method in class com.messners.gitlab.api.UserApi
Get a single user.
getUser_id() - Method in class com.messners.gitlab.api.models.EventData
 
getUser_name() - Method in class com.messners.gitlab.api.models.EventData
 
getUserApi() - Method in class com.messners.gitlab.api.GitLabApi
Gets the UserApi instance owned by this GitLabApi instance.
getUserId() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getUsername() - Method in class com.messners.gitlab.api.models.AbstractUser
 
getUsername() - Method in class com.messners.gitlab.api.models.Member
 
getUsername() - Method in class com.messners.gitlab.api.models.Session
 
getUsername() - Method in class com.messners.gitlab.api.models.User
 
getUserName() - Method in class com.messners.gitlab.api.webhook.PushEvent
 
getUsers() - Method in class com.messners.gitlab.api.UserApi
Get a list of users.
getUsers(int, int) - Method in class com.messners.gitlab.api.UserApi
Get a list of users using the specified page and per page settings.
getVisibilityLevel() - Method in class com.messners.gitlab.api.models.Project
 
getWallEnabled() - Method in class com.messners.gitlab.api.models.Project
 
getWebsiteUrl() - Method in class com.messners.gitlab.api.models.Session
 
getWebsiteUrl() - Method in class com.messners.gitlab.api.models.User
 
getWebUrl() - Method in class com.messners.gitlab.api.models.Project
 
getWikiEnabled() - Method in class com.messners.gitlab.api.models.Project
 
GitLabApi - Class in com.messners.gitlab.api
This class is provides a simplified interface to a GitLab API server, and divides the API up into a separate API class for each concern.
GitLabApi(String, String) - Constructor for class com.messners.gitlab.api.GitLabApi
Constructs a GitLabApi instance set up to interact with the GitLab server specified by hostUrl.
GitLabApiClient - Class in com.messners.gitlab.api
This class utilizes the Jersey client package to communicate with a GitLab API endpoint.
GitLabApiClient(String, String) - Constructor for class com.messners.gitlab.api.GitLabApiClient
Construct an instance to communicate with a GitLab API server using the specified server URL and private token.
GitLabApiClient.AcceptAllHostnameVerifier - Class in com.messners.gitlab.api
 
GitLabApiClient.AcceptAllHostnameVerifier() - Constructor for class com.messners.gitlab.api.GitLabApiClient.AcceptAllHostnameVerifier
 
GitLabApiException - Exception in com.messners.gitlab.api
This is the exception that will be thrown if any exception occurs while communicating with a GitLab API endpoint.
GitLabApiException(Response) - Constructor for exception com.messners.gitlab.api.GitLabApiException
Create a GitLabApiException instance based on the ClientResponse.
GitLabApiException(Exception) - Constructor for exception com.messners.gitlab.api.GitLabApiException
Create a GitLabApiException instance based on the exception.
Group - Class in com.messners.gitlab.api.models
 
Group() - Constructor for class com.messners.gitlab.api.models.Group
 
GroupApi - Class in com.messners.gitlab.api
This class implements the client side API for the GitLab groups calls.
GUEST_LEVEL - Static variable in class com.messners.gitlab.api.models.Member
 

H

handle(Exception) - Method in class com.messners.gitlab.api.AbstractApi
Wraps exception if needed

I

invocation(URL, MultivaluedMap<String, String>) - Method in class com.messners.gitlab.api.GitLabApiClient
 
ISO8601 - Class in com.messners.gitlab.api
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
ISO8601() - Constructor for class com.messners.gitlab.api.ISO8601
 
Issue - Class in com.messners.gitlab.api.models
 
Issue() - Constructor for class com.messners.gitlab.api.models.Issue
 
isValid(Branch) - Static method in class com.messners.gitlab.api.models.Branch
 
isValid(MergeRequest) - Static method in class com.messners.gitlab.api.models.MergeRequest
 
isValid(Project) - Static method in class com.messners.gitlab.api.models.Project
 
isValid(User) - Static method in class com.messners.gitlab.api.models.User
 

J

JacksonJson - Class in com.messners.gitlab.api
Jackson JSON Configuration and utility class.
JacksonJson() - Constructor for class com.messners.gitlab.api.JacksonJson
 
JacksonJson.JsonDateSerializer - Class in com.messners.gitlab.api
JsonSerializer for serializing ISO8601 formatted dates.
JacksonJson.JsonDateSerializer() - Constructor for class com.messners.gitlab.api.JacksonJson.JsonDateSerializer
 

K

Key - Class in com.messners.gitlab.api.models
 
Key() - Constructor for class com.messners.gitlab.api.models.Key
 

L

login(String, String, String) - Method in class com.messners.gitlab.api.SessionApi
Login to get private token.

M

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

N

Namespace - Class in com.messners.gitlab.api.models
 
Namespace() - Constructor for class com.messners.gitlab.api.models.Namespace
 
Note - Class in com.messners.gitlab.api.models
 
Note() - Constructor for class com.messners.gitlab.api.models.Note
 

O

OUTPUT_PATTERN - Static variable in class com.messners.gitlab.api.ISO8601
 
Owner - Class in com.messners.gitlab.api.models
 
Owner() - Constructor for class com.messners.gitlab.api.models.Owner
 
OWNER_LEVEL - Static variable in class com.messners.gitlab.api.models.Member
 

P

Parent - Class in com.messners.gitlab.api.models
 
Parent() - Constructor for class com.messners.gitlab.api.models.Parent
 
PATTERN - Static variable in class com.messners.gitlab.api.ISO8601
 
post(Response.Status, Form, Object...) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Response.Status, Form, URL) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
post(Form, Object...) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
post(Form, URL) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP POST call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
PRIVATE_TOKEN_HEADER - Static variable in class com.messners.gitlab.api.GitLabApiClient
 
Project - Class in com.messners.gitlab.api.models
 
Project() - Constructor for class com.messners.gitlab.api.models.Project
 
ProjectApi - Class in com.messners.gitlab.api
 
ProjectHook - Class in com.messners.gitlab.api.models
 
ProjectHook() - Constructor for class com.messners.gitlab.api.models.ProjectHook
 
ProjectSnippet - Class in com.messners.gitlab.api.models
 
ProjectSnippet() - Constructor for class com.messners.gitlab.api.models.ProjectSnippet
 
protectBranch(Integer, String) - Method in class com.messners.gitlab.api.RepositoryApi
Protects a single project repository branch.
PushEvent - Class in com.messners.gitlab.api.webhook
 
PushEvent() - Constructor for class com.messners.gitlab.api.webhook.PushEvent
 
put(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(Response.Status, MultivaluedMap<String, String>, URL) - Method in class com.messners.gitlab.api.AbstractApi
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
put(MultivaluedMap<String, String>, Object...) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.
put(MultivaluedMap<String, String>, URL) - Method in class com.messners.gitlab.api.GitLabApiClient
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.

R

removeMember(Integer, Integer) - Method in class com.messners.gitlab.api.GroupApi
Removes member from the group team.
removeMember(Integer, Integer) - Method in class com.messners.gitlab.api.ProjectApi
Removes user from project team.
REPORTER_LEVEL - Static variable in class com.messners.gitlab.api.models.Member
 
Repository - Class in com.messners.gitlab.api.models
 
Repository() - Constructor for class com.messners.gitlab.api.models.Repository
 
RepositoryApi - Class in com.messners.gitlab.api
This class provides an entry point to all the GitLab API repository calls.
RepositoryApi(GitLabApi) - Constructor for class com.messners.gitlab.api.RepositoryApi
 
RepositoryFile - Class in com.messners.gitlab.api.models
 
RepositoryFile() - Constructor for class com.messners.gitlab.api.models.RepositoryFile
 
RepositoryFileApi - Class in com.messners.gitlab.api
This class provides an entry point to all the GitLab API repository files calls.
RepositoryFileApi(GitLabApi) - Constructor for class com.messners.gitlab.api.RepositoryFileApi
 

S

serialize(Date, JsonGenerator, SerializerProvider) - Method in class com.messners.gitlab.api.JacksonJson.JsonDateSerializer
 
Session - Class in com.messners.gitlab.api.models
 
Session() - Constructor for class com.messners.gitlab.api.models.Session
 
SessionApi - Class in com.messners.gitlab.api
This class implements the client side API for the GitLab login call.
SessionApi(GitLabApi) - Constructor for class com.messners.gitlab.api.SessionApi
 
setAccessLevel(Integer) - Method in class com.messners.gitlab.api.models.Member
 
setActionName(String) - Method in class com.messners.gitlab.api.models.Event
 
setAfter(String) - Method in class com.messners.gitlab.api.models.EventData
 
setAfter(String) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setAMode(String) - Method in class com.messners.gitlab.api.models.Diff
 
setAssignee(Assignee) - Method in class com.messners.gitlab.api.models.Issue
 
setAssignee(Assignee) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setAssigneeId(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setAttachment(String) - Method in class com.messners.gitlab.api.models.Note
 
setAuthor(Author) - Method in class com.messners.gitlab.api.models.Commit
 
setAuthor(Author) - Method in class com.messners.gitlab.api.models.Issue
 
setAuthor(Author) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setAuthor(Author) - Method in class com.messners.gitlab.api.models.MergeRequestComment
 
setAuthor(Author) - Method in class com.messners.gitlab.api.models.Note
 
setAuthor(Author) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setAuthored_date(Date) - Method in class com.messners.gitlab.api.models.Commit
 
setAuthorId(Integer) - Method in class com.messners.gitlab.api.models.Event
 
setAuthorId(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setBefore(String) - Method in class com.messners.gitlab.api.models.EventData
 
setBefore(String) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setBio(String) - Method in class com.messners.gitlab.api.models.Session
 
setBio(String) - Method in class com.messners.gitlab.api.models.User
 
setBlobId(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setBlocked(Boolean) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setBlocked(Boolean) - Method in class com.messners.gitlab.api.models.Session
 
setBMode(String) - Method in class com.messners.gitlab.api.models.Diff
 
setBranchName(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setCanCreateGroup(Boolean) - Method in class com.messners.gitlab.api.models.Session
 
setCanCreateGroup(boolean) - Method in class com.messners.gitlab.api.models.User
 
setCanCreateProject(Boolean) - Method in class com.messners.gitlab.api.models.Session
 
setCanCreateTeam(Boolean) - Method in class com.messners.gitlab.api.models.Session
 
setColorSchemeId(Integer) - Method in class com.messners.gitlab.api.models.User
 
setCommit(Commit) - Method in class com.messners.gitlab.api.models.Branch
 
setCommit(Commit) - Method in class com.messners.gitlab.api.models.Tag
 
setCommitId(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setCommits(List<Commit>) - Method in class com.messners.gitlab.api.models.EventData
 
setCommits(List<Commit>) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setCommitted_date(Date) - Method in class com.messners.gitlab.api.models.Commit
 
setCommitter(Committer) - Method in class com.messners.gitlab.api.models.Commit
 
setContent(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Issue
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Key
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Member
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Milestone
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Namespace
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Note
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Owner
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Project
 
setCreatedAt(String) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.Session
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.models.User
 
setCreatedAt(Date) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setDarkScheme(Boolean) - Method in class com.messners.gitlab.api.models.Session
 
setData(EventData) - Method in class com.messners.gitlab.api.models.Event
 
setDefaultBranch(String) - Method in class com.messners.gitlab.api.models.Project
 
setDeletedFile(Boolean) - Method in class com.messners.gitlab.api.models.Diff
 
setDescription(String) - Method in class com.messners.gitlab.api.models.Issue
 
setDescription(String) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setDescription(String) - Method in class com.messners.gitlab.api.models.Milestone
 
setDescription(String) - Method in class com.messners.gitlab.api.models.Namespace
 
setDescription(String) - Method in class com.messners.gitlab.api.models.Project
 
setDescription(String) - Method in class com.messners.gitlab.api.models.Repository
 
setDescription(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setDiff(String) - Method in class com.messners.gitlab.api.models.Diff
 
setDownvotes(Integer) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setDueDate(Date) - Method in class com.messners.gitlab.api.models.Milestone
 
setEmail(String) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setEmail(String) - Method in class com.messners.gitlab.api.models.Member
 
setEmail(String) - Method in class com.messners.gitlab.api.models.Session
 
setEmail(String) - Method in class com.messners.gitlab.api.models.User
 
setEncoding(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setEventName(String) - Method in class com.messners.gitlab.api.models.SystemHook
 
setExpiresAt(Date) - Method in class com.messners.gitlab.api.models.Note
 
setExpiresAt(Date) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setExternUid(String) - Method in class com.messners.gitlab.api.models.User
 
setFileName(String) - Method in class com.messners.gitlab.api.models.Note
 
setFileName(String) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setFileName(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setFilePath(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setHomepage(String) - Method in class com.messners.gitlab.api.models.Repository
 
setHttpUrlToRepo(String) - Method in class com.messners.gitlab.api.models.Project
 
setId(Integer) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setId(String) - Method in class com.messners.gitlab.api.models.Commit
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Group
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Issue
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Key
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Member
 
setId(Integer) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Milestone
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Namespace
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Note
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Owner
 
setId(String) - Method in class com.messners.gitlab.api.models.Parent
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Project
 
setId(Integer) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setId(Integer) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setId(Integer) - Method in class com.messners.gitlab.api.models.Session
 
setId(String) - Method in class com.messners.gitlab.api.models.TreeItem
 
setId(Integer) - Method in class com.messners.gitlab.api.models.User
 
setId(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setIgnoreCerificateErrors(boolean) - Method in class com.messners.gitlab.api.GitLabApiClient
Sets up the Jersey system ignore SSL certificate errors or not.
setIid(Integer) - Method in class com.messners.gitlab.api.models.Issue
 
setIid(Integer) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setIid(Integer) - Method in class com.messners.gitlab.api.models.Milestone
 
setIid(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setIsAdmin(Boolean) - Method in class com.messners.gitlab.api.models.Session
 
setIsAdmin(boolean) - Method in class com.messners.gitlab.api.models.User
 
setIssuesEnabled(Boolean) - Method in class com.messners.gitlab.api.models.Project
 
setIssuesEvents(Boolean) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setKey(String) - Method in class com.messners.gitlab.api.models.Key
 
setLabels(List<String>) - Method in class com.messners.gitlab.api.models.Issue
 
setLastActivityAt(Date) - Method in class com.messners.gitlab.api.models.Project
 
setLinkedin(String) - Method in class com.messners.gitlab.api.models.Session
 
setLinkedin(String) - Method in class com.messners.gitlab.api.models.User
 
setMergeRequestsEnabled(Boolean) - Method in class com.messners.gitlab.api.models.Project
 
setMergeRequestsEvents(Boolean) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setMergeStatus(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setMessage(String) - Method in class com.messners.gitlab.api.models.Commit
 
setMessage(String) - Method in class com.messners.gitlab.api.models.ErrorMessage
 
setMilestone(Milestone) - Method in class com.messners.gitlab.api.models.Issue
 
setMilestoneId(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setMode(String) - Method in class com.messners.gitlab.api.models.TreeItem
 
setName(String) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setName(String) - Method in class com.messners.gitlab.api.models.Branch
 
setName(String) - Method in class com.messners.gitlab.api.models.Group
 
setName(String) - Method in class com.messners.gitlab.api.models.Member
 
setName(String) - Method in class com.messners.gitlab.api.models.Namespace
 
setName(String) - Method in class com.messners.gitlab.api.models.Owner
 
setName(String) - Method in class com.messners.gitlab.api.models.Project
 
setName(String) - Method in class com.messners.gitlab.api.models.Repository
 
setName(String) - Method in class com.messners.gitlab.api.models.Session
 
setName(String) - Method in class com.messners.gitlab.api.models.SystemHook
 
setName(String) - Method in class com.messners.gitlab.api.models.Tag
 
setName(String) - Method in class com.messners.gitlab.api.models.TreeItem
 
setName(String) - Method in class com.messners.gitlab.api.models.User
 
setNamespace(Namespace) - Method in class com.messners.gitlab.api.models.Project
 
setNameWithNamespace(String) - Method in class com.messners.gitlab.api.models.Project
 
setNewFile(Boolean) - Method in class com.messners.gitlab.api.models.Diff
 
setNewPath(String) - Method in class com.messners.gitlab.api.models.Diff
 
setNote(String) - Method in class com.messners.gitlab.api.models.MergeRequestComment
 
setObjectAttributes(EventObjectAttributes) - Method in class com.messners.gitlab.api.webhook.EventObject
 
setObjectKind(EventObject.ObjectKind) - Method in class com.messners.gitlab.api.webhook.EventObject
 
setOldPath(String) - Method in class com.messners.gitlab.api.models.Diff
 
setOwner(Owner) - Method in class com.messners.gitlab.api.models.Project
 
setOwnerEmail(String) - Method in class com.messners.gitlab.api.models.SystemHook
 
setOwnerId(Integer) - Method in class com.messners.gitlab.api.models.Group
 
setOwnerId(Integer) - Method in class com.messners.gitlab.api.models.Namespace
 
setOwnerName(String) - Method in class com.messners.gitlab.api.models.SystemHook
 
setParents(List<Parent>) - Method in class com.messners.gitlab.api.models.Commit
 
setPath(String) - Method in class com.messners.gitlab.api.models.Group
 
setPath(String) - Method in class com.messners.gitlab.api.models.Namespace
 
setPath(String) - Method in class com.messners.gitlab.api.models.Project
 
setPath(String) - Method in class com.messners.gitlab.api.models.SystemHook
 
setPathWithNamespace(String) - Method in class com.messners.gitlab.api.models.Project
 
setPosition(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setPrivateToken(String) - Method in class com.messners.gitlab.api.models.Session
 
setProject_id(Integer) - Method in class com.messners.gitlab.api.models.Issue
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.models.Event
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.models.Milestone
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.models.SystemHook
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setProjectId(Integer) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setProjects(List<Project>) - Method in class com.messners.gitlab.api.models.Group
 
setProtected(Boolean) - Method in class com.messners.gitlab.api.models.Branch
 
setProtected(Boolean) - Method in class com.messners.gitlab.api.models.Tag
 
setProvider(String) - Method in class com.messners.gitlab.api.models.User
 
setPublic(Boolean) - Method in class com.messners.gitlab.api.models.Project
 
setPushEvents(Boolean) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setRef(String) - Method in class com.messners.gitlab.api.models.EventData
 
setRef(String) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setRef(String) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setRenamedFile(Boolean) - Method in class com.messners.gitlab.api.models.Diff
 
setRepository(Repository) - Method in class com.messners.gitlab.api.models.EventData
 
setRepository(Repository) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setShort_id(String) - Method in class com.messners.gitlab.api.models.Commit
 
setSize(Integer) - Method in class com.messners.gitlab.api.models.RepositoryFile
 
setSkype(String) - Method in class com.messners.gitlab.api.models.Session
 
setSkype(String) - Method in class com.messners.gitlab.api.models.User
 
setSnippetsEnabled(Boolean) - Method in class com.messners.gitlab.api.models.Project
 
setSourceBranch(String) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setSourceBranch(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setSourceProjectId(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setSshUrlToRepo(String) - Method in class com.messners.gitlab.api.models.Project
 
setState(String) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setState(String) - Method in class com.messners.gitlab.api.models.Issue
 
setState(String) - Method in class com.messners.gitlab.api.models.Member
 
setState(String) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setState(String) - Method in class com.messners.gitlab.api.models.Milestone
 
setState(String) - Method in class com.messners.gitlab.api.models.User
 
setState(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setStCommits(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setStDiffs(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setTargetBranch(String) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setTargetBranch(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setTargetId(String) - Method in class com.messners.gitlab.api.models.Event
 
setTargetProjectId(Integer) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setTargetTitle(String) - Method in class com.messners.gitlab.api.models.Event
 
setTargetType(String) - Method in class com.messners.gitlab.api.models.Event
 
setThemeId(Integer) - Method in class com.messners.gitlab.api.models.Session
 
setThemeId(Integer) - Method in class com.messners.gitlab.api.models.User
 
setTimestamp(Date) - Method in class com.messners.gitlab.api.models.Commit
 
setTitle(String) - Method in class com.messners.gitlab.api.models.Commit
 
setTitle(String) - Method in class com.messners.gitlab.api.models.Event
 
setTitle(String) - Method in class com.messners.gitlab.api.models.Issue
 
setTitle(String) - Method in class com.messners.gitlab.api.models.Key
 
setTitle(String) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setTitle(String) - Method in class com.messners.gitlab.api.models.Milestone
 
setTitle(String) - Method in class com.messners.gitlab.api.models.Note
 
setTitle(String) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setTitle(String) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setTotal_commits_count(Integer) - Method in class com.messners.gitlab.api.models.EventData
 
setTotalCommitsCount(Integer) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setTree(String) - Method in class com.messners.gitlab.api.models.Commit
 
setTwitter(String) - Method in class com.messners.gitlab.api.models.Session
 
setTwitter(String) - Method in class com.messners.gitlab.api.models.User
 
setType(TreeItem.Type) - Method in class com.messners.gitlab.api.models.TreeItem
 
setUpdatedAt(Date) - Method in class com.messners.gitlab.api.models.Issue
 
setUpdatedAt(Date) - Method in class com.messners.gitlab.api.models.Milestone
 
setUpdatedAt(String) - Method in class com.messners.gitlab.api.models.Namespace
 
setUpdatedAt(String) - Method in class com.messners.gitlab.api.models.Note
 
setUpdatedAt(String) - Method in class com.messners.gitlab.api.models.ProjectSnippet
 
setUpdatedAt(Date) - Method in class com.messners.gitlab.api.webhook.EventObjectAttributes
 
setUpvotes(Integer) - Method in class com.messners.gitlab.api.models.MergeRequest
 
setUrl(String) - Method in class com.messners.gitlab.api.models.Commit
 
setUrl(String) - Method in class com.messners.gitlab.api.models.ProjectHook
 
setUrl(String) - Method in class com.messners.gitlab.api.models.Repository
 
setUser_id(Integer) - Method in class com.messners.gitlab.api.models.EventData
 
setUser_name(String) - Method in class com.messners.gitlab.api.models.EventData
 
setUserId(Integer) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setUsername(String) - Method in class com.messners.gitlab.api.models.AbstractUser
 
setUsername(String) - Method in class com.messners.gitlab.api.models.Member
 
setUsername(String) - Method in class com.messners.gitlab.api.models.Session
 
setUsername(String) - Method in class com.messners.gitlab.api.models.User
 
setUserName(String) - Method in class com.messners.gitlab.api.webhook.PushEvent
 
setVisibilityLevel(Integer) - Method in class com.messners.gitlab.api.models.Project
 
setWallEnabled(Boolean) - Method in class com.messners.gitlab.api.models.Project
 
setWebsiteUrl(String) - Method in class com.messners.gitlab.api.models.Session
 
setWebsiteUrl(String) - Method in class com.messners.gitlab.api.models.User
 
setWebUrl(String) - Method in class com.messners.gitlab.api.models.Project
 
setWikiEnabled(Boolean) - Method in class com.messners.gitlab.api.models.Project
 
SystemHook - Class in com.messners.gitlab.api.models
 
SystemHook() - Constructor for class com.messners.gitlab.api.models.SystemHook
 

T

Tag - Class in com.messners.gitlab.api.models
 
Tag() - Constructor for class com.messners.gitlab.api.models.Tag
 
toCalendar(String) - Static method in class com.messners.gitlab.api.ISO8601
Parses an ISO8601 formatted string a returns a Calendar instance.
toDate(String) - Static method in class com.messners.gitlab.api.ISO8601
Parses an ISO8601 formatted string a returns a Date instance.
toString(Calendar) - Static method in class com.messners.gitlab.api.ISO8601
Get a ISO8601 formatted string for the provided Calendar instance.
toString(Date) - Static method in class com.messners.gitlab.api.ISO8601
Get a ISO8601 formatted string for the provided Date instance.
toString() - Method in enum com.messners.gitlab.api.models.TreeItem.Type
 
toString() - Method in enum com.messners.gitlab.api.webhook.EventObject.ObjectKind
 
TreeItem - Class in com.messners.gitlab.api.models
 
TreeItem() - Constructor for class com.messners.gitlab.api.models.TreeItem
 
TreeItem.Type - Enum in com.messners.gitlab.api.models
 

U

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

V

validate(Response, Response.Status) - Method in class com.messners.gitlab.api.AbstractApi
Validates response.
valueOf(String) - Static method in enum com.messners.gitlab.api.models.TreeItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.messners.gitlab.api.webhook.EventObject.ObjectKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.messners.gitlab.api.models.TreeItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.messners.gitlab.api.webhook.EventObject.ObjectKind
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class com.messners.gitlab.api.GitLabApiClient.AcceptAllHostnameVerifier
 
A B C D E F G H I J K L M N O P R S T U V 

Copyright © 2015. All rights reserved.