- 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.
- deleteBranch(Integer, String) - Method in class com.messners.gitlab.api.RepositoryApi
-
Delete a single project repository branch.
- 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.
- deleteGitLabCI(Integer) - Method in class com.messners.gitlab.api.ServicesApi
-
Deletes the gitlab-ci service.
- deleteGitLabCI(Project) - Method in class com.messners.gitlab.api.ServicesApi
-
DELETE /projects/:id/services/gitlab-ci
- 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.
- deleteHipChat(Integer) - Method in class com.messners.gitlab.api.ServicesApi
-
Deletes the gitlab-ci service.
- deleteHipChat(Project) - Method in class com.messners.gitlab.api.ServicesApi
-
Deletes the gitlab-ci service.
- 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
-
- 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.
- getServicesApi() - Method in class com.messners.gitlab.api.GitLabApi
-
Gets the ServicesApi 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
-
- 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
-
- 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, MultivaluedMap<String, String>, 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(MultivaluedMap<String, String>, 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.
- post(MultivaluedMap<String, String>, 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
-
This class provides an entry point to all the GitLab API project calls.
- 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.