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