Index
All Classes|All Packages
A
- AbstractApi - Class in org.gitlab4j.api
-
This class is the base class for all the sub API classes.
- AbstractApi(GitLabApi) - Constructor for class org.gitlab4j.api.AbstractApi
- AbstractEvent - Class in org.gitlab4j.api.webhook
- AbstractEvent() - Constructor for class org.gitlab4j.api.webhook.AbstractEvent
- AbstractPushEvent - Class in org.gitlab4j.api.webhook
- AbstractPushEvent() - Constructor for class org.gitlab4j.api.webhook.AbstractPushEvent
- AbstractSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- AbstractSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- AbstractUser<U extends AbstractUser<U>> - Class in org.gitlab4j.api.models
- AbstractUser() - Constructor for class org.gitlab4j.api.models.AbstractUser
- ACCEPTED - org.gitlab4j.api.Constants.ActionType
- acceptMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Merge changes to the merge request.
- acceptMergeRequest(Object, Long, String, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
-
Merge changes to the merge request.
- acceptMergeRequest(Object, Long, String, Boolean, Boolean, String) - Method in class org.gitlab4j.api.MergeRequestApi
-
Merge changes to the merge request.
- acceptMergeRequest(Object, Long, AcceptMergeRequestParams) - Method in class org.gitlab4j.api.MergeRequestApi
-
Merge changes to the merge request.
- AcceptMergeRequestParams - Class in org.gitlab4j.api.models
- AcceptMergeRequestParams() - Constructor for class org.gitlab4j.api.models.AcceptMergeRequestParams
- ACCESS - org.gitlab4j.api.Constants.TokenType
- AccessLevel - Enum in org.gitlab4j.api.models
- AccessRequest - Class in org.gitlab4j.api.models
- AccessRequest() - Constructor for class org.gitlab4j.api.models.AccessRequest
- AccessTokenUtils - Class in org.gitlab4j.api.utils
-
This class uses HTML scraping to create and revoke GitLab personal access tokens, the user's Feed token, and for fetching the current Health Check access token.
- AccessTokenUtils() - Constructor for class org.gitlab4j.api.utils.AccessTokenUtils
- AccessTokenUtils.Scope - Enum in org.gitlab4j.api.utils
-
This enum defines the available scopes for a personal access token.
- ACTIVATE - org.gitlab4j.api.Constants.MilestoneState
- activateGroupMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Activate a group milestone.
- activateMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Activate a milestone.
- ACTIVE - org.gitlab4j.api.Constants.ImpersonationState
- ACTIVE - org.gitlab4j.api.Constants.MilestoneState
- ACTIVE - org.gitlab4j.api.models.Runner.RunnerStatus
- addBadge(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
-
Add a badge to a group.
- addBadge(Object, String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Add a badge to a project.
- addComment(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
-
Add a comment to a commit.
- addComment(Object, String, String, String, Integer, Constants.LineType) - Method in class org.gitlab4j.api.CommitsApi
-
Add a comment to a commit.
- addCommitDiscussionNote(Object, String, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
-
Adds a note to an existing commit discussion.
- addCommitStatus(Object, String, Constants.CommitBuildState, Long, CommitStatus) - Method in class org.gitlab4j.api.CommitsApi
-
Add or update the build status of a commit.
- addCommitStatus(Object, String, Constants.CommitBuildState, CommitStatus) - Method in class org.gitlab4j.api.CommitsApi
-
Add or update the build status of a commit.
- addDeployKey(Object, String, String, Boolean) - Method in class org.gitlab4j.api.DeployKeysApi
-
Creates a new deploy key for a project.
- addDeployment(Object, String, String, String, Boolean, Constants.DeploymentStatus) - Method in class org.gitlab4j.api.DeploymentsApi
-
Creates a new deployment for a project.
- addEmail(Object, String, Boolean) - Method in class org.gitlab4j.api.UserApi
-
Add an email to the user's emails.
- addEmail(String) - Method in class org.gitlab4j.api.UserApi
-
Add an email to the current user's emails.
- addEnum(E, String) - Method in class org.gitlab4j.api.utils.JacksonJsonEnumHelper
-
Add an enum that has a specialized name that does not fit the standard naming conventions.
- addFormData(StringBuilder, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Adds the specified form param to the form data StringBuilder.
- addFormParam(Form, String, Object) - Method in class org.gitlab4j.api.AbstractApi
-
Convenience method for adding query and form parameters to a get() or post() call.
- addFormParam(Form, String, Object, boolean) - Method in class org.gitlab4j.api.AbstractApi
-
Convenience method for adding query and form parameters to a get() or post() call.
- addGpgKey(Long, String) - Method in class org.gitlab4j.api.UserApi
-
Add a GPG key for a specific user
- addGpgKey(String) - Method in class org.gitlab4j.api.UserApi
-
Add a GPG key for the current user
- addGroup(String, String) - Method in class org.gitlab4j.api.GroupApi
-
Creates a new project group.
- addGroup(String, String, String, Boolean, Boolean, Visibility, Boolean, Boolean, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
-
Deprecated.
- addGroup(String, String, String, Visibility, Boolean, Boolean, Long) - Method in class org.gitlab4j.api.GroupApi
-
Creates a new project group.
- addGroup(Group) - Method in class org.gitlab4j.api.GroupApi
- addGroupDeployToken(Object, String, Date, String, List<Constants.DeployTokenScope>) - Method in class org.gitlab4j.api.DeployTokensApi
-
Creates a new deploy token for a group.
- addHook(Object, String, boolean, boolean, boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a hook to project.
- addHook(Object, String, ProjectHook, boolean, String) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a hook to project.
- addIssueAwardEmoji(Object, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Add an award emoji for the specified issue.
- addIssueNoteAwardEmoji(Object, Long, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Add an award emoji for the specified issue note.
- addIssueThreadNote(Object, Long, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
-
Adds a new note to the thread.
- addLdapGroupLink(Object, String, Integer, String) - Method in class org.gitlab4j.api.GroupApi
-
Adds an LDAP group link.
- addLdapGroupLink(Object, String, AccessLevel, String) - Method in class org.gitlab4j.api.GroupApi
-
Adds an LDAP group link.
- addLicense(String) - Method in class org.gitlab4j.api.LicenseApi
-
Add a new license.
- addListener(SystemHookListener) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Adds a System Hook event listener.
- addListener(WebHookListener) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Adds a WebHook event listener.
- addMaskedHeaderName(String) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Add a header name to the list of masked header names.
- addMember(Object, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, Integer) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a user to a project team.
- addMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a user to a project team.
- addMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a user to a project team.
- addMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a user to a project team.
- addMergeRequestAwardEmoji(Object, Integer, Integer, String) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Add an award emoji for the specified merge request note.
- addMergeRequestAwardEmoji(Object, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Add an award emoji to the specified merge request.
- addMergeRequestThreadNote(Object, Long, String, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
-
Adds a new note to the thread.
- addNoteAwardEmoji(Object, Long, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Deprecated.
- addProjectDeployToken(Object, String, Date, String, List<Constants.DeployTokenScope>) - Method in class org.gitlab4j.api.DeployTokensApi
-
Creates a new deploy token for a project.
- addSetting(String, Object) - Method in class org.gitlab4j.api.models.ApplicationSettings
- addSetting(Setting, Object) - Method in class org.gitlab4j.api.models.ApplicationSettings
- addSnippetAwardEmoji(Object, Long, String) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Add an award emoji to the specified snippet.
- addSpentTime(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
-
Adds spent time for this issue
- addSpentTime(Object, Long, String) - Method in class org.gitlab4j.api.IssuesApi
-
Adds spent time for this issue
- addSpentTime(Object, Long, Duration) - Method in class org.gitlab4j.api.IssuesApi
-
Adds spent time for this issue
- addSshKey(Long, String, String) - Method in class org.gitlab4j.api.UserApi
-
Create new key owned by specified user.
- addSshKey(String, String) - Method in class org.gitlab4j.api.UserApi
-
Creates a new key owned by the currently authenticated user.
- addSystemHook(String, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.SystemHooksApi
-
Add a new system hook.
- addSystemHook(String, String, SystemHook) - Method in class org.gitlab4j.api.SystemHooksApi
-
Add a new system hook.
- ADMIN - org.gitlab4j.api.models.AccessLevel
- ADMIN_NOTIFICATION_EMAIL - org.gitlab4j.api.models.Setting
-
Abuse reports will be sent to this address if it is set.
- AFTER_EXPORT_ACTION - org.gitlab4j.api.models.ExportStatus.Status
-
Represents that the export process has been completed successfully and the platform is performing some actions on the resulted file.
- AFTER_SIGN_OUT_PATH - org.gitlab4j.api.models.Setting
-
Where to redirect users after logout.
- AFTER_SIGN_UP_TEXT - org.gitlab4j.api.models.Setting
-
Text shown to the user after signing up
- AKISMET_API_KEY - org.gitlab4j.api.models.Setting
-
required by:
Setting.AKISMET_ENABLED
API key for Akismet spam protection. - AKISMET_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.AKISMET_API_KEY
) Enable or disable Akismet spam protection. - all() - Method in class org.gitlab4j.api.Pager
-
Gets all the items from each page as a single List instance.
- ALL - org.gitlab4j.api.Constants.EventScope
- ALL - org.gitlab4j.api.Constants.ImpersonationState
- ALL - org.gitlab4j.api.Constants.IssueScope
- ALL - org.gitlab4j.api.Constants.MergeRequestScope
- ALL - org.gitlab4j.api.Constants.MergeRequestState
- ALL - org.gitlab4j.api.models.CommitRef.RefType
- ALL - org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
- ALLOW_GROUP_OWNERS_TO_MANAGE_LDAP - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Set to true to allow group owners to manage LDAP
- ALLOW_LOCAL_REQUESTS_FROM_HOOKS_AND_SERVICES - org.gitlab4j.api.models.Setting
-
Deprecated.Use allow_local_requests_from_web_hooks_and_services instead
- ALLOW_LOCAL_REQUESTS_FROM_SYSTEM_HOOKS - org.gitlab4j.api.models.Setting
-
Allow requests to the local network from system hooks.
- ALLOW_LOCAL_REQUESTS_FROM_WEB_HOOKS_AND_SERVICES - org.gitlab4j.api.models.Setting
-
Allow requests to the local network from web hooks and services.
- AllowedTo - Class in org.gitlab4j.api.models
-
This class is used by the ProtectedBranchesAPi to set up the allowed_to_push, allowed_to_merge, and allowed_to_unprotect values.
- AllowedTo(AccessLevel, Long, Long) - Constructor for class org.gitlab4j.api.models.AllowedTo
- ALWAYS - org.gitlab4j.api.Constants.SquashOption
- any() - Method in class org.gitlab4j.api.webhook.EventChanges
- API - org.gitlab4j.api.Constants.ApplicationScope
-
Access the authenticated user's API
- API - org.gitlab4j.api.models.ImpersonationToken.Scope
- API - org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Grants complete access to the API and Container Registry (read/write) (introduced in GitLab 8.15).
- API_URL_PROP - Static variable in class org.gitlab4j.api.services.JiraService
- API_VERSION_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- appendId(StringBuilder, long) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- Application - Class in org.gitlab4j.api.models
- Application() - Constructor for class org.gitlab4j.api.models.Application
- ApplicationsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Applications API.
- ApplicationsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ApplicationsApi
- ApplicationSettings - Class in org.gitlab4j.api.models
- ApplicationSettings() - Constructor for class org.gitlab4j.api.models.ApplicationSettings
- ApplicationSettingsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Application Settings API.
- ApplicationSettingsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ApplicationSettingsApi
- APPROVAL_REQUIRED - org.gitlab4j.api.Constants.TodoAction
- ApprovalRule - Class in org.gitlab4j.api.models
- ApprovalRule() - Constructor for class org.gitlab4j.api.models.ApprovalRule
- ApprovalRuleParams - Class in org.gitlab4j.api.models
- ApprovalRuleParams() - Constructor for class org.gitlab4j.api.models.ApprovalRuleParams
- ApprovalState - Class in org.gitlab4j.api.models
- ApprovalState() - Constructor for class org.gitlab4j.api.models.ApprovalState
- approveAccessRequest(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
-
Approve access for the specified user to the specified group.
- approveAccessRequest(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.ProjectApi
-
Approve access for the specified user to the specified project.
- APPROVED - org.gitlab4j.api.Constants.ActionType
- ApprovedBy - Class in org.gitlab4j.api.models
-
This class is used by various models to represent the approved_by property, which can contain a User or Group instance.
- ApprovedBy() - Constructor for class org.gitlab4j.api.models.ApprovedBy
- approveMergeRequest(Object, Long, String) - Method in class org.gitlab4j.api.MergeRequestApi
-
Approve a merge request.
- ARCHIVE - org.gitlab4j.api.models.Artifact.FileType
- ARCHIVE_BUILDS_IN_HUMAN_READABLE - org.gitlab4j.api.models.Setting
-
Set the duration for which the jobs will be considered as old and expired.
- archiveProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Archive a project
- aroundWriteTo(WriterInterceptorContext) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- Artifact - Class in org.gitlab4j.api.models
- Artifact() - Constructor for class org.gitlab4j.api.models.Artifact
- Artifact.FileType - Enum in org.gitlab4j.api.models
- ArtifactsFile - Class in org.gitlab4j.api.models
- ArtifactsFile() - Constructor for class org.gitlab4j.api.models.ArtifactsFile
- ASC - org.gitlab4j.api.Constants.SortOrder
- ASSET_PROXY_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.ASSET_PROXY_URL
) Enable proxying of assets. - ASSET_PROXY_URL - org.gitlab4j.api.models.Setting
-
URL of the asset proxy server.
- ASSET_PROXY_WHITELIST - org.gitlab4j.api.models.Setting
-
Assets that match these domain(s) will NOT be proxied.
- Assets - Class in org.gitlab4j.api.models
-
This class is part of the Release class model.
- Assets() - Constructor for class org.gitlab4j.api.models.Assets
- Assets.Link - Class in org.gitlab4j.api.models
- Assets.Source - Class in org.gitlab4j.api.models
- ASSIGNED - org.gitlab4j.api.Constants.TodoAction
- ASSIGNED_TO_ME - org.gitlab4j.api.Constants.IssueScope
- ASSIGNED_TO_ME - org.gitlab4j.api.Constants.MergeRequestScope
- Assignee - Class in org.gitlab4j.api.models
- Assignee() - Constructor for class org.gitlab4j.api.models.Assignee
- assignIssue(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Creates an epic - issue association.
- assignIssue(Object, Long, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Updates an existing project issue.
- AuditEvent - Class in org.gitlab4j.api.models
- AuditEvent() - Constructor for class org.gitlab4j.api.models.AuditEvent
- AuditEventApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Instance Audit Event API.
- AuditEventApi(GitLabApi) - Constructor for class org.gitlab4j.api.AuditEventApi
- AuditEventDetail - Class in org.gitlab4j.api.models
- AuditEventDetail() - Constructor for class org.gitlab4j.api.models.AuditEventDetail
- AUTHENTICITY_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- AUTHENTICITY_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- Author - Class in org.gitlab4j.api.models
- Author() - Constructor for class org.gitlab4j.api.models.Author
- AUTHORIZATION_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
- AUTHORIZED_KEYS_ENABLED - org.gitlab4j.api.models.Setting
-
By default, we write to the authorized_keys file to support Git over SSH without additional configuration.
- AUTO_DEVOPS_DOMAIN - org.gitlab4j.api.models.Setting
-
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
- AUTO_DEVOPS_ENABLED - org.gitlab4j.api.models.Setting
-
Enable Auto DevOps for projects by default.
- AVAILABLE - org.gitlab4j.api.models.Environment.EnvironmentState
- AwardEmoji - Class in org.gitlab4j.api.models
- AwardEmoji() - Constructor for class org.gitlab4j.api.models.AwardEmoji
- AwardEmoji.AwardableType - Enum in org.gitlab4j.api.models
- AwardEmojiApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Award Emoji API calls.
- AwardEmojiApi(GitLabApi) - Constructor for class org.gitlab4j.api.AwardEmojiApi
B
- Badge - Class in org.gitlab4j.api.models
- Badge() - Constructor for class org.gitlab4j.api.models.Badge
- Badge.BadgeKind - Enum in org.gitlab4j.api.models
- BASE64 - org.gitlab4j.api.Constants.Encoding
- Blame - Class in org.gitlab4j.api.models
- Blame() - Constructor for class org.gitlab4j.api.models.Blame
- BLOB - org.gitlab4j.api.models.TreeItem.Type
- BLOBS - org.gitlab4j.api.Constants.ProjectSearchScope
- BLOBS - org.gitlab4j.api.Constants.SearchScope
- blockUser(Long) - Method in class org.gitlab4j.api.UserApi
-
Blocks the specified user.
- Board - Class in org.gitlab4j.api.models
- Board() - Constructor for class org.gitlab4j.api.models.Board
- BoardList - Class in org.gitlab4j.api.models
- BoardList() - Constructor for class org.gitlab4j.api.models.BoardList
- BoardsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Issue Boards API calls.
- BoardsApi(GitLabApi) - Constructor for class org.gitlab4j.api.BoardsApi
- Branch - Class in org.gitlab4j.api.models
- Branch() - Constructor for class org.gitlab4j.api.models.Branch
- BRANCH - org.gitlab4j.api.models.CommitRef.RefType
- BranchAccessLevel - Class in org.gitlab4j.api.models
- BranchAccessLevel() - Constructor for class org.gitlab4j.api.models.BranchAccessLevel
- BRANCHES - org.gitlab4j.api.Constants.PipelineScope
- BRANCHES_TO_BE_NOTIFIED_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- BugzillaService - Class in org.gitlab4j.api.services
- BugzillaService() - Constructor for class org.gitlab4j.api.services.BugzillaService
- BUILD_FAILED - org.gitlab4j.api.Constants.TodoAction
- BuildCommit - Class in org.gitlab4j.api.webhook
- BuildCommit() - Constructor for class org.gitlab4j.api.webhook.BuildCommit
- buildEntityLogString(StringBuilder, byte[], int, Charset) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- BuildEvent - Class in org.gitlab4j.api.webhook
-
The documentation at: Job Events is incorrect, this class represents the actual content of the Job Hook event.
- BuildEvent() - Constructor for class org.gitlab4j.api.webhook.BuildEvent
- BZ2 - org.gitlab4j.api.Constants.ArchiveFormat
C
- CANCELED - org.gitlab4j.api.Constants.CommitBuildState
- CANCELED - org.gitlab4j.api.Constants.DeploymentStatus
- CANCELED - org.gitlab4j.api.Constants.JobScope
- CANCELED - org.gitlab4j.api.models.JobStatus
- CANCELED - org.gitlab4j.api.models.PipelineStatus
- cancelJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Cancel specified job in a project.
- cancelMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Cancel merge when pipeline succeeds.
- cancelPipelineJobs(Object, long) - Method in class org.gitlab4j.api.PipelineApi
-
Cancel jobs of specified pipelines in a project.
- cancleJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Deprecated.replaced by
JobApi.cancelJob(Object, Long)
- ChangeContainer<T> - Class in org.gitlab4j.api.webhook
- ChangeContainer() - Constructor for class org.gitlab4j.api.webhook.ChangeContainer
- changeCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.UserApi
-
Changes custom attribute for the given user
- changeCustomAttribute(Object, CustomAttribute) - Method in class org.gitlab4j.api.UserApi
-
Change custom attribute for the given user
- ChangelogPayload - Class in org.gitlab4j.api.models
- ChangelogPayload(String) - Constructor for class org.gitlab4j.api.models.ChangelogPayload
- Changes - Class in org.gitlab4j.api.models
- Changes() - Constructor for class org.gitlab4j.api.models.Changes
- charAt(int) - Method in class org.gitlab4j.api.utils.SecretString
- CHECK_NAMESPACE_PLAN - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Enabling this will make only licensed EE features available to projects if the project namespace’s plan includes the feature or if the project is public.
- cherryPickCommit(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
-
Cherry picks a commit in a given branch.
- CHMOD - org.gitlab4j.api.models.CommitAction.Action
- clear() - Method in class org.gitlab4j.api.utils.SecretString
-
Clear the contents of this SecretString instance by setting each character to 0.
- clearPassword() - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
-
Clears the contained password's data.
- clearSettings() - Method in class org.gitlab4j.api.models.ApplicationSettings
- CLIENTSIDE_SENTRY_DSN - org.gitlab4j.api.models.Setting
-
Deprecated.Will be removed in a future version of gitlab4j-api
- CLIENTSIDE_SENTRY_ENABLED - org.gitlab4j.api.models.Setting
-
Deprecated.Will be removed in a future version of gitlab4j-api
- CLONE - org.gitlab4j.api.Constants.BuildGitStrategy
- close() - Method in class org.gitlab4j.api.GitLabApi
-
Close the underlying
Client
and its associated resources. - close() - Method in class org.gitlab4j.api.GitLabApiClient
-
Close the underlying
Client
and its associated resources. - close() - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
- close() - Method in class org.gitlab4j.api.utils.SecretString
- CLOSE - org.gitlab4j.api.Constants.MilestoneState
- CLOSE - org.gitlab4j.api.Constants.StateEvent
- CLOSED - org.gitlab4j.api.Constants.ActionType
- CLOSED - org.gitlab4j.api.Constants.IssueState
- CLOSED - org.gitlab4j.api.Constants.MergeRequestState
- CLOSED - org.gitlab4j.api.Constants.MilestoneState
- closeGroupMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Close a group milestone.
- closeIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Closes an existing project issue.
- closeMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Close a milestone.
- COLOR_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- Comment - Class in org.gitlab4j.api.models
- Comment() - Constructor for class org.gitlab4j.api.models.Comment
- COMMENTED - org.gitlab4j.api.Constants.ActionType
- Commit - Class in org.gitlab4j.api.models
- Commit() - Constructor for class org.gitlab4j.api.models.Commit
- COMMIT - org.gitlab4j.api.models.Note.NoteableType
- COMMIT - org.gitlab4j.api.models.TreeItem.Type
- COMMIT - org.gitlab4j.api.webhook.NoteEvent.NoteableType
- COMMIT_EMAIL_HOSTNAME - org.gitlab4j.api.models.Setting
-
Custom hostname (for private commit emails).
- COMMIT_EVENTS_PROP - Static variable in class org.gitlab4j.api.services.JiraService
- CommitAction - Class in org.gitlab4j.api.models
- CommitAction() - Constructor for class org.gitlab4j.api.models.CommitAction
- CommitAction.Action - Enum in org.gitlab4j.api.models
- CommitPayload - Class in org.gitlab4j.api.models
- CommitPayload() - Constructor for class org.gitlab4j.api.models.CommitPayload
- CommitRef - Class in org.gitlab4j.api.models
- CommitRef() - Constructor for class org.gitlab4j.api.models.CommitRef
- CommitRef.RefType - Enum in org.gitlab4j.api.models
- COMMITS - org.gitlab4j.api.Constants.ContributorOrderBy
- COMMITS - org.gitlab4j.api.Constants.ProjectSearchScope
- COMMITS - org.gitlab4j.api.Constants.SearchScope
- CommitsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab commits calls.
- CommitsApi(GitLabApi) - Constructor for class org.gitlab4j.api.CommitsApi
- CommitStats - Class in org.gitlab4j.api.models
- CommitStats() - Constructor for class org.gitlab4j.api.models.CommitStats
- CommitStatus - Class in org.gitlab4j.api.models
- CommitStatus() - Constructor for class org.gitlab4j.api.models.CommitStatus
- CommitStatusFilter - Class in org.gitlab4j.api.models
-
This class is used to filter commit status when getting lists of them.
- CommitStatusFilter() - Constructor for class org.gitlab4j.api.models.CommitStatusFilter
- compare(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Compare branches, tags or commits.
- compare(Object, String, String, boolean) - Method in class org.gitlab4j.api.RepositoryApi
-
Compare branches, tags or commits.
- CompareResults - Class in org.gitlab4j.api.models
- CompareResults() - Constructor for class org.gitlab4j.api.models.CompareResults
- COMPOSER - org.gitlab4j.api.models.PackageType
- CONAN - org.gitlab4j.api.models.PackageType
- CONFIDENTIAL_ISSUE_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- CONFIDENTIAL_NOTE_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- Constants - Interface in org.gitlab4j.api
- Constants.ActionType - Enum in org.gitlab4j.api
-
Enum to use for specifying the event action_type.
- Constants.ApplicationScope - Enum in org.gitlab4j.api
-
Enum for the various Application scope values.
- Constants.ArchiveFormat - Enum in org.gitlab4j.api
-
Enum to specify the format of a downloaded archive.
- Constants.AutoDevopsDeployStrategy - Enum in org.gitlab4j.api
- Constants.BuildGitStrategy - Enum in org.gitlab4j.api
-
Enum for the build_git_strategy of the project instance.
- Constants.CommitBuildState - Enum in org.gitlab4j.api
-
Enum for the various Commit build status values.
- Constants.ContributorOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getContibutors().
- Constants.DeploymentOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getDeployments.
- Constants.DeploymentStatus - Enum in org.gitlab4j.api
-
Enum to use for specifying the status of a deployment.
- Constants.DeployTokenScope - Enum in org.gitlab4j.api
-
Enum to use for specifying the deploy token scope.
- Constants.Encoding - Enum in org.gitlab4j.api
-
Enum to specify encoding of file contents.
- Constants.EpicOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getEpics().
- Constants.EventScope - Enum in org.gitlab4j.api
-
Enum to use for specifying the Event scope.
- Constants.GroupOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getGroups() and getSubGroups().
- Constants.GroupSearchScope - Enum in org.gitlab4j.api
-
Enum for the search scope when doing a groupSearch() with the SearchApi.
- Constants.ImpersonationState - Enum in org.gitlab4j.api
-
Enum to specify the state of an ImpersonationToken.
- Constants.IssueOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getIssues().
- Constants.IssueScope - Enum in org.gitlab4j.api
-
Enum to use for specifying the scope when calling the various get issue methods.
- Constants.IssueState - Enum in org.gitlab4j.api
-
Enum to used to store the state of an issue.
- Constants.JobScope - Enum in org.gitlab4j.api
-
Enum to use for specifying the scope when calling getJobs().
- Constants.LineType - Enum in org.gitlab4j.api
-
Enum to use for specifying the line type for a commit comment.
- Constants.MergeRequestOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getMergeRequests().
- Constants.MergeRequestScope - Enum in org.gitlab4j.api
-
Enum to use for specifying the scope for getMergeRequests methods.
- Constants.MergeRequestSearchIn - Enum in org.gitlab4j.api
-
Enum to use for specifying the scope of the search attribute when calling getMergeRequests().
- Constants.MergeRequestState - Enum in org.gitlab4j.api
-
Enum to use for querying the state of a MergeRequest
- Constants.MilestoneState - Enum in org.gitlab4j.api
- Constants.PackageOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getPackages().
- Constants.PackageStatus - Enum in org.gitlab4j.api
-
Enum to use for filtering the results of getPackages().
- Constants.PipelineOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getPipelines().
- Constants.PipelineScope - Enum in org.gitlab4j.api
-
Enum to use for specifying the scope when calling getPipelines().
- Constants.ProjectOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getProjects().
- Constants.ProjectSearchScope - Enum in org.gitlab4j.api
-
Enum for the search scope when doing a projectSearch() with the SearchApi.
- Constants.SearchScope - Enum in org.gitlab4j.api
-
Enum for the search scope when doing a globalSearch() with the SearchApi.
- Constants.SortOrder - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of various API calls.
- Constants.SquashOption - Enum in org.gitlab4j.api
-
Enum for the build_git_strategy of the project instance.
- Constants.StateEvent - Enum in org.gitlab4j.api
-
Enum to use for specifying the state of a merge request or issue update.
- Constants.TagOrderBy - Enum in org.gitlab4j.api
-
Enum to use for ordering the results of getTags().
- Constants.TargetType - Enum in org.gitlab4j.api
-
Enum to use for specifying the event target_type.
- Constants.TodoAction - Enum in org.gitlab4j.api
-
Enum to use for specifying the action when doing a getTodos() with the TodosApi.
- Constants.TodoState - Enum in org.gitlab4j.api
-
Enum to use for specifying the state when doing a getTodos() with the TodosApi.
- Constants.TodoType - Enum in org.gitlab4j.api
-
Enum to use for specifying the type when doing a getTodos() with the TodosApi.
- Constants.TokenType - Enum in org.gitlab4j.api
-
Used to specify the type of authentication token.
- CONTAINER_EXPIRATION_POLICIES_ENABLE_HISTORIC_ENTRIES - org.gitlab4j.api.models.Setting
- CONTAINER_REGISTRY_TOKEN_EXPIRE_DELAY - org.gitlab4j.api.models.Setting
-
Container Registry token duration in minutes.
- ContainerRegistryApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Container Registry API.
- ContainerRegistryApi(GitLabApi) - Constructor for class org.gitlab4j.api.ContainerRegistryApi
- CONTINUOUS - org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
- Contributor - Class in org.gitlab4j.api.models
-
This class models the object for a repository contributor.
- Contributor() - Constructor for class org.gitlab4j.api.models.Contributor
- convertMapToList(Map<String, String>) - Static method in class org.gitlab4j.api.models.Variable
-
Create a List of Variable from the provided Map.
- COOKIES_HEADER - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- Counts() - Constructor for class org.gitlab4j.api.models.IssuesStatistics.Counts
- CREATE - org.gitlab4j.api.models.CommitAction.Action
- CreateAccessLevel() - Constructor for class org.gitlab4j.api.models.ProtectedTag.CreateAccessLevel
- createApiClient() - Method in class org.gitlab4j.api.GitLabApiClient
- createApplication(String, String, List<Constants.ApplicationScope>) - Method in class org.gitlab4j.api.ApplicationsApi
-
Create an OAUTH Application.
- createApplication(String, String, Constants.ApplicationScope[]) - Method in class org.gitlab4j.api.ApplicationsApi
-
Create an OAUTH Application.
- createApprovalRule(Object, Long, Long, ApprovalRuleParams) - Method in class org.gitlab4j.api.MergeRequestApi
-
Create a merge request level approval rule.
- createApprovalRule(Object, ApprovalRuleParams) - Method in class org.gitlab4j.api.ProjectApi
-
Create a project-level approval rule.
- createBoard(Object, String) - Method in class org.gitlab4j.api.BoardsApi
-
Creates a new Issue Board.
- createBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Creates a new Issue Board list.
- createBranch(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Creates a branch for the project.
- createCommit(Object, String, String, String, String, String, List<CommitAction>) - Method in class org.gitlab4j.api.CommitsApi
-
Create a commit with multiple files and actions.
- createCommit(Object, String, String, String, String, String, CommitAction) - Method in class org.gitlab4j.api.CommitsApi
-
Create a commit with single file and action.
- createCommit(Object, CommitPayload) - Method in class org.gitlab4j.api.CommitsApi
-
Create a commit with multiple files and actions.
- createCommitDiscussion(Object, String, String, Date, String, Position) - Method in class org.gitlab4j.api.DiscussionsApi
-
Creates a new discussion to a single project commit.
- createCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.UserApi
-
Creates custom attribute for the given user
- createCustomAttribute(Object, CustomAttribute) - Method in class org.gitlab4j.api.UserApi
-
Creates custom attribute for the given user
- CREATED - org.gitlab4j.api.Constants.ActionType
- CREATED - org.gitlab4j.api.Constants.DeploymentStatus
-
After some tests,
Constants.DeploymentStatus.CREATED
value is not a valid value. - CREATED - org.gitlab4j.api.Constants.JobScope
- CREATED - org.gitlab4j.api.models.JobStatus
- CREATED - org.gitlab4j.api.models.PipelineStatus
- CREATED_AT - org.gitlab4j.api.Constants.DeploymentOrderBy
- CREATED_AT - org.gitlab4j.api.Constants.EpicOrderBy
- CREATED_AT - org.gitlab4j.api.Constants.IssueOrderBy
- CREATED_AT - org.gitlab4j.api.Constants.MergeRequestOrderBy
- CREATED_AT - org.gitlab4j.api.Constants.PackageOrderBy
- CREATED_AT - org.gitlab4j.api.Constants.ProjectOrderBy
- CREATED_AT - org.gitlab4j.api.models.Note.OrderBy
- CREATED_BY_ME - org.gitlab4j.api.Constants.IssueScope
- CREATED_BY_ME - org.gitlab4j.api.Constants.MergeRequestScope
- createEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Stop an environment.
- createEnvironment(Object, String, String) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Create a new environment with the given name and external_url.
- createEpic(Object, String, String, String, Date, Date) - Method in class org.gitlab4j.api.EpicsApi
-
Creates a new epic.
- createEpic(Object, Epic) - Method in class org.gitlab4j.api.EpicsApi
-
Creates a new epic using the information contained in the provided Epic instance.
- createFile(Object, RepositoryFile, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Create new file in repository
- createFile(RepositoryFile, Long, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Deprecated.Will be removed in version 6.0, replaced by
RepositoryFileApi.createFile(Object, RepositoryFile, String, String)
- createForkedFromRelationship(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Create a forked from/to relation between existing projects.
- createForm(RepositoryFile, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Gets the query params based on the API version.
- createGroup(GroupParams) - Method in class org.gitlab4j.api.GroupApi
-
Creates a new project group.
- createGroupLabel(Object, Label) - Method in class org.gitlab4j.api.LabelsApi
-
Create a group label.
- createGroupMilestone(Object, String, String, Date, Date) - Method in class org.gitlab4j.api.MilestonesApi
-
Create a group milestone.
- createImpersonationToken(Object, String, Date, ImpersonationToken.Scope[]) - Method in class org.gitlab4j.api.UserApi
-
Create an impersonation token.
- createIssue(Object, String, String) - Method in class org.gitlab4j.api.IssuesApi
-
Create an issue for the project.
- createIssue(Object, String, String, Boolean, List<Long>, Long, String, Date, Date, Long, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Create an issue for the project.
- createIssueDiscussion(Object, Long, String, Date) - Method in class org.gitlab4j.api.DiscussionsApi
-
Creates a new thread to a single project issue.
- createIssueLink(Object, Long, Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Creates a two-way relation between two issues.
- createIssueNote(Object, Long, String) - Method in class org.gitlab4j.api.NotesApi
-
Create a issues's note.
- createIssueNote(Object, Long, String, Date) - Method in class org.gitlab4j.api.NotesApi
-
Create a issues's note.
- createLabel(Object, String, String) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.createProjectLabel(Object, Label)
method. - createLabel(Object, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.createProjectLabel(Object, Label)
method. - createLabel(Object, String, String, String) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.createProjectLabel(Object, Label)
method. - createLabel(Object, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.createProjectLabel(Object, Label)
method. - createMergeRequest(Object, String, String, String, String, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Creates a merge request and optionally assigns a reviewer to it.
- createMergeRequest(Object, String, String, String, String, Long, Long, String[], Long, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
-
Creates a merge request.
- createMergeRequest(Object, String, String, String, String, Long, Long, String[], Long, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
-
Creates a merge request.
- createMergeRequest(Object, MergeRequestParams) - Method in class org.gitlab4j.api.MergeRequestApi
-
Creates a merge request.
- createMergeRequestDiscussion(Object, Long, String, Date, String, Position) - Method in class org.gitlab4j.api.DiscussionsApi
-
Creates a new discussion to a single project merge request.
- createMergeRequestNote(Object, Long, String) - Method in class org.gitlab4j.api.NotesApi
-
Create a merge request's note.
- createMergeRequestPipeline(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Create a new pipeline for a merge request.
- createMilestone(Object, String, String, Date, Date) - Method in class org.gitlab4j.api.MilestonesApi
-
Create a milestone.
- createNtlmProxyClientConfig(String, String, String, String, String) - Static method in class org.gitlab4j.api.ProxyClientConfig
-
Create a Map instance set up to use an NTLM proxy server that can be passed to the GitLabAPi constructors and login methods to configure the GitLabApi instance to use an NTLM proxy server.
- createOptionalFromException(GitLabApiException) - Static method in class org.gitlab4j.api.GitLabApi
-
Create and return an Optional instance associated with a GitLabApiException.
- createPage(Object, String, String) - Method in class org.gitlab4j.api.WikisApi
-
Creates a new project wiki page.
- createPersonalAccessToken(String, String, String, String, List<AccessTokenUtils.Scope>) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Create a GitLab personal access token with the provided configuration.
- createPersonalAccessToken(String, String, String, String, AccessTokenUtils.Scope[]) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Create a GitLab personal access token with the provided configuration.
- createPipeline(Object, String) - Method in class org.gitlab4j.api.PipelineApi
-
Create a pipelines in a project.
- createPipeline(Object, String, List<Variable>) - Method in class org.gitlab4j.api.PipelineApi
-
Create a pipelines in a project.
- createPipeline(Object, String, Map<String, String>) - Method in class org.gitlab4j.api.PipelineApi
-
Create a pipelines in a project.
- createPipelineSchedule(Object, PipelineSchedule) - Method in class org.gitlab4j.api.PipelineApi
-
create a pipeline schedule for a project.
- createPipelineScheduleVariable(Object, Long, String, String) - Method in class org.gitlab4j.api.PipelineApi
-
Create a pipeline schedule variable.
- createPipelineTrigger(Object, String) - Method in class org.gitlab4j.api.PipelineApi
-
Create a pipeline trigger for a project.
- createProject(Long, String) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project belonging to the namespace ID.
- createProject(Long, Project) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project belonging to the namespace ID and project configuration.
- createProject(String) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project with the current user's namespace.
- createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.As of release 4.2.0, replaced by
ProjectApi.createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, String)
- createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
-
Creates a Project
- createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, String) - Method in class org.gitlab4j.api.ProjectApi
-
Creates a Project
- createProject(String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Creates a new project owned by the authenticated user.
- createProject(Project) - Method in class org.gitlab4j.api.ProjectApi
-
Creates new project owned by the current user.
- createProject(Project, String) - Method in class org.gitlab4j.api.ProjectApi
-
Creates new project owned by the current user.
- createProjectFromTemplate(Integer, String, Integer, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project from a template, belonging to the namespace ID.
- createProjectLabel(Object, Label) - Method in class org.gitlab4j.api.LabelsApi
-
Create a project label.
- createProxyClientConfig(String) - Static method in class org.gitlab4j.api.ProxyClientConfig
-
Create a Map instance with properties set up to use a proxy server that can be passed to the GitLabAPi constructors and login methods to configure the GitLabApi instance to use a proxy server.
- createProxyClientConfig(String, String, String) - Static method in class org.gitlab4j.api.ProxyClientConfig
-
Create a Map instance set up to use a proxy server that can be passed to the GitLabAPi constructors and login methods to configure the GitLabApi instance to use a proxy server.
- createPushRules(Object, PushRules) - Method in class org.gitlab4j.api.ProjectApi
-
Adds a push rule to a specified project.
- createRelease(Object, String, String) - Method in class org.gitlab4j.api.TagsApi
-
Add release notes to the existing git tag.
- createRelease(Object, ReleaseParams) - Method in class org.gitlab4j.api.ReleasesApi
-
Create a Release.
- createRemoteMirror(Object, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Create a remote mirror for a project.
- createSnippet(Object, String, String, String, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
-
Creates a new project snippet.
- createSnippet(String, String, String) - Method in class org.gitlab4j.api.SnippetsApi
-
Create a new Snippet.
- createSnippet(String, String, String, Visibility, String) - Method in class org.gitlab4j.api.SnippetsApi
-
Create a new Snippet.
- createTag(Object, String, String) - Method in class org.gitlab4j.api.TagsApi
-
Creates a tag on a particular ref of the given project.
- createTag(Object, String, String, String, File) - Method in class org.gitlab4j.api.TagsApi
-
Creates a tag on a particular ref of a given project.
- createTag(Object, String, String, String, String) - Method in class org.gitlab4j.api.TagsApi
-
Creates a tag on a particular ref of the given project with optional message and release notes.
- createUniqueFile(File, String) - Static method in class org.gitlab4j.api.utils.FileUtils
-
Creates a File that is unique in the specified directory.
- createUser(User, CharSequence, boolean) - Method in class org.gitlab4j.api.UserApi
-
Creates a new user.
- createUser(User, CharSequence, Integer) - Method in class org.gitlab4j.api.UserApi
-
Deprecated.Will be removed in version 6.0, replaced by
UserApi.createUser(User, CharSequence, boolean)
- createVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Create a new group variable.
- createVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project variable.
- createVariable(Object, String, String, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Create a new group variable.
- createVariable(Object, String, String, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project variable.
- createVariable(Object, String, String, Variable.Type, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project variable.
- createVariable(Object, String, String, Variable.Type, Boolean, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
-
Create a new project variable.
- current() - Method in class org.gitlab4j.api.Pager
-
Returns the current page of List.
- CUSTOM - org.gitlab4j.api.models.NotificationSettings.Level
- CUSTOM_HTTP_CLONE_URL_ROOT - org.gitlab4j.api.models.Setting
- CustomAttribute - Class in org.gitlab4j.api.models
- CustomAttribute() - Constructor for class org.gitlab4j.api.models.CustomAttribute
- CustomIssueTrackerService - Class in org.gitlab4j.api.services
- CustomIssueTrackerService() - Constructor for class org.gitlab4j.api.services.CustomIssueTrackerService
D
- DATE_ONLY_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
- DateCount() - Constructor for class org.gitlab4j.api.models.ProjectFetches.DateCount
- dateOnly(Date) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Get a string that includes the date only in yyyy-mm-ss format.
- DateOnlySerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.DateOnlySerializer
- DEFAULT - org.gitlab4j.api.Constants.PackageStatus
- DEFAULT - org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
- DEFAULT_AND_PROTECTED - org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
- DEFAULT_ARTIFACTS_EXPIRE_IN - org.gitlab4j.api.models.Setting
-
Set the default expiration time for each job’s artifacts.
- DEFAULT_BRANCH_PROTECTION - org.gitlab4j.api.models.Setting
-
Determine if developers can push to master.
- DEFAULT_CI_CONFIG_PATH - org.gitlab4j.api.models.Setting
- DEFAULT_GROUP_VISIBILITY - org.gitlab4j.api.models.Setting
-
What visibility level new groups receive.
- DEFAULT_MASKED_HEADER_NAMES - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Default list of header names that should be masked.
- DEFAULT_OFF - org.gitlab4j.api.Constants.SquashOption
- DEFAULT_ON - org.gitlab4j.api.Constants.SquashOption
- DEFAULT_PER_PAGE - Static variable in class org.gitlab4j.api.GitLabApi
-
GitLab4J default per page.
- DEFAULT_PROJECT_CREATION - org.gitlab4j.api.models.Setting
-
Default project creation protection.
- DEFAULT_PROJECT_VISIBILITY - org.gitlab4j.api.models.Setting
-
What visibility level new projects receive.
- DEFAULT_PROJECTS_LIMIT - org.gitlab4j.api.models.Setting
-
Project limit per user.
- DEFAULT_SNIPPET_VISIBILITY - org.gitlab4j.api.models.Setting
-
What visibility level new snippets receive.
- 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.
- 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 - org.gitlab4j.api.models.CommitAction.Action
- deleteApplication(Long) - Method in class org.gitlab4j.api.ApplicationsApi
-
Delete the specified OAUTH Application.
- deleteApprovalRule(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Delete the specified the project-level approval rule.
- deleteApprovalRule(Object, Long, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Delete the specified the merge request level approval rule.
- deleteArtifacts(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Delete artifacts of a job.
- deleteBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Soft deletes an existing Issue Board.
- deleteBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Soft deletes an existing Issue Board list.
- deleteBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Delete a single project repository branch.
- deleteBugzillaService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the Bugzilla service for a project.
- deleteCommitDiscussionNote(Object, String, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Deletes an existing discussion note of a commit.
- deleteCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Delete a custom attribute for the specified group.
- deleteCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Delete a custom attribute for the specified project.
- deleteCustomAttribute(Object, String) - Method in class org.gitlab4j.api.UserApi
-
Delete a custom attribute for the given user
- deleteCustomAttribute(Object, CustomAttribute) - Method in class org.gitlab4j.api.UserApi
-
Delete a custom attribute for the given user
- deleteCustomIssueTrackerService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the Custom Issue Tracker service for a project.
- DELETED - org.gitlab4j.api.Constants.ActionType
- deleteDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
-
Removes a deploy key from the project.
- deleteEmail(Long) - Method in class org.gitlab4j.api.UserApi
-
Deletes an email belonging to the current user.
- deleteEmail(Object, Long) - Method in class org.gitlab4j.api.UserApi
-
Deletes a user's email
- deleteEmailonPushService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the Emails on push service for a project.
- deleteEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Delete an environment.
- deleteEpic(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Deletes an epic.
- deleteExternalWikiService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the ExternalWiki service for a project.
- deleteFile(Object, String, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Delete existing file in repository
- deleteFile(String, Long, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Deprecated.Will be removed in version 6.0, replaced by
RepositoryFileApi.deleteFile(Object, String, String, String)
- deleteForkedFromRelationship(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Delete an existing forked from relationship.
- deleteGitLabCI(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deprecated.No longer supported
- deleteGpgKey(Long) - Method in class org.gitlab4j.api.UserApi
-
Remove a specific GPG key for the current user
- deleteGpgKey(Long, Long) - Method in class org.gitlab4j.api.UserApi
-
Remove a specific GPG key for a specific user
- deleteGroup(Object) - Method in class org.gitlab4j.api.GroupApi
-
Removes group with all projects inside.
- deleteGroupDeployToken(Object, Long) - Method in class org.gitlab4j.api.DeployTokensApi
-
Removes a deploy token from the group.
- deleteGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Delete the specified label
- deleteHipChat(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deprecated.replaced with
updateHipChat
method - deleteHipChatService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the HipChatService service for a project.
- deleteHook(Object, Long) - 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.
- deleteIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Delete an issue.
- deleteIssue(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
IssuesApi.deleteIssue(Object, Long)
- deleteIssueAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Delete an award emoji from the specified issue.
- deleteIssueLink(Object, Long, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Deletes an issue link, thus removes the two-way relationship.
- deleteIssueNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
-
Delete the specified issues's note.
- deleteIssueNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Delete an award emoji from the specified issue note.
- deleteIssueThreadNote(Object, Long, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Deletes an existing thread note of an issue.
- deleteJiraService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the JIRA service for a project.
- deleteLabel(Object, String) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.deleteProjectLabel(Object, Object)
method. - deleteLdapGroupLink(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Deletes an LDAP group link.
- deleteLdapGroupLink(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
-
Deletes an LDAP group link for a specific LDAP provider.
- deleteLicense(Long) - Method in class org.gitlab4j.api.LicenseApi
-
Deletes a license.
- deleteMattermostService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the Mattermost service for a project.
- deleteMergedBranches(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Delete all branches that are merged into the project’s default branch.
- deleteMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Only for admins and project owners.
- deleteMergeRequestAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Delete an award emoji from the specified merge request.
- deleteMergeRequestDiscussionNote(Object, Long, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Deletes an existing discussion note of a merge request.
- deleteMergeRequestNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
-
Delete the specified merge request's note.
- deleteMergeRequestNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Delete an award emoji from the specified merge request note.
- deleteMergeRequestThreadNote(Object, Long, String, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Deletes an existing thread note of a merge request.
- deleteMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Delete a project milestone.
- deleteNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Deprecated.
- deletePackage(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
-
Deletes a project package.
- deletePage(Object, String) - Method in class org.gitlab4j.api.WikisApi
-
Deletes an existing project wiki page.
- deletePipeline(Object, long) - Method in class org.gitlab4j.api.PipelineApi
-
Delete a pipeline from a project.
- deletePipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Deletes a pipeline schedule from the project.
- deletePipelineScheduleVariable(Object, Long, String) - Method in class org.gitlab4j.api.PipelineApi
-
Deletes a pipeline schedule variable.
- deletePipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Deletes a pipeline trigger from the project.
- deleteProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Removes project with all resources(issues, merge requests etc).
- deleteProjectDeployToken(Object, Long) - Method in class org.gitlab4j.api.DeployTokensApi
-
Removes a deploy token from the group.
- deleteProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Delete the specified project label.
- deletePushRules(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Removes a push rule from a project.
- deleteRelease(Object, String) - Method in class org.gitlab4j.api.ReleasesApi
-
Delete a Release.
- deleteRepository(Object, Long) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Delete a repository in registry.
- deleteRepositoryTag(Object, Long, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Delete a registry repository tag.
- deleteRepositoryTags(Object, Long, String, Integer, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Delete repository tags in bulk based on given criteria.
- deleteRunner(String) - Method in class org.gitlab4j.api.RunnersApi
-
Deletes a registered Runner.
- deleteSlackService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Deletes the Slack notifications service for a project.
- deleteSnippet(Long) - Method in class org.gitlab4j.api.SnippetsApi
-
Removes Snippet.
- deleteSnippet(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
- deleteSnippetAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Delete an award emoji from the specified snippet.
- deleteSshKey(Long) - Method in class org.gitlab4j.api.UserApi
-
Deletes key owned by currently authenticated user.
- deleteSshKey(Object, Long) - Method in class org.gitlab4j.api.UserApi
-
Deletes key owned by a specified user.
- deleteSystemHook(Long) - Method in class org.gitlab4j.api.SystemHooksApi
-
Deletes a system hook.
- deleteSystemHook(SystemHook) - Method in class org.gitlab4j.api.SystemHooksApi
-
Deletes a system hook.
- deleteTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
-
Deletes the tag from a project with the specified tag name.
- deleteUser(Object) - Method in class org.gitlab4j.api.UserApi
-
Deletes a user.
- deleteUser(Object, Boolean) - Method in class org.gitlab4j.api.UserApi
-
Deletes a user.
- deleteVariable(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Deletes a group variable.
- deleteVariable(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Deletes a project variable.
- denyAccessRequest(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Deny access for the specified user to the specified group.
- denyAccessRequest(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Deny access for the specified user to the specified project.
- Deployable - Class in org.gitlab4j.api.models
- Deployable() - Constructor for class org.gitlab4j.api.models.Deployable
- DeployKey - Class in org.gitlab4j.api.models
- DeployKey() - Constructor for class org.gitlab4j.api.models.DeployKey
- DeployKeysApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Deploy Keys API calls.
- DeployKeysApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeployKeysApi
- Deployment - Class in org.gitlab4j.api.models
- Deployment() - Constructor for class org.gitlab4j.api.models.Deployment
- DeploymentEvent - Class in org.gitlab4j.api.webhook
- DeploymentEvent() - Constructor for class org.gitlab4j.api.webhook.DeploymentEvent
- DeploymentFilter - Class in org.gitlab4j.api.models
- DeploymentFilter() - Constructor for class org.gitlab4j.api.models.DeploymentFilter
- DeploymentsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Deployments API calls.
- DeploymentsApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeploymentsApi
- DeployToken - Class in org.gitlab4j.api.models
- DeployToken() - Constructor for class org.gitlab4j.api.models.DeployToken
- DeployTokensApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Deploy Tokens API calls.
- DeployTokensApi(GitLabApi) - Constructor for class org.gitlab4j.api.DeployTokensApi
- DESC - org.gitlab4j.api.Constants.SortOrder
- DESCRIPTION - org.gitlab4j.api.Constants.MergeRequestSearchIn
- DESCRIPTION_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.utils.JacksonJson.JsonDateDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.gitlab4j.api.utils.JacksonJson.UserListDeserializer
- DESTROYED - org.gitlab4j.api.Constants.ActionType
- DetailedStatus - Class in org.gitlab4j.api.models
-
This class is part of the Pipeline message.
- DetailedStatus() - Constructor for class org.gitlab4j.api.models.DetailedStatus
- DEVELOPER - org.gitlab4j.api.models.AccessLevel
- DEVELOPER - org.gitlab4j.api.models.GroupParams.ProjectCreationLevel
- Diff - Class in org.gitlab4j.api.models
- Diff() - Constructor for class org.gitlab4j.api.models.Diff
- DIFF_MAX_PATCH_BYTES - org.gitlab4j.api.models.Setting
-
Maximum diff patch size (Bytes).
- DIFF_NOTE - org.gitlab4j.api.models.Note.Type
- DiffRef - Class in org.gitlab4j.api.models
- DiffRef() - Constructor for class org.gitlab4j.api.models.DiffRef
- DIRECTLY_ADDRESSED - org.gitlab4j.api.Constants.TodoAction
- DISABLE_DIFFS_PROP - Static variable in class org.gitlab4j.api.services.EmailOnPushService
- disableCustomAttributes() - Method in class org.gitlab4j.api.UserApi
-
Disables custom attributes to be returned when fetching User instances.
- DISABLED - org.gitlab4j.api.models.NotificationSettings.Level
- DISABLED_OAUTH_SIGN_IN_SOURCES - org.gitlab4j.api.models.Setting
-
Disabled OAuth sign-in sources.
- disableRunner(Object, Long) - Method in class org.gitlab4j.api.RunnersApi
-
Disable a specific runner from the project.
- Discussion - Class in org.gitlab4j.api.models
- Discussion() - Constructor for class org.gitlab4j.api.models.Discussion
- DISCUSSION_NOTE - org.gitlab4j.api.models.Note.Type
- DiscussionsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Discussions API.
- DiscussionsApi(GitLabApi) - Constructor for class org.gitlab4j.api.DiscussionsApi
- DNS_REBINDING_PROTECTION_ENABLED - org.gitlab4j.api.models.Setting
-
Enforce DNS rebinding attack protection.
- DOMAIN_BLACKLIST - org.gitlab4j.api.models.Setting
-
required by:
Setting.DOMAIN_BLACKLIST_ENABLED
Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. - DOMAIN_BLACKLIST_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.DOMAIN_BLACKLIST
) Allows blocking sign-ups from emails from specific domains. - DOMAIN_BLACKLIST_RAW - org.gitlab4j.api.models.Setting
-
Deprecated.Use
Setting.DOMAIN_BLACKLIST
instead. Will be removed in API v5 see https://gitlab.com/gitlab-org/gitlab/commit/85776fa3ffba6f641cf981cb0107f0e4ba882f3e#40f8529fa8ed874d8e312edb04db18420bf06d31_185_185 - DOMAIN_WHITELIST - org.gitlab4j.api.models.Setting
-
Force people to use only corporate emails for sign-up.
- DOMAIN_WHITELIST_RAW - org.gitlab4j.api.models.Setting
-
Deprecated.Use
Setting.DOMAIN_WHITELIST
instead. Will be removed in API v5 see https://gitlab.com/gitlab-org/gitlab/commit/85776fa3ffba6f641cf981cb0107f0e4ba882f3e#40f8529fa8ed874d8e312edb04db18420bf06d31_185_185 - DONE - org.gitlab4j.api.Constants.TodoState
- downloadArtifactsFile(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Get an InputStream pointing to the job artifacts file for the specified job ID.
- downloadArtifactsFile(Object, Long, File) - Method in class org.gitlab4j.api.JobApi
-
Download the job artifacts file for the specified job ID.
- downloadArtifactsFile(Object, Long, ArtifactsFile) - Method in class org.gitlab4j.api.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- downloadArtifactsFile(Object, Long, ArtifactsFile, File) - Method in class org.gitlab4j.api.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- downloadArtifactsFile(Object, String, String) - Method in class org.gitlab4j.api.JobApi
-
Get an InputStream pointing to the artifacts file from the given reference name and job provided the job finished successfully.
- downloadArtifactsFile(Object, String, String, File) - Method in class org.gitlab4j.api.JobApi
-
Download the artifacts file from the given reference name and job provided the job finished successfully.
- downloadExport(Object, File) - Method in class org.gitlab4j.api.ImportExportApi
-
Download the finished export.
- downloadExport(Object, File, String) - Method in class org.gitlab4j.api.ImportExportApi
-
Download the finished export.
- downloadSingleArtifactsFile(Object, Long, Path) - Method in class org.gitlab4j.api.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- downloadSingleArtifactsFile(Object, Long, Path, File) - Method in class org.gitlab4j.api.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- DSA_KEY_RESTRICTION - org.gitlab4j.api.models.Setting
-
The minimum allowed bit length of an uploaded DSA key.
- duplicate() - Method in class org.gitlab4j.api.GitLabApi
-
Create a new GitLabApi instance that is logically a duplicate of this instance, with the exception of sudo state.
- Duration - Class in org.gitlab4j.api.models
-
This class represents a duration in time.
- Duration(int) - Constructor for class org.gitlab4j.api.models.Duration
-
Create a Duration instance from a number of seconds.
- Duration(String) - Constructor for class org.gitlab4j.api.models.Duration
-
Create a Duration instance from a human readable string. e.g: 3h30m
- DurationUtils - Class in org.gitlab4j.api.utils
- DurationUtils() - Constructor for class org.gitlab4j.api.utils.DurationUtils
E
- ECDSA_KEY_RESTRICTION - org.gitlab4j.api.models.Setting
-
The minimum allowed curve size (in bits) of an uploaded ECDSA key.
- ED25519_KEY_RESTRICTION - org.gitlab4j.api.models.Setting
-
The minimum allowed curve size (in bits) of an uploaded ED25519 key.
- editBadge(Object, Long, String, String) - Method in class org.gitlab4j.api.GroupApi
-
Edit a badge of a group.
- editBadge(Object, Long, String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Edit a badge of a project.
- EKS_ACCESS_KEY_ID - org.gitlab4j.api.models.Setting
-
Amazon Access Key.
- EKS_ACCOUNT_ID - org.gitlab4j.api.models.Setting
-
Amazon account ID
- EKS_INTEGRATION_ENABLED - org.gitlab4j.api.models.Setting
-
Enable integration with Amazon EKS.
- EKS_SECRET_ACCESS_KEY - org.gitlab4j.api.models.Setting
-
AWS IAM secret access key
- ELASTICSEARCH_AWS - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Enable the use of AWS hosted Elasticsearch
- ELASTICSEARCH_AWS_ACCESS_KEY - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) AWS IAM access key
- ELASTICSEARCH_AWS_REGION - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) The AWS region the Elasticsearch domain is configured
- ELASTICSEARCH_AWS_SECRET_ACCESS_KEY - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) AWS IAM secret access key
- ELASTICSEARCH_EXPERIMENTAL_INDEXER - org.gitlab4j.api.models.Setting
-
Deprecated.removed in Gitlab 12.3. see https://gitlab.com/gitlab-org/gitlab/commit/82ba4a6a5c78501413012a9f2a918aa7353917a0?view=parallel#fbf64e6b8170f05f1b940fb05902d29f9eba3633_223_223
- ELASTICSEARCH_INDEXING - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Enable Elasticsearch indexing
- ELASTICSEARCH_LIMIT_INDEXING - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Limit Elasticsearch to index certain namespaces and projects
- ELASTICSEARCH_NAMESPACE_IDS - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) The namespaces to index via Elasticsearch if
Setting.ELASTICSEARCH_LIMIT_INDEXING
is enabled. - ELASTICSEARCH_PROJECT_IDS - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) The projects to index via Elasticsearch if
Setting.ELASTICSEARCH_LIMIT_INDEXING
is enabled. - ELASTICSEARCH_SEARCH - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Enable Elasticsearch search
- ELASTICSEARCH_URL - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) The url to use for connecting to Elasticsearch.
- Email - Class in org.gitlab4j.api.models
- Email() - Constructor for class org.gitlab4j.api.models.Email
- EMAIL - org.gitlab4j.api.Constants.ApplicationScope
-
Allows read-only access to the user's primary email address using OpenID Connect
- EMAIL - org.gitlab4j.api.Constants.ContributorOrderBy
- EMAIL_ADDITIONAL_TEXT - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Additional text added to the bottom of every email for legal/auditing/compliance reasons
- EMAIL_AUTHOR_IN_BODY - org.gitlab4j.api.models.Setting
-
Some email servers do not support overriding the email sender name.
- EMAIL_REGEX - Static variable in class org.gitlab4j.api.utils.EmailChecker
-
Java regular expression for validating an email address.
- EMAIL_REGEX_PATTERN - Static variable in class org.gitlab4j.api.utils.EmailChecker
-
Java Pattern instance for validating an email address.
- EMAIL_RESTRICTIONS - org.gitlab4j.api.models.Setting
- EMAIL_RESTRICTIONS_ENABLED - org.gitlab4j.api.models.Setting
- EmailChecker - Class in org.gitlab4j.api.utils
- EmailChecker() - Constructor for class org.gitlab4j.api.utils.EmailChecker
- EmailOnPushService - Class in org.gitlab4j.api.services
- EmailOnPushService() - Constructor for class org.gitlab4j.api.services.EmailOnPushService
- enableCustomAttributes() - Method in class org.gitlab4j.api.UserApi
-
Enables custom attributes to be returned when fetching User instances.
- ENABLED_GIT_ACCESS_PROTOCOL - org.gitlab4j.api.models.Setting
-
Enabled protocols for Git access.
- enableDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
-
Enables a deploy key for a project so this can be used.
- enableRequestResponseLogging() - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance and Level.FINE as the level.
- enableRequestResponseLogging(Level) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
- enableRequestResponseLogging(Level, int) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
- enableRequestResponseLogging(Level, int, List<String>) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
- enableRequestResponseLogging(Level, List<String>) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
- enableRequestResponseLogging(Logger, Level) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
- enableRequestResponseLogging(Logger, Level, int) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
- enableRequestResponseLogging(Logger, Level, int, List<String>) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
- enableRequestResponseLogging(Logger, Level, List<String>) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the specified logger.
- enableRunner(Object, Long) - Method in class org.gitlab4j.api.RunnersApi
-
Enable an available specific runner in the project.
- encodeAndSetContent(byte[]) - Method in class org.gitlab4j.api.models.RepositoryFile
-
Encodes the provided byte array using Base64 and sets it as the content.
- encodeAndSetContent(String) - Method in class org.gitlab4j.api.models.RepositoryFile
-
Encodes the provided String using Base64 and sets it as the content.
- ENFORCE_TERMS - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.TERMS
) Enforce application ToS to all users. - ENTITY_STREAM_PROPERTY - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Property name for the entity stream property
- ENV_VAR - org.gitlab4j.api.models.Variable.Type
- Environment - Class in org.gitlab4j.api.models
- Environment() - Constructor for class org.gitlab4j.api.models.Environment
- Environment.EnvironmentState - Enum in org.gitlab4j.api.models
- EnvironmentsApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API Environments API calls.
- EnvironmentsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EnvironmentsApi
- Epic - Class in org.gitlab4j.api.models
- Epic() - Constructor for class org.gitlab4j.api.models.Epic
- EPIC - org.gitlab4j.api.models.LabelEvent.ResourceType
- EPIC - org.gitlab4j.api.models.Note.NoteableType
- EpicIssue - Class in org.gitlab4j.api.models
- EpicIssue() - Constructor for class org.gitlab4j.api.models.EpicIssue
- EpicsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Epics and Epic Issues API calls.
- EpicsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EpicsApi
- equals(Object) - Method in exception org.gitlab4j.api.GitLabApiException
- eraseJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Erase specified job in a project.
- estimateTime(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
-
Sets an estimated time of work in this issue
- estimateTime(Object, Long, String) - Method in class org.gitlab4j.api.IssuesApi
-
Sets an estimated time of work in this issue
- estimateTime(Object, Long, Duration) - Method in class org.gitlab4j.api.IssuesApi
-
Sets an estimated time of work in this issue
- Event - Class in org.gitlab4j.api.models
- Event - Interface in org.gitlab4j.api.webhook
- Event() - Constructor for class org.gitlab4j.api.models.Event
- EventChanges - Class in org.gitlab4j.api.webhook
- EventChanges() - Constructor for class org.gitlab4j.api.webhook.EventChanges
- EventCommit - Class in org.gitlab4j.api.webhook
- EventCommit() - Constructor for class org.gitlab4j.api.webhook.EventCommit
- EventData - Class in org.gitlab4j.api.models
- EventData() - Constructor for class org.gitlab4j.api.models.EventData
- EventIssue - Class in org.gitlab4j.api.webhook
- EventIssue() - Constructor for class org.gitlab4j.api.webhook.EventIssue
- EventLabel - Class in org.gitlab4j.api.webhook
- EventLabel() - Constructor for class org.gitlab4j.api.webhook.EventLabel
- EventLabel.LabelType - Enum in org.gitlab4j.api.webhook
- EventMergeRequest - Class in org.gitlab4j.api.webhook
- EventMergeRequest() - Constructor for class org.gitlab4j.api.webhook.EventMergeRequest
- EventProject - Class in org.gitlab4j.api.webhook
- EventProject() - Constructor for class org.gitlab4j.api.webhook.EventProject
- EventReleaseAssets - Class in org.gitlab4j.api.webhook
- EventReleaseAssets() - Constructor for class org.gitlab4j.api.webhook.EventReleaseAssets
- EventReleaseLink - Class in org.gitlab4j.api.webhook
- EventReleaseLink() - Constructor for class org.gitlab4j.api.webhook.EventReleaseLink
- EventReleaseSource - Class in org.gitlab4j.api.webhook
- EventReleaseSource() - Constructor for class org.gitlab4j.api.webhook.EventReleaseSource
- EventRepository - Class in org.gitlab4j.api.webhook
- EventRepository() - Constructor for class org.gitlab4j.api.webhook.EventRepository
- Events() - Constructor for class org.gitlab4j.api.models.NotificationSettings.Events
- EventsApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab events calls.
- EventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.EventsApi
- EventSnippet - Class in org.gitlab4j.api.webhook
- EventSnippet() - Constructor for class org.gitlab4j.api.webhook.EventSnippet
- EXPIRED - org.gitlab4j.api.Constants.ActionType
- ExportStatus - Class in org.gitlab4j.api.models
- ExportStatus() - Constructor for class org.gitlab4j.api.models.ExportStatus
- ExportStatus.Status - Enum in org.gitlab4j.api.models
-
Enum representing the status of the export.
- EXTERNAL_AUTH_CLIENT_CERT - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.EXTERNAL_AUTH_CLIENT_KEY
) The certificate to use to authenticate with the external authorization service - EXTERNAL_AUTH_CLIENT_KEY - org.gitlab4j.api.models.Setting
-
required by:
Setting.EXTERNAL_AUTH_CLIENT_CERT
Private key for the certificate when authentication is required for the external authorization service, this is encrypted when stored - EXTERNAL_AUTH_CLIENT_KEY_PASS - org.gitlab4j.api.models.Setting
-
Passphrase to use for the private key when authenticating with the external service this is encrypted when stored
- EXTERNAL_AUTHORIZATION_SERVICE_DEFAULT_LABEL - org.gitlab4j.api.models.Setting
-
required by:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_ENABLED
The default classification label to use when requesting authorization and no classification label has been specified on the project - EXTERNAL_AUTHORIZATION_SERVICE_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_DEFAULT_LABEL
,Setting.EXTERNAL_AUTHORIZATION_SERVICE_TIMEOUT
andSetting.EXTERNAL_AUTHORIZATION_SERVICE_URL
) Enable using an external authorization service for accessing projects - EXTERNAL_AUTHORIZATION_SERVICE_TIMEOUT - org.gitlab4j.api.models.Setting
-
required by:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_ENABLED
The timeout after which an authorization request is aborted, in seconds. - EXTERNAL_AUTHORIZATION_SERVICE_URL - org.gitlab4j.api.models.Setting
-
required by:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_ENABLED
URL to which authorization requests will be directed - ExternalWikiService - Class in org.gitlab4j.api.services
- ExternalWikiService() - Constructor for class org.gitlab4j.api.services.ExternalWikiService
F
- FAILED - org.gitlab4j.api.Constants.CommitBuildState
- FAILED - org.gitlab4j.api.Constants.DeploymentStatus
- FAILED - org.gitlab4j.api.Constants.JobScope
- FAILED - org.gitlab4j.api.models.HealthCheckStatus
- FAILED - org.gitlab4j.api.models.ImportStatus.Status
- FAILED - org.gitlab4j.api.models.JobStatus
- FAILED - org.gitlab4j.api.models.PipelineStatus
- FEED_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- FEED_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- FETCH - org.gitlab4j.api.Constants.BuildGitStrategy
- Fetches() - Constructor for class org.gitlab4j.api.models.ProjectFetches.Fetches
- FF - org.gitlab4j.api.models.Project.MergeMethod
- FILE - org.gitlab4j.api.models.Variable.Type
- FILE_TEMPLATE_PROJECT_ID - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) The ID of a project to load custom file templates from
- FileUpload - Class in org.gitlab4j.api.models
- FileUpload() - Constructor for class org.gitlab4j.api.models.FileUpload
- FileUtils - Class in org.gitlab4j.api.utils
-
This class provides static utility methods used throughout GitLab4J.
- FileUtils() - Constructor for class org.gitlab4j.api.utils.FileUtils
- filter(ClientRequestContext) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- finalize() - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
- finalize() - Method in class org.gitlab4j.api.utils.SecretString
- findNamespaces(String) - Method in class org.gitlab4j.api.NamespaceApi
-
Get all namespaces that match a string in their name or path.
- findNamespaces(String, int) - Method in class org.gitlab4j.api.NamespaceApi
-
Get a Pager of all namespaces that match a string in their name or path.
- findNamespaces(String, int, int) - Method in class org.gitlab4j.api.NamespaceApi
-
Get all namespaces that match a string in their name or path in the specified page range.
- findNamespacesStream(String) - Method in class org.gitlab4j.api.NamespaceApi
-
Get all namespaces that match a string in their name or path as a Stream.
- findUsers(String) - Method in class org.gitlab4j.api.UserApi
-
Search users by Email or username
- findUsers(String, int) - Method in class org.gitlab4j.api.UserApi
-
Search users by Email or username and return a Pager
- findUsers(String, int, int) - Method in class org.gitlab4j.api.UserApi
-
Search users by Email or username in the specified page range.
- findUsersStream(String) - Method in class org.gitlab4j.api.UserApi
-
Search users by Email or username.
- FINISHED - org.gitlab4j.api.Constants.PipelineScope
- FINISHED - org.gitlab4j.api.models.ExportStatus.Status
- FINISHED - org.gitlab4j.api.models.ImportStatus.Status
- fireBuildEvent(BuildEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireDeploymentEvent(DeploymentEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireEvent(SystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Fire the event to the registered listeners.
- fireEvent(Event) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Fire the event to the registered listeners.
- fireGroupEvent(GroupSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireGroupMemberEvent(GroupMemberSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireIssueEvent(IssueEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireJobEvent(JobEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireKeyEvent(KeySystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireMergeRequestEvent(MergeRequestSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireMergeRequestEvent(MergeRequestEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireNoteEvent(NoteEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- firePipelineEvent(PipelineEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireProjectEvent(ProjectSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- firePushEvent(PushSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- firePushEvent(PushEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireReleaseEvent(ReleaseEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireRepositoryEvent(RepositorySystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireTagPushEvent(TagPushSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireTagPushEvent(TagPushEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- fireTeamMemberEvent(TeamMemberSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireUserEvent(UserSystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
- fireWikiPageEvent(WikiPageEvent) - Method in class org.gitlab4j.api.webhook.WebHookManager
- first() - Method in class org.gitlab4j.api.Pager
-
Returns the first page of List.
- FIRST_DAY_OF_WEEK - org.gitlab4j.api.models.Setting
-
Start day of the week for calendar views and date pickers.
- FORCE_PAGES_ACCESS_CONTROL - org.gitlab4j.api.models.Setting
- forkProject(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Forks a project into the user namespace of the authenticated user or the one provided.
- forkProject(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Forks a project into the user namespace of the authenticated user or the one provided.
- forkProject(Object, String, String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Forks a project into the user namespace of the authenticated user or the one provided.
- forValue(Integer) - Static method in enum org.gitlab4j.api.models.AccessLevel
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ActionType
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ApplicationScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ArchiveFormat
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.BuildGitStrategy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.CommitBuildState
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ContributorOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.DeploymentOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.DeploymentStatus
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.DeployTokenScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.Encoding
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.EpicOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.EventScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.GroupOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.GroupSearchScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ImpersonationState
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.IssueOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.IssueScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.IssueState
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.JobScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.LineType
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestSearchIn
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestState
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.MilestoneState
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.PackageOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.PackageStatus
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.PipelineOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.PipelineScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ProjectOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.ProjectSearchScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.SearchScope
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.SortOrder
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.SquashOption
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.StateEvent
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.TagOrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.TargetType
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.TodoAction
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.TodoState
- forValue(String) - Static method in enum org.gitlab4j.api.Constants.TodoType
- forValue(String) - Static method in enum org.gitlab4j.api.models.Artifact.FileType
- forValue(String) - Static method in enum org.gitlab4j.api.models.AwardEmoji.AwardableType
- forValue(String) - Static method in enum org.gitlab4j.api.models.Badge.BadgeKind
- forValue(String) - Static method in enum org.gitlab4j.api.models.CommitAction.Action
- forValue(String) - Static method in enum org.gitlab4j.api.models.CommitRef.RefType
- forValue(String) - Static method in class org.gitlab4j.api.models.Duration
- forValue(String) - Static method in enum org.gitlab4j.api.models.Environment.EnvironmentState
- forValue(String) - Static method in enum org.gitlab4j.api.models.ExportStatus.Status
- forValue(String) - Static method in enum org.gitlab4j.api.models.HealthCheckStatus
- forValue(String) - Static method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
- forValue(String) - Static method in enum org.gitlab4j.api.models.ImportStatus.Status
- forValue(String) - Static method in enum org.gitlab4j.api.models.IssueEvent.ResourceType
- forValue(String) - Static method in enum org.gitlab4j.api.models.JobStatus
- forValue(String) - Static method in enum org.gitlab4j.api.models.LabelEvent.ResourceType
- forValue(String) - Static method in enum org.gitlab4j.api.models.MembershipSourceType
- forValue(String) - Static method in enum org.gitlab4j.api.models.Note.NoteableType
- forValue(String) - Static method in enum org.gitlab4j.api.models.Note.OrderBy
- forValue(String) - Static method in enum org.gitlab4j.api.models.Note.Type
- forValue(String) - Static method in enum org.gitlab4j.api.models.NotificationSettings.Level
- forValue(String) - Static method in enum org.gitlab4j.api.models.PackageType
- forValue(String) - Static method in enum org.gitlab4j.api.models.PipelineStatus
- forValue(String) - Static method in enum org.gitlab4j.api.models.Position.PositionType
- forValue(String) - Static method in enum org.gitlab4j.api.models.Project.MergeMethod
- forValue(String) - Static method in enum org.gitlab4j.api.models.Runner.RunnerStatus
- forValue(String) - Static method in enum org.gitlab4j.api.models.Runner.RunnerType
- forValue(String) - Static method in enum org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
- forValue(String) - Static method in enum org.gitlab4j.api.models.Setting
- forValue(String) - Static method in enum org.gitlab4j.api.models.Variable.Type
- forValue(String) - Static method in enum org.gitlab4j.api.models.Visibility
- forValue(String) - Static method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
- forValue(String) - Method in class org.gitlab4j.api.utils.JacksonJsonEnumHelper
- forValue(String) - Static method in enum org.gitlab4j.api.webhook.EventLabel.LabelType
- forValue(String) - Static method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
- FULLY_PROTECTED - org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
G
- generateChangelog(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Generate changelog data based on commits in a repository.
- generateChangelog(Object, ChangelogPayload) - Method in class org.gitlab4j.api.RepositoryApi
-
Generate changelog data based on commits in a repository.
- GENERIC - org.gitlab4j.api.models.PackageType
- GEO_NODE_ALLOWED_IPS - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Comma-separated list of IPs and CIDRs of allowed secondary nodes.
- GEO_STATUS_TIMEOUT - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) The amount of seconds after which a request to get a secondary node status will time out.
- geOptionalCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Get an Optional instance with the value for a single custom attribute for the specified group.
- geOptionalCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for a single custom attribute for the specified project.
- geProjectIssuesStatistics(Object, IssuesStatisticsFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Gets issues count statistics for given project.
- get(String) - Method in class org.gitlab4j.api.webhook.EventChanges
- 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.
- 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.
- getAccess_level() - Method in class org.gitlab4j.api.models.ProtectedTag.CreateAccessLevel
- getAccessLevel() - Method in class org.gitlab4j.api.models.AccessRequest
- getAccessLevel() - Method in class org.gitlab4j.api.models.BranchAccessLevel
- getAccessLevel() - Method in class org.gitlab4j.api.models.Member
- getAccessLevel() - Method in class org.gitlab4j.api.models.Membership
- getAccessLevel() - Method in class org.gitlab4j.api.models.ProjectAccess
- getAccessLevel() - Method in class org.gitlab4j.api.models.RunnerDetail
- getAccessLevelDescription() - Method in class org.gitlab4j.api.models.BranchAccessLevel
- getAccessLevelDescription() - Method in class org.gitlab4j.api.models.ProtectedTag.CreateAccessLevel
- getAccessRequests(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a List of the group access requests viewable by the authenticated user.
- getAccessRequests(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a List of the project access requests viewable by the authenticated user.
- getAccessRequests(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of the group access requests viewable by the authenticated user.
- getAccessRequests(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of the project access requests viewable by the authenticated user.
- getAccessRequestsStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of the group access requests viewable by the authenticated user.
- getAccessRequestsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of the project access requests viewable by the authenticated user.
- getAccessToken() - Method in class org.gitlab4j.api.models.OauthTokenResponse
- getAction() - Method in class org.gitlab4j.api.models.CommitAction
- getAction() - Method in class org.gitlab4j.api.models.LabelEvent
- getAction() - Method in class org.gitlab4j.api.models.PushData
- getAction() - Method in class org.gitlab4j.api.webhook.EventIssue
- getAction() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getAction() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getAction() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getActionName() - Method in class org.gitlab4j.api.models.Event
- getActionName() - Method in class org.gitlab4j.api.models.Todo
- getActions() - Method in class org.gitlab4j.api.models.CommitPayload
- getActive() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getActive() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getActive() - Method in class org.gitlab4j.api.models.Runner
- getActive() - Method in class org.gitlab4j.api.services.NotificationService
- getActiveUsers() - Method in class org.gitlab4j.api.models.License
- getActiveUsers() - Method in class org.gitlab4j.api.UserApi
-
Get a list of active users
- getActiveUsers(int) - Method in class org.gitlab4j.api.UserApi
-
Get a Pager of active users.
- getActiveUsers(int, int) - Method in class org.gitlab4j.api.UserApi
-
Get a list of active users using the specified page and per page settings.
- getActiveUsersStream() - Method in class org.gitlab4j.api.UserApi
-
Get a Stream of active users
- getActualId() - Method in class org.gitlab4j.api.models.Issue
- getAdd() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getAdded() - Method in class org.gitlab4j.api.webhook.EventCommit
- getAdditions() - Method in class org.gitlab4j.api.models.CommitStats
- getAdditions() - Method in class org.gitlab4j.api.models.Contributor
- getAddOns() - Method in class org.gitlab4j.api.models.License
- getAfter() - Method in class org.gitlab4j.api.models.EventData
- getAfter() - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- getAfter() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getAll() - Method in class org.gitlab4j.api.models.IssuesStatistics.Counts
- getAllAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of all events for the authenticated user, across all of the user's projects.
- getAllAuthenticatedUserEventsStream(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a Stream of all events for the authenticated user, across all of the user's projects.
- getAllLicenses() - Method in class org.gitlab4j.api.LicenseApi
-
Retrieve information about all licenses.
- getAllLicenses(int) - Method in class org.gitlab4j.api.LicenseApi
-
Get a Pager of all licenses.
- getAllLicensesStream() - Method in class org.gitlab4j.api.LicenseApi
-
Get a Stream of all licenses.
- getAllMembers(Object) - Method in class org.gitlab4j.api.GroupApi
-
Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a list of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
-
Deprecated.Will be removed in version 6.0
- getAllMembers(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0
- getAllMembers(Object, String, List<Long>) - Method in class org.gitlab4j.api.GroupApi
-
Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, String, List<Long>) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a list of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, String, List<Long>, int) - Method in class org.gitlab4j.api.GroupApi
-
Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, String, List<Long>, int) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembersStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembersStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembersStream(Object, String, List<Long>) - Method in class org.gitlab4j.api.GroupApi
-
Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembersStream(Object, String, List<Long>) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllowCollaboration() - Method in class org.gitlab4j.api.models.MergeRequest
- getAllowFailure() - Method in class org.gitlab4j.api.models.Job
- getAllowMaintainerToPush() - Method in class org.gitlab4j.api.models.MergeRequest
- getAllRunners() - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(int, int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(Runner.RunnerType, Runner.RunnerStatus, int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(Runner.RunnerType, Runner.RunnerStatus, int, int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunnersStream() - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream of all runners in the GitLab instance (specific and shared).
- getAllRunnersStream(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream of all runners in the GitLab instance (specific and shared).
- getAlt() - Method in class org.gitlab4j.api.models.FileUpload
- 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
- getApiNamespace() - Method in enum org.gitlab4j.api.GitLabApi.ApiVersion
- getApiUrl() - Method in class org.gitlab4j.api.services.JiraService
- getApiUrl(Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Construct a REST URL with the specified path arguments.
- getApiVersion() - Method in class org.gitlab4j.api.AbstractApi
- getApiVersion() - Method in class org.gitlab4j.api.GitLabApi
-
Return the GitLab API version that this instance is using.
- getApiVersion() - Method in class org.gitlab4j.api.services.HipChatService
- getApplicationId() - Method in class org.gitlab4j.api.models.Application
- getApplicationName() - Method in class org.gitlab4j.api.models.Application
- getApplications() - Method in class org.gitlab4j.api.ApplicationsApi
-
Get all OATH applications.
- getApplications(int) - Method in class org.gitlab4j.api.ApplicationsApi
-
Get a Pager of all OAUTH applications.
- getApplications(int, int) - Method in class org.gitlab4j.api.ApplicationsApi
-
Get all OAUTH applications using the specified page and per page setting
- getApplicationsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ApplicationsApi instance owned by this GitLabApi instance.
- getApplicationSettings() - Method in class org.gitlab4j.api.ApplicationSettingsApi
-
Get the current application settings of the GitLab instance.
- getApplicationSettingsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ApplicationSettingsApi instance owned by this GitLabApi instance.
- getApplicationsStream() - Method in class org.gitlab4j.api.ApplicationsApi
-
Get a Stream of all OAUTH Application instances.
- getApprovalRules(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of the project-level approval rules.
- getApprovalRules(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of the project-level approval rules.
- getApprovalRules(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a list of the merge request level approval rules.
- getApprovalRules(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Pager of the merge request level approval rules.
- getApprovalRulesOverwritten() - Method in class org.gitlab4j.api.models.ApprovalState
- getApprovalRulesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of the project-level approval rules.
- getApprovalRulesStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Stream of the merge request level approval rules.
- getApprovals(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get the merge request with approval information.
- getApprovalsBeforeMerge() - Method in class org.gitlab4j.api.models.MergeRequest
- getApprovalsBeforeMerge() - Method in class org.gitlab4j.api.models.Project
- getApprovalsBeforeMerge() - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- getApprovalsConfiguration(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get the project's approval information.
- getApprovalsLeft() - Method in class org.gitlab4j.api.models.MergeRequest
-
Get the number of approvals left for the merge request.
- getApprovalsRequired() - Method in class org.gitlab4j.api.models.ApprovalRule
- getApprovalsRequired() - Method in class org.gitlab4j.api.models.MergeRequest
-
Get the number of approvals required for the merge request.
- getApprovalState(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get the approval state of a merge request.
- getApprovalStatus(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get list containing all the issues that would be closed by merging the provided merge request.
- getApproved() - Method in class org.gitlab4j.api.models.ApprovalRule
- getApprovedBy() - Method in class org.gitlab4j.api.models.ApprovalRule
- getApprovedBy() - Method in class org.gitlab4j.api.models.ApprovedBy
-
Return the user or group that represents this ApprovedBy instance.
- getApprovedBy() - Method in class org.gitlab4j.api.models.MergeRequest
-
Get the list of users that have approved the merge request.
- getArchitecture() - Method in class org.gitlab4j.api.models.RunnerDetail
- getArchived() - Method in class org.gitlab4j.api.models.Project
- getArtifacts() - Method in class org.gitlab4j.api.models.Deployable
- getArtifacts() - Method in class org.gitlab4j.api.models.Job
- getArtifactsExpireAt() - Method in class org.gitlab4j.api.models.Deployable
- getArtifactsExpireAt() - Method in class org.gitlab4j.api.models.Job
- getArtifactsFile() - Method in class org.gitlab4j.api.models.Job
- getAssets() - Method in class org.gitlab4j.api.models.Release
- getAssets() - Method in class org.gitlab4j.api.models.ReleaseParams
- getAssets() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- 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.EventMergeRequest
- getAssignee() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getAssigneeId() - Method in class org.gitlab4j.api.models.IssueFilter
- getAssigneeId() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getAssigneeId() - Method in class org.gitlab4j.api.webhook.EventIssue
- getAssigneeId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getAssigneeIds() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getAssignees() - Method in class org.gitlab4j.api.models.Issue
- getAssignees() - Method in class org.gitlab4j.api.models.MergeRequest
- getAssignees() - Method in class org.gitlab4j.api.webhook.EventChanges
- getAssignees() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getAssignees() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getAttachment() - Method in class org.gitlab4j.api.models.Note
- getAttachment() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getAuditEvent(Long) - Method in class org.gitlab4j.api.AuditEventApi
-
Get a specific instance audit event.
- getAuditEvent(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Get a specific audit event of a group.
- getAuditEvent(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get a specific audit event of a project.
- getAuditEventApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the AuditEventApi instance owned by this GitLabApi instance.
- getAuditEvents(Object, Date, Date) - Method in class org.gitlab4j.api.GroupApi
-
Get a List of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEvents(Object, Date, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Get a List of the project audit events viewable by Maintainer or an Owner of the group.
- getAuditEvents(Object, Date, Date, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEvents(Object, Date, Date, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEvents(Date, Date, String, Long) - Method in class org.gitlab4j.api.AuditEventApi
-
Get a List of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEvents(Date, Date, String, Long, int) - Method in class org.gitlab4j.api.AuditEventApi
-
Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEventsStream(Object, Date, Date) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEventsStream(Object, Date, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
- getAuditEventsStream(Date, Date, String, Long) - Method in class org.gitlab4j.api.AuditEventApi
-
Get a Stream of the group audit events viewable by Maintainer or an Owner of the group.
- getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the authenticated user.
- getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the authenticated user and in the specified page range.
- getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the authenticated user and in the specified page range.
- getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int, Constants.EventScope) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the authenticated user and in the specified page range.
- getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, Constants.EventScope) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the authenticated user and in the specified page range.
- getAuthenticatedUserEventsStream(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a Stream of events for the authenticated user.
- getAuthor() - Method in class org.gitlab4j.api.models.Comment
- getAuthor() - Method in class org.gitlab4j.api.models.Commit
- getAuthor() - Method in class org.gitlab4j.api.models.CommitStatus
- getAuthor() - Method in class org.gitlab4j.api.models.Epic
- 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.Release
- getAuthor() - Method in class org.gitlab4j.api.models.Snippet
- getAuthor() - Method in class org.gitlab4j.api.models.Todo
- 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
- getAuthorEmail() - Method in class org.gitlab4j.api.models.CommitPayload
- getAuthorEmail() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getAuthorEmailRegex() - Method in class org.gitlab4j.api.models.PushRules
- getAuthorId() - Method in class org.gitlab4j.api.models.AuditEvent
- getAuthorId() - Method in class org.gitlab4j.api.models.Event
- getAuthorId() - Method in class org.gitlab4j.api.models.IssueFilter
- getAuthorId() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getAuthorId() - Method in class org.gitlab4j.api.webhook.EventChanges
- getAuthorId() - Method in class org.gitlab4j.api.webhook.EventIssue
- getAuthorId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getAuthorId() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getAuthorId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getAuthorName() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getAuthorName() - Method in class org.gitlab4j.api.models.Commit
- getAuthorName() - Method in class org.gitlab4j.api.models.CommitPayload
- getAuthorName() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getAuthorUrl() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getAuthorUsername() - Method in class org.gitlab4j.api.models.Event
- getAuthToken() - Method in class org.gitlab4j.api.GitLabApi
-
Get the auth token being used by this client.
- getAutocloseReferencedIssues() - Method in class org.gitlab4j.api.models.Project
- getAutoDevopsDeployStrategy() - Method in class org.gitlab4j.api.models.Project
- getAutoDevopsEnabled() - Method in class org.gitlab4j.api.models.Project
- getAvatarUrl() - Method in class org.gitlab4j.api.models.AbstractUser
- getAvatarUrl() - Method in class org.gitlab4j.api.models.Group
- getAvatarUrl() - Method in class org.gitlab4j.api.models.Namespace
- getAvatarUrl() - Method in class org.gitlab4j.api.models.Project
- getAvatarUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getAwardableId() - Method in class org.gitlab4j.api.models.AwardEmoji
- getAwardableType() - Method in class org.gitlab4j.api.models.AwardEmoji
- getAwardEmojiApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the AwardEmojiApi instance owned by this GitLabApi instance.
- getBadge(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Gets a badge of a group.
- getBadge(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a badge of a project.
- getBadges(Object) - Method in class org.gitlab4j.api.GroupApi
-
Gets a list of a group’s badges and its group badges.
- getBadges(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a list of a project’s badges and its group badges.
- getBaseCommitSha() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getBasename() - Method in class org.gitlab4j.api.models.SearchBlob
- getBaseSha() - Method in class org.gitlab4j.api.models.DiffRef
- getBaseSha() - Method in class org.gitlab4j.api.models.Position
- getBefore() - Method in class org.gitlab4j.api.models.EventData
- getBefore() - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- getBefore() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getBeforeSha() - Method in class org.gitlab4j.api.models.Pipeline
- getBeforeSha() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBeforeSha() - Method in class org.gitlab4j.api.webhook.JobEvent
- getBeforeSha() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getBio() - Method in class org.gitlab4j.api.models.User
- getBlame(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get a List of file blame from repository.
- getBlame(Object, String, String, int) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get a Pager of file blame from repository.
- getBlameStream(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get a Stream of file blame from repository.
- getBlobId() - Method in class org.gitlab4j.api.models.RepositoryFile
- getblockedUsers(int, int) - Method in class org.gitlab4j.api.UserApi
-
Get a list of blocked users using the specified page and per page settings.
- getBlockedUsers() - Method in class org.gitlab4j.api.UserApi
-
Get a list of blocked users.
- getBlockedUsers(int) - Method in class org.gitlab4j.api.UserApi
-
Get a Pager of blocked users.
- getBlockedUsersStream() - Method in class org.gitlab4j.api.UserApi
-
Get a Stream of blocked users.
- getBlockingDiscussionsResolved() - Method in class org.gitlab4j.api.models.MergeRequest
- getBMode() - Method in class org.gitlab4j.api.models.Changes
- getBMode() - Method in class org.gitlab4j.api.models.Diff
- getBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Get a single issue board.
- getBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Get a single issue board list.
- getBoardLists(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Get a list of the board’s lists.
- getBoardLists(Object, Long, int) - Method in class org.gitlab4j.api.BoardsApi
-
Get a Pager of the board’s lists.
- getBoardLists(Object, Long, int, int) - Method in class org.gitlab4j.api.BoardsApi
-
Get a list of the board’s lists for the specified project to using the specified page and per page setting.
- getBoards(Object) - Method in class org.gitlab4j.api.BoardsApi
-
Lists Issue Boards in the given project.
- getBoards(Object, int) - Method in class org.gitlab4j.api.BoardsApi
-
Get a Pager of all issue boards for the specified project.
- getBoards(Object, int, int) - Method in class org.gitlab4j.api.BoardsApi
-
Get all issue boards for the specified project using the specified page and per page setting
- getBoardsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the BoardsApi instance owned by this GitLabApi instance.
- getBoardsListsStream(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Get a Stream of the board’s lists.
- getBoardsStream(Object) - Method in class org.gitlab4j.api.BoardsApi
-
Get a Stream of all issue boards for the specified project.
- getBody() - Method in class org.gitlab4j.api.models.Note
- getBody() - Method in class org.gitlab4j.api.models.Todo
- getBot() - Method in class org.gitlab4j.api.models.User
- getBranch() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getBranch() - Method in class org.gitlab4j.api.models.CommitPayload
- getBranch() - Method in class org.gitlab4j.api.models.WikiAttachment
- getBranch() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
-
Gets the branch name from the ref.
- getBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a single project repository branch.
- getBranches(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of repository branches from a project, sorted by name alphabetically.
- getBranches(Object, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Pager of repository branches from a project, sorted by name alphabetically.
- getBranches(Object, int, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of repository branches from a project, sorted by name alphabetically.
- getBranches(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a List of repository branches from a project, sorted by name alphabetically, filter by the search term.
- getBranches(Object, String, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Pager of repository branches from a project, sorted by name alphabetically, filter by the search term.
- getBranchesStream(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Stream of repository branches from a project, sorted by name alphabetically.
- getBranchesStream(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Stream of repository branches from a project, sorted by name alphabetically, filter by the search term.
- getBranchesToBeNotified() - Method in class org.gitlab4j.api.services.EmailOnPushService
- getBranchesToBeNotified() - Method in class org.gitlab4j.api.services.SlackService
- getBranchName() - Method in class org.gitlab4j.api.webhook.EventIssue
- getBranchName() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getBranchNameRegex() - Method in class org.gitlab4j.api.models.PushRules
- getBugzillaService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the Bugzilla service settings for a project.
- getBuildAllowFailure() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildCoverageRegex() - Method in class org.gitlab4j.api.models.Project
- getBuildDuration() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getBuildFailureReason() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildFinished_at() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildGitStrategy() - Method in class org.gitlab4j.api.models.Project
- getBuildId() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildName() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildStage() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildStarted_at() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getBuildStatus() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getCacheCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getCallbackUrl() - Method in class org.gitlab4j.api.models.Application
- getCanCreateGroup() - Method in class org.gitlab4j.api.models.User
- getCanCreateMergeRequestIn() - Method in class org.gitlab4j.api.models.Project
- getCanCreateProject() - Method in class org.gitlab4j.api.models.User
- getCanPush() - Method in class org.gitlab4j.api.models.Branch
- getCanPush() - Method in class org.gitlab4j.api.models.DeployKey
- getChange() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getChanges() - Method in class org.gitlab4j.api.models.MergeRequest
- getChanges() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getChanges() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getChanges() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getCheckoutSha() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getCiConfigPath() - Method in class org.gitlab4j.api.models.Project
- getCiConfigPath() - Method in class org.gitlab4j.api.webhook.EventProject
- getCiDefaultGitDepth() - Method in class org.gitlab4j.api.models.Project
- getCiForwardDeploymentEnabled() - Method in class org.gitlab4j.api.models.Project
- getClosed() - Method in class org.gitlab4j.api.models.IssuesStatistics.Counts
- getClosedAt() - Method in class org.gitlab4j.api.models.Issue
- getClosedAt() - Method in class org.gitlab4j.api.models.MergeRequest
- getClosedBy() - Method in class org.gitlab4j.api.models.Issue
- getClosedBy() - Method in class org.gitlab4j.api.models.MergeRequest
- getClosedByMergeRequests(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get list containing all the merge requests that will close issue when merged.
- getClosedByMergeRequests(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Pager containing all the merge requests that will close issue when merged.
- getClosedByMergeRequests(Object, Long, int, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get list containing all the merge requests that will close issue when merged.
- getClosedByMergeRequestsStream(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get list containing all the merge requests that will close issue when merged.
- getClosedIssuesCount() - Method in class org.gitlab4j.api.models.Label
- getCloseIssue() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getCloseMergeRequest() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getClosesIssues(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get list containing all the issues that would be closed by merging the provided merge request.
- getClosesIssues(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Pager containing all the issues that would be closed by merging the provided merge request.
- getClosesIssues(Object, Long, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get list containing all the issues that would be closed by merging the provided merge request.
- getClosesIssuesStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get Stream containing all the issues that would be closed by merging the provided merge request.
- getCodeOwnerApprovalRequired() - Method in class org.gitlab4j.api.models.ProtectedBranch
- getColor() - Method in class org.gitlab4j.api.models.Label
- getColor() - Method in class org.gitlab4j.api.services.HipChatService
- getColor() - Method in class org.gitlab4j.api.webhook.EventLabel
- getColorSchemeId() - Method in class org.gitlab4j.api.models.User
- getComments(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get the comments of a commit in a project.
- getComments(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of the comments of a commit in a project.
- getCommentsStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get the comments of a commit in a project as a Stream.
- getCommit() - Method in class org.gitlab4j.api.models.Blame
- getCommit() - Method in class org.gitlab4j.api.models.Branch
- getCommit() - Method in class org.gitlab4j.api.models.CompareResults
- getCommit() - Method in class org.gitlab4j.api.models.Deployable
- getCommit() - Method in class org.gitlab4j.api.models.Job
- getCommit() - Method in class org.gitlab4j.api.models.Release
- getCommit() - Method in class org.gitlab4j.api.models.Tag
- getCommit() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getCommit() - Method in class org.gitlab4j.api.webhook.JobEvent
- getCommit() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getCommit() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- getCommit() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getCommit(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a specific commit identified by the commit hash or name of a branch or tag.
- getCommit_count() - Method in class org.gitlab4j.api.models.PushData
-
Deprecated.
- getCommitCommitterCheck() - Method in class org.gitlab4j.api.models.PushRules
- getCommitCount() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getCommitCount() - Method in class org.gitlab4j.api.models.PushData
- getCommitDiscussion(Object, String, String) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a single discussion for the specified commit.
- getCommitDiscussions(Object, String) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of all discussions for the specified commit.
- getCommitDiscussions(Object, String, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of discussions for the specified commit.
- getCommitDiscussionsPager(Object, String, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Pager of Discussion instances for the specified commit.
- getCommitDiscussionsStream(Object, String) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Stream of Discussion instances for the specified commit.
- getCommitEvents() - Method in class org.gitlab4j.api.services.JiraService
- getCommitEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getCommitFrom() - Method in class org.gitlab4j.api.models.PushData
- getCommitId() - Method in class org.gitlab4j.api.models.RepositoryFile
- getCommitId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getCommitMessage() - Method in class org.gitlab4j.api.models.CommitPayload
- getCommitMessageNegativeRegex() - Method in class org.gitlab4j.api.models.PushRules
- getCommitMessageRegex() - Method in class org.gitlab4j.api.models.PushRules
- getCommitPath() - Method in class org.gitlab4j.api.models.Release
- getCommitRefs(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a List of all references (from branches or tags) a commit is pushed to.
- getCommitRefs(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of references (from branches or tags) a commit is pushed to.
- getCommitRefs(Object, String, CommitRef.RefType) - Method in class org.gitlab4j.api.CommitsApi
-
Get a List of all references (from branches or tags) a commit is pushed to.
- getCommitRefs(Object, String, CommitRef.RefType, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of references (from branches or tags) a commit is pushed to.
- getCommitRefsStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of all references (from branches or tags) a commit is pushed to.
- getCommitRefsStream(Object, String, CommitRef.RefType) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of all references (from branches or tags) a commit is pushed to.
- getCommits() - Method in class org.gitlab4j.api.models.CompareResults
- getCommits() - Method in class org.gitlab4j.api.models.Contributor
- getCommits() - Method in class org.gitlab4j.api.models.EventData
- getCommits() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getCommits() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getCommits(Object) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of all repository commits in a project.
- getCommits(Object, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of all repository commits in a project.
- getCommits(Object, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a list of merge request commits.
- getCommits(Object, int, int) - Method in class org.gitlab4j.api.CommitsApi
-
Deprecated.
- getCommits(Object, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Pager of merge request commits.
- getCommits(Object, int, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a list of merge request commits.
- getCommits(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of file commits in a project
- getCommits(Object, String, Date, Date) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of repository commits in a project.
- getCommits(Object, String, Date, Date, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of repository commits in a project.
- getCommits(Object, String, Date, Date, int, int) - Method in class org.gitlab4j.api.CommitsApi
-
Deprecated.
- getCommits(Object, String, Date, Date, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of repository commits in a project.
- getCommits(Object, String, Date, Date, String, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of repository commits in a project
- getCommits(Object, String, Date, Date, String, int, int) - Method in class org.gitlab4j.api.CommitsApi
-
Deprecated.
- getCommits(Object, String, Date, Date, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.CommitsApi
-
Get a List of the specified repository commits in a project
- getCommits(Object, String, Date, Date, String, Boolean, Boolean, Boolean, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of the specified repository commits in a project
- getCommitsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the CommitsApi instance owned by this GitLabApi instance.
- getCommitsStream(Object, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Stream of merge request commits.
- getCommitsStream(Object, String, Date, Date) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of repository commits in a project.
- getCommitsStream(Object, String, Date, Date, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of repository commits in a project.
- getCommitsStream(Object, String, Date, Date, String, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of the specified repository commits in a project
- getCommitStatuses(Object, String, CommitStatusFilter) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of repository commit statuses that meet the provided filter.
- getCommitStatuses(Object, String, CommitStatusFilter, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of repository commit statuses that meet the provided filter.
- getCommitStatuses(Object, String, CommitStatusFilter, int, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of repository commit statuses that meet the provided filter.
- getCommitStatusesStream(Object, String, CommitStatusFilter) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of repository commit statuses that meet the provided filter.
- getCommitStream(Object) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of all repository commits in a project.
- getCommitted_at() - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.getCommittedAt()
- getCommittedAt() - Method in class org.gitlab4j.api.models.Pipeline
- 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
- getCommitTitle() - Method in class org.gitlab4j.api.models.PushData
- getCommitTitle() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getCommitTo() - Method in class org.gitlab4j.api.models.PushData
- getCommitUrl() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getCompareSameRef() - Method in class org.gitlab4j.api.models.CompareResults
- getCompareTimeout() - Method in class org.gitlab4j.api.models.CompareResults
- getCompletedCount() - Method in class org.gitlab4j.api.models.Issue.TaskCompletionStatus
- getCompletedCount() - Method in class org.gitlab4j.api.models.TaskCompletionStatus
- getConditions() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getConfidential() - Method in class org.gitlab4j.api.models.Issue
- getConfidential() - Method in class org.gitlab4j.api.webhook.IssueChanges
- getConfidentialIssueChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getConfidentialIssueChannel() - Method in class org.gitlab4j.api.services.SlackService
- getConfidentialIssuesEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getConfidentialIssuesEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getConfidentialNoteChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getConfidentialNoteChannel() - Method in class org.gitlab4j.api.services.SlackService
- getConfidentialNoteEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getConfidentialNoteEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getConfirmedAt() - Method in class org.gitlab4j.api.models.User
- getContactedAt() - Method in class org.gitlab4j.api.models.RunnerDetail
- getContainerRegistryApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ContainerRegistryApi instance owned by this GitLabApi instance.
- getContainerRegistryEnabled() - Method in class org.gitlab4j.api.models.Project
- getContainsHiddenGroups() - Method in class org.gitlab4j.api.models.ApprovalRule
- getContent() - Method in class org.gitlab4j.api.models.CommitAction
- getContent() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getContent() - Method in class org.gitlab4j.api.models.RepositoryFile
- getContent() - Method in class org.gitlab4j.api.models.Snippet
- getContent() - Method in class org.gitlab4j.api.models.WikiPage
- getContent() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getContent() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getContent(URLConnection) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Reads and returns the content from the provided URLConnection.
- getContentSha256() - Method in class org.gitlab4j.api.models.RepositoryFile
- getContext(Class<?>) - Method in class org.gitlab4j.api.utils.JacksonJson
- getContributors(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of contributors from a project.
- getContributors(Object, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Pager of contributors from a project.
- getContributors(Object, int, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of contributors from a project and in the specified page range.
- getContributors(Object, int, int, Constants.ContributorOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of contributors from a project and in the specified page range, sorted by specified param.
- getContributorsStream(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of contributors from a project.
- getCount() - Method in class org.gitlab4j.api.models.Assets
- getCount() - Method in class org.gitlab4j.api.models.Issue.TaskCompletionStatus
- getCount() - Method in class org.gitlab4j.api.models.ProjectFetches.DateCount
- getCount() - Method in class org.gitlab4j.api.models.TaskCompletionStatus
- getCount() - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- getCounts() - Method in class org.gitlab4j.api.models.IssuesStatistics
- getCounts() - Method in class org.gitlab4j.api.models.IssuesStatistics.Statistics
- getCoverage() - Method in class org.gitlab4j.api.models.CommitStatus
- getCoverage() - Method in class org.gitlab4j.api.models.Deployable
- getCoverage() - Method in class org.gitlab4j.api.models.Job
- getCoverage() - Method in class org.gitlab4j.api.models.Pipeline
- getCreateAccessLevels() - Method in class org.gitlab4j.api.models.ProtectedTag
- getCreated_at() - Method in class org.gitlab4j.api.models.GpgKey
- getCreated_at() - Method in class org.gitlab4j.api.models.PackageFile
- getCreatedAfter() - Method in class org.gitlab4j.api.models.IssueFilter
- getCreatedAfter() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getCreatedAt() - Method in class org.gitlab4j.api.models.AbstractUser
- getCreatedAt() - Method in class org.gitlab4j.api.models.ApplicationSettings
- getCreatedAt() - Method in class org.gitlab4j.api.models.AuditEvent
- getCreatedAt() - Method in class org.gitlab4j.api.models.AwardEmoji
- getCreatedAt() - Method in class org.gitlab4j.api.models.Comment
- getCreatedAt() - Method in class org.gitlab4j.api.models.Commit
- getCreatedAt() - Method in class org.gitlab4j.api.models.CommitStatus
- getCreatedAt() - Method in class org.gitlab4j.api.models.Deployable
- getCreatedAt() - Method in class org.gitlab4j.api.models.DeployKey
- getCreatedAt() - Method in class org.gitlab4j.api.models.Deployment
- getCreatedAt() - Method in class org.gitlab4j.api.models.Epic
- getCreatedAt() - Method in class org.gitlab4j.api.models.Event
- getCreatedAt() - Method in class org.gitlab4j.api.models.ExportStatus
- getCreatedAt() - Method in class org.gitlab4j.api.models.Group
- getCreatedAt() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getCreatedAt() - Method in class org.gitlab4j.api.models.ImportStatus
- getCreatedAt() - Method in class org.gitlab4j.api.models.Issue
- getCreatedAt() - Method in class org.gitlab4j.api.models.IssueEvent
- getCreatedAt() - Method in class org.gitlab4j.api.models.Job
- getCreatedAt() - Method in class org.gitlab4j.api.models.Key
- getCreatedAt() - Method in class org.gitlab4j.api.models.LabelEvent
- getCreatedAt() - Method in class org.gitlab4j.api.models.License
- getCreatedAt() - Method in class org.gitlab4j.api.models.MergeRequest
- getCreatedAt() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getCreatedAt() - Method in class org.gitlab4j.api.models.Milestone
- getCreatedAt() - Method in class org.gitlab4j.api.models.Note
- getCreatedAt() - Method in class org.gitlab4j.api.models.OauthTokenResponse
- getCreatedAt() - Method in class org.gitlab4j.api.models.Pipeline
- getCreatedAt() - Method in class org.gitlab4j.api.models.PipelineSchedule
- 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.PushRules
- getCreatedAt() - Method in class org.gitlab4j.api.models.RegistryRepository
- getCreatedAt() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getCreatedAt() - Method in class org.gitlab4j.api.models.Release
- getCreatedAt() - Method in class org.gitlab4j.api.models.Snippet
- getCreatedAt() - Method in class org.gitlab4j.api.models.SshKey
- getCreatedAt() - Method in class org.gitlab4j.api.models.SystemHook
- getCreatedAt() - Method in class org.gitlab4j.api.models.Todo
- getCreatedAt() - Method in class org.gitlab4j.api.models.Trigger
- getCreatedAt() - Method in class org.gitlab4j.api.services.NotificationService
- getCreatedAt() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getCreatedAt() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getCreatedAt() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- getCreatedAt() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getCreatedAt() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getCreatedAt() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventChanges
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventIssue
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventLabel
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getCreatedAt() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getCreatedBefore() - Method in class org.gitlab4j.api.models.IssueFilter
- getCreatedBefore() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getCreatorId() - Method in class org.gitlab4j.api.models.Project
- getCron() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getCronTimezone() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getCurrent() - Method in class org.gitlab4j.api.webhook.ChangeContainer
- getCurrentPage() - Method in class org.gitlab4j.api.Pager
-
Get the current page of the iteration.
- getCurrentSignInAt() - Method in class org.gitlab4j.api.models.User
- getCurrentUser() - Method in class org.gitlab4j.api.UserApi
-
Get currently authenticated user.
- getCustomAttribute(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Get a single custom attribute for the specified group.
- getCustomAttribute(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get a single custom attribute for the specified project.
- getCustomAttributes() - Method in class org.gitlab4j.api.models.Project
- getCustomAttributes() - Method in class org.gitlab4j.api.models.User
- getCustomAttributes(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get all custom attributes for the specified group.
- getCustomAttributes(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get all custom attributes for the specified project.
- getCustomAttributes(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of custom attributes for the specified group.
- getCustomAttributes(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of custom attributes for the specified project.
- getCustomAttributesStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of all custom attributes for the specified group.
- getCustomAttributesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of all custom attributes for the specified project.
- getCustomIssueTrackerService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the Custom Issue Tracker service settings for a project.
- getCustomMessage() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getData() - Method in class org.gitlab4j.api.models.Event
- getData() - Method in class org.gitlab4j.api.models.SearchBlob
- getDate() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getDate() - Method in class org.gitlab4j.api.models.ProjectFetches.DateCount
- getDays() - Method in class org.gitlab4j.api.models.ProjectFetches.Fetches
- getDbCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getDecodedContentAsBytes() - Method in class org.gitlab4j.api.models.RepositoryFile
-
Returns the content as a byte array, decoding from base64 if necessary.
- getDecodedContentAsString() - Method in class org.gitlab4j.api.models.RepositoryFile
-
Returns the content as a String, base64 decoding it if necessary.
- getDefault() - Method in class org.gitlab4j.api.models.Branch
- getDefaultBranch() - Method in class org.gitlab4j.api.models.Project
- getDefaultBranch() - Method in class org.gitlab4j.api.webhook.EventProject
- getDefaultBranch() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- getDefaultChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getDefaultChannel() - Method in class org.gitlab4j.api.services.SlackService
- getDefaultPerPage() - Method in class org.gitlab4j.api.AbstractApi
- getDefaultPerPage() - Method in class org.gitlab4j.api.GitLabApi
-
Get the default number per page for calls that return multiple items.
- getDefaultPerPageParam() - Method in class org.gitlab4j.api.AbstractApi
-
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
- getDefaultPerPageParam(boolean) - Method in class org.gitlab4j.api.AbstractApi
-
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
- getDeletedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- 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
- getDeletions() - Method in class org.gitlab4j.api.models.Contributor
- getDenyDeleteTag() - Method in class org.gitlab4j.api.models.PushRules
- getDeployable() - Method in class org.gitlab4j.api.models.Deployment
- getDeployableId() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getDeployableUrl() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a single deploy key for the specified project.
- getDeployKeys() - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a list of all deploy keys across all projects of the GitLab instance.
- getDeployKeys(int) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a Pager of all deploy keys across all projects of the GitLab instance.
- getDeployKeys(int, int) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a list of all deploy keys across all projects of the GitLab instance using the specified page and per page settings.
- getDeployKeysApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the DeployKeysApi instance owned by this GitLabApi instance.
- getDeployKeysStream() - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a Stream of all deploy keys across all projects of the GitLab instance.
- getDeployment(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a specific deployment.
- getDeploymentEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getDeploymentsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the DeployKeysApi instance owned by this GitLabApi instance.
- getDeployTokens() - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a list of all deploy tokens across the GitLab instance.
- getDeployTokens(int) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a Pager of all deploy tokens across all projects of the GitLab instance.
- getDeployTokensApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the DeployTokensApi instance owned by this GitLabApi instance.
- getDeployTokensStream() - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a Stream of all deploy tokens across all projects of the GitLab instance.
- getDescription() - Method in class org.gitlab4j.api.models.CommitStatus
- getDescription() - Method in class org.gitlab4j.api.models.Epic
- getDescription() - Method in class org.gitlab4j.api.models.ExportStatus
- getDescription() - Method in class org.gitlab4j.api.models.Group
- getDescription() - Method in class org.gitlab4j.api.models.ImportStatus
- getDescription() - Method in class org.gitlab4j.api.models.Issue
- getDescription() - Method in class org.gitlab4j.api.models.Label
- getDescription() - Method in class org.gitlab4j.api.models.LicenseTemplate
- 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.PipelineSchedule
- 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.ReleaseParams
- getDescription() - Method in class org.gitlab4j.api.models.Repository
- getDescription() - Method in class org.gitlab4j.api.models.Runner
- getDescription() - Method in class org.gitlab4j.api.models.Snippet
- getDescription() - Method in class org.gitlab4j.api.models.Trigger
- getDescription() - Method in class org.gitlab4j.api.services.BugzillaService
- getDescription() - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- getDescription() - Method in class org.gitlab4j.api.webhook.EventChanges
- getDescription() - Method in class org.gitlab4j.api.webhook.EventIssue
- getDescription() - Method in class org.gitlab4j.api.webhook.EventLabel
- getDescription() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- 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.ReleaseEvent
- getDescriptionHtml() - Method in class org.gitlab4j.api.models.Release
- getDetailedStatus() - Method in class org.gitlab4j.api.models.Pipeline
- getDetails() - Method in class org.gitlab4j.api.models.AuditEvent
- getDetailsPath() - Method in class org.gitlab4j.api.models.DetailedStatus
- getDevelopersCanMerge() - Method in class org.gitlab4j.api.models.Branch
- getDevelopersCanPush() - Method in class org.gitlab4j.api.models.Branch
- getDiff() - Method in class org.gitlab4j.api.models.Changes
- getDiff() - Method in class org.gitlab4j.api.models.Diff
- getDiff(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get the list of diffs of a commit in a project.
- getDiff(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get the Pager of diffs of a commit in a project.
- getDiffRefs() - Method in class org.gitlab4j.api.models.MergeRequest
- getDiffs() - Method in class org.gitlab4j.api.models.CompareResults
- getDiffs() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getDiffStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get the Diff of diffs of a commit in a project.
- getDigest() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getDisableDiffs() - Method in class org.gitlab4j.api.services.EmailOnPushService
- getDisableOverridingApproversPerMergeRequest() - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- getDiscussionId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getDiscussionLocked() - Method in class org.gitlab4j.api.models.Issue
- getDiscussionLocked() - Method in class org.gitlab4j.api.models.MergeRequest
- getDiscussionsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the DiscussionsApi instance owned by this GitLabApi instance.
- getDivergedCommitsCount() - Method in class org.gitlab4j.api.models.MergeRequest
- getDoneTodos() - Method in class org.gitlab4j.api.TodosApi
-
Get a List of done todos for the current user.
- getDoneTodos(int) - Method in class org.gitlab4j.api.TodosApi
-
Get a Pager of done todos for the current user.
- getDoneTodosStream() - Method in class org.gitlab4j.api.TodosApi
-
Get a Stream of done todos for the current user.
- getDownvote() - Method in class org.gitlab4j.api.models.Note
- getDownvotes() - Method in class org.gitlab4j.api.models.EpicIssue
- getDownvotes() - Method in class org.gitlab4j.api.models.Issue
- 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
- getDueDate() - Method in class org.gitlab4j.api.webhook.IssueChanges
- getDuration() - Method in class org.gitlab4j.api.models.Deployable
- getDuration() - Method in class org.gitlab4j.api.models.Job
- getDuration() - Method in class org.gitlab4j.api.models.Pipeline
- getDuration() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getDuration() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getEligibleApprovers() - Method in class org.gitlab4j.api.models.ApprovalRule
- getEmail() - Method in class org.gitlab4j.api.models.AbstractUser
- getEmail() - Method in class org.gitlab4j.api.models.Email
- getEmail() - Method in class org.gitlab4j.api.models.NotificationSettings
- getEmail() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getEmail(Long) - Method in class org.gitlab4j.api.UserApi
-
Get a single Email instance specified by he email ID
- getEmailOnPushService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get Emails on push service settings for a project.
- getEmails() - Method in class org.gitlab4j.api.UserApi
-
Get a list of emails for the current user.
- getEmails(Object) - Method in class org.gitlab4j.api.UserApi
-
Get a list of a specified user’s emails.
- getEmailsDisabled() - Method in class org.gitlab4j.api.models.Project
- getEmptyRepo() - Method in class org.gitlab4j.api.models.Project
- getEnabled() - Method in class org.gitlab4j.api.models.RemoteMirror
- getEnableSslVerification() - Method in class org.gitlab4j.api.models.ProjectHook
- getEnableSslVerification() - Method in class org.gitlab4j.api.models.SystemHook
- getEncoding() - Method in class org.gitlab4j.api.models.CommitAction
- getEncoding() - Method in class org.gitlab4j.api.models.RepositoryFile
- getEndDate() - Method in class org.gitlab4j.api.models.Epic
- getEntityId() - Method in class org.gitlab4j.api.models.AuditEvent
- getEntityPath() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getEntityType() - Method in class org.gitlab4j.api.models.AuditEvent
- getEnvironment() - Method in class org.gitlab4j.api.models.Deployment
- getEnvironment() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getEnvironment() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Get a specific environment.
- getEnvironments(Object) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Get all environments for a given project.
- getEnvironments(Object, int) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Get a Pager of all environments for a given project.
- getEnvironmentsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the EnvironmentsApi instance owned by this GitLabApi instance.
- getEnvironmentScope() - Method in class org.gitlab4j.api.models.Variable
- getEnvironmentsStream(Object) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Get a Stream of all environments for a given project.
- getEpic(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Get a single epic for the specified group.
- getEpicDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of all discussions for the specified epic.
- getEpicDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of discussions for the specified epic.
- getEpicDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Pager of Discussion instances for the specified epic.
- getEpicDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Stream of Discussion instances for the specified epic.
- getEpicIssueId() - Method in class org.gitlab4j.api.models.EpicIssue
- getEpicIssues(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all issues that are assigned to an epic and the authenticated user has access to.
- getEpicIssues(Object, Long, int) - Method in class org.gitlab4j.api.EpicsApi
-
Get a Pager of all issues that are assigned to an epic and the authenticated user has access to.
- getEpicIssues(Object, Long, int, int) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all issues that are assigned to an epic and the authenticated user has access to using the specified page and per page setting.
- getEpicIssuesStream(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all issues that are assigned to an epic and the authenticated user has access to as a Stream.
- getEpicLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Get a single label event for a specific epic label event.
- getEpicLabelEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a list of all label events for an epic.
- getEpicLabelEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a Pager of all label events for the specified epic.
- getEpicLabelEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a Stream of all label events for he specified epic.
- getEpics(Object) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all epics of the requested group and its subgroups.
- getEpics(Object, int) - Method in class org.gitlab4j.api.EpicsApi
-
Get a Pager of all epics of the requested group and its subgroups.
- getEpics(Object, int, int) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
- getEpics(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all epics of the requested group and its subgroups.
- getEpics(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String, int) - Method in class org.gitlab4j.api.EpicsApi
-
Get a Pager of all epics of the requested group and its subgroups.
- getEpics(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String, int, int) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
- getEpicsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the EpicsApi instance owned by this GitLabApi instance.
- getEpicsStream(Object) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all epics of the requested group and its subgroups as a Stream.
- getEpicsStream(Object, Long, String, Constants.EpicOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.EpicsApi
-
Gets all epics of the requested group and its subgroups as a Stream.
- getEventName() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getEventName() - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getEventName() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getEvents() - Method in class org.gitlab4j.api.models.NotificationSettings
- getEventsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the EventsApi instance owned by this GitLabApi instance.
- getEventType() - Method in class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- getEvidenceFilePath() - Method in class org.gitlab4j.api.models.Assets
- getEvidenceSha() - Method in class org.gitlab4j.api.models.Release
- getExecuteFilemode() - Method in class org.gitlab4j.api.models.CommitAction
- getExpired() - Method in class org.gitlab4j.api.models.License
- getExpiresAt() - Method in class org.gitlab4j.api.models.DeployToken
- getExpiresAt() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getExpiresAt() - Method in class org.gitlab4j.api.models.License
- getExpiresAt() - Method in class org.gitlab4j.api.models.Member
- getExpiresAt() - Method in class org.gitlab4j.api.models.Note
- getExpiresAt() - Method in class org.gitlab4j.api.models.Snippet
- getExpiresAt() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getExportStatus() - Method in class org.gitlab4j.api.models.ExportStatus
- getExportStatus(Object) - Method in class org.gitlab4j.api.ImportExportApi
-
Get the status of export.
- getExternal() - Method in class org.gitlab4j.api.models.Assets.Link
- getExternal() - Method in class org.gitlab4j.api.models.User
- getExternal() - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- getExternalId() - Method in class org.gitlab4j.api.models.Issue
- getExternalUrl() - Method in class org.gitlab4j.api.models.Environment
- getExternalWikiService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the ExternalWiki service settings for a project.
- getExternalWikiUrl() - Method in class org.gitlab4j.api.services.ExternalWikiService
- getExternUid() - Method in class org.gitlab4j.api.models.Identity
- getExternUid() - Method in class org.gitlab4j.api.models.User
- getExtraSharedRunnersMinutesLimit() - Method in class org.gitlab4j.api.models.User
- getFailedPipeline() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getFavicon() - Method in class org.gitlab4j.api.models.DetailedStatus
- getFeedToken(String, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Fetches the user's GitLab Feed token using HTML scraping.
- getFetches() - Method in class org.gitlab4j.api.models.ProjectFetches
- getFile() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getFile(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get file from repository.
- getFile(Object, String, String, boolean) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get file from repository.
- getFile(String, Long, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Deprecated.Will be removed in version 6.0, replaced by
RepositoryFileApi.getFile(Object, String, String)
- getFileContentAsString(File, Constants.Encoding) - Static method in class org.gitlab4j.api.utils.FileUtils
-
Reads the content of a File instance and returns it as a String of either text or base64 encoded text.
- getFileFormat() - Method in class org.gitlab4j.api.models.Artifact
- getFileInfo(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get information on a file in the repository.
- getFileMd5() - Method in class org.gitlab4j.api.models.PackageFile
- getFilename() - Method in class org.gitlab4j.api.models.Artifact
- getFilename() - Method in class org.gitlab4j.api.models.ArtifactsFile
- getFilename() - Method in class org.gitlab4j.api.models.SearchBlob
- getFileName() - Method in class org.gitlab4j.api.models.Note
- getFileName() - Method in class org.gitlab4j.api.models.PackageFile
- getFileName() - Method in class org.gitlab4j.api.models.RepositoryFile
- getFileName() - Method in class org.gitlab4j.api.models.Snippet
- getFileName() - Method in class org.gitlab4j.api.models.WikiAttachment
- getFileName() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getFilenameFromContentDisposition(Response) - Static method in class org.gitlab4j.api.utils.FileUtils
-
Get the filename from the "Content-Disposition" header of a JAX-RS response.
- getFileNameRegex() - Method in class org.gitlab4j.api.models.PushRules
- getFilePath() - Method in class org.gitlab4j.api.models.CommitAction
- getFilePath() - Method in class org.gitlab4j.api.models.RepositoryFile
- getFilePath() - Method in class org.gitlab4j.api.models.WikiAttachment
- getFileSha1() - Method in class org.gitlab4j.api.models.PackageFile
- getFileType() - Method in class org.gitlab4j.api.models.Artifact
- getFileV3(String, Long, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Deprecated.Will be removed in version 6.0
- getFinished_at() - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.getFinishedAt()
- getFinishedAfter() - Method in class org.gitlab4j.api.models.DeploymentFilter
-
Deprecated.
- getFinishedAt() - Method in class org.gitlab4j.api.models.CommitStatus
- getFinishedAt() - Method in class org.gitlab4j.api.models.Deployable
- getFinishedAt() - Method in class org.gitlab4j.api.models.Job
- getFinishedAt() - Method in class org.gitlab4j.api.models.Pipeline
- getFinishedAt() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getFinishedAt() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getFinishedBefore() - Method in class org.gitlab4j.api.models.DeploymentFilter
-
Deprecated.
- getForce() - Method in class org.gitlab4j.api.models.CommitPayload
- getForceRemoveSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
- getForkedFromProject() - Method in class org.gitlab4j.api.models.Project
- getForks(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects that were forked from the specified project.
- getForks(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of projects that were forked from the specified project.
- getForks(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects that were forked from the specified project and in the specified page range.
- getForksCount() - Method in class org.gitlab4j.api.models.Project
- getForksStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of projects that were forked from the specified project.
- getForm() - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
Get the form params specified by this instance.
- getForm() - Method in class org.gitlab4j.api.models.ApprovalRuleParams
-
Get the form params specified by this instance.
- getForm() - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
-
Get the form params specified by this instance.
- getForm(boolean) - Method in class org.gitlab4j.api.models.GroupParams
-
Get the form params for a group create oir update call.
- getForm(boolean) - Method in class org.gitlab4j.api.models.Label
-
Get the form params specified by this instance.
- getForm(boolean) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Get the form params specified by this instance.
- getForm(GitLabApiForm, String) - Method in class org.gitlab4j.api.models.AllowedTo
- getFormat() - Method in class org.gitlab4j.api.models.Assets.Source
- getFormat() - Method in class org.gitlab4j.api.models.WikiPage
- getFormat() - Method in class org.gitlab4j.api.webhook.EventReleaseSource
- getFormat() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getFormData() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getFrom() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getFrom() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getFsShardsCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getFull() - Method in class org.gitlab4j.api.models.References
- getFullName() - Method in class org.gitlab4j.api.models.Group
- getFullPath() - Method in class org.gitlab4j.api.models.Group
- getFullPath() - Method in class org.gitlab4j.api.models.Namespace
- getFullPath() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getGit_http_url() - Method in class org.gitlab4j.api.webhook.EventRepository
- getGit_http_url() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- getGit_ssh_url() - Method in class org.gitlab4j.api.webhook.EventRepository
- getGit_ssh_url() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- getGitalyCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getGitHttpUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getGitLabServerUrl() - Method in class org.gitlab4j.api.GitLabApi
-
Get the URL to the GitLab server.
- getGitSshUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getGlobalNotificationSettings() - Method in class org.gitlab4j.api.NotificationSettingsApi
-
Get the global notification settings.
- getGpgKeyId() - Method in class org.gitlab4j.api.models.GpgSignature
- getGpgKeyPrimaryKeyid() - Method in class org.gitlab4j.api.models.GpgSignature
- getGpgKeySubkeyId() - Method in class org.gitlab4j.api.models.GpgSignature
- getGpgKeyUserEmail() - Method in class org.gitlab4j.api.models.GpgSignature
- getGpgKeyUserName() - Method in class org.gitlab4j.api.models.GpgSignature
- getGpgSignature(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get the GPG signature from a commit, if it is signed.
- getGroup() - Method in class org.gitlab4j.api.models.ApprovedBy
- getGroup() - Method in class org.gitlab4j.api.models.DetailedStatus
- getGroup(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get all details of a group.
- getGroupAccess() - Method in class org.gitlab4j.api.models.Permissions
- getGroupAccess() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- 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.
- getGroupDeployTokens(Object) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a list of the deploy tokens for the specified group.
- getGroupDeployTokens(Object, int) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a Pager of the deploy tokens for the specified group.
- getGroupDeployTokensStream(Object) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a list of the deploy tokens for the specified group.
- getGroupFullPath() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- getGroupId() - Method in class org.gitlab4j.api.models.BranchAccessLevel
- getGroupId() - Method in class org.gitlab4j.api.models.Epic
- getGroupId() - Method in class org.gitlab4j.api.models.Milestone
- getGroupId() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- getGroupId() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getGroupId() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getGroupId() - Method in class org.gitlab4j.api.webhook.EventLabel
- getGroupIdOrPath(Object) - Method in class org.gitlab4j.api.AbstractApi
-
Returns the group ID or path from the provided Integer, String, or Group instance.
- getGroupIssues(Object) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of a group’s issues.
- getGroupIssues(Object, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Pager of groups's issues.
- getGroupIssues(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the list of issues associated with the specified group milestone.
- getGroupIssues(Object, Long, int) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the Pager of issues associated with the specified group milestone.
- getGroupIssues(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of a group’s issues.
- getGroupIssues(Object, IssueFilter, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of groups's issues.
- getGroupIssuesStatistics(Object, IssuesStatisticsFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Gets issues count statistics for given group.
- getGroupIssuesStream(Object) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Stream of a group’s issues.
- getGroupIssuesStream(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Stream of issues associated with the specified group milestone.
- getGroupIssuesStream(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Stream of a group’s issues.
- getGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get a single group label.
- getGroupLabels(Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get all labels of the specified group.
- getGroupLabels(Object, int) - Method in class org.gitlab4j.api.LabelsApi
-
Get a Pager of all labels of the specified group.
- getGroupLabelsStream(Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get a Stream of all labels of the specified group.
- getGroupMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the list of merge requests associated with the specified group milestone.
- getGroupMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the specified group milestone.
- getGroupMilestones(Object) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of group milestones.
- getGroupMilestones(Object, int) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Page of group milestones.
- getGroupMilestones(Object, int, int) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of group milestones.
- getGroupMilestones(Object, String) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of group milestones that have match the search string.
- getGroupMilestones(Object, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of group milestones that have the specified state.
- getGroupMilestones(Object, Constants.MilestoneState, String) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of group milestones that have the specified state and match the search string.
- getGroupMilestonesStream(Object) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Stream of group milestones.
- getGroupName() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- getGroupName() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getGroupNotificationSettings(long) - Method in class org.gitlab4j.api.NotificationSettingsApi
-
Get the notification settings for a group.
- getGroupPath() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getGroups() - Method in class org.gitlab4j.api.GroupApi
-
Get a list of groups.
- getGroups() - Method in class org.gitlab4j.api.models.ApprovalRule
- getGroups(int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of groups.
- getGroups(int, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of groups (As user: my groups, as admin: all groups) and in the specified page range.
- getGroups(String) - Method in class org.gitlab4j.api.GroupApi
-
Get all groups that match your string in their name or path.
- getGroups(String, int) - Method in class org.gitlab4j.api.GroupApi
-
Get all groups that match your string in their name or path.
- getGroups(String, int, int) - Method in class org.gitlab4j.api.GroupApi
-
Get all groups that match your string in their name or path.
- getGroups(GroupFilter) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of visible groups for the authenticated user using the provided filter.
- getGroups(GroupFilter, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of visible groups for the authenticated user using the provided filter.
- getGroupSamlIdentity() - Method in class org.gitlab4j.api.models.Member
- getGroupsStream() - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of groups.
- getGroupsStream(String) - Method in class org.gitlab4j.api.GroupApi
-
Get all groups that match your string in their name or path as a Stream.
- getGroupsStream(GroupFilter) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of visible groups for the authenticated user using the provided filter.
- getHasConflicts() - Method in class org.gitlab4j.api.models.MergeRequest
- getHasDetails() - Method in class org.gitlab4j.api.models.DetailedStatus
- getHasTasks() - Method in class org.gitlab4j.api.models.Issue
- getHeadCommitSha() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getHeadPipelineId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getHeadSha() - Method in class org.gitlab4j.api.models.DiffRef
- getHeadSha() - Method in class org.gitlab4j.api.models.Position
- getHealthCheckAccessToken(String, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Fetches the GitLab health check access token using HTML scraping.
- getHealthCheckApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the HealthCheckApi instance owned by this GitLabApi instance.
- getHeight() - Method in class org.gitlab4j.api.models.Position
- getHipChatService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the HipChatService notification configuration for a project.
- getHistoricalMax() - Method in class org.gitlab4j.api.models.License
- 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(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get a specific hook for project.
- getHooks(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of the project hooks for the specified project.
- getHooks(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get Pager of project hooks.
- getHooks(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get list of project hooks in the specified page range.
- getHooksStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of the project hooks for the specified project.
- getHtml() - Method in class org.gitlab4j.api.models.Markdown
- getHtmlUrl() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getHtmlUrl() - Method in class org.gitlab4j.api.ProjectLicense
- getHttpStatus() - Method in exception org.gitlab4j.api.GitLabApiException
-
Returns the HTTP status code that was the cause of the exception. returns 0 if the causing error was not an HTTP related exception
- getHttpUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getHttpUrlToRepo() - Method in class org.gitlab4j.api.models.Project
- getHumanTimeEstimate() - Method in class org.gitlab4j.api.models.TimeStats
- getHumanTimeEstimate() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getHumanTotalTimeSpent() - Method in class org.gitlab4j.api.models.TimeStats
- getHumanTotalTimeSpent() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getIcon() - Method in class org.gitlab4j.api.models.DetailedStatus
- getId() - Method in class org.gitlab4j.api.models.AbstractUser
- getId() - Method in class org.gitlab4j.api.models.Application
- getId() - Method in class org.gitlab4j.api.models.ApplicationSettings
- getId() - Method in class org.gitlab4j.api.models.ApprovalRule
- getId() - Method in class org.gitlab4j.api.models.Assets.Link
- getId() - Method in class org.gitlab4j.api.models.AuditEvent
- getId() - Method in class org.gitlab4j.api.models.AwardEmoji
- getId() - Method in class org.gitlab4j.api.models.Badge
- getId() - Method in class org.gitlab4j.api.models.Board
- getId() - Method in class org.gitlab4j.api.models.BoardList
- getId() - Method in class org.gitlab4j.api.models.Commit
- getId() - Method in class org.gitlab4j.api.models.CommitStatus
- getId() - Method in class org.gitlab4j.api.models.Deployable
- getId() - Method in class org.gitlab4j.api.models.DeployKey
- getId() - Method in class org.gitlab4j.api.models.Deployment
- getId() - Method in class org.gitlab4j.api.models.DeployToken
- getId() - Method in class org.gitlab4j.api.models.Discussion
- getId() - Method in class org.gitlab4j.api.models.Email
- getId() - Method in class org.gitlab4j.api.models.Environment
- getId() - Method in class org.gitlab4j.api.models.Epic
- getId() - Method in class org.gitlab4j.api.models.ExportStatus
- getId() - Method in class org.gitlab4j.api.models.GpgKey
- getId() - Method in class org.gitlab4j.api.models.Group
- getId() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getId() - Method in class org.gitlab4j.api.models.ImportStatus
- getId() - Method in class org.gitlab4j.api.models.Issue
- getId() - Method in class org.gitlab4j.api.models.IssueEvent
- getId() - Method in class org.gitlab4j.api.models.Job
- getId() - Method in class org.gitlab4j.api.models.Key
- getId() - Method in class org.gitlab4j.api.models.Label
- getId() - Method in class org.gitlab4j.api.models.LabelEvent
- getId() - Method in class org.gitlab4j.api.models.License
- getId() - Method in class org.gitlab4j.api.models.MergeRequest
- getId() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- 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.Package
- getId() - Method in class org.gitlab4j.api.models.PackageFile
- getId() - Method in class org.gitlab4j.api.models.Pipeline
- getId() - Method in class org.gitlab4j.api.models.PipelineSchedule
- 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.PushRules
- getId() - Method in class org.gitlab4j.api.models.RegistryRepository
- getId() - Method in class org.gitlab4j.api.models.RemoteMirror
- getId() - Method in class org.gitlab4j.api.models.Runner
- getId() - Method in class org.gitlab4j.api.models.SearchBlob
- getId() - Method in class org.gitlab4j.api.models.Snippet
- getId() - Method in class org.gitlab4j.api.models.SshKey
- getId() - Method in class org.gitlab4j.api.models.SystemHook
- getId() - Method in class org.gitlab4j.api.models.Todo
- getId() - Method in class org.gitlab4j.api.models.TreeItem
- getId() - Method in class org.gitlab4j.api.models.Trigger
- getId() - Method in class org.gitlab4j.api.services.NotificationService
- getId() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- getId() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getId() - Method in class org.gitlab4j.api.webhook.EventCommit
- getId() - Method in class org.gitlab4j.api.webhook.EventIssue
- getId() - Method in class org.gitlab4j.api.webhook.EventLabel
- getId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getId() - Method in class org.gitlab4j.api.webhook.EventProject
- getId() - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- getId() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getId() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getId() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getIdentities() - Method in class org.gitlab4j.api.models.User
- getIgnoreCertificateErrors() - Method in class org.gitlab4j.api.GitLabApi
-
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
- 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.Deployment
- getIid() - Method in class org.gitlab4j.api.models.Epic
- 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.EventIssue
- getIid() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getIids() - Method in class org.gitlab4j.api.models.IssueFilter
- getIids() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getIllustration() - Method in class org.gitlab4j.api.models.DetailedStatus
- getImageUrl() - Method in class org.gitlab4j.api.models.Badge
- getImpersonation() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getImpersonationToken(Object, Long) - Method in class org.gitlab4j.api.UserApi
-
Get an impersonation token of a user.
- getImpersonationTokens(Object) - Method in class org.gitlab4j.api.UserApi
-
Get a list of a specified user's impersonation tokens.
- getImpersonationTokens(Object, Constants.ImpersonationState) - Method in class org.gitlab4j.api.UserApi
-
Get a list of a specified user's impersonation tokens.
- getImportError() - Method in class org.gitlab4j.api.models.ImportStatus
- getImportExportApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ImportExportApi instance owned by this GitLabApi instance.
- getImportStatus() - Method in class org.gitlab4j.api.models.ImportStatus
- getImportStatus() - Method in class org.gitlab4j.api.models.Project
- getImportStatus(Object) - Method in class org.gitlab4j.api.ImportExportApi
-
Get the status of an import.
- getIn() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getIndividualNote() - Method in class org.gitlab4j.api.models.Discussion
- getInitializeWithReadme() - Method in class org.gitlab4j.api.models.Project
- getInProgressMergeCommitSha() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getIpAddress() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getIpAddress() - Method in class org.gitlab4j.api.models.Runner
- getIs_shared() - Method in class org.gitlab4j.api.models.Runner
- getIsAdmin() - Method in class org.gitlab4j.api.models.User
- getIssue() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get a single project issue.
- getIssue(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
IssuesApi.getIssue(Object, Long)
- getIssueAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get the specified award emoji for the specified issue.
- getIssueAwardEmojis(Object, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get a list of award emoji for the specified issue.
- getIssueChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getIssueChannel() - Method in class org.gitlab4j.api.services.SlackService
- getIssueDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of all discussions for the specified issue.
- getIssueDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of discussions for the specified issue.
- getIssueDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Pager of Discussion instances for the specified issue.
- getIssueDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Stream of Discussion instances for the specified issue.
- getIssueLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Get a single label event for a specific project issue.
- getIssueLabelEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a list of all label events for a single issue.
- getIssueLabelEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a Pager of all label events for a single issue.
- getIssueLabelEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a Stream of all label events for a single issue.
- getIssueLinkId() - Method in class org.gitlab4j.api.models.Issue
- getIssueLinks(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).
- getIssueLinks(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Pager of related issues of a given issue, sorted by the relationship creation datetime (ascending).
- getIssueLinksStream(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Stream of related issues of a given issue, sorted by the relationship creation datetime (ascending).
- getIssueNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
-
Get the specified issues's note.
- getIssueNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get the specified award emoji for the specified issue note.
- getIssueNoteAwardEmojis(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get a list of award emoji for the specified issue note.
- getIssueNotes(Object, Long) - Method in class org.gitlab4j.api.NotesApi
-
Get a list of the issues's notes.
- getIssueNotes(Object, Long, int) - Method in class org.gitlab4j.api.NotesApi
-
Get a Pager of issues's notes.
- getIssueNotes(Object, Long, int, int) - Method in class org.gitlab4j.api.NotesApi
-
Get a list of the issue's notes using the specified page and per page settings.
- getIssueNotesStream(Object, Long) - Method in class org.gitlab4j.api.NotesApi
-
Get a Stream of the issues's notes.
- getIssues() - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssues(int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Pager of all issues the authenticated user has access to.
- getIssues(int, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to using the specified page and per page setting.
- getIssues(Object) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of project's issues.
- getIssues(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
IssuesApi.getIssues(Object)
- getIssues(Object, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Pager of project's issues.
- getIssues(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
IssuesApi.getIssues(Object, int)
- getIssues(Object, int, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of project's issues using the specified page and per page settings.
- getIssues(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
IssuesApi.getIssues(Object, int, int)
- getIssues(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the list of issues associated with the specified milestone.
- getIssues(Object, Long, int) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Pager of issues associated with the specified milestone.
- getIssues(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of project's issues.
- getIssues(Object, IssueFilter, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of project's issues.
- getIssues(Object, IssueFilter, int, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a list of project's issues.
- getIssues(IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssues(IssueFilter, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssues(IssueFilter, int, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssuesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the IssuesApi instance owned by this GitLabApi instance.
- getIssuesEnabled() - Method in class org.gitlab4j.api.models.Project
- getIssuesEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getIssuesEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getIssuesStatistics(IssuesStatisticsFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Gets issues count statistics on all issues the authenticated user has access to.
- getIssuesStream() - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to as a Stream.
- getIssuesStream(Object) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Stream of project's issues.
- getIssuesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
IssuesApi.getIssues(Object)
- getIssuesStream(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Stream of issues associated with the specified milestone.
- getIssuesStream(Object, IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Stream of project's issues.
- getIssuesStream(IssueFilter) - Method in class org.gitlab4j.api.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssueStateEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceStateEventsApi
-
Gets a list of all state events for a single issue.
- getIssueStateEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceStateEventsApi
-
Gets a Pager of all state events for a single issue.
- getIssueStateEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceStateEventsApi
-
Gets a Stream of all state events for a single issue.
- getIssuesUrl() - Method in class org.gitlab4j.api.services.BugzillaService
- getIssuesUrl() - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- getIssueTarget() - Method in class org.gitlab4j.api.models.Todo
- getItemsPerPage() - Method in class org.gitlab4j.api.Pager
-
Get the items per page value.
- getJiraIssueTransitionId() - Method in class org.gitlab4j.api.services.JiraService
- getJiraService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the JIRA service settings for a project.
- getJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Get single job in a project.
- getJobAllowFailure() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the JobApi instance owned by this GitLabApi instance.
- getJobArtifactsSize() - Method in class org.gitlab4j.api.models.Group.Statistics
- getJobArtifactsSize() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getJobDuration() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getJobEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getJobFailureReason() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobFinished_at() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobId() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobName() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobs() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- getJobs(Long) - Method in class org.gitlab4j.api.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Long, int) - Method in class org.gitlab4j.api.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Long, JobStatus) - Method in class org.gitlab4j.api.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Long, JobStatus, int) - Method in class org.gitlab4j.api.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Object) - Method in class org.gitlab4j.api.JobApi
-
Get a list of jobs in a project.
- getJobs(Object, int) - Method in class org.gitlab4j.api.JobApi
-
Get a Pager of jobs in a project.
- getJobs(Object, int, int) - Method in class org.gitlab4j.api.JobApi
-
Get a list of jobs in a project in the specified page range.
- getJobs(Object, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
-
Get a list of jobs in a project.
- getJobs(Object, Constants.JobScope, int) - Method in class org.gitlab4j.api.JobApi
-
Get a list of jobs in a project.
- getJobsEnabled() - Method in class org.gitlab4j.api.models.Project
- getJobsForPipeline(Object, long) - Method in class org.gitlab4j.api.JobApi
-
Get a list of jobs in a pipeline.
- getJobsForPipeline(Object, long, int) - Method in class org.gitlab4j.api.JobApi
-
Get a Pager of jobs in a pipeline.
- getJobsForPipeline(Object, long, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
-
Get a list of jobs in a pipeline.
- getJobsStream(Long) - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream of jobs that are being processed or were processed by specified Runner.
- getJobsStream(Long, JobStatus) - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream of jobs that are being processed or were processed by specified Runner.
- getJobsStream(Object) - Method in class org.gitlab4j.api.JobApi
-
Get a Stream of jobs in a project.
- getJobsStream(Object, long) - Method in class org.gitlab4j.api.JobApi
-
Get a Stream of jobs in a pipeline.
- getJobsStream(Object, Constants.JobScope) - Method in class org.gitlab4j.api.JobApi
-
Get a Stream of jobs in a project.
- getJobStage() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobStarted_at() - Method in class org.gitlab4j.api.webhook.JobEvent
- getJobStatus() - Method in class org.gitlab4j.api.webhook.JobEvent
- getKeepDivergentRefs() - Method in class org.gitlab4j.api.models.RemoteMirror
- getKey() - Method in class org.gitlab4j.api.models.CustomAttribute
- getKey() - Method in class org.gitlab4j.api.models.DeployKey
- getKey() - Method in class org.gitlab4j.api.models.GpgKey
- getKey() - Method in class org.gitlab4j.api.models.Key
- getKey() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getKey() - Method in class org.gitlab4j.api.models.SshKey
- getKey() - Method in class org.gitlab4j.api.models.Variable
- getKey() - Method in class org.gitlab4j.api.ProjectLicense
- getKey() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- getKeysAPI() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the KeysApi instance owned by this GitLabApi instance.
- getKind() - Method in class org.gitlab4j.api.models.Badge
- getKind() - Method in class org.gitlab4j.api.models.Namespace
- getLabel() - Method in class org.gitlab4j.api.models.BoardList
- getLabel() - Method in class org.gitlab4j.api.models.DetailedStatus
- getLabel() - Method in class org.gitlab4j.api.models.LabelEvent
- getLabelIdOrName(Object) - Method in class org.gitlab4j.api.AbstractApi
-
Returns the label ID or name from the provided Integer, String, or Label instance.
- getLabels() - Method in class org.gitlab4j.api.models.Epic
- getLabels() - Method in class org.gitlab4j.api.models.HealthCheckItem
- getLabels() - Method in class org.gitlab4j.api.models.Issue
- getLabels() - Method in class org.gitlab4j.api.models.IssueFilter
- getLabels() - Method in class org.gitlab4j.api.models.MergeRequest
- getLabels() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getLabels() - Method in class org.gitlab4j.api.webhook.EventChanges
- getLabels() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getLabels() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getLabels(Object) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.getProjectLabels(Object)
method. - getLabels(Object, int) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.getProjectLabels(Object, int)
method. - getLabels(Object, int, int) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Will be removed in the next major release (6.0.0)
- getLabelsApi() - Method in class org.gitlab4j.api.GitLabApi
- getLabelsStream(Object) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.getProjectLabelsStream(Object)
method. - getLast_editedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getLastActivityAt() - Method in class org.gitlab4j.api.models.Project
- getLastActivityOn() - Method in class org.gitlab4j.api.models.User
- getLastCommit() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getLastCommitId() - Method in class org.gitlab4j.api.models.CommitAction
- getLastCommitId() - Method in class org.gitlab4j.api.models.RepositoryFile
- getLastDeployment() - Method in class org.gitlab4j.api.models.Environment
- getLastEditedById() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getLastError() - Method in class org.gitlab4j.api.models.RemoteMirror
- getLastPipeline() - Method in class org.gitlab4j.api.models.Commit
- getLastPipeline() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getLastSignInAt() - Method in class org.gitlab4j.api.models.User
- getLastSuccessfulUpdateAt() - Method in class org.gitlab4j.api.models.RemoteMirror
- getLastUpdateAt() - Method in class org.gitlab4j.api.models.RemoteMirror
- getLastUpdateStartedAt() - Method in class org.gitlab4j.api.models.RemoteMirror
- getLastUsed() - Method in class org.gitlab4j.api.models.Trigger
- getLatestBuildFinishedAt() - Method in class org.gitlab4j.api.models.MergeRequest
- getLatestBuildStartedAt() - Method in class org.gitlab4j.api.models.MergeRequest
- getLevel() - Method in class org.gitlab4j.api.models.NotificationSettings
- getLfsEnabled() - Method in class org.gitlab4j.api.models.Group
- getLfsEnabled() - Method in class org.gitlab4j.api.models.Project
- getLfsObjectsSize() - Method in class org.gitlab4j.api.models.Group.Statistics
- getLfsObjectsSize() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getLicense() - Method in class org.gitlab4j.api.LicenseApi
-
Retrieve information about the current license.
- getLicense() - Method in class org.gitlab4j.api.models.Project
- getLicenseApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the LicenseApi instance owned by this GitLabApi instance.
- getLicensee() - Method in class org.gitlab4j.api.models.License
- getLicenseTemplate(String) - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a single license template.
- getLicenseTemplates() - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a List of all license templates.
- getLicenseTemplates(int) - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a Pager of all license templates.
- getLicenseTemplates(Boolean, int) - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a Pager of license templates.
- getLicenseTemplatesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the LicenseTemplatesApi instance owned by this GitLabApi instance.
- getLicenseTemplatesStream() - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a Stream of all license templates.
- getLicenseUrl() - Method in class org.gitlab4j.api.models.Project
- getLimitations() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getLine() - Method in class org.gitlab4j.api.models.Comment
- getLineCode() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getLines() - Method in class org.gitlab4j.api.models.Blame
- getLineType() - Method in class org.gitlab4j.api.models.Comment
- getLink() - Method in class org.gitlab4j.api.models.WikiAttachment
- getLinkByName(String) - Method in class org.gitlab4j.api.models.EpicIssue
- getLinkByName(String) - Method in class org.gitlab4j.api.models.ExportStatus
- getLinkedin() - Method in class org.gitlab4j.api.models.User
- getLinks() - Method in class org.gitlab4j.api.models.Assets
- getLinks() - Method in class org.gitlab4j.api.models.EpicIssue
- getLinks() - Method in class org.gitlab4j.api.models.ExportStatus
- getLinks() - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- getLinkType() - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- getLinkUrl() - Method in class org.gitlab4j.api.models.Badge
- getLists() - Method in class org.gitlab4j.api.models.Board
- getLiveness() - Method in class org.gitlab4j.api.HealthCheckApi
-
Get Health Checks from the liveness endpoint.
- getLiveness(String) - Method in class org.gitlab4j.api.HealthCheckApi
-
Deprecated.
- getLocation() - Method in class org.gitlab4j.api.models.RegistryRepository
- getLocation() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getLocation() - Method in class org.gitlab4j.api.models.User
- getLockedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getLockVersion() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getLogger() - Static method in class org.gitlab4j.api.GitLabApi
-
Get the GitLab4J shared Logger instance.
- getManual() - Method in class org.gitlab4j.api.models.Job
- getMarkdown() - Method in class org.gitlab4j.api.models.FileUpload
- getMarkdown() - Method in class org.gitlab4j.api.models.WikiAttachment.Link
- getMarkdown(String) - Method in class org.gitlab4j.api.MarkdownApi
-
Render an arbitrary Markdown document.
- getMarkdown(MarkdownRequest) - Method in class org.gitlab4j.api.MarkdownApi
-
Render an arbitrary Markdown document.
- getMarkdownApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the MarkdownApi instance owned by this GitLabApi instance.
- getMarkedForDeletionOn() - Method in class org.gitlab4j.api.models.Group
- getMarkedForDeletionOn() - Method in class org.gitlab4j.api.models.Project
- getMasked() - Method in class org.gitlab4j.api.models.Variable
- getMattermostService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the Mattermost service settings for a project.
- getMaxFileSize() - Method in class org.gitlab4j.api.models.PushRules
- getMember(Object, long) - Method in class org.gitlab4j.api.GroupApi
-
Get a group member viewable by the authenticated user.
- getMember(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a project team member.
- getMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Gets a group team member, optionally including inherited member.
- getMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a project team member, optionally including inherited member.
- getMemberCheck() - Method in class org.gitlab4j.api.models.PushRules
- getMemberProjects() - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects that the authenticated user is a member of.
- getMemberProjects(int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of projects that the authenticated user is a member of.
- getMemberProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects that the authenticated user is a member of in the specified page range.
- getMemberProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of projects that the authenticated user is a member of.
- getMembers(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of group members viewable by the authenticated user.
- getMembers(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of project team members.
- getMembers(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of group members viewable by the authenticated user.
- getMembers(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of project team members.
- getMembers(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of group members viewable by the authenticated user in the specified page range.
- getMembers(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of project team members in the specified page range.
- getMemberships(Long) - Method in class org.gitlab4j.api.UserApi
-
Lists all projects and groups a user is a member of.
- getMemberships(Long, int) - Method in class org.gitlab4j.api.UserApi
-
Returns a Pager that lists all projects and groups a user is a member of.
- getMembersStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of group members viewable by the authenticated user.
- getMembersStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of project team members.
- getMergeAccessLevels() - Method in class org.gitlab4j.api.models.ProtectedBranch
- getMergeBase(Object, List<String>) - Method in class org.gitlab4j.api.RepositoryApi
-
Get the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
- getMergeCommitSha() - Method in class org.gitlab4j.api.models.MergeRequest
- getMergeCommitSha() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMerged() - Method in class org.gitlab4j.api.models.Branch
- getMergedAt() - Method in class org.gitlab4j.api.models.MergeRequest
- getMergedBy() - Method in class org.gitlab4j.api.models.MergeRequest
- getMergeError() - Method in class org.gitlab4j.api.models.MergeRequest
- getMergeError() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMergeIid() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMergeMergeRequest() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getMergeMethod() - Method in class org.gitlab4j.api.models.Project
- getMergeParams() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMergeRequest() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get information about a single merge request.
- getMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the list of merge requests associated with the specified milestone.
- getMergeRequest(Object, Long, Boolean, Boolean, Boolean) - 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.
- getMergeRequestApprovals(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get the merge request with approval information.
- getMergeRequestAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get the specified award emoji for the specified merge request.
- getMergeRequestAwardEmojis(Object, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get a list of award emoji for the specified merge request.
- getMergeRequestChanges(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get merge request with changes information.
- getMergeRequestChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getMergeRequestChannel() - Method in class org.gitlab4j.api.services.SlackService
- getMergeRequestDiff(Object, Long, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a single merge request diff version.
- getMergeRequestDiffs(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a list of merge request diff versions.
- getMergeRequestDiffs(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Pager of merge request diff versions.
- getMergeRequestDiffsStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Stream of merge request diff versions.
- getMergeRequestDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of all discussions for the specified merge request.
- getMergeRequestDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of discussions for the specified merge request.
- getMergeRequestDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Pager of Discussion instances for the specified merge request.
- getMergeRequestDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Stream of Discussion instances for the specified merge request.
- getMergeRequestId() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getMergeRequestLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Get a single label event for a specific merge request label event.
- getMergeRequestLabelEvents(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a list of all label events for a merge request.
- getMergeRequestLabelEvents(Object, Long, int) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a Pager of all label events for the specified merge request.
- getMergeRequestLabelEventsStream(Object, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Gets a Stream of all label events for he specified merge request.
- getMergeRequestNote(Object, Long, Long) - Method in class org.gitlab4j.api.NotesApi
-
Get the specified merge request's note.
- getMergeRequestNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get the specified award emoji for the specified merge request note.
- getMergeRequestNoteAwardEmojis(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get a list of award emoji for the specified merge request note.
- getMergeRequestNotes(Object, Long) - Method in class org.gitlab4j.api.NotesApi
-
Gets a list of all notes for a single merge request
- getMergeRequestNotes(Object, Long, int) - Method in class org.gitlab4j.api.NotesApi
-
Get a Pager of all notes for a single merge request
- getMergeRequestNotes(Object, Long, int, int) - Method in class org.gitlab4j.api.NotesApi
-
Gets a list of all notes for a single merge request using the specified page and per page settings.
- getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy) - Method in class org.gitlab4j.api.NotesApi
-
Gets a list of all notes for a single merge request.
- getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy, int) - Method in class org.gitlab4j.api.NotesApi
-
Get a Pager of all notes for a single merge request
- getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy, int, int) - Method in class org.gitlab4j.api.NotesApi
-
Gets a list of all notes for a single merge request using the specified page and per page settings.
- getMergeRequestNotesStream(Object, Long) - Method in class org.gitlab4j.api.NotesApi
-
Gets a Stream of all notes for a single merge request
- getMergeRequestNotesStream(Object, Long, Constants.SortOrder, Note.OrderBy) - Method in class org.gitlab4j.api.NotesApi
-
Gets a Stream of all notes for a single merge request.
- getMergeRequestPipelines(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a list of pipelines for a merge request.
- getMergeRequestPipelines(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Pager of pipelines for a merge request.
- getMergeRequestPipelinesStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Stream of pipelines for a merge request.
- getMergeRequests(Object) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a list of Merge Requests shipped with a given deployment.
- getMergeRequests(Object, Long, int) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Pager of Merge Requests shipped with a given deployment.
- getMergeRequests(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a list of Merge Requests related to the specified commit.
- getMergeRequests(Object, String, int) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Pager of Merge Requests related to the specified commit.
- getMergeRequests(Object, Constants.MergeRequestState) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests with a specific state for the specified project.
- getMergeRequests(Object, Constants.MergeRequestState, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, Constants.MergeRequestState, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(MergeRequestFilter) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests matching the filter.
- getMergeRequests(MergeRequestFilter, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests matching the filter.
- getMergeRequests(MergeRequestFilter, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests matching the filter.
- getMergeRequestsAuthorApproval() - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- getMergeRequestsCount() - Method in class org.gitlab4j.api.models.Issue
- getMergeRequestsDisableCommittersApproval() - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- getMergeRequestsEnabled() - Method in class org.gitlab4j.api.models.Project
- getMergeRequestsEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getMergeRequestsEvents() - Method in class org.gitlab4j.api.models.SystemHook
- getMergeRequestsEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getMergeRequestsStream(Object) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests for the specified project as a Stream
- getMergeRequestsStream(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Stream of Merge Requests shipped with a given deployment.
- getMergeRequestsStream(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a Stream of Merge Requests related to the specified commit.
- getMergeRequestsStream(Object, Constants.MergeRequestState) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests with a specific state for the specified project as a Stream.
- getMergeRequestsStream(MergeRequestFilter) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get all merge requests matching the filter as a Stream.
- getMergeRequestTarget() - Method in class org.gitlab4j.api.models.Todo
- getMergeStatus() - Method in class org.gitlab4j.api.models.MergeRequest
- getMergeStatus() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMergeStatus() - Method in class org.gitlab4j.api.webhook.MergeRequestChanges
- getMergeUserId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMergeWhenPipelineSucceeds() - Method in class org.gitlab4j.api.models.MergeRequest
- getMergeWhenPipelineSucceeds() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMessage() - Method in exception org.gitlab4j.api.GitLabApiException
-
Get the message associated with the exception.
- getMessage() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getMessage() - Method in class org.gitlab4j.api.models.Commit
- getMessage() - Method in class org.gitlab4j.api.models.HealthCheckItem
- getMessage() - Method in class org.gitlab4j.api.models.Tag
- getMessage() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getMessage() - Method in class org.gitlab4j.api.webhook.EventCommit
- getMessage() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getMilestone() - Method in class org.gitlab4j.api.models.Board
- getMilestone() - Method in class org.gitlab4j.api.models.Issue
- getMilestone() - Method in class org.gitlab4j.api.models.IssueFilter
- getMilestone() - Method in class org.gitlab4j.api.models.MergeRequest
- getMilestone() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getMilestone(Object, Long) - Method in class org.gitlab4j.api.MilestonesApi
-
Get the specified milestone.
- getMilestoneId() - Method in class org.gitlab4j.api.webhook.EventChanges
- getMilestoneId() - Method in class org.gitlab4j.api.webhook.EventIssue
- getMilestoneId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getMilestones() - Method in class org.gitlab4j.api.models.Release
- getMilestones() - Method in class org.gitlab4j.api.models.ReleaseParams
- getMilestones(Object) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of project milestones.
- getMilestones(Object, int) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Pager of project milestones.
- getMilestones(Object, int, int) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of project milestones.
- getMilestones(Object, String) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of project milestones that have match the search string.
- getMilestones(Object, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of project milestones that have the specified state.
- getMilestones(Object, Constants.MilestoneState, String) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a list of project milestones that have the specified state and match the search string.
- getMilestonesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the MilsestonesApi instance owned by this GitLabApi instance.
- getMilestonesStream(Object) - Method in class org.gitlab4j.api.MilestonesApi
-
Get a Stream of project milestones.
- getMode() - Method in class org.gitlab4j.api.models.TreeItem
- getModified() - Method in class org.gitlab4j.api.webhook.EventCommit
- getMyReactionEmoji() - Method in class org.gitlab4j.api.models.IssueFilter
- getMyReactionEmoji() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getName() - Method in class org.gitlab4j.api.models.AbstractUser
- getName() - Method in class org.gitlab4j.api.models.ApprovalRule
- getName() - Method in class org.gitlab4j.api.models.Assets.Link
- getName() - Method in class org.gitlab4j.api.models.AwardEmoji
- getName() - Method in class org.gitlab4j.api.models.Badge
- getName() - Method in class org.gitlab4j.api.models.Board
- getName() - Method in class org.gitlab4j.api.models.Branch
- getName() - Method in class org.gitlab4j.api.models.CommitRef
- getName() - Method in class org.gitlab4j.api.models.CommitStatus
- getName() - Method in class org.gitlab4j.api.models.Deployable
- getName() - Method in class org.gitlab4j.api.models.DeployToken
- getName() - Method in class org.gitlab4j.api.models.Environment
- getName() - Method in class org.gitlab4j.api.models.ExportStatus
- getName() - Method in class org.gitlab4j.api.models.Group
- getName() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getName() - Method in class org.gitlab4j.api.models.ImportStatus
- getName() - Method in class org.gitlab4j.api.models.Job
- getName() - Method in class org.gitlab4j.api.models.Label
- getName() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getName() - Method in class org.gitlab4j.api.models.Namespace
- getName() - Method in class org.gitlab4j.api.models.Package
- getName() - Method in class org.gitlab4j.api.models.Project
- getName() - Method in class org.gitlab4j.api.models.ProtectedBranch
- getName() - Method in class org.gitlab4j.api.models.ProtectedTag
- getName() - Method in class org.gitlab4j.api.models.RegistryRepository
- getName() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getName() - Method in class org.gitlab4j.api.models.Release
- getName() - Method in class org.gitlab4j.api.models.ReleaseParams
- getName() - Method in class org.gitlab4j.api.models.Repository
- getName() - Method in class org.gitlab4j.api.models.Runner
- 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.ProjectLicense
- getName() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getName() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getName() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getName() - Method in class org.gitlab4j.api.webhook.EventProject
- getName() - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- getName() - Method in class org.gitlab4j.api.webhook.EventRepository
- getName() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getNamespace() - Method in class org.gitlab4j.api.models.Project
- getNamespace() - Method in class org.gitlab4j.api.webhook.EventProject
- getNamespaceApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the NamespaceApi instance owned by this GitLabApi instance.
- getNamespaces() - Method in class org.gitlab4j.api.NamespaceApi
-
Get a list of the namespaces of the authenticated user.
- getNamespaces(int) - Method in class org.gitlab4j.api.NamespaceApi
-
Get a Pager of the namespaces of the authenticated user.
- getNamespaces(int, int) - Method in class org.gitlab4j.api.NamespaceApi
-
Get a list of the namespaces of the authenticated user.
- getNamespacesStream() - Method in class org.gitlab4j.api.NamespaceApi
-
Get a Stream of the namespaces of the authenticated user.
- getNameWithNamespace() - Method in class org.gitlab4j.api.models.ExportStatus
- getNameWithNamespace() - Method in class org.gitlab4j.api.models.ImportStatus
- 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
- getNewIssue() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getNewIssueUrl() - Method in class org.gitlab4j.api.services.BugzillaService
- getNewIssueUrl() - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- getNewLine() - Method in class org.gitlab4j.api.models.Position
- getNewMergeRequest() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getNewNote() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getNewPath() - Method in class org.gitlab4j.api.models.Changes
- getNewPath() - Method in class org.gitlab4j.api.models.Diff
- getNewPath() - Method in class org.gitlab4j.api.models.Position
- getNextRunAt() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getNickname() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getNickname() - Method in class org.gitlab4j.api.ProjectLicense
- getNote() - Method in class org.gitlab4j.api.models.Comment
- getNote() - Method in class org.gitlab4j.api.models.Event
- getNote() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getNoteableId() - Method in class org.gitlab4j.api.models.Note
- getNoteableId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getNoteableIid() - Method in class org.gitlab4j.api.models.Note
- getNoteableType() - Method in class org.gitlab4j.api.models.Note
- getNoteableType() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Deprecated.
- getNoteAwardEmojis(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get a list of award emoji for the specified issue note.
- getNoteChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getNoteChannel() - Method in class org.gitlab4j.api.services.SlackService
- getNoteEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getNoteEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getNotes() - Method in class org.gitlab4j.api.models.Discussion
- getNotes(Object, Long) - Method in class org.gitlab4j.api.NotesApi
-
Deprecated.As of release 4.7.0, replaced by
NotesApi.getIssueNotes(Object, Long)
- getNotes(Object, Long, int) - Method in class org.gitlab4j.api.NotesApi
-
Deprecated.As of release 4.7.0, replaced by
NotesApi.getIssueNotes(Object, Long, int)
- getNotes(Object, Long, int, int) - Method in class org.gitlab4j.api.NotesApi
-
Deprecated.As of release 4.7.0, replaced by
NotesApi.getIssueNotes(Object, Long, int, int)
- getNotesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the NotesApi instance owned by this GitLabApi instance.
- getNotificationLevel() - Method in class org.gitlab4j.api.models.ProjectAccess
- getNotificationSettingsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the NotesApi instance owned by this GitLabApi instance.
- getNotify() - Method in class org.gitlab4j.api.services.HipChatService
- getNotifyOnlyBrokenPipelines() - Method in class org.gitlab4j.api.services.HipChatService
- getNotifyOnlyBrokenPipelines() - Method in class org.gitlab4j.api.services.MattermostService
- getNotifyOnlyBrokenPipelines() - Method in class org.gitlab4j.api.services.SlackService
- getNotifyOnlyDefaultBranch() - Method in class org.gitlab4j.api.services.MattermostService
- getNotifyOnlyDefaultBranch() - Method in class org.gitlab4j.api.services.SlackService
-
Deprecated.
- getObjectAttributes() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getObjectAttributes() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getObjectAttributes() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getObjectAttributes() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- getObjectAttributes() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- getObjectKind() - Method in class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- 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.JobEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.PushEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.TagPushEvent
- getObjectKind() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- getObjectMapper() - Method in class org.gitlab4j.api.utils.JacksonJson
-
Gets the ObjectMapper contained by this instance.
- getOldFullPath() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getOldLine() - Method in class org.gitlab4j.api.models.Position
- getOldPath() - Method in class org.gitlab4j.api.models.Changes
- getOldPath() - Method in class org.gitlab4j.api.models.Diff
- getOldPath() - Method in class org.gitlab4j.api.models.Position
- getOldPath() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getOldPathWithNamespace() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getOldUsername() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getOnline() - Method in class org.gitlab4j.api.models.Runner
- getOnlyAllowMergeIfAllDiscussionsAreResolved() - Method in class org.gitlab4j.api.models.Project
- getOnlyAllowMergeIfPipelineSucceeds() - Method in class org.gitlab4j.api.models.Project
- getOnlyProtectedBranches() - Method in class org.gitlab4j.api.models.RemoteMirror
- getOpened() - Method in class org.gitlab4j.api.models.IssuesStatistics.Counts
- getOpenIssuesCount() - Method in class org.gitlab4j.api.models.Label
- getOpenIssuesCount() - Method in class org.gitlab4j.api.models.Project
- getOpenMergeRequestsCount() - Method in class org.gitlab4j.api.models.Label
- getOptionalBadge(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Get an Optional instance with the value for the specified badge.
- getOptionalBadge(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the specified badge.
- getOptionalBoard(Object, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Get an issue board as an Optional instance.
- getOptionalBoardList(Object, Long, Long) - Method in class org.gitlab4j.api.BoardsApi
-
Get a single issue board list as an Optional instance.
- getOptionalBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an Optional instance with the value for the specific repository branch.
- getOptionalCommit(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get a specific commit identified by the commit hash or name of a branch or tag as an Optional instance
- getOptionalCommitDiscussion(Object, String, String) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get an Optional instance of a single discussion for the specified commit.
- getOptionalDeployKey(Object, Long) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a single deploy key for the specified project as an Optional instance.
- getOptionalDeployment(Object, Long) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a specific deployment as an Optional instance.
- getOptionalEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Get a specific environment. as an Optional instance.
- getOptionalEpic(Object, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Get an Optional instance with the value for the specific Epic.
- getOptionalEpicLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Get an Optional instance holding a LabelEvent for a specific epic label event.
- getOptionalException(Optional<?>) - Static method in class org.gitlab4j.api.GitLabApi
-
Get the exception associated with the provided Optional instance, or null if no exception is associated with the Optional instance.
- getOptionalFile(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get an Optional instance with the value holding information and content for a file in the repository.
- getOptionalFileInfo(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get an Optional instance with the value holding information on a file in the repository.
- getOptionalGpgSignature(Object, String) - Method in class org.gitlab4j.api.CommitsApi
-
Get the GPG signature from a commit as an Optional instance
- getOptionalGroup(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get all details of a group as an Optional instance.
- getOptionalGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get a single group label as the value of an Optional.
- getOptionalHook(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get a specific hook for project as an Optional instance.
- getOptionalImpersonationToken(Object, Long) - Method in class org.gitlab4j.api.UserApi
-
Get an impersonation token of a user as an Optional instance.
- getOptionalIssue(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get a single project issue as an Optional instance.
- getOptionalIssueLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Get an Optional instance holding a LabelEvent for a specific project issue
- getOptionalJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Get single job in a project as an Optional instance.
- getOptionalLicense() - Method in class org.gitlab4j.api.LicenseApi
-
Retrieve information about the current license as the value of an Optional.
- getOptionalLicenseTemplate(String) - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a single license template as the value of an Optional.
- getOptionalMember(Object, long) - Method in class org.gitlab4j.api.GroupApi
-
Get a group member viewable by the authenticated user as an Optional instance.
- getOptionalMember(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a project team member.
- getOptionalMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Gets a group team member, optionally including inherited member.
- getOptionalMember(Object, Long, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Gets a project team member, optionally including inherited member.
- getOptionalMergeBase(Object, List<String>) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an Optional instance with the value of the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
- getOptionalMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get information about a single merge request as an Optional instance.
- getOptionalMergeRequest(Object, Long, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get information about a single merge request as an Optional instance.
- getOptionalMergeRequestDiff(Object, Long, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a single merge request diff version as an Optional instance.
- getOptionalMergeRequestLabelEvent(Object, Long, Long) - Method in class org.gitlab4j.api.ResourceLabelEventsApi
-
Get an Optional instance holding a LabelEvent for a specific merge request label event.
- getOptionalPage(Object, String) - Method in class org.gitlab4j.api.WikisApi
-
Get a single page of project wiki as an Optional instance.
- getOptionalPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Get a specific pipeline schedule for project as an Optional instance.
- getOptionalPipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Get a specific pipeline trigger for project as an Optional instance.
- getOptionalProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
- getOptionalProject(Object, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
- getOptionalProject(Object, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
- getOptionalProject(String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
- getOptionalProject(String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
- getOptionalProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get a single project label as the value of an Optional.
- getOptionalProjectStatistics(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get an Optional instance with the value for the project fetch statistics for the last 30 days.
- getOptionalProtectedBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Get an Optional instance with the value for the specific protected branch.
- getOptionalProtectedTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
-
Get an Optional instance holding a protected tag or wildcard protected tag.
- getOptionalRawSnippetContent(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get the raw project snippet plain text as an Optional instance.
- getOptionalRelease(Object, String) - Method in class org.gitlab4j.api.ReleasesApi
-
Get an Optional instance holding a Release instance for the specific tag name.
- getOptionalRepositoryTag(Object, Long, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get details of a registry repository tag as the value of an Optional.
- getOptionalSnippet(Long) - Method in class org.gitlab4j.api.SnippetsApi
-
Get a specific snippet as an Optional instance.
- getOptionalSnippet(Long, boolean) - Method in class org.gitlab4j.api.SnippetsApi
-
Get a specific snippet as an Optional instance.
- getOptionalSnippet(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get a single of project snippet as an Optional instance.
- getOptionalSshKey(Long) - Method in class org.gitlab4j.api.UserApi
-
Get a single SSH Key as an Optional instance.
- getOptionalTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
-
Get an Optional instance holding a Tag instance of a specific repository tag determined by its name.
- getOptionalTimeTrackingStats(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get time tracking stats as an Optional instance
- getOptionalUser(Long) - Method in class org.gitlab4j.api.UserApi
-
Get a single user as an Optional instance.
- getOptionalUser(String) - Method in class org.gitlab4j.api.UserApi
-
Lookup a user by username and return an Optional instance.
- getOptionalUserByEmail(String) - Method in class org.gitlab4j.api.UserApi
-
Lookup a user by email address and returns an Optional with the User instance as the value.
- getOptionalUserByExternalUid(String, String) - Method in class org.gitlab4j.api.UserApi
-
Lookup a user by external UID and return an Optional instance.
- getOptionalVariable(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Get the details of a group variable as an Optional instance.
- getOptionalVariable(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get the details of a variable as an Optional instance.
- getOrderBy() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getOrderBy() - Method in class org.gitlab4j.api.models.IssueFilter
- getOrderBy() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getOrganization() - Method in class org.gitlab4j.api.models.User
- getOverage() - Method in class org.gitlab4j.api.models.License
- getOwnedProjects() - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects owned by the authenticated user.
- getOwnedProjects(int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of projects owned by the authenticated user.
- getOwnedProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects owned by the authenticated user in the specified page range.
- getOwnedProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of projects owned by the authenticated user.
- getOwner() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getOwner() - Method in class org.gitlab4j.api.models.Project
- getOwner() - Method in class org.gitlab4j.api.models.Trigger
- getOwnerEmail() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getOwnerEmail() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getOwnerName() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getOwnerName() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getPackage(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
-
Get a single project package.
- getPackageFiles(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
-
Get a list of package files of a single package.
- getPackageFiles(Object, Long, int) - Method in class org.gitlab4j.api.PackagesApi
-
Get a Pager of project package files.
- getPackageFiles(Object, Long, int, int) - Method in class org.gitlab4j.api.PackagesApi
-
Get a list of package files of a single package for the specified page.
- getPackageId() - Method in class org.gitlab4j.api.models.PackageFile
- getPackages(Object) - Method in class org.gitlab4j.api.PackagesApi
-
Get a list of project packages.
- getPackages(Object, int) - Method in class org.gitlab4j.api.PackagesApi
-
Get a Pager of project packages.
- getPackages(Object, int, int) - Method in class org.gitlab4j.api.PackagesApi
-
Get a list of project packages for the specified page.
- getPackages(Object, PackageFilter, int) - Method in class org.gitlab4j.api.PackagesApi
-
Get a Pager of project packages.
- getPackagesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the PackagesApi instance owned by this GitLabApi instance.
- getPackagesEnabled() - Method in class org.gitlab4j.api.models.Project
- getPackagesSize() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getPackagesStream(Object) - Method in class org.gitlab4j.api.PackagesApi
-
Get a Stream of project packages.
- getPackagesStream(Object, Long) - Method in class org.gitlab4j.api.PackagesApi
-
Get a Stream of project package files.
- getPackagesStream(Object, PackageFilter) - Method in class org.gitlab4j.api.PackagesApi
-
Get a Stream of project packages.
- getPackageType() - Method in class org.gitlab4j.api.models.Package
- getPage(Object, String) - Method in class org.gitlab4j.api.WikisApi
-
Get a single page of project wiki.
- getPageQueryParams(int, int) - Method in class org.gitlab4j.api.AbstractApi
-
Creates a MultivaluedMap instance containing "page" and "per_page" params.
- getPageQueryParams(int, int, boolean) - Method in class org.gitlab4j.api.AbstractApi
-
Creates a MultivaluedMap instance containing "page" and "per_page" params.
- getPages(Object) - Method in class org.gitlab4j.api.WikisApi
-
Get a list of pages in project wiki.
- getPages(Object, boolean) - Method in class org.gitlab4j.api.WikisApi
-
Get a List of pages in project wiki.
- getPages(Object, boolean, int) - Method in class org.gitlab4j.api.WikisApi
-
Get a Pager of pages in project wiki.
- getPages(Object, int) - Method in class org.gitlab4j.api.WikisApi
-
Get a Pager of pages in project wiki.
- getPages(Object, int, int) - Method in class org.gitlab4j.api.WikisApi
-
Deprecated.Will be removed in a future release, use
WikisApi.getPages(Object, boolean, int)
- getPagesStream(Object) - Method in class org.gitlab4j.api.WikisApi
-
Get a Stream of pages in project wiki.
- getPagesStream(Object, boolean) - Method in class org.gitlab4j.api.WikisApi
-
Get a Stream of pages in project wiki.
- getParentId() - Method in class org.gitlab4j.api.models.Group
- getParentIds() - Method in class org.gitlab4j.api.models.Commit
- getParticipants(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get list of participants for an issue.
- getParticipants(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get list of participants of merge request.
- getParticipants(Object, Long, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get a Pager of the participants for an issue.
- getParticipants(Object, Long, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get a Pager of the participants of merge request.
- getParticipants(Object, Long, int, int) - Method in class org.gitlab4j.api.IssuesApi
-
Get list of participants for an issue and in the specified page range.
- getParticipants(Object, Long, int, int) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get list of participants of merge request and in the specified page range.
- getParticipantsStream(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get Stream of participants for an issue.
- getParticipantsStream(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get Stream of participants of merge request.
- getPassword() - Method in class org.gitlab4j.api.services.JiraService
- getPath() - Method in class org.gitlab4j.api.models.Comment
- getPath() - Method in class org.gitlab4j.api.models.ExportStatus
- getPath() - Method in class org.gitlab4j.api.models.Group
- getPath() - Method in class org.gitlab4j.api.models.ImportStatus
- 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.RegistryRepository
- getPath() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getPath() - Method in class org.gitlab4j.api.models.TreeItem
- getPath() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getPath() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getPathWithNamespace() - Method in class org.gitlab4j.api.models.ExportStatus
- getPathWithNamespace() - Method in class org.gitlab4j.api.models.ImportStatus
- getPathWithNamespace() - Method in class org.gitlab4j.api.models.Project
- getPathWithNamespace() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getPathWithNamespace() - Method in class org.gitlab4j.api.webhook.EventProject
- getPathWithNamespace() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- getPathWithNammespace(String, String) - Static method in class org.gitlab4j.api.models.Project
-
Formats a fully qualified project path based on the provided namespace and project path.
- getPendingTodos() - Method in class org.gitlab4j.api.TodosApi
-
Get a List of pending todos for the current user.
- getPendingTodos(int) - Method in class org.gitlab4j.api.TodosApi
-
Get a Pager of pending todos for the current user.
- getPendingTodosStream() - Method in class org.gitlab4j.api.TodosApi
-
Get a Stream of pending todos for the current user.
- getPermissions() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getPermissions() - Method in class org.gitlab4j.api.models.Project
- getPerPageQueryParam(int) - Method in class org.gitlab4j.api.AbstractApi
-
Creates a MultivaluedMap instance containing the "per_page" param.
- getPipeline() - Method in class org.gitlab4j.api.models.Deployable
- getPipeline() - Method in class org.gitlab4j.api.models.Job
- getPipeline() - Method in class org.gitlab4j.api.models.MergeRequest
- getPipeline(Object, long) - Method in class org.gitlab4j.api.PipelineApi
-
Get single pipelines in a project.
- getPipelineApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the PipelineApi instance owned by this GitLabApi instance.
- getPipelineChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getPipelineChannel() - Method in class org.gitlab4j.api.services.SlackService
- getPipelineEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getPipelineEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getPipelines(Object) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of pipelines in a project.
- getPipelines(Object, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Pager of pipelines in a project.
- getPipelines(Object, int, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of pipelines in a project in the specified page range.
- getPipelines(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of pipelines in a project.
- getPipelines(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Pager of pipelines in a project.
- getPipelines(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of pipelines in a project in the specified page range.
- getPipelines(Object, PipelineFilter) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of pipelines in a project filtered with the provided
PipelineFilter
. - getPipelines(Object, PipelineFilter, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Pager of pipelines in a project filtered with the provided
PipelineFilter
. - getPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Get a specific pipeline schedule for project.
- getPipelineSchedules(Object) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of the project pipeline_schedules for the specified project.
- getPipelineSchedules(Object, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get Pager of project pipeline schedule.
- getPipelineSchedules(Object, int, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get list of project pipeline schedules in the specified page range.
- getPipelineSchedulesStream(Object) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Stream of the project pipeline schedule for the specified project.
- getPipelinesStream(Object) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Stream of pipelines in a project.
- getPipelinesStream(Object, Constants.PipelineScope, PipelineStatus, String, boolean, String, String, Constants.PipelineOrderBy, Constants.SortOrder) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Stream of pipelines in a project.
- getPipelinesStream(Object, PipelineFilter) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Stream of pipelines in a project filtered with the provided
PipelineFilter
. - getPipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Get a specific pipeline schedule for project.
- getPipelineTriggers(Object) - Method in class org.gitlab4j.api.PipelineApi
-
Get a list of the project pipeline triggers for the specified project.
- getPipelineTriggers(Object, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get Pager of project pipeline triggers.
- getPipelineTriggers(Object, int, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get list of project pipeline triggers in the specified page range.
- getPipelineTriggersStream(Object) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Stream of the project pipeline triggers for the specified project.
- getPipelineVariables(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Get List of variables of a pipeline.
- getPipelineVariables(Object, Long, int) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Pager of variables of a pipeline.
- getPipelineVariablesStream(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Get a Stream of variables of a pipeline as a Stream.
- getPlan() - Method in class org.gitlab4j.api.models.License
- getPlatform() - Method in class org.gitlab4j.api.models.RunnerDetail
- getPopularLicenseTemplates() - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a List of popular license templates.
- getPopularLicenseTemplatesStream() - Method in class org.gitlab4j.api.LicenseTemplatesApi
-
Get a Stream of popular license templates.
- getPosition() - Method in class org.gitlab4j.api.models.BoardList
- getPosition() - Method in class org.gitlab4j.api.models.Note
- getPosition() - Method in class org.gitlab4j.api.webhook.EventIssue
- getPosition() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getPositionType() - Method in class org.gitlab4j.api.models.Position
- getPostDataAsString(HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
-
Reads the POST data from a request into a String and returns it.
- getPreventSecrets() - Method in class org.gitlab4j.api.models.PushRules
- getPrevious() - Method in class org.gitlab4j.api.webhook.ChangeContainer
- getPreviousPath() - Method in class org.gitlab4j.api.models.CommitAction
- getPrintingMergeRequestLinkEnabled() - Method in class org.gitlab4j.api.models.Project
- getPriority() - Method in class org.gitlab4j.api.models.Label
- getPrivateProfile() - Method in class org.gitlab4j.api.models.User
- getProject() - Method in class org.gitlab4j.api.models.Board
- getProject() - Method in class org.gitlab4j.api.models.Job
- getProject() - Method in class org.gitlab4j.api.models.Todo
- getProject() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getProject() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getProject() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getProject() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getProject() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getProject() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getProject() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- getProject() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getProject() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- getProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProject(Object, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProject(Object, Boolean, Boolean, Boolean) - 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(String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProjectAccess() - Method in class org.gitlab4j.api.models.Permissions
- getProjectAccess() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getProjectApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ProjectApi instance owned by this GitLabApi instance.
- getProjectDeployKeys(Object) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a list of the deploy keys for the specified project.
- getProjectDeployKeys(Object, int) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a Pager of the deploy keys for the specified project.
- getProjectDeployKeys(Object, int, int) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a list of the deploy keys for the specified project using the specified page and per page settings.
- getProjectDeployKeysStream(Object) - Method in class org.gitlab4j.api.DeployKeysApi
-
Get a list of the deploy keys for the specified project.
- getProjectDeployments(Object) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a list of deployments for the specified project.
- getProjectDeployments(Object, int) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Pager of all deployments for the specified project.
- getProjectDeployments(Object, DeploymentFilter) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Pager of all deployments for the specified project.
- getProjectDeployments(Object, DeploymentFilter, int) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Pager of all deployments for the specified project.
- getProjectDeploymentsStream(Object) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Stream of all deployments for the specified project.
- getProjectDeploymentsStream(Object, DeploymentFilter) - Method in class org.gitlab4j.api.DeploymentsApi
-
Get a Stream of all deployments for the specified project.
- getProjectDeployTokens(Object) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a list of the deploy tokens for the specified project.
- getProjectDeployTokens(Object, int) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a Pager of the deploy tokens for the specified project.
- getProjectDeployTokensStream(Object) - Method in class org.gitlab4j.api.DeployTokensApi
-
Get a list of the deploy tokens for the specified project.
- getProjectEvents(Long, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the specified project and in the specified page range.
- getProjectEvents(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get the project events for specific project.
- getProjectEvents(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of project events for specific project.
- getProjectEvents(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get the project events for specific project.
- getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the specified project.
- getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the specified project and in the specified page range.
- getProjectEventsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of the project events for specific project.
- getProjectEventsStream(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a Stream of events for the specified project.
- getProjectId() - Method in class org.gitlab4j.api.models.Event
- getProjectId() - Method in class org.gitlab4j.api.models.Issue
- getProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
- getProjectId() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- 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.PushRules
- getProjectId() - Method in class org.gitlab4j.api.models.SearchBlob
- getProjectId() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getProjectId() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getProjectId() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getProjectId() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getProjectId() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getProjectId() - Method in class org.gitlab4j.api.webhook.EventIssue
- getProjectId() - Method in class org.gitlab4j.api.webhook.EventLabel
- getProjectId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getProjectId() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getProjectId() - Method in class org.gitlab4j.api.webhook.JobEvent
- getProjectId() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getProjectId() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getProjectIdOrPath(Object) - Method in class org.gitlab4j.api.AbstractApi
-
Returns the project ID or path from the provided Integer, String, or Project instance.
- getProjectKey() - Method in class org.gitlab4j.api.services.JiraService
- getProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get a single project label.
- getProjectLabels(Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get all labels of the specified project.
- getProjectLabels(Object, int) - Method in class org.gitlab4j.api.LabelsApi
-
Get a Pager of all labels of the specified project.
- getProjectLabelsStream(Object) - Method in class org.gitlab4j.api.LabelsApi
-
Get a Stream of all labels of the specified project.
- getProjectLanguages(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get languages used in a project with percentage value.
- getProjectName() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getProjectName() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getProjectName() - Method in class org.gitlab4j.api.webhook.JobEvent
- getProjectNotificationSettings(long) - Method in class org.gitlab4j.api.NotificationSettingsApi
-
Get the notification settings for a project.
- getProjectPath() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getProjectPathWithNamespace() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getProjectRunners(Object) - Method in class org.gitlab4j.api.RunnersApi
-
List all runners (specific and shared) available in the project.
- getProjectRunners(Object, int) - Method in class org.gitlab4j.api.RunnersApi
-
List all runners (specific and shared) available in the project.
- getProjectRunnersStream(Object) - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream all runners (specific and shared) available in the project.
- getProjects() - Method in class org.gitlab4j.api.models.Group
- getProjects() - Method in class org.gitlab4j.api.models.RunnerDetail
- getProjects() - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects accessible by the authenticated user.
- getProjects(int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager instance of projects accessible by the authenticated user.
- getProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects accessible by the authenticated user and in the specified page range.
- getProjects(Boolean, Visibility, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Deprecated.Will be removed in version 6.0, replaced by
ProjectApi.getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean)
- getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
- getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.
- getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
- getProjects(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of projects belonging to the specified group ID.
- getProjects(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of projects belonging to the specified group ID.
- getProjects(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of projects belonging to the specified group ID in the specified page range.
- getProjects(Object, GroupProjectsFilter) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of projects belonging to the specified group ID and filter.
- getProjects(Object, GroupProjectsFilter, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of projects belonging to the specified group ID and filter.
- getProjects(String) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects accessible by the authenticated user that match the provided search string.
- getProjects(String, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of projects accessible by the authenticated user that match the provided search string.
- getProjects(String, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects accessible by the authenticated user that match the provided search string.
- getProjects(ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of all visible projects across GitLab for the authenticated user using the provided filter.
- getProjects(ProjectFilter, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of all visible projects across GitLab for the authenticated user using the provided filter.
- getProjects(ProjectFilter, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of all visible projects across GitLab for the authenticated user in the specified page range using the provided filter.
- getProjectsLimit() - Method in class org.gitlab4j.api.models.User
- getProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of projects accessible by the authenticated user.
- getProjectsStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of projects belonging to the specified group ID.
- getProjectsStream(Object, GroupProjectsFilter) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of projects belonging to the specified group ID and filter.
- getProjectsStream(String) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of projects accessible by the authenticated user that match the provided search string.
- getProjectsStream(ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of all visible projects across GitLab for the authenticated user using the provided filter.
- getProjectStatistics(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get the project fetch statistics for the last 30 days.
- getProjectUrl() - Method in class org.gitlab4j.api.services.BugzillaService
- getProjectUrl() - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- getProjectUsers(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of project users.
- getProjectUsers(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of project users.
- getProjectUsers(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of project users matching the specified search string.
- getProjectUsers(Object, String, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of project users matching the specified search string.
- getProjectUsersStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of project users.
- getProjectUsersStream(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of project users matching the specified search string.
- getProjectVisibility() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getProjectVisibility() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getProperties() - Method in class org.gitlab4j.api.services.NotificationService
- getProperty(String) - Method in class org.gitlab4j.api.services.NotificationService
- getProperty(String, T) - Method in class org.gitlab4j.api.services.NotificationService
- getProtected() - Method in class org.gitlab4j.api.models.Branch
- getProtected() - Method in class org.gitlab4j.api.models.Variable
- getProtectedBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Get a single protected branch or wildcard protected branch.
- getProtectedBranches(Object) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Gets a list of protected branches from a project.
- getProtectedBranches(Object, int) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Gets a Pager of protected branches from a project.
- getProtectedBranchesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ProtectedBranchesApi instance owned by this GitLabApi instance.
- getProtectedBranchesStream(Object) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Gets a Stream of protected branches from a project.
- getProtectedTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
-
Gets a single protected tag or wildcard protected tag
- getProtectedTags(Object) - Method in class org.gitlab4j.api.TagsApi
-
Gets a list of protected tags from a project.
- getProtectedTags(Object, int) - Method in class org.gitlab4j.api.TagsApi
-
Get a Pager of protected tags for a project.
- getProtectedTags(Object, int, int) - Method in class org.gitlab4j.api.TagsApi
-
Gets a list of protected tags from a project and in the specified page range.
- getProtectedTagsStream(Object) - Method in class org.gitlab4j.api.TagsApi
-
Get a Stream of protected tags for a project.
- getProvider() - Method in class org.gitlab4j.api.models.Identity
- getProvider() - Method in class org.gitlab4j.api.models.User
- getPublic() - Method in class org.gitlab4j.api.models.Project
- getPublicEmail() - Method in class org.gitlab4j.api.models.User
- getPublicJobs() - Method in class org.gitlab4j.api.models.Project
- getPushAccessLevels() - Method in class org.gitlab4j.api.models.ProtectedBranch
- getPushChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getPushChannel() - Method in class org.gitlab4j.api.services.SlackService
- getPushData() - Method in class org.gitlab4j.api.models.Event
- getPushEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getPushEvents() - Method in class org.gitlab4j.api.models.SystemHook
- getPushEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getPushEventsBranchFilter() - Method in class org.gitlab4j.api.models.ProjectHook
- getPushRules(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get the project's push rules.
- getQueryParams() - Method in class org.gitlab4j.api.models.CommitStatusFilter
- getQueryParams() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getQueryParams() - Method in class org.gitlab4j.api.models.GroupFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.gitlab4j.api.models.IssueFilter
- getQueryParams() - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- getQueryParams() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getQueryParams() - Method in class org.gitlab4j.api.models.PackageFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.gitlab4j.api.models.PipelineFilter
- getQueryParams() - Method in class org.gitlab4j.api.models.ProjectFilter
-
Get the query params specified by this filter.
- getQueryParams(int, int) - Method in class org.gitlab4j.api.models.CommitStatusFilter
- getQueryParams(int, int) - Method in class org.gitlab4j.api.models.DeploymentFilter
- getQueryParams(int, int) - Method in class org.gitlab4j.api.models.IssueFilter
- getQueryParams(int, int) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getQueryParams(int, int) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Get the query params specified by this filter.
- getQueuesCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getRawBlobContent(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get the raw file contents for a blob by blob SHA.
- getRawFile(Object, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get the raw file contents for a file by commit sha and path.
- getRawFile(Object, String, String, File) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Get the raw file for the file by commit sha and path.
- getRawSnippetContent(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get the raw project snippet as plain text.
- getRawUrl() - Method in class org.gitlab4j.api.models.Snippet
- getReaderContentAsString(Reader) - Static method in class org.gitlab4j.api.utils.FileUtils
-
Reads the content of a Reader instance and returns it as a String.
- getReaderContentAsString(Reader) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
-
Reads the content of a Reader instance and returns it as a String.
- getReadiness() - Method in class org.gitlab4j.api.HealthCheckApi
-
Get Health Checks from the readiness endpoint.
- getReadiness(String) - Method in class org.gitlab4j.api.HealthCheckApi
-
Deprecated.
- getReadmeUrl() - Method in class org.gitlab4j.api.models.Project
- getRealSize() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- 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.
- getReassignIssue() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getReassignMergeRequest() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getRebaseInProgress() - Method in class org.gitlab4j.api.models.MergeRequest
- getRebaseStatus(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Get the merge request info containing the status of a merge request rebase.
- getRecipients() - Method in class org.gitlab4j.api.services.EmailOnPushService
- getRedisCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getRef() - Method in class org.gitlab4j.api.models.CommitStatus
- getRef() - Method in class org.gitlab4j.api.models.Deployable
- getRef() - Method in class org.gitlab4j.api.models.Deployment
- getRef() - Method in class org.gitlab4j.api.models.EventData
- getRef() - Method in class org.gitlab4j.api.models.Job
- getRef() - Method in class org.gitlab4j.api.models.Pipeline
- getRef() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getRef() - Method in class org.gitlab4j.api.models.PushData
- getRef() - Method in class org.gitlab4j.api.models.ReleaseParams
- getRef() - Method in class org.gitlab4j.api.models.RepositoryFile
- getRef() - Method in class org.gitlab4j.api.models.SearchBlob
- getRef() - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- getRef() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getRef() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getRef() - Method in class org.gitlab4j.api.webhook.JobEvent
- getRef() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getReferences() - Method in class org.gitlab4j.api.models.MergeRequest
- getRefFetched() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getRefreshToken() - Method in class org.gitlab4j.api.models.OauthTokenResponse
- getRefs() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getRefType() - Method in class org.gitlab4j.api.models.PushData
- getRejectUnsignedCommits() - Method in class org.gitlab4j.api.models.PushRules
- getRelative() - Method in class org.gitlab4j.api.models.References
- getRelativePosition() - Method in class org.gitlab4j.api.models.EpicIssue
- getRelease() - Method in class org.gitlab4j.api.models.Tag
- getRelease(Object, String) - Method in class org.gitlab4j.api.ReleasesApi
-
Get a Release for the given tag name.
- getReleasedAt() - Method in class org.gitlab4j.api.models.Release
- getReleasedAt() - Method in class org.gitlab4j.api.models.ReleaseParams
- getReleasedAt() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getReleases(Object) - Method in class org.gitlab4j.api.ReleasesApi
-
Get a list of releases for a project, sorted by release date.
- getReleases(Object, int) - Method in class org.gitlab4j.api.ReleasesApi
-
Get a Pager of releases for a project, sorted by release date.
- getReleasesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ReleasesApi instance owned by this GitLabApi instance.
- getReleasesEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getReleasesStream(Object) - Method in class org.gitlab4j.api.ReleasesApi
-
Get a Stream of releases for a project, sorted by release date.
- getRemoteMirrors(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get all remote mirrors and their statuses for the specified project.
- getRemoteMirrors(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of remote mirrors and their statuses for the specified project.
- getRemoteMirrorsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of all remote mirrors and their statuses for the specified project.
- getRemoved() - Method in class org.gitlab4j.api.webhook.EventCommit
- getRemoveSourceBranchAfterMerge() - Method in class org.gitlab4j.api.models.Project
- getRenamedFile() - Method in class org.gitlab4j.api.models.Changes
- getRenamedFile() - Method in class org.gitlab4j.api.models.Diff
- getRenderedImageUrl() - Method in class org.gitlab4j.api.models.Badge
- getRenderedLinkUrl() - Method in class org.gitlab4j.api.models.Badge
- getReopenIssue() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getReopenMergeRequest() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getRepositories(Object) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a list of registry repositories in a project.
- getRepositories(Object, int) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a Pager of registry repositories in a project.
- getRepositories(Object, int, int) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a list of registry repositories in a project that fall within the specified page parameters.
- getRepositoriesStream(Object) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a Stream of registry repositories in a project.
- getRepository() - Method in class org.gitlab4j.api.models.EventData
- getRepository() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getRepository() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getRepository() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getRepository() - Method in class org.gitlab4j.api.webhook.JobEvent
- getRepository() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getRepository() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getRepositoryApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the RepositoryApi instance owned by this GitLabApi instance.
- getRepositoryArchive(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an archive of the complete repository by SHA (optional).
- getRepositoryArchive(Object, 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.
- getRepositoryArchive(Object, String, File, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
- getRepositoryArchive(Object, String, File, Constants.ArchiveFormat) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and saves to the specified directory.
- getRepositoryArchive(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an archive of the complete repository by SHA (optional).
- getRepositoryArchive(Object, String, Constants.ArchiveFormat) - Method in class org.gitlab4j.api.RepositoryApi
-
Get an archive of the complete repository by SHA (optional).
- getRepositoryFileApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the RepositoryFileApi instance owned by this GitLabApi instance.
- getRepositorySize() - Method in class org.gitlab4j.api.models.Group.Statistics
- getRepositorySize() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getRepositoryStorage() - Method in class org.gitlab4j.api.models.Project
- getRepositoryTag(Object, Long, String) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get details of a registry repository tag.
- getRepositoryTags(Object, Long) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a list of tags for given registry repository.
- getRepositoryTags(Object, Long, int) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a Pager of tags for given registry repository.
- getRepositoryTagsStream(Object, Long) - Method in class org.gitlab4j.api.ContainerRegistryApi
-
Get a Stream of tags for given registry repository.
- getRepositoryUpdateEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getRepositoryUpdateEvents() - Method in class org.gitlab4j.api.models.SystemHook
- getRequestAccessEnabled() - Method in class org.gitlab4j.api.models.Group
- getRequestAccessEnabled() - Method in class org.gitlab4j.api.models.Project
- getRequestDump(String, HttpServletRequest, boolean) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
-
Build a String containing a multi-line dump of an HTTP request.
- getRequestedAt() - Method in class org.gitlab4j.api.models.AccessRequest
- getRequestQueryString() - Method in class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- getRequestQueryString() - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- getRequestQueryString() - Method in class org.gitlab4j.api.webhook.AbstractEvent
- getRequestQueryString() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getRequestQueryString() - Method in interface org.gitlab4j.api.webhook.Event
- getRequestSecretToken() - Method in class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- getRequestSecretToken() - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- getRequestSecretToken() - Method in class org.gitlab4j.api.webhook.AbstractEvent
- getRequestSecretToken() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getRequestSecretToken() - Method in interface org.gitlab4j.api.webhook.Event
- getRequestUrl() - Method in class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- getRequestUrl() - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- getRequestUrl() - Method in class org.gitlab4j.api.webhook.AbstractEvent
- getRequestUrl() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getRequestUrl() - Method in interface org.gitlab4j.api.webhook.Event
- getResetApprovalsOnPush() - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- getResolvable() - Method in class org.gitlab4j.api.models.Note
- getResolved() - Method in class org.gitlab4j.api.models.Note
- getResolvedAt() - Method in class org.gitlab4j.api.models.Note
- getResolvedBy() - Method in class org.gitlab4j.api.models.Note
- getResolveOutdatedDiffDiscussions() - Method in class org.gitlab4j.api.models.Project
- getResourceId() - Method in class org.gitlab4j.api.models.IssueEvent
- getResourceId() - Method in class org.gitlab4j.api.models.LabelEvent
- getResourceLabelEventsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ResourceLabelEventsApi instance owned by this GitLabApi instance.
- getResourceStateEventsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ResourceStateEventsApi instance owned by this GitLabApi instance.
- getResourceType() - Method in class org.gitlab4j.api.models.IssueEvent
- getResourceType() - Method in class org.gitlab4j.api.models.LabelEvent
- getReviewers() - Method in class org.gitlab4j.api.models.MergeRequest
- getRevision() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getRevision() - Method in class org.gitlab4j.api.models.RunnerDetail
- getRevision() - Method in class org.gitlab4j.api.models.Version
- getRevoked() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getRoom() - Method in class org.gitlab4j.api.services.HipChatService
- getRules() - Method in class org.gitlab4j.api.models.ApprovalState
- getRuleType() - Method in class org.gitlab4j.api.models.ApprovalRule
- getRunner() - Method in class org.gitlab4j.api.models.Deployable
- getRunner() - Method in class org.gitlab4j.api.models.Job
- getRunnerDetail(Long) - Method in class org.gitlab4j.api.RunnersApi
-
Get details of a runner.
- getRunners() - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all available runners available to the user.
- getRunners(int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all available runners available to the user.
- getRunners(int, int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all available runners available to the user with pagination support.
- getRunners(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of all available runners available to the user with pagination support.
- getRunners(Runner.RunnerType, Runner.RunnerStatus, int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of specific runners available to the user.
- getRunners(Runner.RunnerType, Runner.RunnerStatus, int, int) - Method in class org.gitlab4j.api.RunnersApi
-
Get a list of specific runners available to the user.
- getRunnersApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the RunnersApi instance owned by this GitLabApi instance.
- getRunnersStream() - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream of all available runners available to the user.
- getRunnersStream(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.gitlab4j.api.RunnersApi
-
Get a Stream of all available runners available to the user with pagination support.
- getRunnersToken() - Method in class org.gitlab4j.api.models.Group
- getRunnersToken() - Method in class org.gitlab4j.api.models.Project
- getSamlProviderId() - Method in class org.gitlab4j.api.models.Identity
- getScope() - Method in class org.gitlab4j.api.models.IssueFilter
- getScope() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getScope() - Method in class org.gitlab4j.api.models.OauthTokenResponse
- getScopes() - Method in class org.gitlab4j.api.models.DeployToken
- getScopes() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getSearch() - Method in class org.gitlab4j.api.models.IssueFilter
- getSearch() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getSearchApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the SearchApi instance owned by this GitLabApi instance.
- getSeconds() - Method in class org.gitlab4j.api.models.Duration
-
Get the number of seconds this duration represents.
- getSecretToken() - Method in class org.gitlab4j.api.GitLabApi
-
Get the secret token.
- getSecretToken() - Method in interface org.gitlab4j.api.HookManager
-
Get the secret token that received hook events should be validated against.
- getSecretToken() - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Get the secret token that received hook events should be validated against.
- getSecretToken() - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Get the secret token that received hook events should be validated against.
- getSendFromCommitterEmail() - Method in class org.gitlab4j.api.services.EmailOnPushService
- getServer() - Method in class org.gitlab4j.api.services.HipChatService
- getServicesApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the ServicesApi instance owned by this GitLabApi instance.
- getSetting(String) - Method in class org.gitlab4j.api.models.ApplicationSettings
- getSetting(Setting) - Method in class org.gitlab4j.api.models.ApplicationSettings
- getSettings() - Method in class org.gitlab4j.api.models.ApplicationSettings
- getSha() - Method in class org.gitlab4j.api.models.CommitStatus
- getSha() - Method in class org.gitlab4j.api.models.Deployment
- getSha() - Method in class org.gitlab4j.api.models.MergeRequest
- getSha() - Method in class org.gitlab4j.api.models.Pipeline
- getSha() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getSha() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getSha() - Method in class org.gitlab4j.api.webhook.JobEvent
- getSha() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getSharedProjects() - Method in class org.gitlab4j.api.models.Group
- getSharedRunnersEnabled() - Method in class org.gitlab4j.api.models.Project
- getSharedRunnersMinutesLimit() - Method in class org.gitlab4j.api.models.Group
- getSharedRunnersMinutesLimit() - Method in class org.gitlab4j.api.models.User
- getSharedStateCheck() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- getSharedWithGroups() - Method in class org.gitlab4j.api.models.Project
- getShort() - Method in class org.gitlab4j.api.models.References
- getShortId() - Method in class org.gitlab4j.api.models.Commit
- getShortRequestDump(String, boolean, HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
-
Build a String containing a short multi-line dump of an HTTP request.
- getShortRequestDump(String, HttpServletRequest) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
-
Build a String containing a very short multi-line dump of an HTTP request.
- getShortRevision() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getShortSha() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getShouldRemoveSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
- getSimpleView() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getSize() - Method in class org.gitlab4j.api.models.Artifact
- getSize() - Method in class org.gitlab4j.api.models.ArtifactsFile
- getSize() - Method in class org.gitlab4j.api.models.PackageFile
- getSize() - Method in class org.gitlab4j.api.models.RepositoryFile
- getSkipConfirmation() - Method in class org.gitlab4j.api.models.User
- getSkype() - Method in class org.gitlab4j.api.models.User
- getSlackService(Object) - Method in class org.gitlab4j.api.ServicesApi
-
Get the Slack notification settings for a project.
- getSlug() - Method in class org.gitlab4j.api.models.Environment
- getSlug() - Method in class org.gitlab4j.api.models.WikiPage
- getSlug() - Method in class org.gitlab4j.api.services.NotificationService
- getSlug() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getSnippet() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getSnippet(Long) - Method in class org.gitlab4j.api.SnippetsApi
-
Get a specific Snippet.
- getSnippet(Long, boolean) - Method in class org.gitlab4j.api.SnippetsApi
-
Get a specific Snippet.
- getSnippet(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Get a single of project snippet.
- getSnippetApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the SnippetsApi instance owned by this GitLabApi instance.
- getSnippetAwardEmoji(Object, Long, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get the specified award emoji for the specified snippet.
- getSnippetAwardEmojis(Object, Long) - Method in class org.gitlab4j.api.AwardEmojiApi
-
Get a list of award emoji for the specified snippet.
- getSnippetContent(Long) - Method in class org.gitlab4j.api.SnippetsApi
-
Get the content of a Snippet.
- getSnippetDiscussions(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of all discussions for the specified snippet.
- getSnippetDiscussions(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a list of discussions for the specified snippet.
- getSnippetDiscussionsPager(Object, Long, int) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Pager of Discussion instances for the specified snippet.
- getSnippetDiscussionsStream(Object, Long) - Method in class org.gitlab4j.api.DiscussionsApi
-
Get a Stream of Discussion instances for the specified snippet.
- getSnippets() - Method in class org.gitlab4j.api.SnippetsApi
-
Get a list of the authenticated user's snippets.
- getSnippets(boolean) - Method in class org.gitlab4j.api.SnippetsApi
-
Get a list of the authenticated user's snippets.
- getSnippets(int) - Method in class org.gitlab4j.api.SnippetsApi
-
Get a Pager of the authenticated user's snippets.
- getSnippets(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of the project snippets.
- getSnippets(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of project's snippets.
- getSnippets(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of project snippets.
- getSnippetsEnabled() - Method in class org.gitlab4j.api.models.Project
- getSnippetsStream() - Method in class org.gitlab4j.api.SnippetsApi
-
Get a Stream of the authenticated user's snippets.
- getSnippetsStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of the project snippets.
- getSort() - Method in class org.gitlab4j.api.models.IssueFilter
- getSort() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getSortedHeaders(Set<Map.Entry<String, List<String>>>) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- getSortOrder() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getSource() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getSource() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequest
- getSourceBranch() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getSourceBranch() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getSourceId() - Method in class org.gitlab4j.api.models.Membership
- getSourceIssue() - Method in class org.gitlab4j.api.models.IssueLink
- getSourceName() - Method in class org.gitlab4j.api.models.Membership
- getSourceProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
- getSourceProjectId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getSourceRule() - Method in class org.gitlab4j.api.models.ApprovalRule
- getSources() - Method in class org.gitlab4j.api.models.Assets
- getSources() - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- getSourceType() - Method in class org.gitlab4j.api.models.Membership
- getSourceUrl() - Method in class org.gitlab4j.api.models.LicenseTemplate
- getSourceUrl() - Method in class org.gitlab4j.api.ProjectLicense
- getSquash() - Method in class org.gitlab4j.api.models.MergeRequest
- getSquashCommitSha() - Method in class org.gitlab4j.api.models.MergeRequest
- getSquashOption() - Method in class org.gitlab4j.api.models.Project
- getSshKey(Long) - Method in class org.gitlab4j.api.UserApi
-
Get a single SSH Key.
- getSshKeys() - Method in class org.gitlab4j.api.UserApi
-
Get a list of currently authenticated user's SSH keys.
- getSshKeys(Long) - Method in class org.gitlab4j.api.UserApi
-
Get a list of a specified user's SSH keys.
- getSshUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getSshUrlToRepo() - Method in class org.gitlab4j.api.models.Project
- getStage() - Method in class org.gitlab4j.api.models.Deployable
- getStage() - Method in class org.gitlab4j.api.models.Job
- getStages() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getStarCount() - Method in class org.gitlab4j.api.models.Project
- getStarredProjects() - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects starred by the authenticated user.
- getStarredProjects(int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of projects starred by the authenticated user.
- getStarredProjects(int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of projects starred by the authenticated user in the specified page range.
- getStarredProjectsStream() - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of projects starred by the authenticated user.
- getStartBranch() - Method in class org.gitlab4j.api.models.CommitPayload
- getStartCommitSha() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getStartDate() - Method in class org.gitlab4j.api.models.Epic
- getStartDate() - Method in class org.gitlab4j.api.models.Milestone
- getStarted_at() - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.getStartedAt()
- getStartedAt() - Method in class org.gitlab4j.api.models.CommitStatus
- getStartedAt() - Method in class org.gitlab4j.api.models.Deployable
- getStartedAt() - Method in class org.gitlab4j.api.models.Job
- getStartedAt() - Method in class org.gitlab4j.api.models.Pipeline
- getStartedAt() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getStartline() - Method in class org.gitlab4j.api.models.SearchBlob
- getStartProject() - Method in class org.gitlab4j.api.models.CommitPayload
- getStartsAt() - Method in class org.gitlab4j.api.models.License
- getStartSha() - Method in class org.gitlab4j.api.models.CommitPayload
- getStartSha() - Method in class org.gitlab4j.api.models.DiffRef
- getStartSha() - Method in class org.gitlab4j.api.models.Position
- getState() - Method in class org.gitlab4j.api.models.AbstractUser
- getState() - Method in class org.gitlab4j.api.models.Environment
- getState() - Method in class org.gitlab4j.api.models.Issue
- getState() - Method in class org.gitlab4j.api.models.IssueEvent
- getState() - Method in class org.gitlab4j.api.models.IssueFilter
- getState() - Method in class org.gitlab4j.api.models.MergeRequest
- getState() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- getState() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getState() - Method in class org.gitlab4j.api.models.Milestone
- getState() - Method in class org.gitlab4j.api.models.Todo
- getState() - Method in class org.gitlab4j.api.models.User
- getState() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getState() - Method in class org.gitlab4j.api.webhook.EventChanges
- getState() - Method in class org.gitlab4j.api.webhook.EventIssue
- getState() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getStatistics() - Method in class org.gitlab4j.api.models.Group
- getStatistics() - Method in class org.gitlab4j.api.models.IssuesStatistics
- getStatistics() - Method in class org.gitlab4j.api.models.Project
- getStats() - Method in class org.gitlab4j.api.models.Commit
- getStats() - Method in class org.gitlab4j.api.models.CommitPayload
- getStatus() - Method in class org.gitlab4j.api.models.Commit
- getStatus() - Method in class org.gitlab4j.api.models.CommitStatus
- getStatus() - Method in class org.gitlab4j.api.models.Deployable
- getStatus() - Method in class org.gitlab4j.api.models.Deployment
- getStatus() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getStatus() - Method in class org.gitlab4j.api.models.HealthCheckItem
- getStatus() - Method in class org.gitlab4j.api.models.Job
- getStatus() - Method in class org.gitlab4j.api.models.Pipeline
- getStatus() - Method in class org.gitlab4j.api.models.Runner
- getStatus() - Method in class org.gitlab4j.api.webhook.BuildCommit
- getStatus() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getStatus() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getStatusChangedAt() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getStCommits() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getStDiff() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getStDiffs() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getStorageSize() - Method in class org.gitlab4j.api.models.Group.Statistics
- getStorageSize() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getSubGroups(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of visible direct subgroups in this group.
- getSubGroups(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of visible direct subgroups in this group.
- getSubGroups(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of visible direct subgroups in this group.
- getSubGroups(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of visible direct subgroups in this group.
- getSubGroups(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean, int, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of visible direct subgroups in this group.
- getSubGroupsStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of visible direct subgroups in this group.
- getSubGroupsStream(Object, List<Integer>, Boolean, String, Constants.GroupOrderBy, Constants.SortOrder, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of visible direct subgroups in this group.
- getSubscribed() - Method in class org.gitlab4j.api.models.EpicIssue
- getSubscribed() - Method in class org.gitlab4j.api.models.Issue
- getSubscribed() - Method in class org.gitlab4j.api.models.MergeRequest
- getSuccessPipeline() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- getSudoAsId() - Method in class org.gitlab4j.api.GitLabApi
-
Get the current sudo as ID, will return null if not in sudo mode.
- getSuggestionCommitMessage() - Method in class org.gitlab4j.api.models.Project
- getSystem() - Method in class org.gitlab4j.api.models.Note
- getSystem() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getSystemHooks() - Method in class org.gitlab4j.api.SystemHooksApi
-
Get a list of all system hooks.
- getSystemHooks(int) - Method in class org.gitlab4j.api.SystemHooksApi
-
Get a Pager of all system hooks.
- getSystemHooks(int, int) - Method in class org.gitlab4j.api.SystemHooksApi
-
Get a list of all system hooks using the specified page and per page settings.
- getSystemHooksApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the SystemHooksApi instance owned by this GitLabApi instance.
- getSystemHookStream() - Method in class org.gitlab4j.api.SystemHooksApi
-
Get a Stream of all system hooks.
- getTag() - Method in class org.gitlab4j.api.models.Deployable
- getTag() - Method in class org.gitlab4j.api.models.Job
- getTag() - Method in class org.gitlab4j.api.models.Pipeline
- getTag() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getTag() - Method in class org.gitlab4j.api.webhook.JobEvent
- getTag() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getTag() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
-
Get a specific repository tag determined by its name.
- getTagList() - Method in class org.gitlab4j.api.models.Project
- getTagList() - Method in class org.gitlab4j.api.models.RunnerDetail
- getTagName() - Method in class org.gitlab4j.api.models.Release
- getTagName() - Method in class org.gitlab4j.api.models.ReleaseParams
- getTagPath() - Method in class org.gitlab4j.api.models.Release
- getTagPushChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getTagPushChannel() - Method in class org.gitlab4j.api.services.SlackService
- getTagPushEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getTagPushEvents() - Method in class org.gitlab4j.api.models.SystemHook
- getTagPushEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getTags(Object) - Method in class org.gitlab4j.api.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
- getTags(Object, int) - Method in class org.gitlab4j.api.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
- getTags(Object, int, int) - Method in class org.gitlab4j.api.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
- getTags(Object, Constants.TagOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
- getTags(Object, Constants.TagOrderBy, Constants.SortOrder, String, int) - Method in class org.gitlab4j.api.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
- getTags(Object, Constants.TagOrderBy, Constants.SortOrder, String, int, int) - Method in class org.gitlab4j.api.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order and in the specified page range.
- getTagsApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the TagsApi instance owned by this GitLabApi instance.
- getTagsStream(Object) - Method in class org.gitlab4j.api.TagsApi
-
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
- getTagsStream(Object, Constants.TagOrderBy, Constants.SortOrder, String) - Method in class org.gitlab4j.api.TagsApi
-
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
- getTarget() - Method in class org.gitlab4j.api.models.Todo
- getTarget() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getTargetBranch() - Method in class org.gitlab4j.api.models.MergeRequest
- getTargetBranch() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getTargetBranch() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getTargetDetails() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getTargetId() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getTargetId() - Method in class org.gitlab4j.api.models.Event
- getTargetIid() - Method in class org.gitlab4j.api.models.Event
- getTargetIssue() - Method in class org.gitlab4j.api.models.IssueLink
- getTargetProjectId() - Method in class org.gitlab4j.api.models.MergeRequest
- getTargetProjectId() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getTargetTitle() - Method in class org.gitlab4j.api.models.Event
- getTargetType() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getTargetType() - Method in class org.gitlab4j.api.models.Event
- getTargetType() - Method in class org.gitlab4j.api.models.Todo
- getTargetUrl() - Method in class org.gitlab4j.api.models.CommitStatus
- getTargetUrl() - Method in class org.gitlab4j.api.models.Todo
- getTaskCompletionStatus() - Method in class org.gitlab4j.api.models.Issue
- getTaskCompletionStatus() - Method in class org.gitlab4j.api.models.MergeRequest
- getTaskStatus() - Method in class org.gitlab4j.api.models.Issue
- getTemplate() - Method in class org.gitlab4j.api.webhook.EventLabel
- getText() - Method in class org.gitlab4j.api.models.DetailedStatus
- getText() - Method in class org.gitlab4j.api.models.MarkdownRequest
- getThemeId() - Method in class org.gitlab4j.api.models.User
- getTimeEstimate() - Method in class org.gitlab4j.api.models.TimeStats
- getTimeEstimate() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getTimestamp() - Method in class org.gitlab4j.api.models.Commit
- getTimestamp() - Static method in class org.gitlab4j.api.utils.ISO8601
-
Get a ISO8601 formatted string for the current date and time.
- getTimestamp() - Method in class org.gitlab4j.api.webhook.EventCommit
- getTimestamp(boolean) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Get a ISO8601formatted string for the current date and time.
- getTimeStats() - Method in class org.gitlab4j.api.models.Issue
- getTimeStats() - Method in class org.gitlab4j.api.models.MergeRequest
- getTimeTrackingStats(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Get time tracking stats.
- getTitle() - Method in class org.gitlab4j.api.models.Commit
- getTitle() - Method in class org.gitlab4j.api.models.DeployKey
- getTitle() - Method in class org.gitlab4j.api.models.Epic
- 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.Snippet
- getTitle() - Method in class org.gitlab4j.api.models.SshKey
- getTitle() - Method in class org.gitlab4j.api.models.WikiPage
- getTitle() - Method in class org.gitlab4j.api.services.NotificationService
- getTitle() - Method in class org.gitlab4j.api.webhook.EventChanges
- getTitle() - Method in class org.gitlab4j.api.webhook.EventIssue
- getTitle() - Method in class org.gitlab4j.api.webhook.EventLabel
- getTitle() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getTitle() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getTitle() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getTo() - Method in class org.gitlab4j.api.models.AuditEventDetail
- getTo() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getTodos(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType) - Method in class org.gitlab4j.api.TodosApi
-
Get a List of all todos that match the provided filter params.
- getTodos(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType, int) - Method in class org.gitlab4j.api.TodosApi
-
Returns a Pager of todos that match the provided filter params.
- getTodosApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the TodosApi instance owned by this GitLabApi instance.
- getTodosStream(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType) - Method in class org.gitlab4j.api.TodosApi
-
Get a List of all todos that match the provided filter params.
- getToken() - Method in class org.gitlab4j.api.models.DeployToken
- getToken() - Method in class org.gitlab4j.api.models.ImpersonationToken
- getToken() - Method in class org.gitlab4j.api.models.ProjectHook
- getToken() - Method in class org.gitlab4j.api.models.RunnerDetail
- getToken() - Method in class org.gitlab4j.api.models.Trigger
- getToken() - Method in class org.gitlab4j.api.services.HipChatService
- getTokenType() - Method in class org.gitlab4j.api.GitLabApi
-
Get the TokenType this client is using.
- getTokenType() - Method in class org.gitlab4j.api.models.OauthTokenResponse
- getTooltip() - Method in class org.gitlab4j.api.models.DetailedStatus
- getTotal() - Method in class org.gitlab4j.api.models.CommitStats
- getTotal() - Method in class org.gitlab4j.api.models.ProjectFetches.Fetches
- getTotalCommitsCount() - Method in class org.gitlab4j.api.models.EventData
- getTotalCommitsCount() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getTotalItems() - Method in class org.gitlab4j.api.Pager
-
Get the total number of items (T instances) returned by the GitLab API.
- getTotalPages() - Method in class org.gitlab4j.api.Pager
-
Get the total number of pages returned by the GitLab API.
- getTotalSize() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- getTotalTimeSpent() - Method in class org.gitlab4j.api.models.TimeStats
- getTotalTimeSpent() - Method in class org.gitlab4j.api.webhook.EventChanges
- getTotalTimeSpent() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getTrace(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Get a trace of a specific job of a project
- getTrailer() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getTree(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of repository files and directories in a project.
- getTree(Object, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Pager of repository files and directories in a project.
- getTree(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of repository files and directories in a project.
- getTree(Object, String, String, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Pager of repository files and directories in a project.
- getTree(Object, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a list of repository files and directories in a project.
- getTree(Object, String, String, Boolean, int) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Pager of repository files and directories in a project.
- getTreeStream(Object) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Stream of repository files and directories in a project.
- getTreeStream(Object, String, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Stream of repository files and directories in a project.
- getTreeStream(Object, String, String, Boolean) - Method in class org.gitlab4j.api.RepositoryApi
-
Get a Stream of repository files and directories in a project.
- getTwitter() - Method in class org.gitlab4j.api.models.User
- getTwoFactorEnabled() - Method in class org.gitlab4j.api.models.User
- getType() - Method in class org.gitlab4j.api.models.CommitRef
- getType() - Method in class org.gitlab4j.api.models.Note
- getType() - Method in class org.gitlab4j.api.models.TreeItem
- getType() - Method in class org.gitlab4j.api.webhook.EventLabel
- getType() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getType() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getUnprotectAccessLevels() - Method in class org.gitlab4j.api.models.ProtectedBranch
- getUpdated_at() - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.getUpdatedAt()
- getUpdatedAfter() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getUpdatedAfter() - Method in class org.gitlab4j.api.models.IssueFilter
- getUpdatedAfter() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getUpdatedAt() - Method in class org.gitlab4j.api.models.ApplicationSettings
- getUpdatedAt() - Method in class org.gitlab4j.api.models.AwardEmoji
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Deployment
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Epic
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Issue
- getUpdatedAt() - Method in class org.gitlab4j.api.models.MergeRequest
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Milestone
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Note
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Pipeline
- getUpdatedAt() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Snippet
- getUpdatedAt() - Method in class org.gitlab4j.api.models.Trigger
- getUpdatedAt() - Method in class org.gitlab4j.api.services.NotificationService
- getUpdatedAt() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getUpdatedAt() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- getUpdatedAt() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- getUpdatedAt() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- getUpdatedAt() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getUpdatedAt() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventChanges
- getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventIssue
- getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventLabel
- getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getUpdatedAt() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getUpdatedAt() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getUpdatedBefore() - Method in class org.gitlab4j.api.models.DeploymentFilter
- getUpdatedBefore() - Method in class org.gitlab4j.api.models.IssueFilter
- getUpdatedBefore() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getUpdatedById() - Method in class org.gitlab4j.api.webhook.EventChanges
- getUpdatedById() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getUpdateStatus() - Method in class org.gitlab4j.api.models.RemoteMirror
- getUpvote() - Method in class org.gitlab4j.api.models.Note
- getUpvotes() - Method in class org.gitlab4j.api.models.EpicIssue
- getUpvotes() - Method in class org.gitlab4j.api.models.Issue
- getUpvotes() - Method in class org.gitlab4j.api.models.MergeRequest
- getUrl() - Method in class org.gitlab4j.api.models.Assets.Link
- getUrl() - Method in class org.gitlab4j.api.models.Assets.Source
- getUrl() - Method in class org.gitlab4j.api.models.Commit
- getUrl() - Method in class org.gitlab4j.api.models.FileUpload
- getUrl() - Method in class org.gitlab4j.api.models.ProjectHook
- getUrl() - Method in class org.gitlab4j.api.models.RemoteMirror
- getUrl() - Method in class org.gitlab4j.api.models.Repository
- getUrl() - Method in class org.gitlab4j.api.models.SystemHook
- getUrl() - Method in class org.gitlab4j.api.models.WikiAttachment.Link
- getUrl() - Method in class org.gitlab4j.api.services.JiraService
- getUrl() - Method in class org.gitlab4j.api.webhook.EventCommit
- getUrl() - Method in class org.gitlab4j.api.webhook.EventIssue
- getUrl() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getUrl() - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- getUrl() - Method in class org.gitlab4j.api.webhook.EventReleaseSource
- getUrl() - Method in class org.gitlab4j.api.webhook.EventRepository
- getUrl() - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- getUrl() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- getUrl() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- getUrlWithBase(Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Construct a REST URL with the specified path arguments using Gitlab base url.
- getUser() - Method in class org.gitlab4j.api.models.ApprovedBy
- getUser() - Method in class org.gitlab4j.api.models.AwardEmoji
- getUser() - Method in class org.gitlab4j.api.models.Deployable
- getUser() - Method in class org.gitlab4j.api.models.Deployment
- getUser() - Method in class org.gitlab4j.api.models.IssueEvent
- getUser() - Method in class org.gitlab4j.api.models.Job
- getUser() - Method in class org.gitlab4j.api.models.Key
- getUser() - Method in class org.gitlab4j.api.models.LabelEvent
- getUser() - Method in class org.gitlab4j.api.models.Pipeline
- getUser() - Method in class org.gitlab4j.api.webhook.BuildEvent
- getUser() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getUser() - Method in class org.gitlab4j.api.webhook.IssueEvent
- getUser() - Method in class org.gitlab4j.api.webhook.JobEvent
- getUser() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- getUser() - Method in class org.gitlab4j.api.webhook.NoteEvent
- getUser() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- getUser() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- getUser(Long) - Method in class org.gitlab4j.api.UserApi
-
Get a single user.
- getUser(String) - Method in class org.gitlab4j.api.UserApi
-
Lookup a user by username.
- getUserApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the UserApi instance owned by this GitLabApi instance.
- getUserAvatar() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getUserAvatar() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getUserByEmail(String) - Method in class org.gitlab4j.api.UserApi
-
Lookup a user by email address.
- getUserByExternalUid(String, String) - Method in class org.gitlab4j.api.UserApi
-
Lookup a user by external UID.
- getUserBySSHKeyFingerprint(String) - Method in class org.gitlab4j.api.KeysApi
- getUserEmail() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getUserEmail() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getUserEmail() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getUserEmail() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the specified user.
- getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the specified user and in the specified page range.
- getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.gitlab4j.api.EventsApi
-
Get a list of events for the specified user and in the specified page range.
- getUserEventsStream(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.gitlab4j.api.EventsApi
-
Get a Stream of events for the specified user.
- getUserId() - Method in class org.gitlab4j.api.models.BranchAccessLevel
- getUserId() - Method in class org.gitlab4j.api.models.EventData
- getUserId() - Method in class org.gitlab4j.api.models.SshKey
- getUserId() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getUserId() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getUserId() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getUserId() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getUserId() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getUserIdOrUsername(Object) - Method in class org.gitlab4j.api.AbstractApi
-
Returns the user ID or path from the provided Integer, String, or User instance.
- getUserLimit() - Method in class org.gitlab4j.api.models.License
- getUsername() - Method in class org.gitlab4j.api.models.AbstractUser
- getUsername() - Method in class org.gitlab4j.api.models.DeployToken
- getUsername() - Method in class org.gitlab4j.api.services.JiraService
- getUsername() - Method in class org.gitlab4j.api.services.MattermostService
- getUsername() - Method in class org.gitlab4j.api.services.SlackService
- getUsername() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- getUsername() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- getUserName() - Method in class org.gitlab4j.api.models.EventData
- getUserName() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getUserName() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- getUserName() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getUserName() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getUserNotesCount() - Method in class org.gitlab4j.api.models.Issue
- getUserNotesCount() - Method in class org.gitlab4j.api.models.MergeRequest
- getUserProjects(Object, ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of visible projects owned by the given user.
- getUserProjects(Object, ProjectFilter, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of visible projects owned by the given user.
- getUserProjects(Object, ProjectFilter, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of visible projects owned by the given user in the specified page range.
- getUserProjectsStream(Object, ProjectFilter) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of visible projects owned by the given user.
- getUsers() - Method in class org.gitlab4j.api.models.ApprovalRule
- getUsers() - Method in class org.gitlab4j.api.UserApi
-
Get a list of users.
- getUsers(int) - Method in class org.gitlab4j.api.UserApi
-
Get a Pager 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.
- getUsersStream() - Method in class org.gitlab4j.api.UserApi
-
Get a Stream of users.
- getUserUrl() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- getUserUsername() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- getUserUsername() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- getUserUsername() - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- getValidationErrors() - Method in exception org.gitlab4j.api.GitLabApiException
-
Returns a Map<String, List<String>> instance containing validation errors if this GitLabApiException was caused by validation errors on the GitLab server, otherwise returns null.
- getValue() - Method in class org.gitlab4j.api.models.CustomAttribute
- getValue() - Method in class org.gitlab4j.api.models.Variable
- getVariable(Object, String) - Method in class org.gitlab4j.api.GroupApi
-
Get the details of a group variable.
- getVariable(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Get the details of a project variable.
- getVariables() - Method in class org.gitlab4j.api.models.PipelineSchedule
- getVariables() - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- getVariables(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get list of a group’s variables.
- getVariables(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get list of a project's variables.
- getVariables(Object, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a Pager of variables belonging to the specified group.
- getVariables(Object, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Pager of variables belonging to the specified project.
- getVariables(Object, int, int) - Method in class org.gitlab4j.api.GroupApi
-
Get a list of variables for the specified group in the specified page range.
- getVariables(Object, int, int) - Method in class org.gitlab4j.api.ProjectApi
-
Get a list of variables for the specified project in the specified page range.
- getVariablesStream(Object) - Method in class org.gitlab4j.api.GroupApi
-
Get a Stream of variables belonging to the specified group.
- getVariablesStream(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Get a Stream of variables belonging to the specified project.
- getVariableType() - Method in class org.gitlab4j.api.models.Variable
- getVerificationStatus() - Method in class org.gitlab4j.api.models.GpgSignature
- getVersion() - Method in class org.gitlab4j.api.GitLabApi
-
Get the version info for the GitLab server using the GitLab Version API.
- getVersion() - Method in class org.gitlab4j.api.models.ChangelogPayload
- getVersion() - Method in class org.gitlab4j.api.models.Package
- getVersion() - Method in class org.gitlab4j.api.models.RunnerDetail
- getVersion() - Method in class org.gitlab4j.api.models.Version
- getVisibility() - Method in class org.gitlab4j.api.models.Group
- getVisibility() - Method in class org.gitlab4j.api.models.Project
- getVisibility() - Method in class org.gitlab4j.api.models.Snippet
- 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
- getVisibilityLevel() - Method in class org.gitlab4j.api.webhook.EventSnippet
- getWallEnabled() - Method in class org.gitlab4j.api.models.Project
- getWebhook() - Method in class org.gitlab4j.api.services.MattermostService
- getWebhook() - Method in class org.gitlab4j.api.services.SlackService
- getWebsiteUrl() - Method in class org.gitlab4j.api.models.User
- getWebUrl() - Method in class org.gitlab4j.api.models.AbstractUser
- getWebUrl() - Method in class org.gitlab4j.api.models.Branch
- getWebUrl() - Method in class org.gitlab4j.api.models.Commit
- getWebUrl() - Method in class org.gitlab4j.api.models.Deployable
- getWebUrl() - Method in class org.gitlab4j.api.models.Group
- getWebUrl() - Method in class org.gitlab4j.api.models.Issue
- getWebUrl() - Method in class org.gitlab4j.api.models.Job
- getWebUrl() - Method in class org.gitlab4j.api.models.MergeRequest
- getWebUrl() - Method in class org.gitlab4j.api.models.Namespace
- getWebUrl() - Method in class org.gitlab4j.api.models.Pipeline
- getWebUrl() - Method in class org.gitlab4j.api.models.Project
- getWebUrl() - Method in class org.gitlab4j.api.models.Snippet
- getWebUrl() - Method in class org.gitlab4j.api.webhook.EventProject
- getWebUrl() - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- getWeight() - Method in class org.gitlab4j.api.models.Issue
- getWhen() - Method in class org.gitlab4j.api.models.Job
- getWidth() - Method in class org.gitlab4j.api.models.Position
- getWiki() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- getWikiEnabled() - Method in class org.gitlab4j.api.models.Project
- getWikiPageChannel() - Method in class org.gitlab4j.api.services.MattermostService
- getWikiPageChannel() - Method in class org.gitlab4j.api.services.SlackService
- getWikiPageEvents() - Method in class org.gitlab4j.api.models.ProjectHook
- getWikiPageEvents() - Method in class org.gitlab4j.api.services.NotificationService
- getWikisApi() - Method in class org.gitlab4j.api.GitLabApi
-
Gets the WikisApi instance owned by this GitLabApi instance.
- getWikiSize() - Method in class org.gitlab4j.api.models.ProjectStatistics
- getWip() - Method in class org.gitlab4j.api.models.MergeRequestFilter
- getWithAccepts(MultivaluedMap<String, 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.
- getWithAccepts(MultivaluedMap<String, String>, URL, String) - 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.
- getWithAccepts(Response.Status, MultivaluedMap<String, 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.
- getWorkInProgress() - Method in class org.gitlab4j.api.models.MergeRequest
- getWorkInProgress() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- getX() - Method in class org.gitlab4j.api.models.Position
- getY() - Method in class org.gitlab4j.api.models.Position
- getYamlErrors() - Method in class org.gitlab4j.api.models.Pipeline
- GITALY_TIMEOUT_DEFAULT - org.gitlab4j.api.models.Setting
-
Default Gitaly timeout, in seconds.
- GITALY_TIMEOUT_FAST - org.gitlab4j.api.models.Setting
-
Gitaly fast operation timeout, in seconds.
- GITALY_TIMEOUT_MEDIUM - org.gitlab4j.api.models.Setting
-
Medium Gitaly timeout, in seconds.
- gitLabApi - Variable in class org.gitlab4j.api.AbstractApi
- 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 using GitLab API version 4.
- GitLabApi(String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
- GitLabApi(String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
- GitLabApi(String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
- GitLabApi(String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
- GitLabApi(String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
- GitLabApi(String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using GitLab API version 4.
- GitLabApi(GitLabApi.ApiVersion, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
- GitLabApi(GitLabApi.ApiVersion, String, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
- GitLabApi(GitLabApi.ApiVersion, String, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
- GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
- GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server using the specified GitLab API version.
- GitLabApi(GitLabApi.ApiVersion, String, Constants.TokenType, String, String, Map<String, Object>) - Constructor for class org.gitlab4j.api.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
- GitLabApi.ApiVersion - Enum in org.gitlab4j.api
-
Specifies the version of the GitLab API to communicate with.
- 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 GitLab API version 4, and 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 GitLab API version 4, and 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 GitLab API version 4, and the specified server URL and private token.
- GitLabApiClient(String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
- GitLabApiClient(String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using GitLab API version 4, and the specified server URL, private token, and secret token.
- GitLabApiClient(GitLabApi.ApiVersion, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
- GitLabApiClient(GitLabApi.ApiVersion, String, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
- GitLabApiClient(GitLabApi.ApiVersion, 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 GitLab API version, server URL and private token.
- GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, auth token type, private or access token, and secret token.
- GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, String, String) - Constructor for class org.gitlab4j.api.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL, private token, and secret token.
- GitLabApiClient(GitLabApi.ApiVersion, String, Constants.TokenType, 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 GitLab API version, server URL and private token.
- 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(Exception) - Constructor for exception org.gitlab4j.api.GitLabApiException
-
Create a GitLabApiException instance based on the exception.
- GitLabApiException(String) - Constructor for exception org.gitlab4j.api.GitLabApiException
-
Create a GitLabApiException instance with the specified message.
- GitLabApiException(String, int) - Constructor for exception org.gitlab4j.api.GitLabApiException
-
Create a GitLabApiException instance with the specified message and HTTP status code.
- GitLabApiException(Response) - Constructor for exception org.gitlab4j.api.GitLabApiException
-
Create a GitLabApiException instance based on the ClientResponse.
- 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
- GitLabApiForm(int, int) - Constructor for class org.gitlab4j.api.GitLabApiForm
-
Create a GitLabApiForm instance with the "page", and "per_page" parameters preset.
- GitLabApiForm(MultivaluedHashMap<String, String>) - Constructor for class org.gitlab4j.api.GitLabApiForm
- GLOBAL - org.gitlab4j.api.models.NotificationSettings.Level
- globalSearch(Constants.SearchScope, String) - Method in class org.gitlab4j.api.SearchApi
-
Search globally across the GitLab instance.
- globalSearch(Constants.SearchScope, String, int) - Method in class org.gitlab4j.api.SearchApi
-
Search globally across the GitLab instance.
- globalSearchStream(Constants.SearchScope, String) - Method in class org.gitlab4j.api.SearchApi
-
Search globally across the GitLab instance.
- GOLANG - org.gitlab4j.api.models.PackageType
- GpgKey - Class in org.gitlab4j.api.models
- GpgKey() - Constructor for class org.gitlab4j.api.models.GpgKey
- GpgSignature - Class in org.gitlab4j.api.models
- GpgSignature() - Constructor for class org.gitlab4j.api.models.GpgSignature
- GRAFANA_ENABLED - org.gitlab4j.api.models.Setting
-
Enable Grafana.
- GRAFANA_URL - org.gitlab4j.api.models.Setting
-
Grafana URL.
- GRAVATAR_ENABLED - org.gitlab4j.api.models.Setting
-
Enable Gravatar.
- Group - Class in org.gitlab4j.api.models
- Group() - Constructor for class org.gitlab4j.api.models.Group
- GROUP - org.gitlab4j.api.models.Badge.BadgeKind
- GROUP_CREATE_EVENT - Static variable in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- GROUP_DESTROY_EVENT - Static variable in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- GROUP_MEMBER_REMOVED_EVENT - Static variable in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- GROUP_RENAME_EVENT - Static variable in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- GROUP_TYPE - org.gitlab4j.api.models.Runner.RunnerType
- Group.Statistics - Class in org.gitlab4j.api.models
- GroupApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab groups calls.
- GroupApi(GitLabApi) - Constructor for class org.gitlab4j.api.GroupApi
- GroupFilter - Class in org.gitlab4j.api.models
-
This class is used to filter Projects when getting lists of projects for a specified group.
- GroupFilter() - Constructor for class org.gitlab4j.api.models.GroupFilter
- GroupMemberSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- GroupMemberSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- GroupParams - Class in org.gitlab4j.api.models
-
This class is utilized by the
GroupApi.createGroup(GroupParams)
andGroupApi.updateGroup(Object, GroupParams)
methods to set the parameters for the call to the GitLab API. - GroupParams() - Constructor for class org.gitlab4j.api.models.GroupParams
- GroupParams.DefaultBranchProtectionLevel - Enum in org.gitlab4j.api.models
- GroupParams.ProjectCreationLevel - Enum in org.gitlab4j.api.models
-
Constant to specify the project_creation_level for the group.
- GroupParams.SubgroupCreationLevel - Enum in org.gitlab4j.api.models
-
Constant to specify the subgroup_creation_level for the group.
- GroupProjectsFilter - Class in org.gitlab4j.api.models
-
This class is used to filter Projects when getting lists of projects for a specified group.
- GroupProjectsFilter() - Constructor for class org.gitlab4j.api.models.GroupProjectsFilter
- groupSearch(Object, Constants.GroupSearchScope, String) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified group.
- groupSearch(Object, Constants.GroupSearchScope, String, int) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified group.
- groupSearchStream(Object, Constants.GroupSearchScope, String) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified group.
- GroupSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- GroupSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- GUEST - org.gitlab4j.api.models.AccessLevel
H
- handle(Exception) - Method in class org.gitlab4j.api.AbstractApi
-
Wraps an exception in a GitLabApiException if needed.
- handleEvent(HttpServletRequest) - Method in interface org.gitlab4j.api.HookManager
-
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
- handleEvent(HttpServletRequest) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Parses and verifies an SystemHookEvent instance from the HTTP request and fires it off to the registered listeners.
- handleEvent(HttpServletRequest) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
- handleEvent(SystemHookEvent) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Verifies the provided Event and fires it off to the registered listeners.
- handleEvent(Event) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Verifies the provided Event and fires it off to the registered listeners.
- handleRequest(HttpServletRequest) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Parses and verifies an SystemHookEvent instance from the HTTP request and fires it off to the registered listeners.
- handleRequest(HttpServletRequest) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
- hashCode() - Method in exception org.gitlab4j.api.GitLabApiException
- HASHED_STORAGE_ENABLED - org.gitlab4j.api.models.Setting
-
Create new projects using hashed storage paths: Enable immutable, hash-based paths and repository names to store repositories on disk.
- hasNext() - Method in class org.gitlab4j.api.Pager
-
Returns the true if there are additional pages to iterate over, otherwise returns false.
- hasValidationErrors() - Method in exception org.gitlab4j.api.GitLabApiException
-
Returns true if this GitLabApiException was caused by validation errors on the GitLab server, otherwise returns false.
- head(MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform an HTTP HEAD call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- head(MultivaluedMap<String, String>, URL) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform an HTTP HEAD call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
- head(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.gitlab4j.api.AbstractApi
-
Perform an HTTP HEAD call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- HEALTH_CHECK_ACCESS_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- HEALTH_CHECK_ACCESS_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- HealthCheckApi - Class in org.gitlab4j.api
- HealthCheckApi(GitLabApi) - Constructor for class org.gitlab4j.api.HealthCheckApi
- HealthCheckInfo - Class in org.gitlab4j.api.models
- HealthCheckInfo() - Constructor for class org.gitlab4j.api.models.HealthCheckInfo
- HealthCheckItem - Class in org.gitlab4j.api.models
- HealthCheckItem() - Constructor for class org.gitlab4j.api.models.HealthCheckItem
- HealthCheckStatus - Enum in org.gitlab4j.api.models
- HELM - org.gitlab4j.api.models.PackageType
- HELP_PAGE_HIDE_COMMERCIAL_CONTENT - org.gitlab4j.api.models.Setting
-
Hide marketing-related entries from help.
- HELP_PAGE_SUPPORT_URL - org.gitlab4j.api.models.Setting
-
Alternate support URL for help page and help dropdown.
- HELP_PAGE_TEXT - org.gitlab4j.api.models.Setting
-
Custom text displayed on the help page.
- HELP_TEXT - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) GitLab server administrator information
- HIDDEN - org.gitlab4j.api.Constants.PackageStatus
- HIDE_THIRD_PARTY_OFFERS - org.gitlab4j.api.models.Setting
-
Do not display offers from third parties within GitLab.
- HipChatService - Class in org.gitlab4j.api.services
- HipChatService() - Constructor for class org.gitlab4j.api.services.HipChatService
- HOME_PAGE_URL - org.gitlab4j.api.models.Setting
-
Redirect to this URL when not logged in.
- HookManager - Interface in org.gitlab4j.api
-
This interface provides a base class handler for processing GitLab Web Hook and System Hook callouts.
- HOUSEKEEPING_BITMAPS_ENABLED - org.gitlab4j.api.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLED
Enable Git pack file bitmap creation. - HOUSEKEEPING_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.HOUSEKEEPING_BITMAPS_ENABLED
,Setting.HOUSEKEEPING_FULL_REPACK_PERIOD
,Setting.HOUSEKEEPING_GC_PERIOD
, andSetting.HOUSEKEEPING_INCREMENTAL_REPACK_PERIOD
) Enable or disable Git housekeeping. - HOUSEKEEPING_FULL_REPACK_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLED
Number of Git pushes after which an incremental git repack is run. - HOUSEKEEPING_GC_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLED
Number of Git pushes after which git gc is run. - HOUSEKEEPING_INCREMENTAL_REPACK_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLED
Number of Git pushes after which an incremental git repack is run. - HTML_EMAILS_ENABLED - org.gitlab4j.api.models.Setting
-
Enable HTML emails.
- HttpRequestUtils - Class in org.gitlab4j.api.utils
- HttpRequestUtils() - Constructor for class org.gitlab4j.api.utils.HttpRequestUtils
I
- ID - org.gitlab4j.api.Constants.DeploymentOrderBy
- ID - org.gitlab4j.api.Constants.GroupOrderBy
- ID - org.gitlab4j.api.Constants.PipelineOrderBy
- ID - org.gitlab4j.api.Constants.ProjectOrderBy
- Identity - Class in org.gitlab4j.api.models
- Identity() - Constructor for class org.gitlab4j.api.models.Identity
- IID - org.gitlab4j.api.Constants.DeploymentOrderBy
- IMAGE - org.gitlab4j.api.models.Position.PositionType
- ImpersonationToken - Class in org.gitlab4j.api.models
- ImpersonationToken() - Constructor for class org.gitlab4j.api.models.ImpersonationToken
- ImpersonationToken.Scope - Enum in org.gitlab4j.api.models
-
Enum to specify the scope of an ImpersonationToken.
- IMPORT_SOURCES - org.gitlab4j.api.models.Setting
-
Sources to allow project import from, possible values: github, bitbucket, bitbucket_server, gitlab, google_code, fogbugz, git, gitlab_project, gitea, manifest, and phabricator.
- IMPORTED - org.gitlab4j.api.Constants.ActionType
- ImportExportApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API project import/export calls.
- ImportExportApi(GitLabApi) - Constructor for class org.gitlab4j.api.ImportExportApi
- ImportStatus - Class in org.gitlab4j.api.models
- ImportStatus() - Constructor for class org.gitlab4j.api.models.ImportStatus
- ImportStatus.Status - Enum in org.gitlab4j.api.models
-
Enum representing the status of the import.
- INACTIVE - org.gitlab4j.api.Constants.ImpersonationState
- INSTANCE_STATISTICS_VISIBILITY_PRIVATE - org.gitlab4j.api.models.Setting
-
When set to true Instance statistics will only be available to admins.
- INSTANCE_TYPE - org.gitlab4j.api.models.Runner.RunnerType
- INTERNAL - org.gitlab4j.api.models.Visibility
- INVALID - org.gitlab4j.api.models.AccessLevel
- invocation(URL, MultivaluedMap<String, String>) - Method in class org.gitlab4j.api.GitLabApiClient
- invocation(URL, MultivaluedMap<String, String>, String) - Method in class org.gitlab4j.api.GitLabApiClient
- isAllowFailure() - Method in class org.gitlab4j.api.models.CommitStatus
- isApiVersion(GitLabApi.ApiVersion) - Method in class org.gitlab4j.api.AbstractApi
- isFeatured() - Method in class org.gitlab4j.api.models.LicenseTemplate
- isGfm() - Method in class org.gitlab4j.api.models.MarkdownRequest
- isIssueTodo() - Method in class org.gitlab4j.api.models.Todo
- isMergeRequestTodo() - Method in class org.gitlab4j.api.models.Todo
- ISO8601 - Class in org.gitlab4j.api.utils
-
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
- ISO8601() - Constructor for class org.gitlab4j.api.utils.ISO8601
- isSubscribed() - Method in class org.gitlab4j.api.models.Label
- Issue - Class in org.gitlab4j.api.models
- Issue() - Constructor for class org.gitlab4j.api.models.Issue
- ISSUE - org.gitlab4j.api.Constants.TargetType
- ISSUE - org.gitlab4j.api.Constants.TodoType
- ISSUE - org.gitlab4j.api.models.AwardEmoji.AwardableType
- ISSUE - org.gitlab4j.api.models.IssueEvent.ResourceType
- ISSUE - org.gitlab4j.api.models.LabelEvent.ResourceType
- ISSUE - org.gitlab4j.api.models.Note.NoteableType
- ISSUE - org.gitlab4j.api.webhook.NoteEvent.NoteableType
- ISSUE_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- Issue.TaskCompletionStatus - Class in org.gitlab4j.api.models
- IssueChanges - Class in org.gitlab4j.api.webhook
- IssueChanges() - Constructor for class org.gitlab4j.api.webhook.IssueChanges
- IssueEvent - Class in org.gitlab4j.api.models
- IssueEvent - Class in org.gitlab4j.api.webhook
- IssueEvent() - Constructor for class org.gitlab4j.api.models.IssueEvent
- IssueEvent() - Constructor for class org.gitlab4j.api.webhook.IssueEvent
- IssueEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
- IssueEvent.ResourceType - Enum in org.gitlab4j.api.models
-
Enum to use for specifying the state events resource type.
- IssueFilter - Class in org.gitlab4j.api.models
-
This class is used to filter issues when getting lists of them.
- IssueFilter() - Constructor for class org.gitlab4j.api.models.IssueFilter
- IssueLink - Class in org.gitlab4j.api.models
- IssueLink() - Constructor for class org.gitlab4j.api.models.IssueLink
- ISSUES - org.gitlab4j.api.Constants.GroupSearchScope
- ISSUES - org.gitlab4j.api.Constants.ProjectSearchScope
- ISSUES - org.gitlab4j.api.Constants.SearchScope
- ISSUES_CREATE_LIMIT - org.gitlab4j.api.models.Setting
- ISSUES_URL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- IssuesApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API Issue calls.
- IssuesApi(GitLabApi) - Constructor for class org.gitlab4j.api.IssuesApi
- IssuesStatistics - Class in org.gitlab4j.api.models
- IssuesStatistics() - Constructor for class org.gitlab4j.api.models.IssuesStatistics
- IssuesStatistics.Counts - Class in org.gitlab4j.api.models
- IssuesStatistics.Statistics - Class in org.gitlab4j.api.models
- IssuesStatisticsFilter - Class in org.gitlab4j.api.models
-
This class is used to filter issues when getting issue statistics. of them.
- IssuesStatisticsFilter() - Constructor for class org.gitlab4j.api.models.IssuesStatisticsFilter
- isValid(Object) - Method in enum org.gitlab4j.api.models.Setting
-
Returns true if the provided value is of the correct type specified by this ApplicationSetting enum, otherwise returns false.
- isValid(Branch) - Static method in class org.gitlab4j.api.models.Branch
- isValid(MergeRequest) - Static method in class org.gitlab4j.api.models.MergeRequest
- isValid(Project) - Static method in class org.gitlab4j.api.models.Project
- isValid(ProtectedBranch) - Static method in class org.gitlab4j.api.models.ProtectedBranch
- isValidEmail(String) - Static method in class org.gitlab4j.api.utils.EmailChecker
-
Returns true if the provided String is a valid email address.
- isValidSecretToken(String) - Method in interface org.gitlab4j.api.HookManager
-
Validate the provided secret token against the reference secret token.
- isValidSecretToken(HttpServletRequest) - Method in interface org.gitlab4j.api.HookManager
-
Validate the provided secret token found in the HTTP header against the reference secret token.
J
- JacksonJson - Class in org.gitlab4j.api.utils
-
Jackson JSON Configuration and utility class.
- JacksonJson() - Constructor for class org.gitlab4j.api.utils.JacksonJson
- JacksonJson.DateOnlySerializer - Class in org.gitlab4j.api.utils
-
JsonSerializer for serializing dates s yyyy-mm-dd in UTC timezone.
- JacksonJson.JsonDateDeserializer - Class in org.gitlab4j.api.utils
-
JsonDeserializer for deserializing ISO8601 formatted dates.
- JacksonJson.JsonDateSerializer - Class in org.gitlab4j.api.utils
-
JsonSerializer for serializing ISO8601 formatted dates.
- JacksonJson.UserListDeserializer - Class in org.gitlab4j.api.utils
-
Deserializer for the odd User instances in the "approved_by" array in the merge_request JSON.
- JacksonJson.UserListSerializer - Class in org.gitlab4j.api.utils
-
Serializer for the odd User instances in the "approved_by" array in the merge_request JSON.
- JacksonJsonEnumHelper<E extends Enum<E>> - Class in org.gitlab4j.api.utils
- JacksonJsonEnumHelper(Class<E>) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
- JacksonJsonEnumHelper(Class<E>, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
- JacksonJsonEnumHelper(Class<E>, boolean, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
- JacksonJsonEnumHelper(Class<E>, boolean, boolean, boolean) - Constructor for class org.gitlab4j.api.utils.JacksonJsonEnumHelper
- JIRA_ISSUE_TRANSITION_ID_PROP - Static variable in class org.gitlab4j.api.services.JiraService
- JiraService - Class in org.gitlab4j.api.services
- JiraService() - Constructor for class org.gitlab4j.api.services.JiraService
- Job - Class in org.gitlab4j.api.models
- Job() - Constructor for class org.gitlab4j.api.models.Job
- JOB_HOOK_X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.BuildEvent
- JOB_HOOK_X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.JobEvent
- JobApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API job calls.
- JobApi(GitLabApi) - Constructor for class org.gitlab4j.api.JobApi
- JobEvent - Class in org.gitlab4j.api.webhook
- JobEvent() - Constructor for class org.gitlab4j.api.webhook.JobEvent
- JobStatus - Enum in org.gitlab4j.api.models
-
Enum for the various Job status values.
- JOINED - org.gitlab4j.api.Constants.ActionType
- JsonDateDeserializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.JsonDateDeserializer
- JsonDateSerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.JsonDateSerializer
- JUNIT - org.gitlab4j.api.models.Artifact.FileType
K
- keepArtifacts(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Prevents artifacts from being deleted when expiration is set.
- Key - Class in org.gitlab4j.api.models
- Key() - Constructor for class org.gitlab4j.api.models.Key
- KEY_CREATE_EVENT - Static variable in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- KEY_DESTROY_EVENT - Static variable in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- KeysApi - Class in org.gitlab4j.api
-
See: https://docs.gitlab.com/ee/api/keys.html#get-user-by-fingerprint-of-ssh-key
- KeysApi(GitLabApi) - Constructor for class org.gitlab4j.api.KeysApi
- KeySystemHookEvent - Class in org.gitlab4j.api.systemhooks
- KeySystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.KeySystemHookEvent
L
- Label - Class in org.gitlab4j.api.models
- Label() - Constructor for class org.gitlab4j.api.models.Label
- LabelEvent - Class in org.gitlab4j.api.models
- LabelEvent() - Constructor for class org.gitlab4j.api.models.LabelEvent
- LabelEvent.ResourceType - Enum in org.gitlab4j.api.models
-
Enum to use for specifying the label event resource type.
- LabelsApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API project and group label calls.
- LabelsApi(GitLabApi) - Constructor for class org.gitlab4j.api.LabelsApi
- last() - Method in class org.gitlab4j.api.Pager
-
Returns the last page of List.
- LAST_ACTIVITY_AT - org.gitlab4j.api.Constants.ProjectOrderBy
- lazyStream() - Method in class org.gitlab4j.api.Pager
-
Creates a Stream instance for lazily streaming items from the GitLab server.
- ldapSync(Object) - Method in class org.gitlab4j.api.GroupApi
-
Syncs the group with its linked LDAP group.
- LEFT - org.gitlab4j.api.Constants.ActionType
- length() - Method in class org.gitlab4j.api.utils.SecretString
- level - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
- License - Class in org.gitlab4j.api.models
- License() - Constructor for class org.gitlab4j.api.models.License
- LicenseApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API license calls.
- LicenseApi(GitLabApi) - Constructor for class org.gitlab4j.api.LicenseApi
- LicenseTemplate - Class in org.gitlab4j.api.models
- LicenseTemplate() - Constructor for class org.gitlab4j.api.models.LicenseTemplate
- LicenseTemplatesApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API licenses calls.
- LicenseTemplatesApi(GitLabApi) - Constructor for class org.gitlab4j.api.LicenseTemplatesApi
- Link() - Constructor for class org.gitlab4j.api.models.Assets.Link
- Link() - Constructor for class org.gitlab4j.api.models.WikiAttachment.Link
- listGpgKeys() - Method in class org.gitlab4j.api.UserApi
-
Get all GPG keys for the current user.
- listGpgKeys(Long) - Method in class org.gitlab4j.api.UserApi
-
Get all GPG keys for a given user.
- LOCAL_MARKDOWN_VERSION - org.gitlab4j.api.models.Setting
-
Increase this value when any cached markdown should be invalidated.
- LOCKED - org.gitlab4j.api.Constants.MergeRequestState
- log(StringBuilder) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- logger - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
- LOGGING_ID_PROPERTY - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Property name for the logging record id property
- login(String, String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Gets a GitLab session cookie by logging in the specified user.
- LOGIN_RECAPTCHA_PROTECTION_ENABLED - org.gitlab4j.api.models.Setting
-
NOT DOCUMENTED: but it's returned by a call to /api/v4/application/settings Was added with this commit https://gitlab.com/gitlab-org/gitlab/commit/30e7f01877fd436e21efdf0974d42d8fc83f4883
- logout(String, String) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Logs out the user associated with the GitLab session cookie.
M
- MAINTAINER - org.gitlab4j.api.models.AccessLevel
- MAINTAINER - org.gitlab4j.api.models.GroupParams.ProjectCreationLevel
- MAINTAINER - org.gitlab4j.api.models.GroupParams.SubgroupCreationLevel
- MANUAL - org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
- MANUAL - org.gitlab4j.api.Constants.JobScope
- MANUAL - org.gitlab4j.api.models.JobStatus
- MANUAL - org.gitlab4j.api.models.PipelineStatus
- markAllAsDone() - Method in class org.gitlab4j.api.TodosApi
-
Marks all pending todos for the current user as done.
- markAsDone(Long) - Method in class org.gitlab4j.api.TodosApi
-
Marks a single pending todo given by its ID for the current user as done.
- Markdown - Class in org.gitlab4j.api.models
- Markdown() - Constructor for class org.gitlab4j.api.models.Markdown
- MarkdownApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API markdown calls.
- MarkdownApi(GitLabApi) - Constructor for class org.gitlab4j.api.MarkdownApi
- MarkdownRequest - Class in org.gitlab4j.api.models
- MarkdownRequest(String, boolean) - Constructor for class org.gitlab4j.api.models.MarkdownRequest
- MARKED - org.gitlab4j.api.Constants.TodoAction
- marshal(T) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Marshals the supplied object out as a formatted JSON string.
- maskedHeaderNames - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
- MaskingLoggingFilter - Class in org.gitlab4j.api.utils
-
This class logs request and response info masking HTTP header values that are known to contain sensitive information.
- MaskingLoggingFilter(Logger, Level) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger with entity logging disabled.
- MaskingLoggingFilter(Logger, Level, int) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger.
- MaskingLoggingFilter(Logger, Level, int, List<String>) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger.
- MaskingLoggingFilter(Logger, Level, List<String>) - Constructor for class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger with entity logging disabled.
- MaskingLoggingFilter.LoggingStream - Class in org.gitlab4j.api.utils
-
This class is responsible for logging the request entities, it will truncate at maxEntitySize and add "...more..." to the end of the entity log string.
- maskPrivateToken(String) - Static method in class org.gitlab4j.api.utils.HttpRequestUtils
-
Masks the PRIVATE-TOKEN header value with "********".
- MASTER - org.gitlab4j.api.models.AccessLevel
-
Deprecated.
- MattermostService - Class in org.gitlab4j.api.services
- MattermostService() - Constructor for class org.gitlab4j.api.services.MattermostService
- MAVEN - org.gitlab4j.api.models.PackageType
- MAX_ARTIFACTS_SIZE - org.gitlab4j.api.models.Setting
-
Maximum artifacts size in MB
- MAX_ATTACHMENT_SIZE - org.gitlab4j.api.models.Setting
-
Limit attachment size in MB
- MAX_IMPORT_SIZE - org.gitlab4j.api.models.Setting
-
Maximum import size in MB. 0 for unlimited.
- MAX_PAGES_SIZE - org.gitlab4j.api.models.Setting
-
Maximum size of pages repositories in MB
- maxEntitySize - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
- Member - Class in org.gitlab4j.api.models
- Member() - Constructor for class org.gitlab4j.api.models.Member
- Membership - Class in org.gitlab4j.api.models
- Membership() - Constructor for class org.gitlab4j.api.models.Membership
- MembershipSourceType - Enum in org.gitlab4j.api.models
- MENTION - org.gitlab4j.api.models.NotificationSettings.Level
- MENTIONED - org.gitlab4j.api.Constants.TodoAction
- MERGE - org.gitlab4j.api.models.Project.MergeMethod
- MERGE_REQUEST - org.gitlab4j.api.Constants.TargetType
- MERGE_REQUEST - org.gitlab4j.api.Constants.TodoType
- MERGE_REQUEST - org.gitlab4j.api.models.AwardEmoji.AwardableType
- MERGE_REQUEST - org.gitlab4j.api.models.LabelEvent.ResourceType
- MERGE_REQUEST - org.gitlab4j.api.models.Note.NoteableType
- MERGE_REQUEST - org.gitlab4j.api.webhook.NoteEvent.NoteableType
- MERGE_REQUEST_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- MERGE_REQUEST_EVENT - Static variable in class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- MERGE_REQUESTS - org.gitlab4j.api.Constants.GroupSearchScope
- MERGE_REQUESTS - org.gitlab4j.api.Constants.ProjectSearchScope
- MERGE_REQUESTS - org.gitlab4j.api.Constants.SearchScope
- MERGED - org.gitlab4j.api.Constants.ActionType
- MERGED - org.gitlab4j.api.Constants.MergeRequestState
- MergeRequest - Class in org.gitlab4j.api.models
- MergeRequest() - Constructor for class org.gitlab4j.api.models.MergeRequest
- MergeRequestApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab merge request calls.
- MergeRequestApi(GitLabApi) - Constructor for class org.gitlab4j.api.MergeRequestApi
- MergeRequestChanges - Class in org.gitlab4j.api.webhook
- MergeRequestChanges() - Constructor for class org.gitlab4j.api.webhook.MergeRequestChanges
- MergeRequestDiff - Class in org.gitlab4j.api.models
- MergeRequestDiff() - Constructor for class org.gitlab4j.api.models.MergeRequestDiff
- MergeRequestEvent - Class in org.gitlab4j.api.webhook
- MergeRequestEvent() - Constructor for class org.gitlab4j.api.webhook.MergeRequestEvent
- MergeRequestEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
- MergeRequestFilter - Class in org.gitlab4j.api.models
-
This class is used to filter merge requests when getting lists of them.
- MergeRequestFilter() - Constructor for class org.gitlab4j.api.models.MergeRequestFilter
- MergeRequestParams - Class in org.gitlab4j.api.models
-
This class provides the form parameters for creating and updating merge requests.
- MergeRequestParams() - Constructor for class org.gitlab4j.api.models.MergeRequestParams
- MergeRequestSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- MergeRequestSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- METADATA - org.gitlab4j.api.models.Artifact.FileType
- METRICS_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.METRICS_HOST
,Setting.METRICS_METHOD_CALL_THRESHOLD
,Setting.METRICS_PACKET_SIZE
,Setting.METRICS_POOL_SIZE
,Setting.METRICS_PORT
,Setting.METRICS_SAMPLE_INTERVAL
andSetting.METRICS_TIMEOUT
) Enable influxDB metrics. - METRICS_HOST - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
InfluxDB host. - METRICS_METHOD_CALL_THRESHOLD - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
A method call is only tracked when it takes longer than the given amount of milliseconds. - METRICS_PACKET_SIZE - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
The amount of datapoints to send in a single UDP packet. - METRICS_POOL_SIZE - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
The amount of InfluxDB connections to keep open. - METRICS_PORT - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
The UDP port to use for connecting to InfluxDB. - METRICS_SAMPLE_INTERVAL - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
The sampling interval in seconds. - METRICS_TIMEOUT - org.gitlab4j.api.models.Setting
-
required by:
Setting.METRICS_ENABLED
The amount of seconds after which InfluxDB will time out. - Milestone - Class in org.gitlab4j.api.models
- Milestone() - Constructor for class org.gitlab4j.api.models.Milestone
- MILESTONE - org.gitlab4j.api.Constants.TargetType
- MILESTONES - org.gitlab4j.api.Constants.GroupSearchScope
- MILESTONES - org.gitlab4j.api.Constants.ProjectSearchScope
- MILESTONES - org.gitlab4j.api.Constants.SearchScope
- MilestonesApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab milestones calls.
- MilestonesApi(GitLabApi) - Constructor for class org.gitlab4j.api.MilestonesApi
- minAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Deprecated.Replaced by
getComponentAt
- MINIMAL_ACCESS - org.gitlab4j.api.models.AccessLevel
- MINIMUM_PASSWORD_LENGTH - org.gitlab4j.api.models.Setting
- MIRROR_AVAILABLE - org.gitlab4j.api.models.Setting
-
Allow repository mirroring to configured by project Maintainers.
- MIRROR_CAPACITY_THRESHOLD - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Minimum capacity to be available before scheduling more mirrors preemptively
- MIRROR_MAX_CAPACITY - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Maximum number of mirrors that can be synchronizing at the same time.
- MIRROR_MAX_DELAY - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Maximum time (in minutes) between updates that a mirror can have when scheduled to synchronize.
- modifyCommitDiscussionNote(Object, String, String, Long, String) - Method in class org.gitlab4j.api.DiscussionsApi
-
Modify an existing discussion note of a commit.
- modifyHook(ProjectHook) - Method in class org.gitlab4j.api.ProjectApi
-
Modifies a hook for project.
- modifyIssueThreadNote(Object, Long, String, Long, String) - Method in class org.gitlab4j.api.DiscussionsApi
-
Modify existing thread note of an issue.
- modifyMergeRequestThreadNote(Object, Long, String, Long, String, Boolean) - Method in class org.gitlab4j.api.DiscussionsApi
-
Modify or resolve an existing thread note of a merge request.
- modifyUser(User, CharSequence, Integer) - Method in class org.gitlab4j.api.UserApi
-
Deprecated.Will be removed in version 6.0, replaced by
UserApi.updateUser(User, CharSequence)
- MOVE - org.gitlab4j.api.models.CommitAction.Action
- moveIssue(Object, Long, Object) - Method in class org.gitlab4j.api.IssuesApi
-
Moves an issue to a different project.
- MSEC_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
N
- NAME - org.gitlab4j.api.Constants.ContributorOrderBy
- NAME - org.gitlab4j.api.Constants.GroupOrderBy
- NAME - org.gitlab4j.api.Constants.PackageOrderBy
- NAME - org.gitlab4j.api.Constants.ProjectOrderBy
- NAME - org.gitlab4j.api.Constants.TagOrderBy
- Namespace - Class in org.gitlab4j.api.models
- Namespace() - Constructor for class org.gitlab4j.api.models.Namespace
- NAMESPACE - org.gitlab4j.api.models.MembershipSourceType
-
Representing a group
- NamespaceApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab namespace calls.
- NamespaceApi(GitLabApi) - Constructor for class org.gitlab4j.api.NamespaceApi
- NEVER - org.gitlab4j.api.Constants.SquashOption
- NEW - org.gitlab4j.api.Constants.LineType
- NEW_GROUP_MEMBER_EVENT - Static variable in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- NEW_ISSUE_URL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- NEW_TEAM_MEMBER_EVENT - Static variable in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- NEW_USER_AUTHENTICITY_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- NEW_USER_AUTHENTICITY_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- next() - Method in class org.gitlab4j.api.Pager
-
Returns the next List in the iteration containing the next page of objects.
- NEXT_PAGE_HEADER - Static variable in interface org.gitlab4j.api.Constants
-
The index of the next page HTTP header key.
- NONE - org.gitlab4j.api.models.AccessLevel
- NONE - org.gitlab4j.api.models.ExportStatus.Status
- NONE - org.gitlab4j.api.models.ImportStatus.Status
- NOONE - org.gitlab4j.api.models.GroupParams.ProjectCreationLevel
- NOT_PROTECTED - org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
- NOT_PROTECTED - org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
- Note - Class in org.gitlab4j.api.models
- Note() - Constructor for class org.gitlab4j.api.models.Note
- NOTE - org.gitlab4j.api.Constants.TargetType
- NOTE - org.gitlab4j.api.models.AwardEmoji.AwardableType
- NOTE_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- Note.NoteableType - Enum in org.gitlab4j.api.models
- Note.OrderBy - Enum in org.gitlab4j.api.models
-
Enum to use for ordering the results.
- Note.Type - Enum in org.gitlab4j.api.models
- NoteableType(NoteEvent.NoteableType) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- NoteEvent - Class in org.gitlab4j.api.webhook
- NoteEvent() - Constructor for class org.gitlab4j.api.webhook.NoteEvent
- NoteEvent.NoteableType - Enum in org.gitlab4j.api.webhook
- NoteEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
- NOTES - org.gitlab4j.api.Constants.ProjectSearchScope
- NotesApi - Class in org.gitlab4j.api
- NotesApi(GitLabApi) - Constructor for class org.gitlab4j.api.NotesApi
- NotificationService - Class in org.gitlab4j.api.services
- NotificationService() - Constructor for class org.gitlab4j.api.services.NotificationService
- NotificationService.BranchesToBeNotified - Enum in org.gitlab4j.api.services
- NotificationSettings - Class in org.gitlab4j.api.models
- NotificationSettings() - Constructor for class org.gitlab4j.api.models.NotificationSettings
- NotificationSettings.Events - Class in org.gitlab4j.api.models
- NotificationSettings.Level - Enum in org.gitlab4j.api.models
-
Notification level
- NotificationSettingsApi - Class in org.gitlab4j.api
- NotificationSettingsApi(GitLabApi) - Constructor for class org.gitlab4j.api.NotificationSettingsApi
- NOTIFY_ONLY_BROKEN_PIPELINES_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- NOTIFY_ONLY_BROKEN_PIPELINES_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- NOTIFY_ONLY_DEFAULT_BRANCH_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- NOTIFY_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- NPM - org.gitlab4j.api.models.PackageType
- NUGET - org.gitlab4j.api.models.PackageType
O
- OAUTH2_ACCESS - org.gitlab4j.api.Constants.TokenType
- oauth2Login(String, String, char[]) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(String, String, char[], boolean) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(String, String, char[], String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(String, String, CharSequence) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(String, String, CharSequence, boolean) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(String, String, CharSequence, String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(GitLabApi.ApiVersion, String, String, char[], String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - oauth2Login(GitLabApi.ApiVersion, String, String, CharSequence, String, Map<String, Object>, boolean) - Static method in class org.gitlab4j.api.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
username
andpassword
, and creates a newGitLabApi
instance using returned access token. - Oauth2LoginStreamingOutput - Class in org.gitlab4j.api.utils
-
This StreamingOutput implementation is utilized to send a OAuth2 token request in a secure manner.
- Oauth2LoginStreamingOutput(String, char[]) - Constructor for class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
- Oauth2LoginStreamingOutput(String, CharSequence) - Constructor for class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
- OauthTokenResponse - Class in org.gitlab4j.api.models
- OauthTokenResponse() - Constructor for class org.gitlab4j.api.models.OauthTokenResponse
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.BuildEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.DeploymentEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.IssueEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.JobEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.MergeRequestEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.NoteEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.PipelineEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.PushEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.ReleaseEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.TagPushEvent
- OBJECT_KIND - Static variable in class org.gitlab4j.api.webhook.WikiPageEvent
- ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.IssueEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.MergeRequestEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- OFFLINE - org.gitlab4j.api.models.Runner.RunnerStatus
- OK - org.gitlab4j.api.models.HealthCheckStatus
- OLD - org.gitlab4j.api.Constants.LineType
- onBuildEvent(BuildEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook build event has been received.
- onDeploymentEvent(DeploymentEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook deployment event has been received.
- onGroupEvent(GroupSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook group event has been received.
- onGroupMemberEvent(GroupMemberSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook group member event has been received.
- onIssueEvent(IssueEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook issue event has been received.
- onJobEvent(JobEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook job event has been received.
- onKeyEvent(KeySystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook key event has been received.
- ONLINE - org.gitlab4j.api.models.Runner.RunnerStatus
- onMergeRequestEvent(MergeRequestSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook merge_request event has been received.
- onMergeRequestEvent(MergeRequestEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook merge request event has been received
- onNoteEvent(NoteEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook note event has been received.
- onPipelineEvent(PipelineEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook pipeline event has been received.
- onProjectEvent(ProjectSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook prject event has been received.
- onPushEvent(PushSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook push event has been received.
- onPushEvent(PushEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook push event has been received.
- onReleaseEvent(ReleaseEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook release event has been received.
- onRepositoryEvent(RepositorySystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook repository event has been received.
- onTagPushEvent(TagPushSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook tag push event has been received.
- onTagPushEvent(TagPushEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook tag push event has been received.
- onTeamMemberEvent(TeamMemberSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook team member event has been received.
- onUserEvent(UserSystemHookEvent) - Method in interface org.gitlab4j.api.systemhooks.SystemHookListener
-
This method is called when a System Hook user event has been received.
- onWikiPageEvent(WikiPageEvent) - Method in interface org.gitlab4j.api.webhook.WebHookListener
-
This method is called when a WebHook wiki page event has been received.
- OPENED - org.gitlab4j.api.Constants.ActionType
- OPENED - org.gitlab4j.api.Constants.IssueState
- OPENED - org.gitlab4j.api.Constants.MergeRequestState
- OPENID - org.gitlab4j.api.Constants.ApplicationScope
-
Authenticate using OpenID Connect
- orElseThrow(Optional<T>) - Static method in class org.gitlab4j.api.GitLabApi
-
Return the Optional instances contained value, if present, otherwise throw the exception that is associated with the Optional instance.
- org.gitlab4j.api - package org.gitlab4j.api
- org.gitlab4j.api.models - package org.gitlab4j.api.models
- org.gitlab4j.api.services - package org.gitlab4j.api.services
- org.gitlab4j.api.systemhooks - package org.gitlab4j.api.systemhooks
- org.gitlab4j.api.utils - package org.gitlab4j.api.utils
- org.gitlab4j.api.webhook - package org.gitlab4j.api.webhook
- OUTBOUND_LOCAL_REQUESTS_WHITELIST - org.gitlab4j.api.models.Setting
-
Define a list of trusted domains or ip addresses to which local requests are allowed when local requests for hooks and services are disabled.
- OUTBOUND_LOCAL_REQUESTS_WHITELIST_RAW - org.gitlab4j.api.models.Setting
-
NOT DOCUMENTED: but it's returned by a call to /api/v4/application/settings Added with this commit https://gitlab.com/gitlab-org/gitlab/commit/336046254cfe69d795bc8ea454daaf5a35b60eac
- OUTPUT_MSEC_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
- OUTPUT_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
- Owner - Class in org.gitlab4j.api.models
- Owner() - Constructor for class org.gitlab4j.api.models.Owner
- OWNER - org.gitlab4j.api.models.AccessLevel
- OWNER - org.gitlab4j.api.models.GroupParams.SubgroupCreationLevel
P
- Package - Class in org.gitlab4j.api.models
- Package() - Constructor for class org.gitlab4j.api.models.Package
- PackageFile - Class in org.gitlab4j.api.models
- PackageFile() - Constructor for class org.gitlab4j.api.models.PackageFile
- PackageFilter - Class in org.gitlab4j.api.models
-
This class is used to filter Projects when getting lists of projects for a specified group.
- PackageFilter() - Constructor for class org.gitlab4j.api.models.PackageFilter
- PackagesApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Packages API.
- PackagesApi(GitLabApi) - Constructor for class org.gitlab4j.api.PackagesApi
- PackageType - Enum in org.gitlab4j.api.models
- page(int) - Method in class org.gitlab4j.api.Pager
-
Returns the specified page of List.
- PAGE_HEADER - Static variable in interface org.gitlab4j.api.Constants
-
The index of the current page (starting at 1) HTTP header key.
- PAGE_PARAM - Static variable in interface org.gitlab4j.api.Constants
-
Page param HTTP header key.
- Pager<T> - Class in org.gitlab4j.api
-
This class defines an Iterator implementation that is used as a paging iterator for all API methods that return a List of objects.
- PAGES_DOMAIN_VERIFICATION_ENABLED - org.gitlab4j.api.models.Setting
-
Require users to prove ownership of custom domains.
- parse(String) - Static method in class org.gitlab4j.api.utils.DurationUtils
-
Parses a human readable duration string and calculates the number of seconds it represents.
- parseApplicationSettings(JsonNode) - Static method in class org.gitlab4j.api.ApplicationSettingsApi
-
Parses the returned JSON and returns an ApplicationSettings instance.
- PARTIALLY_PROTECTED - org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
- Participant - Class in org.gitlab4j.api.models
- Participant() - Constructor for class org.gitlab4j.api.models.Participant
- PARTICIPATING - org.gitlab4j.api.models.NotificationSettings.Level
- PASSWORD_AUTHENTICATION_ENABLED - org.gitlab4j.api.models.Setting
-
Deprecated.Use
Setting.PASSWORD_AUTHENTICATION_ENABLED_FOR_WEB
instead. - PASSWORD_AUTHENTICATION_ENABLED_FOR_GIT - org.gitlab4j.api.models.Setting
-
Enable authentication for Git over HTTP(S) via a GitLab account password.
- PASSWORD_AUTHENTICATION_ENABLED_FOR_WEB - org.gitlab4j.api.models.Setting
-
Enable authentication for the web interface via a GitLab account password.
- PATH - org.gitlab4j.api.Constants.GroupOrderBy
- PATH - org.gitlab4j.api.Constants.ProjectOrderBy
- PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
- PATTERN_MSEC - Static variable in class org.gitlab4j.api.utils.ISO8601
- PAUSED - org.gitlab4j.api.models.Runner.RunnerStatus
- PENDING - org.gitlab4j.api.Constants.CommitBuildState
- PENDING - org.gitlab4j.api.Constants.JobScope
- PENDING - org.gitlab4j.api.Constants.PipelineScope
- PENDING - org.gitlab4j.api.Constants.TodoState
- PENDING - org.gitlab4j.api.models.JobStatus
- PENDING - org.gitlab4j.api.models.PipelineStatus
- PENDO_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.PENDO_URL
) Enable pendo tracking. - PENDO_URL - org.gitlab4j.api.models.Setting
-
required by:
Setting.PENDO_ENABLED
The Pendo endpoint url with js snippet. - PER_PAGE - Static variable in interface org.gitlab4j.api.Constants
-
The number of items per page HTTP header key.
- PER_PAGE_PARAM - Static variable in interface org.gitlab4j.api.Constants
-
Items per page param HTTP header key.
- PERFORMANCE_BAR_ALLOWED_GROUP_ID - org.gitlab4j.api.models.Setting
-
Deprecated.Use
Setting.PERFORMANCE_BAR_ALLOWED_GROUP_PATH
instead. - PERFORMANCE_BAR_ALLOWED_GROUP_PATH - org.gitlab4j.api.models.Setting
-
Path of the group that is allowed to toggle the performance bar.
- PERFORMANCE_BAR_ENABLED - org.gitlab4j.api.models.Setting
-
Deprecated.Pass performance_bar_allowed_group_path: nil instead
- Permissions - Class in org.gitlab4j.api.models
- Permissions() - Constructor for class org.gitlab4j.api.models.Permissions
- PERSONAL_ACCESS_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- PERSONAL_ACCESS_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- Pipeline - Class in org.gitlab4j.api.models
- Pipeline() - Constructor for class org.gitlab4j.api.models.Pipeline
- PIPELINE_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- PipelineApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API pipeline related calls.
- PipelineApi(GitLabApi) - Constructor for class org.gitlab4j.api.PipelineApi
- PipelineEvent - Class in org.gitlab4j.api.webhook
- PipelineEvent() - Constructor for class org.gitlab4j.api.webhook.PipelineEvent
- PipelineEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
- PipelineFilter - Class in org.gitlab4j.api.models
-
This class is used to filter Pipelines when getting lists of them.
- PipelineFilter() - Constructor for class org.gitlab4j.api.models.PipelineFilter
- PipelineSchedule - Class in org.gitlab4j.api.models
- PipelineSchedule() - Constructor for class org.gitlab4j.api.models.PipelineSchedule
- PipelineStatus - Enum in org.gitlab4j.api.models
-
Enum for the various Pipeline status values.
- PLANTUML_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.PLANTUML_URL
) Enable PlantUML integration. - PLANTUML_URL - org.gitlab4j.api.models.Setting
-
required by:
Setting.PLANTUML_ENABLED
The PlantUML instance URL for integration. - playJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Play specified job in a project.
- POLLING_INTERVAL_MULTIPLIER - org.gitlab4j.api.models.Setting
-
Interval multiplier used by endpoints that perform polling.
- Position - Class in org.gitlab4j.api.models
- Position() - Constructor for class org.gitlab4j.api.models.Position
- Position.PositionType - Enum in org.gitlab4j.api.models
- post(Object, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform an HTTP POST call with the specified payload object 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(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>, 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>, 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(Response.Status, Object, Object...) - Method in class org.gitlab4j.api.AbstractApi
-
Perform an HTTP POST call with the specified payload object and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- 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, 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(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, StreamingOutput, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
-
Perform an HTTP POST call with the specified payload object and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- post(StreamingOutput, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform an HTTP POST call with the specified StreamingOutput, MediaType, and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- PREPARING - org.gitlab4j.api.models.PipelineStatus
- PREV_PAGE_HEADER - Static variable in interface org.gitlab4j.api.Constants
-
The index of the previous page HTTP header key.
- previewBadge(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
-
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
- previewBadge(Object, String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
- previous() - Method in class org.gitlab4j.api.Pager
-
Returns the previous page of List.
- printHeaders(StringBuilder, long, String, MultivaluedMap<String, String>) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Logs each of the HTTP headers, masking the value of the header if the header key is in the list of masked header names.
- printRequestLine(StringBuilder, String, long, String, URI) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- printResponseLine(StringBuilder, String, long, int) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
- PRIVATE - org.gitlab4j.api.Constants.TokenType
- PRIVATE - org.gitlab4j.api.models.Visibility
- PRIVATE_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
- PROCESSING - org.gitlab4j.api.Constants.PackageStatus
- PROFILE - org.gitlab4j.api.Constants.ApplicationScope
-
Allows read-only access to the user's personal information using OpenID Connect
- Project - Class in org.gitlab4j.api.models
- Project() - Constructor for class org.gitlab4j.api.models.Project
- PROJECT - org.gitlab4j.api.Constants.TargetType
- PROJECT - org.gitlab4j.api.models.Badge.BadgeKind
- PROJECT - org.gitlab4j.api.models.MembershipSourceType
- PROJECT_CREATE_EVENT - Static variable in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- PROJECT_DESTROY_EVENT - Static variable in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- PROJECT_EXPORT_ENABLED - org.gitlab4j.api.models.Setting
-
Enable project export.
- PROJECT_KEY_PROP - Static variable in class org.gitlab4j.api.services.JiraService
- PROJECT_LABEL - org.gitlab4j.api.webhook.EventLabel.LabelType
- PROJECT_PATH - org.gitlab4j.api.Constants.PackageOrderBy
- PROJECT_RENAME_EVENT - Static variable in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- PROJECT_TRANSFER_EVENT - Static variable in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- PROJECT_TYPE - org.gitlab4j.api.models.Runner.RunnerType
- PROJECT_UPDATE_EVENT - Static variable in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- PROJECT_URL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- Project.MergeMethod - Enum in org.gitlab4j.api.models
- 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.
- ProjectApi(GitLabApi) - Constructor for class org.gitlab4j.api.ProjectApi
- ProjectApprovalsConfig - Class in org.gitlab4j.api.models
- ProjectApprovalsConfig() - Constructor for class org.gitlab4j.api.models.ProjectApprovalsConfig
- ProjectFetches - Class in org.gitlab4j.api.models
- ProjectFetches() - Constructor for class org.gitlab4j.api.models.ProjectFetches
- ProjectFetches.DateCount - Class in org.gitlab4j.api.models
- ProjectFetches.Fetches - Class in org.gitlab4j.api.models
- ProjectFilter - Class in org.gitlab4j.api.models
-
This class is used to filter Projects when getting lists of projects for a specified user.
- ProjectFilter() - Constructor for class org.gitlab4j.api.models.ProjectFilter
- ProjectHook - Class in org.gitlab4j.api.models
- ProjectHook() - Constructor for class org.gitlab4j.api.models.ProjectHook
- ProjectLicense - Class in org.gitlab4j.api
- ProjectLicense() - Constructor for class org.gitlab4j.api.ProjectLicense
- PROJECTS - org.gitlab4j.api.Constants.GroupSearchScope
- PROJECTS - org.gitlab4j.api.Constants.SearchScope
- projectSearch(Object, Constants.ProjectSearchScope, String) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified project.
- projectSearch(Object, Constants.ProjectSearchScope, String, int) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified project.
- projectSearch(Object, Constants.ProjectSearchScope, String, String) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified project.
- projectSearch(Object, Constants.ProjectSearchScope, String, String, int) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified project.
- projectSearchStream(Object, Constants.ProjectSearchScope, String) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified project.
- projectSearchStream(Object, Constants.ProjectSearchScope, String, String) - Method in class org.gitlab4j.api.SearchApi
-
Search within the specified project.
- ProjectSharedGroup - Class in org.gitlab4j.api.models
- ProjectSharedGroup() - Constructor for class org.gitlab4j.api.models.ProjectSharedGroup
- ProjectStatistics - Class in org.gitlab4j.api.models
-
This class contains the sizing information from the project.
- ProjectStatistics() - Constructor for class org.gitlab4j.api.models.ProjectStatistics
- ProjectSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- ProjectSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- ProjectUser - Class in org.gitlab4j.api.models
- ProjectUser() - Constructor for class org.gitlab4j.api.models.ProjectUser
- PROMETHEUS_METRICS_ENABLED - org.gitlab4j.api.models.Setting
-
Enable Prometheus metrics.
- protectBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Protects a single project repository branch.
- protectBranch(Object, String, Integer, Integer, Integer, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String, AccessLevel, AccessLevel) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String, AccessLevel, AccessLevel, AccessLevel, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String, AllowedTo, AllowedTo, AllowedTo, Boolean) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- PROTECTED - org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
- PROTECTED_CI_VARIABLES - org.gitlab4j.api.models.Setting
-
Environment variables are protected by default.
- PROTECTED_PATHS_RAW - org.gitlab4j.api.models.Setting
- ProtectedBranch - Class in org.gitlab4j.api.models
- ProtectedBranch() - Constructor for class org.gitlab4j.api.models.ProtectedBranch
- ProtectedBranchesApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the Protected Branches API calls.
- ProtectedBranchesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ProtectedBranchesApi
- ProtectedTag - Class in org.gitlab4j.api.models
- ProtectedTag() - Constructor for class org.gitlab4j.api.models.ProtectedTag
- ProtectedTag.CreateAccessLevel - Class in org.gitlab4j.api.models
- protectTag(Object, String, AccessLevel) - Method in class org.gitlab4j.api.TagsApi
-
Protects a single repository tag or several project repository tags using a wildcard protected tag.
- ProxyClientConfig - Class in org.gitlab4j.api
-
This class provides convenience methods to create ClientConfig properties so GitLabApi can use a proxy server.
- ProxyClientConfig() - Constructor for class org.gitlab4j.api.ProxyClientConfig
- PSEUDONYMIZER_ENABLED - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory.
- PUBLIC - org.gitlab4j.api.models.Visibility
- PUSH_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- PUSH_EVENT - Static variable in class org.gitlab4j.api.systemhooks.PushSystemHookEvent
- PUSH_EVENT_ACTIVITIES_LIMIT - org.gitlab4j.api.models.Setting
-
Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push events will be created.
- PUSH_EVENT_HOOKS_LIMIT - org.gitlab4j.api.models.Setting
-
Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not.
- PUSH_EVENTS_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- PushData - Class in org.gitlab4j.api.models
- PushData() - Constructor for class org.gitlab4j.api.models.PushData
- PUSHED - org.gitlab4j.api.Constants.ActionType
- PushEvent - Class in org.gitlab4j.api.webhook
- PushEvent() - Constructor for class org.gitlab4j.api.webhook.PushEvent
- PushRules - Class in org.gitlab4j.api.models
- PushRules() - Constructor for class org.gitlab4j.api.models.PushRules
- PushSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- PushSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.PushSystemHookEvent
- put(Object, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform an HTTP PUT call with the specified payload object and URL, returning a ClientResponse instance with the data returned from the endpoint.
- put(Form, 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(Form, 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.
- 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.
- put(Response.Status, Object, Object...) - Method in class org.gitlab4j.api.AbstractApi
-
Perform an HTTP PUT call with the specified payload object and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- 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.
- putUpload(String, File, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform a file upload using multipart/form-data using the HTTP PUT method, returning a ClientResponse instance with the data returned from the endpoint.
- putUpload(String, File, URL) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform a file upload using multipart/form-data using the HTTP PUT method, returning a ClientResponse instance with the data returned from the endpoint.
- putUpload(Response.Status, String, File, Object...) - Method in class org.gitlab4j.api.AbstractApi
-
Perform a file upload using the HTTP PUT method with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- putUpload(Response.Status, String, File, URL) - Method in class org.gitlab4j.api.AbstractApi
-
Perform a file upload using the HTTP PUT method with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- putWithFormData(Response.Status, Form, 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.
- PYPI - org.gitlab4j.api.models.PackageType
R
- RAW_BLOB_REQUEST_LIMIT - org.gitlab4j.api.models.Setting
- READ_REGISTRY - org.gitlab4j.api.Constants.DeployTokenScope
- READ_REGISTRY - org.gitlab4j.api.models.ImpersonationToken.Scope
- READ_REGISTRY - org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Allows to read (pull) container registry images if a project is private and authorization is required (introduced in GitLab 9.3).
- READ_REPOSITORY - org.gitlab4j.api.Constants.ApplicationScope
-
Allows read-access to the repository
- READ_REPOSITORY - org.gitlab4j.api.Constants.DeployTokenScope
- READ_REPOSITORY - org.gitlab4j.api.models.ImpersonationToken.Scope
- READ_REPOSITORY - org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Allows read-only access (pull) to the repository through git clone.
- READ_USER - org.gitlab4j.api.Constants.ApplicationScope
-
Read the authenticated user's personal information
- READ_USER - org.gitlab4j.api.models.ImpersonationToken.Scope
- READ_USER - org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Allows access to the read-only endpoints under /users.
- readFileContents(File) - Static method in class org.gitlab4j.api.utils.FileUtils
-
Reads the contents of a File to a String.
- readTree(Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Reads and parses the JSON data on the specified Reader instance to a JsonNode tree representation.
- readTree(String) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Reads and parses the String containing JSON data and returns a JsonNode tree representation.
- REBASE_MERGE - org.gitlab4j.api.models.Project.MergeMethod
- rebaseMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Automatically rebase the source_branch of the merge request against its target_branch.
- RECAPTCHA_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.RECAPTCHA_PRIVATE_KEY
andSetting.RECAPTCHA_SITE_KEY
) Enable reCAPTCHA. - RECAPTCHA_PRIVATE_KEY - org.gitlab4j.api.models.Setting
-
required by:
Setting.RECAPTCHA_ENABLED
Private key for reCAPTCHA. - RECAPTCHA_SITE_KEY - org.gitlab4j.api.models.Setting
-
required by:
Setting.RECAPTCHA_ENABLED
Site key for reCAPTCHA. - RECEIVE_MAX_INPUT_SIZE - org.gitlab4j.api.models.Setting
-
Maximum push size (MB).
- RECIPIENT_PROP - Static variable in class org.gitlab4j.api.services.EmailOnPushService
- REF - org.gitlab4j.api.Constants.DeploymentOrderBy
- REF - org.gitlab4j.api.Constants.PipelineOrderBy
- REF_PROTECTED - org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
- References - Class in org.gitlab4j.api.models
- References() - Constructor for class org.gitlab4j.api.models.References
- registerRunner(String, String, Boolean, List<String>, Boolean, Boolean, Integer) - Method in class org.gitlab4j.api.RunnersApi
-
Register a new runner for the gitlab instance.
- RegistryRepository - Class in org.gitlab4j.api.models
- RegistryRepository() - Constructor for class org.gitlab4j.api.models.RegistryRepository
- RegistryRepositoryTag - Class in org.gitlab4j.api.models
- RegistryRepositoryTag() - Constructor for class org.gitlab4j.api.models.RegistryRepositoryTag
- Release - Class in org.gitlab4j.api.models
- Release() - Constructor for class org.gitlab4j.api.models.Release
- ReleaseEvent - Class in org.gitlab4j.api.webhook
- ReleaseEvent() - Constructor for class org.gitlab4j.api.webhook.ReleaseEvent
- ReleaseParams - Class in org.gitlab4j.api.models
- ReleaseParams() - Constructor for class org.gitlab4j.api.models.ReleaseParams
- ReleasesApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab Releases API calls.
- ReleasesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ReleasesApi
- RemoteMirror - Class in org.gitlab4j.api.models
- RemoteMirror() - Constructor for class org.gitlab4j.api.models.RemoteMirror
- remove() - Method in class org.gitlab4j.api.Pager
-
This method is not implemented and will throw an UnsupportedOperationException if called.
- removeBadge(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Remove a badge from a group.
- removeBadge(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Remove a badge from a project.
- REMOVED - org.gitlab4j.api.Constants.ActionType
- removeIssue(Object, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Remove an epic - issue association.
- removeListener(SystemHookListener) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Removes a System Hook event listener.
- removeListener(WebHookListener) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Removes a WebHook event listener.
- removeMember(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Removes member from the group.
- removeMember(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Removes user from project team.
- removeRunner(Long) - Method in class org.gitlab4j.api.RunnersApi
-
Remove a runner.
- removeSetting(String) - Method in class org.gitlab4j.api.models.ApplicationSettings
- removeSetting(Setting) - Method in class org.gitlab4j.api.models.ApplicationSettings
- REOPEN - org.gitlab4j.api.Constants.StateEvent
- REOPENED - org.gitlab4j.api.Constants.ActionType
- REOPENED - org.gitlab4j.api.Constants.IssueState
- REPORTER - org.gitlab4j.api.models.AccessLevel
- Repository - Class in org.gitlab4j.api.models
- Repository() - Constructor for class org.gitlab4j.api.models.Repository
- REPOSITORY_CHECKS_ENABLED - org.gitlab4j.api.models.Setting
-
GitLab will periodically run git fsck in all project and wiki repositories to look for silent disk corruption issues.
- REPOSITORY_SIZE_LIMIT - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) Size limit per repository (MB)
- REPOSITORY_STORAGES - org.gitlab4j.api.models.Setting
-
A list of names of enabled storage paths, taken from gitlab.yml.
- REPOSITORY_UPDATE_EVENT - Static variable in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- RepositoryApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API repository calls.
- RepositoryApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositoryApi
- RepositoryChange - Class in org.gitlab4j.api.systemhooks
- RepositoryChange() - Constructor for class org.gitlab4j.api.systemhooks.RepositoryChange
- RepositoryFile - Class in org.gitlab4j.api.models
- RepositoryFile() - Constructor for class org.gitlab4j.api.models.RepositoryFile
- RepositoryFileApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API repository files calls.
- RepositoryFileApi(GitLabApi) - Constructor for class org.gitlab4j.api.RepositoryFileApi
- RepositorySystemHookEvent - Class in org.gitlab4j.api.systemhooks
- RepositorySystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- REQUEST_PREFIX - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Prefix for request log entries.
- requestAccess(Object) - Method in class org.gitlab4j.api.GroupApi
-
Requests access for the authenticated user to the specified group.
- requestAccess(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Requests access for the authenticated user to the specified project.
- REQUIRE_TWO_FACTOR_AUTHENTICATION - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.TWO_FACTOR_GRACE_PERIOD
) Require all users to set up Two-factor authentication. - resetEstimatedTime(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Resets the estimated time for this issue to 0 seconds.
- resetSpentTime(Object, Long) - Method in class org.gitlab4j.api.IssuesApi
-
Resets the total spent time for this issue to 0 seconds.
- resolveCommitDiscussionNote(Object, String, String, Long, Boolean) - Method in class org.gitlab4j.api.DiscussionsApi
-
Resolve or unresolve an existing discussion note of a commit.
- resolveMergeRequestDiscussion(Object, Long, String, Boolean) - Method in class org.gitlab4j.api.DiscussionsApi
-
Resolve or unresolve whole discussion of a merge request.
- ResourceLabelEventsApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab Resource label events API
- ResourceLabelEventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ResourceLabelEventsApi
- ResourceStateEventsApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab Resource state events API
- ResourceStateEventsApi(GitLabApi) - Constructor for class org.gitlab4j.api.ResourceStateEventsApi
- RESPONSE_PREFIX - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Prefix for response log entries.
- RESTRICTED_VISIBILITY_LEVELS - org.gitlab4j.api.models.Setting
-
Selected levels cannot be used by non-admin users for groups, projects or snippets.
- retryJob(Object, Long) - Method in class org.gitlab4j.api.JobApi
-
Retry specified job in a project.
- retryPipelineJob(Object, long) - Method in class org.gitlab4j.api.PipelineApi
-
Retry a job in specified pipelines in a project.
- revertCommit(Object, String, String) - Method in class org.gitlab4j.api.CommitsApi
-
Reverts a commit in a given branch.
- Reviewer - Class in org.gitlab4j.api.models
- Reviewer() - Constructor for class org.gitlab4j.api.models.Reviewer
- REVOKE_PERSONAL_ACCESS_TOKEN_PATTERN - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- REVOKE_PERSONAL_ACCESS_TOKEN_REGEX - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- revokeImpersonationToken(Object, Long) - Method in class org.gitlab4j.api.UserApi
-
Revokes an impersonation token.
- revokePersonalAccessToken(String, String, String, String, List<AccessTokenUtils.Scope>) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Revoke the first matching GitLab personal access token.
- revokePersonalAccessToken(String, String, String, String, AccessTokenUtils.Scope[]) - Static method in class org.gitlab4j.api.utils.AccessTokenUtils
-
Revoke the first matching GitLab personal access token.
- ROOM_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- RSA_KEY_RESTRICTION - org.gitlab4j.api.models.Setting
-
The minimum allowed bit length of an uploaded RSA key.
- Runner - Class in org.gitlab4j.api.models
- Runner() - Constructor for class org.gitlab4j.api.models.Runner
- Runner.RunnerStatus - Enum in org.gitlab4j.api.models
-
Enum to use for RunnersApi filtering on status.
- Runner.RunnerType - Enum in org.gitlab4j.api.models
-
Enum to use for RunnersApi filtering on type.
- RunnerDetail - Class in org.gitlab4j.api.models
- RunnerDetail() - Constructor for class org.gitlab4j.api.models.RunnerDetail
- RunnerDetail.RunnerAccessLevel - Enum in org.gitlab4j.api.models
-
Enum to use for RunnerDetail accessLevel property.
- RunnersApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API repository files calls.
- RunnersApi(GitLabApi) - Constructor for class org.gitlab4j.api.RunnersApi
- RUNNING - org.gitlab4j.api.Constants.CommitBuildState
- RUNNING - org.gitlab4j.api.Constants.DeploymentStatus
- RUNNING - org.gitlab4j.api.Constants.JobScope
- RUNNING - org.gitlab4j.api.Constants.PipelineScope
- RUNNING - org.gitlab4j.api.models.JobStatus
- RUNNING - org.gitlab4j.api.models.PipelineStatus
S
- SCHEDULED - org.gitlab4j.api.models.ImportStatus.Status
- SCHEDULED - org.gitlab4j.api.models.PipelineStatus
- scheduleExport(Object) - Method in class org.gitlab4j.api.ImportExportApi
-
Schedule an export.
- scheduleExport(Object, String) - Method in class org.gitlab4j.api.ImportExportApi
-
Schedule an export.
- scheduleExport(Object, String, Map<String, String>, String, String) - Method in class org.gitlab4j.api.ImportExportApi
-
Schedule an export.
- SearchApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API Search API calls.
- SearchApi(GitLabApi) - Constructor for class org.gitlab4j.api.SearchApi
- SearchBlob - Class in org.gitlab4j.api.models
- SearchBlob() - Constructor for class org.gitlab4j.api.models.SearchBlob
- SecretString - Class in org.gitlab4j.api.utils
-
This class implements a CharSequence that can be cleared of it's contained characters.
- SecretString(char[]) - Constructor for class org.gitlab4j.api.utils.SecretString
- SecretString(char[], int, int) - Constructor for class org.gitlab4j.api.utils.SecretString
- SecretString(CharSequence) - Constructor for class org.gitlab4j.api.utils.SecretString
- SECTION_PREFIX - Static variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Prefix that marks the beginning of a request or response section.
- SEND_FROM_COMMITTER_EMAIL_PROP - Static variable in class org.gitlab4j.api.services.EmailOnPushService
- SEND_USER_CONFIRMATION_EMAIL - org.gitlab4j.api.models.Setting
-
Send confirmation email on sign-up.
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.DateOnlySerializer
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.JsonDateSerializer
- serialize(List<User>, JsonGenerator, SerializerProvider) - Method in class org.gitlab4j.api.utils.JacksonJson.UserListSerializer
- SERVER_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.BugzillaService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.EmailOnPushService
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.ExternalWikiService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.HipChatService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.JiraService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.MattermostService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.NotificationService
- servicePropertiesForm() - Method in class org.gitlab4j.api.services.SlackService
-
Get the form data for this service based on it's properties.
- ServicesApi - Class in org.gitlab4j.api
-
Access for the services API.
- ServicesApi(GitLabApi) - Constructor for class org.gitlab4j.api.ServicesApi
- SESSION_EXPIRE_DELAY - org.gitlab4j.api.models.Setting
-
Session duration in minutes.
- set(String, ChangeContainer<Object>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setAccess_level(AccessLevel) - Method in class org.gitlab4j.api.models.ProtectedTag.CreateAccessLevel
- setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.AccessRequest
- setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.BranchAccessLevel
- setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.Member
- setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.Membership
- setAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectAccess
- setAccessLevel(RunnerDetail.RunnerAccessLevel) - Method in class org.gitlab4j.api.models.RunnerDetail
- setAccessLevelDescription(String) - Method in class org.gitlab4j.api.models.BranchAccessLevel
- setAccessLevelDescription(String) - Method in class org.gitlab4j.api.models.ProtectedTag.CreateAccessLevel
- setAccessToken(String) - Method in class org.gitlab4j.api.models.OauthTokenResponse
- setAction(String) - Method in class org.gitlab4j.api.models.LabelEvent
- setAction(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setAction(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setAction(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setAction(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setAction(Constants.ActionType) - Method in class org.gitlab4j.api.models.PushData
- setAction(CommitAction.Action) - Method in class org.gitlab4j.api.models.CommitAction
- setActionName(String) - Method in class org.gitlab4j.api.models.Event
- setActionName(Constants.TodoAction) - Method in class org.gitlab4j.api.models.Todo
- setActions(List<CommitAction>) - Method in class org.gitlab4j.api.models.CommitPayload
- setActive(Boolean) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setActive(Boolean) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setActive(Boolean) - Method in class org.gitlab4j.api.models.Runner
- setActive(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setActiveUsers(Integer) - Method in class org.gitlab4j.api.models.License
- setActualId(ValueNode) - Method in class org.gitlab4j.api.models.Issue
- setAdd(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setAdded(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
- setAdditions(Integer) - Method in class org.gitlab4j.api.models.CommitStats
- setAdditions(Integer) - Method in class org.gitlab4j.api.models.Contributor
- setAddOns(Map<String, Integer>) - Method in class org.gitlab4j.api.models.License
- setAfter(String) - Method in class org.gitlab4j.api.models.EventData
- setAfter(String) - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- setAfter(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setAll(Integer) - Method in class org.gitlab4j.api.models.IssuesStatistics.Counts
- setAllowCollaboration(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setAllowFailure(Boolean) - Method in class org.gitlab4j.api.models.CommitStatus
- setAllowFailure(Boolean) - Method in class org.gitlab4j.api.models.Job
- setAllowMaintainerToPush(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setAlt(String) - Method in class org.gitlab4j.api.models.FileUpload
- setAMode(String) - Method in class org.gitlab4j.api.models.Changes
- setAMode(String) - Method in class org.gitlab4j.api.models.Diff
- setApiUrl(String) - Method in class org.gitlab4j.api.services.JiraService
- setApiVersion(String) - Method in class org.gitlab4j.api.services.HipChatService
- setApplicationId(String) - Method in class org.gitlab4j.api.models.Application
- setApplicationName(String) - Method in class org.gitlab4j.api.models.Application
- setApprovalRulesOverwritten(Boolean) - Method in class org.gitlab4j.api.models.ApprovalState
- setApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
- setApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.Project
- setApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- setApprovalsConfiguration(Object, ProjectApprovalsConfig) - Method in class org.gitlab4j.api.ProjectApi
-
Set the project's approvals configuration.
- setApprovalsLeft(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
-
Set the number of approvals missing for the merge request.
- setApprovalsRequired(Integer) - Method in class org.gitlab4j.api.models.ApprovalRule
- setApprovalsRequired(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
-
Set the number of approvals required for the merge request.
- setApproved(Boolean) - Method in class org.gitlab4j.api.models.ApprovalRule
- setApprovedBy(List<User>) - Method in class org.gitlab4j.api.models.ApprovalRule
- setApprovedBy(List<User>) - Method in class org.gitlab4j.api.models.MergeRequest
-
Set the list of users that have approved the merge request.
- setArchitecture(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- setArchived(Boolean) - Method in class org.gitlab4j.api.models.Project
- setArtifacts(List<Artifact>) - Method in class org.gitlab4j.api.models.Deployable
- setArtifacts(List<Artifact>) - Method in class org.gitlab4j.api.models.Job
- setArtifactsExpireAt(Date) - Method in class org.gitlab4j.api.models.Deployable
- setArtifactsExpireAt(Date) - Method in class org.gitlab4j.api.models.Job
- setArtifactsFile(ArtifactsFile) - Method in class org.gitlab4j.api.models.Job
- setAssets(Assets) - Method in class org.gitlab4j.api.models.Release
- setAssets(Assets) - Method in class org.gitlab4j.api.models.ReleaseParams
- setAssets(EventReleaseAssets) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setAssignee(Assignee) - Method in class org.gitlab4j.api.models.Issue
- setAssignee(Assignee) - Method in class org.gitlab4j.api.models.MergeRequest
- setAssignee(Assignee) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setAssignee(Assignee) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setAssigneeId(Long) - Method in class org.gitlab4j.api.models.IssueFilter
- setAssigneeId(Long) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setAssigneeId(Long) - Method in class org.gitlab4j.api.webhook.EventIssue
- setAssigneeId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setAssigneeIds(List<Long>) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setAssignees(List<Assignee>) - Method in class org.gitlab4j.api.models.Issue
- setAssignees(List<Assignee>) - Method in class org.gitlab4j.api.models.MergeRequest
- setAssignees(List<Assignee>) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setAssignees(List<Assignee>) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setAssignees(ChangeContainer<List<Assignee>>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setAttachment(String) - Method in class org.gitlab4j.api.models.Note
- setAttachment(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Comment
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Commit
- setAuthor(Author) - Method in class org.gitlab4j.api.models.CommitStatus
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Epic
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Event
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Issue
- setAuthor(Author) - Method in class org.gitlab4j.api.models.MergeRequest
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Note
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Release
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Snippet
- setAuthor(Author) - Method in class org.gitlab4j.api.models.Todo
- setAuthor(Author) - Method in class org.gitlab4j.api.webhook.EventCommit
- setAuthoredDate(Date) - Method in class org.gitlab4j.api.models.Commit
- setAuthorEmail(String) - Method in class org.gitlab4j.api.models.Commit
- setAuthorEmail(String) - Method in class org.gitlab4j.api.models.CommitPayload
- setAuthorEmail(String) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setAuthorEmailRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- setAuthorId(Long) - Method in class org.gitlab4j.api.models.AuditEvent
- setAuthorId(Long) - Method in class org.gitlab4j.api.models.Event
- setAuthorId(Long) - Method in class org.gitlab4j.api.models.IssueFilter
- setAuthorId(Long) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setAuthorId(Long) - Method in class org.gitlab4j.api.webhook.EventIssue
- setAuthorId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setAuthorId(Long) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setAuthorId(Long) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setAuthorId(ChangeContainer<Long>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setAuthorName(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setAuthorName(String) - Method in class org.gitlab4j.api.models.Commit
- setAuthorName(String) - Method in class org.gitlab4j.api.models.CommitPayload
- setAuthorName(String) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setAuthorUrl(String) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setAuthorUsername(String) - Method in class org.gitlab4j.api.models.Event
- setAuthTokenSupplier(Supplier<String>) - Method in class org.gitlab4j.api.GitLabApi
-
Set auth token supplier for gitlab api client.
- setAuthTokenSupplier(Supplier<String>) - Method in class org.gitlab4j.api.GitLabApiClient
-
Set auth token supplier for gitlab api client.
- setAutocloseReferencedIssues(Boolean) - Method in class org.gitlab4j.api.models.Project
- setAutoDevopsDeployStrategy(Constants.AutoDevopsDeployStrategy) - Method in class org.gitlab4j.api.models.Project
- setAutoDevopsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setAvatarUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
- setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Group
- setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Namespace
- setAvatarUrl(String) - Method in class org.gitlab4j.api.models.Project
- setAvatarUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setAwardableId(Long) - Method in class org.gitlab4j.api.models.AwardEmoji
- setAwardableType(AwardEmoji.AwardableType) - Method in class org.gitlab4j.api.models.AwardEmoji
- setBaseCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setBasename(String) - Method in class org.gitlab4j.api.models.SearchBlob
- setBaseSha(String) - Method in class org.gitlab4j.api.models.DiffRef
- setBaseSha(String) - Method in class org.gitlab4j.api.models.Position
- setBefore(String) - Method in class org.gitlab4j.api.models.EventData
- setBefore(String) - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- setBefore(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setBeforeSha(String) - Method in class org.gitlab4j.api.models.Pipeline
- setBeforeSha(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBeforeSha(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setBeforeSha(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setBio(String) - Method in class org.gitlab4j.api.models.User
- setBlobId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setBlockingDiscussionsResolved(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setBMode(String) - Method in class org.gitlab4j.api.models.Changes
- setBMode(String) - Method in class org.gitlab4j.api.models.Diff
- setBody(String) - Method in class org.gitlab4j.api.models.Note
- setBody(String) - Method in class org.gitlab4j.api.models.Todo
- setBot(Boolean) - Method in class org.gitlab4j.api.models.User
- setBranch(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setBranch(String) - Method in class org.gitlab4j.api.models.CommitPayload
- setBranch(String) - Method in class org.gitlab4j.api.models.WikiAttachment
- setBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.gitlab4j.api.services.EmailOnPushService
- setBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.gitlab4j.api.services.SlackService
- setBranchName(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setBranchName(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setBranchNameRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- setBuildAllowFailure(Boolean) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildCoverageRegex(String) - Method in class org.gitlab4j.api.models.Project
- setBuildDuration(Float) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setBuildFailureReason(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildFinished_at(Date) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildGitStrategy(Constants.BuildGitStrategy) - Method in class org.gitlab4j.api.models.Project
- setBuildId(Long) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildName(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildStage(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildStarted_at(Date) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setBuildStatus(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setCacheCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setCallbackUrl(String) - Method in class org.gitlab4j.api.models.Application
- setCanCreateGroup(Boolean) - Method in class org.gitlab4j.api.models.User
- setCanCreateMergeRequestIn(Boolean) - Method in class org.gitlab4j.api.models.Project
- setCanCreateProject(Boolean) - Method in class org.gitlab4j.api.models.User
- setCanPush(Boolean) - Method in class org.gitlab4j.api.models.Branch
- setCanPush(Boolean) - Method in class org.gitlab4j.api.models.DeployKey
- setChange(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setChanges(List<Diff>) - Method in class org.gitlab4j.api.models.MergeRequest
- setChanges(List<RepositoryChange>) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setChanges(IssueChanges) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setChanges(MergeRequestChanges) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setCheckoutSha(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setCiConfigPath(String) - Method in class org.gitlab4j.api.models.Project
- setCiConfigPath(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setCiDefaultGitDepth(Integer) - Method in class org.gitlab4j.api.models.Project
- setCiForwardDeploymentEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setClosed(Integer) - Method in class org.gitlab4j.api.models.IssuesStatistics.Counts
- setClosedAt(Date) - Method in class org.gitlab4j.api.models.Issue
- setClosedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
- setClosedBy(Participant) - Method in class org.gitlab4j.api.models.MergeRequest
- setClosedBy(User) - Method in class org.gitlab4j.api.models.Issue
- setClosedIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Label
- setCloseIssue(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setCloseMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setCodeOwnerApprovalRequired(Boolean) - Method in class org.gitlab4j.api.models.ProtectedBranch
- setColor(String) - Method in class org.gitlab4j.api.models.Label
- setColor(String) - Method in class org.gitlab4j.api.services.HipChatService
- setColor(String) - Method in class org.gitlab4j.api.webhook.EventLabel
- setColorSchemeId(Integer) - Method in class org.gitlab4j.api.models.User
- setCommit(Commit) - Method in class org.gitlab4j.api.models.Blame
- setCommit(Commit) - Method in class org.gitlab4j.api.models.Branch
- setCommit(Commit) - Method in class org.gitlab4j.api.models.CompareResults
- setCommit(Commit) - Method in class org.gitlab4j.api.models.Deployable
- setCommit(Commit) - Method in class org.gitlab4j.api.models.Job
- setCommit(Commit) - Method in class org.gitlab4j.api.models.Release
- setCommit(Commit) - Method in class org.gitlab4j.api.models.Tag
- setCommit(BuildCommit) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setCommit(BuildCommit) - Method in class org.gitlab4j.api.webhook.JobEvent
- setCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.PipelineEvent
- setCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setCommit_count(Integer) - Method in class org.gitlab4j.api.models.PushData
-
Deprecated.
- setCommitCommitterCheck(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- setCommitCount(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setCommitCount(Integer) - Method in class org.gitlab4j.api.models.PushData
- setCommitEvents(Boolean) - Method in class org.gitlab4j.api.services.JiraService
- setCommitEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setCommitFrom(String) - Method in class org.gitlab4j.api.models.PushData
- setCommitId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setCommitId(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setCommitMessage(String) - Method in class org.gitlab4j.api.models.CommitPayload
- setCommitMessageNegativeRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- setCommitMessageRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- setCommitPath(String) - Method in class org.gitlab4j.api.models.Release
- setCommits(Integer) - Method in class org.gitlab4j.api.models.Contributor
- setCommits(List<Commit>) - Method in class org.gitlab4j.api.models.CompareResults
- setCommits(List<Commit>) - Method in class org.gitlab4j.api.models.EventData
- setCommits(List<Commit>) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setCommits(List<EventCommit>) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setCommitted_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.setCommittedAt(Date)
- setCommittedAt(Date) - Method in class org.gitlab4j.api.models.Pipeline
- setCommittedDate(Date) - Method in class org.gitlab4j.api.models.Commit
- setCommitterEmail(String) - Method in class org.gitlab4j.api.models.Commit
- setCommitterName(String) - Method in class org.gitlab4j.api.models.Commit
- setCommitTitle(String) - Method in class org.gitlab4j.api.models.PushData
- setCommitTitle(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setCommitTo(String) - Method in class org.gitlab4j.api.models.PushData
- setCommitUrl(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setCompareSameRef(Boolean) - Method in class org.gitlab4j.api.models.CompareResults
- setCompareTimeout(Boolean) - Method in class org.gitlab4j.api.models.CompareResults
- setCompletedCount(Integer) - Method in class org.gitlab4j.api.models.Issue.TaskCompletionStatus
- setCompletedCount(Integer) - Method in class org.gitlab4j.api.models.TaskCompletionStatus
- setConditions(List<String>) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setConfidential(Boolean) - Method in class org.gitlab4j.api.models.Issue
- setConfidential(ChangeContainer<Boolean>) - Method in class org.gitlab4j.api.webhook.IssueChanges
- setConfidentialIssueChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setConfidentialIssueChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setConfidentialIssuesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setConfidentialIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setConfidentialNoteChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setConfidentialNoteChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setConfidentialNoteEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setConfidentialNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setConfirmedAt(Date) - Method in class org.gitlab4j.api.models.User
- setContactedAt(Date) - Method in class org.gitlab4j.api.models.RunnerDetail
- setContainerRegistryEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setContainsHiddenGroups(Boolean) - Method in class org.gitlab4j.api.models.ApprovalRule
- setContent(String) - Method in class org.gitlab4j.api.models.CommitAction
- setContent(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setContent(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setContent(String) - Method in class org.gitlab4j.api.models.Snippet
- setContent(String) - Method in class org.gitlab4j.api.models.WikiPage
- setContent(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setContent(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setContentSha256(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setCount(Integer) - Method in class org.gitlab4j.api.models.Assets
- setCount(Integer) - Method in class org.gitlab4j.api.models.Issue.TaskCompletionStatus
- setCount(Integer) - Method in class org.gitlab4j.api.models.ProjectFetches.DateCount
- setCount(Integer) - Method in class org.gitlab4j.api.models.TaskCompletionStatus
- setCount(Integer) - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- setCounts(IssuesStatistics.Counts) - Method in class org.gitlab4j.api.models.IssuesStatistics.Statistics
- setCoverage(Float) - Method in class org.gitlab4j.api.models.CommitStatus
- setCoverage(Float) - Method in class org.gitlab4j.api.models.Deployable
- setCoverage(String) - Method in class org.gitlab4j.api.models.Job
- setCoverage(String) - Method in class org.gitlab4j.api.models.Pipeline
- setCreateAccessLevels(List<ProtectedTag.CreateAccessLevel>) - Method in class org.gitlab4j.api.models.ProtectedTag
- setCreated_at(Date) - Method in class org.gitlab4j.api.models.GpgKey
- setCreated_at(Date) - Method in class org.gitlab4j.api.models.PackageFile
- setCreatedAfter(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- setCreatedAfter(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setCreatedAt(Long) - Method in class org.gitlab4j.api.models.OauthTokenResponse
- setCreatedAt(String) - Method in class org.gitlab4j.api.models.IssueEvent
- setCreatedAt(String) - Method in class org.gitlab4j.api.models.LabelEvent
- setCreatedAt(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ApplicationSettings
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.AuditEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.AwardEmoji
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Comment
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Commit
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.CommitStatus
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Deployable
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.DeployKey
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Deployment
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Epic
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Event
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ExportStatus
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Group
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ImportStatus
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Issue
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Job
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Key
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.License
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Milestone
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Note
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Pipeline
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Project
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.ProjectHook
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.PushRules
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.RegistryRepository
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Release
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Snippet
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.SshKey
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.SystemHook
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Todo
- setCreatedAt(Date) - Method in class org.gitlab4j.api.models.Trigger
- setCreatedAt(Date) - Method in class org.gitlab4j.api.services.NotificationService
- setCreatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventIssue
- setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventLabel
- setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setCreatedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setCreatedAt(ChangeContainer<Date>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setCreatedBefore(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- setCreatedBefore(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setCreatorId(Long) - Method in class org.gitlab4j.api.models.Project
- setCron(String) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setCronTimezone(String) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setCurrent(T) - Method in class org.gitlab4j.api.webhook.ChangeContainer
- setCurrentSignInAt(Date) - Method in class org.gitlab4j.api.models.User
- setCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.GroupApi
-
Set a custom attribute for the specified group.
- setCustomAttribute(Object, String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Set a custom attribute for the specified project.
- setCustomAttributes(List<CustomAttribute>) - Method in class org.gitlab4j.api.models.Project
- setCustomAttributes(List<CustomAttribute>) - Method in class org.gitlab4j.api.models.User
- setCustomMessage(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setData(String) - Method in class org.gitlab4j.api.models.SearchBlob
- setData(EventData) - Method in class org.gitlab4j.api.models.Event
- setDate(Date) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setDate(Date) - Method in class org.gitlab4j.api.models.ProjectFetches.DateCount
- setDays(List<ProjectFetches.DateCount>) - Method in class org.gitlab4j.api.models.ProjectFetches.Fetches
- setDbCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setDefault(Boolean) - Method in class org.gitlab4j.api.models.Branch
- setDefaultBranch(String) - Method in class org.gitlab4j.api.models.Project
- setDefaultBranch(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setDefaultBranch(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- setDefaultChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setDefaultChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setDefaultPerPage(int) - Method in class org.gitlab4j.api.GitLabApi
-
Set the default number per page for calls that return multiple items.
- setDeletedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setDeletedFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
- setDeletedFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
- setDeletions(Integer) - Method in class org.gitlab4j.api.models.CommitStats
- setDeletions(Integer) - Method in class org.gitlab4j.api.models.Contributor
- setDenyDeleteTag(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- setDeployable(Deployable) - Method in class org.gitlab4j.api.models.Deployment
- setDeployableId(Long) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setDeployableUrl(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setDeploymentEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setDescription(String) - Method in class org.gitlab4j.api.models.CommitStatus
- setDescription(String) - Method in class org.gitlab4j.api.models.Epic
- setDescription(String) - Method in class org.gitlab4j.api.models.ExportStatus
- setDescription(String) - Method in class org.gitlab4j.api.models.Group
- setDescription(String) - Method in class org.gitlab4j.api.models.ImportStatus
- setDescription(String) - Method in class org.gitlab4j.api.models.Issue
- setDescription(String) - Method in class org.gitlab4j.api.models.Label
- setDescription(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setDescription(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setDescription(String) - Method in class org.gitlab4j.api.models.Milestone
- setDescription(String) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setDescription(String) - Method in class org.gitlab4j.api.models.Project
- setDescription(String) - Method in class org.gitlab4j.api.models.Release
- setDescription(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- setDescription(String) - Method in class org.gitlab4j.api.models.Repository
- setDescription(String) - Method in class org.gitlab4j.api.models.Runner
- setDescription(String) - Method in class org.gitlab4j.api.models.Snippet
- setDescription(String) - Method in class org.gitlab4j.api.models.Trigger
- setDescription(String) - Method in class org.gitlab4j.api.services.BugzillaService
- setDescription(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- setDescription(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setDescription(String) - Method in class org.gitlab4j.api.webhook.EventLabel
- setDescription(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setDescription(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setDescription(String) - Method in class org.gitlab4j.api.webhook.EventRepository
- setDescription(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setDescription(ChangeContainer<String>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setDescriptionHtml(String) - Method in class org.gitlab4j.api.models.Release
- setDetailedStatus(DetailedStatus) - Method in class org.gitlab4j.api.models.Pipeline
- setDetails(AuditEventDetail) - Method in class org.gitlab4j.api.models.AuditEvent
- setDetailsPath(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setDevelopersCanMerge(Boolean) - Method in class org.gitlab4j.api.models.Branch
- setDevelopersCanPush(Boolean) - Method in class org.gitlab4j.api.models.Branch
- setDiff(String) - Method in class org.gitlab4j.api.models.Changes
- setDiff(String) - Method in class org.gitlab4j.api.models.Diff
- setDiffRefs(DiffRef) - Method in class org.gitlab4j.api.models.MergeRequest
- setDiffs(List<Diff>) - Method in class org.gitlab4j.api.models.CompareResults
- setDiffs(List<Diff>) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setDigest(String) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setDisableDiffs(Boolean) - Method in class org.gitlab4j.api.services.EmailOnPushService
- setDisableOverridingApproversPerMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- setDiscussionId(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setDiscussionLocked(Boolean) - Method in class org.gitlab4j.api.models.Issue
- setDiscussionLocked(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setDivergedCommitsCount(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
- setDownvote(Boolean) - Method in class org.gitlab4j.api.models.Note
- setDownvotes(Integer) - Method in class org.gitlab4j.api.models.EpicIssue
- setDownvotes(Integer) - Method in class org.gitlab4j.api.models.Issue
- setDownvotes(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
- setDueDate(Date) - Method in class org.gitlab4j.api.models.Issue
- setDueDate(Date) - Method in class org.gitlab4j.api.models.Milestone
- setDueDate(ChangeContainer<Date>) - Method in class org.gitlab4j.api.webhook.IssueChanges
- setDuration(Double) - Method in class org.gitlab4j.api.models.Deployable
- setDuration(Float) - Method in class org.gitlab4j.api.models.Job
- setDuration(Float) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setDuration(Integer) - Method in class org.gitlab4j.api.models.Pipeline
- setDuration(Integer) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setEligibleApprovers(List<User>) - Method in class org.gitlab4j.api.models.ApprovalRule
- setEmail(String) - Method in class org.gitlab4j.api.models.AbstractUser
- setEmail(String) - Method in class org.gitlab4j.api.models.Email
- setEmail(String) - Method in class org.gitlab4j.api.models.NotificationSettings
- setEmail(String) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setEmailsDisabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setEmptyRepo(Boolean) - Method in class org.gitlab4j.api.models.Project
- setEnabled(Boolean) - Method in class org.gitlab4j.api.models.RemoteMirror
- setEnableSslVerification(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setEnableSslVerification(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- setEncoding(Constants.Encoding) - Method in class org.gitlab4j.api.models.CommitAction
- setEncoding(Constants.Encoding) - Method in class org.gitlab4j.api.models.RepositoryFile
- setEndDate(Date) - Method in class org.gitlab4j.api.models.Epic
- setEntityId(Long) - Method in class org.gitlab4j.api.models.AuditEvent
- setEntityPath(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setEntityType(String) - Method in class org.gitlab4j.api.models.AuditEvent
- setEnvironment(String) - Method in class org.gitlab4j.api.models.DeploymentFilter
- setEnvironment(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setEnvironment(Environment) - Method in class org.gitlab4j.api.models.Deployment
- setEnvironmentScope(String) - Method in class org.gitlab4j.api.models.Variable
- setEpicIssueId(Long) - Method in class org.gitlab4j.api.models.EpicIssue
- setEvent_type(String) - Method in class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setEventName(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setEvents(NotificationSettings.Events) - Method in class org.gitlab4j.api.models.NotificationSettings
- setEvidenceFilePath(String) - Method in class org.gitlab4j.api.models.Assets
- setEvidenceSha(String) - Method in class org.gitlab4j.api.models.Release
- setExecuteFilemode(Boolean) - Method in class org.gitlab4j.api.models.CommitAction
- setExpired(Boolean) - Method in class org.gitlab4j.api.models.License
- setExpiresAt(Date) - Method in class org.gitlab4j.api.models.DeployToken
- setExpiresAt(Date) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setExpiresAt(Date) - Method in class org.gitlab4j.api.models.License
- setExpiresAt(Date) - Method in class org.gitlab4j.api.models.Member
- setExpiresAt(Date) - Method in class org.gitlab4j.api.models.Note
- setExpiresAt(Date) - Method in class org.gitlab4j.api.models.Snippet
- setExpiresAt(Date) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setExportStatus(ExportStatus.Status) - Method in class org.gitlab4j.api.models.ExportStatus
- setExternal(Boolean) - Method in class org.gitlab4j.api.models.Assets.Link
- setExternal(Boolean) - Method in class org.gitlab4j.api.models.User
- setExternal(Boolean) - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- setExternalId(String) - Method in class org.gitlab4j.api.models.Issue
- setExternalUrl(String) - Method in class org.gitlab4j.api.models.Environment
- setExternalWikiUrl(String) - Method in class org.gitlab4j.api.services.ExternalWikiService
- setExternUid(String) - Method in class org.gitlab4j.api.models.Identity
- setExternUid(String) - Method in class org.gitlab4j.api.models.User
- setExtraSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.User
- setFailedPipeline(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setFavicon(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setFeatured(boolean) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setFetches(ProjectFetches.Fetches) - Method in class org.gitlab4j.api.models.ProjectFetches
- setFile(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setFileFormat(String) - Method in class org.gitlab4j.api.models.Artifact
- setFileMd5(String) - Method in class org.gitlab4j.api.models.PackageFile
- setFilename(String) - Method in class org.gitlab4j.api.models.Artifact
- setFilename(String) - Method in class org.gitlab4j.api.models.ArtifactsFile
- setFilename(String) - Method in class org.gitlab4j.api.models.SearchBlob
- setFileName(String) - Method in class org.gitlab4j.api.models.Note
- setFileName(String) - Method in class org.gitlab4j.api.models.PackageFile
- setFileName(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setFileName(String) - Method in class org.gitlab4j.api.models.Snippet
- setFileName(String) - Method in class org.gitlab4j.api.models.WikiAttachment
- setFileName(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setFileNameRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- setFilePath(String) - Method in class org.gitlab4j.api.models.CommitAction
- setFilePath(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setFilePath(String) - Method in class org.gitlab4j.api.models.WikiAttachment
- setFileSha1(String) - Method in class org.gitlab4j.api.models.PackageFile
- setFileType(Artifact.FileType) - Method in class org.gitlab4j.api.models.Artifact
- setFinished_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.setFinishedAt(Date)
- setFinishedAfter(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
-
Deprecated.
- setFinishedAt(Date) - Method in class org.gitlab4j.api.models.CommitStatus
- setFinishedAt(Date) - Method in class org.gitlab4j.api.models.Deployable
- setFinishedAt(Date) - Method in class org.gitlab4j.api.models.Job
- setFinishedAt(Date) - Method in class org.gitlab4j.api.models.Pipeline
- setFinishedAt(Date) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setFinishedAt(Date) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setFinishedBefore(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
-
Deprecated.
- setForce(Boolean) - Method in class org.gitlab4j.api.models.CommitPayload
- setForceRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setForkedFromProject(Project) - Method in class org.gitlab4j.api.models.Project
- setForksCount(Integer) - Method in class org.gitlab4j.api.models.Project
- setFormat(String) - Method in class org.gitlab4j.api.models.WikiPage
- setFormat(String) - Method in class org.gitlab4j.api.webhook.EventReleaseSource
- setFormat(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setFormat(Constants.ArchiveFormat) - Method in class org.gitlab4j.api.models.Assets.Source
- setFrom(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setFrom(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setFsShardsCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setFull(String) - Method in class org.gitlab4j.api.models.References
- setFullName(String) - Method in class org.gitlab4j.api.models.Group
- setFullPath(String) - Method in class org.gitlab4j.api.models.Group
- setFullPath(String) - Method in class org.gitlab4j.api.models.Namespace
- setFullPath(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setGfm(boolean) - Method in class org.gitlab4j.api.models.MarkdownRequest
- setGit_http_url(String) - Method in class org.gitlab4j.api.webhook.EventRepository
- setGit_http_url(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- setGit_ssh_url(String) - Method in class org.gitlab4j.api.webhook.EventRepository
- setGit_ssh_url(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- setGitalyCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setGitHttpUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setGitLabCI(Object, String, String) - Method in class org.gitlab4j.api.ServicesApi
-
Deprecated.No longer supported
- setGitSshUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setGpgKeyId(Long) - Method in class org.gitlab4j.api.models.GpgSignature
- setGpgKeyPrimaryKeyid(String) - Method in class org.gitlab4j.api.models.GpgSignature
- setGpgKeySubkeyId(String) - Method in class org.gitlab4j.api.models.GpgSignature
- setGpgKeyUserEmail(String) - Method in class org.gitlab4j.api.models.GpgSignature
- setGpgKeyUserName(String) - Method in class org.gitlab4j.api.models.GpgSignature
- setGroup(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setGroup(Group) - Method in class org.gitlab4j.api.models.ApprovedBy
- setGroupAccess(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setGroupAccess(ProjectAccess) - Method in class org.gitlab4j.api.models.Permissions
- setGroupAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- setGroupAvatar(Object, File) - Method in class org.gitlab4j.api.GroupApi
-
Uploads and sets the project avatar for the specified group.
- setGroupFullPath(String) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- setGroupId(long) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- setGroupId(Long) - Method in class org.gitlab4j.api.models.BranchAccessLevel
- setGroupId(Long) - Method in class org.gitlab4j.api.models.Epic
- setGroupId(Long) - Method in class org.gitlab4j.api.models.Milestone
- setGroupId(Long) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setGroupId(Long) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setGroupId(Long) - Method in class org.gitlab4j.api.webhook.EventLabel
- setGroupName(String) - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- setGroupName(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setGroupPath(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setGroups(List<Group>) - Method in class org.gitlab4j.api.models.ApprovalRule
- setGroupSamlIdentity(Identity) - Method in class org.gitlab4j.api.models.Member
- setHasConflicts(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setHasDetails(Boolean) - Method in class org.gitlab4j.api.models.DetailedStatus
- setHasTasks(Boolean) - Method in class org.gitlab4j.api.models.Issue
- setHeadCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setHeadPipelineId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setHeadSha(String) - Method in class org.gitlab4j.api.models.DiffRef
- setHeadSha(String) - Method in class org.gitlab4j.api.models.Position
- setHeight(Integer) - Method in class org.gitlab4j.api.models.Position
- setHipChat(Object, String, String, String) - Method in class org.gitlab4j.api.ServicesApi
-
Deprecated.replaced with
updateHipChat
method - setHistoricalMax(Integer) - Method in class org.gitlab4j.api.models.License
- setHomepage(String) - Method in class org.gitlab4j.api.models.Repository
- setHomepage(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setHomepage(String) - Method in class org.gitlab4j.api.webhook.EventRepository
- setHtml(String) - Method in class org.gitlab4j.api.models.Markdown
- setHtmlUrl(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setHtmlUrl(String) - Method in class org.gitlab4j.api.ProjectLicense
- setHttpUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setHttpUrlToRepo(String) - Method in class org.gitlab4j.api.models.Project
- setHumanTimeEstimate(Duration) - Method in class org.gitlab4j.api.models.TimeStats
- setHumanTimeEstimate(Duration) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setHumanTotalTimeSpent(Duration) - Method in class org.gitlab4j.api.models.TimeStats
- setHumanTotalTimeSpent(Duration) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setIcon(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setId(Long) - Method in class org.gitlab4j.api.models.AbstractUser
- setId(Long) - Method in class org.gitlab4j.api.models.Application
- setId(Long) - Method in class org.gitlab4j.api.models.ApplicationSettings
- setId(Long) - Method in class org.gitlab4j.api.models.ApprovalRule
- setId(Long) - Method in class org.gitlab4j.api.models.Assets.Link
- setId(Long) - Method in class org.gitlab4j.api.models.AuditEvent
- setId(Long) - Method in class org.gitlab4j.api.models.AwardEmoji
- setId(Long) - Method in class org.gitlab4j.api.models.Badge
- setId(Long) - Method in class org.gitlab4j.api.models.Board
- setId(Long) - Method in class org.gitlab4j.api.models.BoardList
- setId(Long) - Method in class org.gitlab4j.api.models.CommitStatus
- setId(Long) - Method in class org.gitlab4j.api.models.Deployable
- setId(Long) - Method in class org.gitlab4j.api.models.DeployKey
- setId(Long) - Method in class org.gitlab4j.api.models.Deployment
- setId(Long) - Method in class org.gitlab4j.api.models.DeployToken
- setId(Long) - Method in class org.gitlab4j.api.models.Email
- setId(Long) - Method in class org.gitlab4j.api.models.Environment
- setId(Long) - Method in class org.gitlab4j.api.models.Epic
- setId(Long) - Method in class org.gitlab4j.api.models.ExportStatus
- setId(Long) - Method in class org.gitlab4j.api.models.GpgKey
- setId(Long) - Method in class org.gitlab4j.api.models.Group
- setId(Long) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setId(Long) - Method in class org.gitlab4j.api.models.ImportStatus
- setId(Long) - Method in class org.gitlab4j.api.models.Issue
- setId(Long) - Method in class org.gitlab4j.api.models.IssueEvent
- setId(Long) - Method in class org.gitlab4j.api.models.Job
- setId(Long) - Method in class org.gitlab4j.api.models.Key
- setId(Long) - Method in class org.gitlab4j.api.models.Label
- setId(Long) - Method in class org.gitlab4j.api.models.LabelEvent
- setId(Long) - Method in class org.gitlab4j.api.models.License
- setId(Long) - Method in class org.gitlab4j.api.models.MergeRequest
- setId(Long) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setId(Long) - Method in class org.gitlab4j.api.models.Milestone
- setId(Long) - Method in class org.gitlab4j.api.models.Namespace
- setId(Long) - Method in class org.gitlab4j.api.models.Note
- setId(Long) - Method in class org.gitlab4j.api.models.Package
- setId(Long) - Method in class org.gitlab4j.api.models.PackageFile
- setId(Long) - Method in class org.gitlab4j.api.models.Pipeline
- setId(Long) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setId(Long) - Method in class org.gitlab4j.api.models.Project
- setId(Long) - Method in class org.gitlab4j.api.models.ProjectHook
- setId(Long) - Method in class org.gitlab4j.api.models.PushRules
- setId(Long) - Method in class org.gitlab4j.api.models.RegistryRepository
- setId(Long) - Method in class org.gitlab4j.api.models.RemoteMirror
- setId(Long) - Method in class org.gitlab4j.api.models.Runner
- setId(Long) - Method in class org.gitlab4j.api.models.SearchBlob
- setId(Long) - Method in class org.gitlab4j.api.models.Snippet
- setId(Long) - Method in class org.gitlab4j.api.models.SshKey
- setId(Long) - Method in class org.gitlab4j.api.models.SystemHook
- setId(Long) - Method in class org.gitlab4j.api.models.Todo
- setId(Long) - Method in class org.gitlab4j.api.models.Trigger
- setId(Long) - Method in class org.gitlab4j.api.services.NotificationService
- setId(Long) - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- setId(Long) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setId(Long) - Method in class org.gitlab4j.api.webhook.EventIssue
- setId(Long) - Method in class org.gitlab4j.api.webhook.EventLabel
- setId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setId(Long) - Method in class org.gitlab4j.api.webhook.EventProject
- setId(Long) - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- setId(Long) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setId(Long) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setId(Long) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setId(Long) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setId(String) - Method in class org.gitlab4j.api.models.Commit
- setId(String) - Method in class org.gitlab4j.api.models.Discussion
- setId(String) - Method in class org.gitlab4j.api.models.TreeItem
- setId(String) - Method in class org.gitlab4j.api.webhook.EventCommit
- setIdentities(List<Identity>) - Method in class org.gitlab4j.api.models.User
- setIgnoreCertificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApi
-
Sets up the Jersey system ignore SSL certificate errors or not.
- setIgnoreCertificateErrors(boolean) - Method in class org.gitlab4j.api.GitLabApiClient
-
Sets up the Jersey system ignore SSL certificate errors or not.
- setIid(Long) - Method in class org.gitlab4j.api.models.Deployment
- setIid(Long) - Method in class org.gitlab4j.api.models.Epic
- setIid(Long) - Method in class org.gitlab4j.api.models.Issue
- setIid(Long) - Method in class org.gitlab4j.api.models.MergeRequest
- setIid(Long) - Method in class org.gitlab4j.api.models.Milestone
- setIid(Long) - Method in class org.gitlab4j.api.webhook.EventIssue
- setIid(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setIids(List<Long>) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setIids(List<String>) - Method in class org.gitlab4j.api.models.IssueFilter
- setIllustration(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setImageUrl(String) - Method in class org.gitlab4j.api.models.Badge
- setImpersonation(Boolean) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setImportError(String) - Method in class org.gitlab4j.api.models.ImportStatus
- setImportStatus(ImportStatus.Status) - Method in class org.gitlab4j.api.models.ImportStatus
- setImportStatus(ImportStatus.Status) - Method in class org.gitlab4j.api.models.Project
- setIn(Constants.MergeRequestSearchIn) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setIndividualNote(Boolean) - Method in class org.gitlab4j.api.models.Discussion
- setInitializeWithReadme(Boolean) - Method in class org.gitlab4j.api.models.Project
- setInProgressMergeCommitSha(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setIpAddress(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setIpAddress(String) - Method in class org.gitlab4j.api.models.Runner
- setIs_shared(Boolean) - Method in class org.gitlab4j.api.models.Runner
- setIsAdmin(Boolean) - Method in class org.gitlab4j.api.models.User
- setIssue(EventIssue) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setIssueChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setIssueChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setIssueLinkId(Long) - Method in class org.gitlab4j.api.models.Issue
- setIssuesEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setIssuesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setIssuesUrl(String) - Method in class org.gitlab4j.api.services.BugzillaService
- setIssuesUrl(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- setJiraIssueTransitionId(Integer) - Method in class org.gitlab4j.api.services.JiraService
- setJobAllowFailure(Boolean) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobArtifactsSize(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setJobArtifactsSize(Long) - Method in class org.gitlab4j.api.models.Group.Statistics
- setJobDuration(Integer) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setJobEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setJobFailureReason(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobFinished_at(Date) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobId(Long) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobName(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobs(List<Job>) - Method in class org.gitlab4j.api.webhook.PipelineEvent
- setJobsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setJobStage(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobStarted_at(Date) - Method in class org.gitlab4j.api.webhook.JobEvent
- setJobStatus(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setKeepDivergentRefs(Boolean) - Method in class org.gitlab4j.api.models.RemoteMirror
- setKey(String) - Method in class org.gitlab4j.api.models.CustomAttribute
- setKey(String) - Method in class org.gitlab4j.api.models.DeployKey
- setKey(String) - Method in class org.gitlab4j.api.models.GpgKey
- setKey(String) - Method in class org.gitlab4j.api.models.Key
- setKey(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setKey(String) - Method in class org.gitlab4j.api.models.SshKey
- setKey(String) - Method in class org.gitlab4j.api.models.Variable
- setKey(String) - Method in class org.gitlab4j.api.ProjectLicense
- setKey(String) - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- setKind(String) - Method in class org.gitlab4j.api.models.Namespace
- setKind(Badge.BadgeKind) - Method in class org.gitlab4j.api.models.Badge
- setLabel(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setLabel(Label) - Method in class org.gitlab4j.api.models.BoardList
- setLabel(Label) - Method in class org.gitlab4j.api.models.LabelEvent
- setLabels(List<String>) - Method in class org.gitlab4j.api.models.Epic
- setLabels(List<String>) - Method in class org.gitlab4j.api.models.Issue
- setLabels(List<String>) - Method in class org.gitlab4j.api.models.IssueFilter
- setLabels(List<String>) - Method in class org.gitlab4j.api.models.MergeRequest
- setLabels(List<String>) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setLabels(List<EventLabel>) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setLabels(List<EventLabel>) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setLabels(Map<String, String>) - Method in class org.gitlab4j.api.models.HealthCheckItem
- setLabels(ChangeContainer<List<EventLabel>>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setLast_editedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setLastActivityAt(Date) - Method in class org.gitlab4j.api.models.Project
- setLastActivityOn(Date) - Method in class org.gitlab4j.api.models.User
- setLastCommit(EventCommit) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setLastCommitId(String) - Method in class org.gitlab4j.api.models.CommitAction
- setLastCommitId(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setLastDeployment(Deployment) - Method in class org.gitlab4j.api.models.Environment
- setLastEditedById(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setLastError(String) - Method in class org.gitlab4j.api.models.RemoteMirror
- setLastPipeline(Pipeline) - Method in class org.gitlab4j.api.models.Commit
- setLastPipeline(Pipeline) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setLastSignInAt(Date) - Method in class org.gitlab4j.api.models.User
- setLastSuccessfulUpdateAt(Date) - Method in class org.gitlab4j.api.models.RemoteMirror
- setLastUpdateAt(Date) - Method in class org.gitlab4j.api.models.RemoteMirror
- setLastUpdateStartedAt(Date) - Method in class org.gitlab4j.api.models.RemoteMirror
- setLastUsed(Date) - Method in class org.gitlab4j.api.models.Trigger
- setLatestBuildFinishedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
- setLatestBuildStartedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
- setLevel(NotificationSettings.Level) - Method in class org.gitlab4j.api.models.NotificationSettings
- setLfsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Group
- setLfsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setLfsObjectsSize(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setLfsObjectsSize(Long) - Method in class org.gitlab4j.api.models.Group.Statistics
- setLicense(ProjectLicense) - Method in class org.gitlab4j.api.models.Project
- setLicensee(Map<String, String>) - Method in class org.gitlab4j.api.models.License
- setLicenseUrl(String) - Method in class org.gitlab4j.api.models.Project
- setLimitations(List<String>) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setLine(Integer) - Method in class org.gitlab4j.api.models.Comment
- setLineCode(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setLines(List<String>) - Method in class org.gitlab4j.api.models.Blame
- setLineType(Constants.LineType) - Method in class org.gitlab4j.api.models.Comment
- setLink(WikiAttachment.Link) - Method in class org.gitlab4j.api.models.WikiAttachment
- setLinkedin(String) - Method in class org.gitlab4j.api.models.User
- setLinks(List<Assets.Link>) - Method in class org.gitlab4j.api.models.Assets
- setLinks(List<EventReleaseLink>) - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- setLinks(Map<String, String>) - Method in class org.gitlab4j.api.models.EpicIssue
- setLinks(Map<String, String>) - Method in class org.gitlab4j.api.models.ExportStatus
- setLinkType(String) - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- setLinkUrl(String) - Method in class org.gitlab4j.api.models.Badge
- setLists(List<BoardList>) - Method in class org.gitlab4j.api.models.Board
- setLocation(String) - Method in class org.gitlab4j.api.models.RegistryRepository
- setLocation(String) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setLocation(String) - Method in class org.gitlab4j.api.models.User
- setLockedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setLockVersion(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setManual(Boolean) - Method in class org.gitlab4j.api.models.Job
- setMarkdown(String) - Method in class org.gitlab4j.api.models.FileUpload
- setMarkdown(String) - Method in class org.gitlab4j.api.models.WikiAttachment.Link
- setMarkedForDeletionOn(Date) - Method in class org.gitlab4j.api.models.Group
- setMarkedForDeletionOn(Date) - Method in class org.gitlab4j.api.models.Project
- setMasked(Boolean) - Method in class org.gitlab4j.api.models.Variable
- setMaskedHeaderNames(List<String>) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter
-
Set the list of header names to mask values for.
- setMaxFileSize(Integer) - Method in class org.gitlab4j.api.models.PushRules
- setMemberCheck(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- setMergeAccessLevels(List<BranchAccessLevel>) - Method in class org.gitlab4j.api.models.ProtectedBranch
- setMergeCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setMergeCommitSha(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMerged(Boolean) - Method in class org.gitlab4j.api.models.Branch
- setMergedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
- setMergedBy(Participant) - Method in class org.gitlab4j.api.models.MergeRequest
- setMergeError(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setMergeError(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMergeIid(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMergeMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setMergeMethod(Project.MergeMethod) - Method in class org.gitlab4j.api.models.Project
- setMergeParams(Map<String, String>) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMergeRequest(EventMergeRequest) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setMergeRequestChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setMergeRequestChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setMergeRequestId(Long) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setMergeRequestsAuthorApproval(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- setMergeRequestsCount(Integer) - Method in class org.gitlab4j.api.models.Issue
- setMergeRequestsDisableCommittersApproval(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- setMergeRequestsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- setMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setMergeStatus(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setMergeStatus(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMergeStatus(ChangeContainer<String>) - Method in class org.gitlab4j.api.webhook.MergeRequestChanges
- setMergeUserId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMergeWhenPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setMergeWhenPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMessage(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setMessage(String) - Method in class org.gitlab4j.api.models.Commit
- setMessage(String) - Method in class org.gitlab4j.api.models.HealthCheckItem
- setMessage(String) - Method in class org.gitlab4j.api.models.Tag
- setMessage(String) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setMessage(String) - Method in class org.gitlab4j.api.webhook.EventCommit
- setMessage(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setMilestone(String) - Method in class org.gitlab4j.api.models.IssueFilter
- setMilestone(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setMilestone(Milestone) - Method in class org.gitlab4j.api.models.Board
- setMilestone(Milestone) - Method in class org.gitlab4j.api.models.Issue
- setMilestone(Milestone) - Method in class org.gitlab4j.api.models.MergeRequest
- setMilestoneId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setMilestoneId(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setMilestoneId(ChangeContainer<Long>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setMilestones(List<String>) - Method in class org.gitlab4j.api.models.ReleaseParams
- setMilestones(List<Milestone>) - Method in class org.gitlab4j.api.models.Release
- setMode(String) - Method in class org.gitlab4j.api.models.TreeItem
- setModified(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
- setMyReactionEmoji(String) - Method in class org.gitlab4j.api.models.IssueFilter
- setMyReactionEmoji(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setName(String) - Method in class org.gitlab4j.api.models.AbstractUser
- setName(String) - Method in class org.gitlab4j.api.models.ApprovalRule
- setName(String) - Method in class org.gitlab4j.api.models.Assets.Link
- setName(String) - Method in class org.gitlab4j.api.models.AwardEmoji
- setName(String) - Method in class org.gitlab4j.api.models.Badge
- setName(String) - Method in class org.gitlab4j.api.models.Board
- setName(String) - Method in class org.gitlab4j.api.models.Branch
- setName(String) - Method in class org.gitlab4j.api.models.CommitRef
- setName(String) - Method in class org.gitlab4j.api.models.CommitStatus
- setName(String) - Method in class org.gitlab4j.api.models.Deployable
- setName(String) - Method in class org.gitlab4j.api.models.DeployToken
- setName(String) - Method in class org.gitlab4j.api.models.Environment
- setName(String) - Method in class org.gitlab4j.api.models.ExportStatus
- setName(String) - Method in class org.gitlab4j.api.models.Group
- setName(String) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setName(String) - Method in class org.gitlab4j.api.models.ImportStatus
- setName(String) - Method in class org.gitlab4j.api.models.Job
- setName(String) - Method in class org.gitlab4j.api.models.Label
- setName(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setName(String) - Method in class org.gitlab4j.api.models.Namespace
- setName(String) - Method in class org.gitlab4j.api.models.Package
- setName(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- setName(String) - Method in class org.gitlab4j.api.models.Project
- setName(String) - Method in class org.gitlab4j.api.models.ProtectedBranch
- setName(String) - Method in class org.gitlab4j.api.models.ProtectedTag
- setName(String) - Method in class org.gitlab4j.api.models.RegistryRepository
- setName(String) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setName(String) - Method in class org.gitlab4j.api.models.Release
- setName(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- setName(String) - Method in class org.gitlab4j.api.models.Repository
- setName(String) - Method in class org.gitlab4j.api.models.Runner
- setName(String) - Method in class org.gitlab4j.api.models.Tag
- setName(String) - Method in class org.gitlab4j.api.models.TreeItem
- setName(String) - Method in class org.gitlab4j.api.ProjectLicense
- setName(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setName(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setName(String) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setName(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setName(String) - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- setName(String) - Method in class org.gitlab4j.api.webhook.EventRepository
- setName(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setNamespace(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setNamespace(Namespace) - Method in class org.gitlab4j.api.models.Project
- setNameWithNamespace(String) - Method in class org.gitlab4j.api.models.ExportStatus
- setNameWithNamespace(String) - Method in class org.gitlab4j.api.models.ImportStatus
- setNameWithNamespace(String) - Method in class org.gitlab4j.api.models.Project
- setNewFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
- setNewFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
- setNewIssue(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setNewIssueUrl(String) - Method in class org.gitlab4j.api.services.BugzillaService
- setNewIssueUrl(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- setNewLine(Integer) - Method in class org.gitlab4j.api.models.Position
- setNewMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setNewNote(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setNewPath(String) - Method in class org.gitlab4j.api.models.Changes
- setNewPath(String) - Method in class org.gitlab4j.api.models.Diff
- setNewPath(String) - Method in class org.gitlab4j.api.models.Position
- setNextRunAt(Date) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setNickname(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setNickname(String) - Method in class org.gitlab4j.api.ProjectLicense
- setNote(String) - Method in class org.gitlab4j.api.models.Comment
- setNote(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setNote(Note) - Method in class org.gitlab4j.api.models.Event
- setNoteableId(Long) - Method in class org.gitlab4j.api.models.Note
- setNoteableId(Long) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setNoteableIid(Long) - Method in class org.gitlab4j.api.models.Note
- setNoteableType(String) - Method in class org.gitlab4j.api.models.Note
- setNoteChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setNoteChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setNoteEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setNotes(List<Note>) - Method in class org.gitlab4j.api.models.Discussion
- setNotificationLevel(int) - Method in class org.gitlab4j.api.models.ProjectAccess
- setNotify(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- setNotifyOnlyBrokenPipelines(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- setNotifyOnlyBrokenPipelines(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- setNotifyOnlyBrokenPipelines(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- setNotifyOnlyDefaultBranch(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- setNotifyOnlyDefaultBranch(Boolean) - Method in class org.gitlab4j.api.services.SlackService
-
Deprecated.
- setObjectAttributes(IssueEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setObjectAttributes(MergeRequestEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setObjectAttributes(NoteEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setObjectAttributes(PipelineEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.PipelineEvent
- setObjectAttributes(WikiPageEvent.ObjectAttributes) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.PushEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.TagPushEvent
- setObjectKind(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- setOldFullPath(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setOldLine(Integer) - Method in class org.gitlab4j.api.models.Position
- setOldPath(String) - Method in class org.gitlab4j.api.models.Changes
- setOldPath(String) - Method in class org.gitlab4j.api.models.Diff
- setOldPath(String) - Method in class org.gitlab4j.api.models.Position
- setOldPath(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setOldPathWithNamespace(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setOldUsername(String) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setOnline(Boolean) - Method in class org.gitlab4j.api.models.Runner
- setOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.gitlab4j.api.models.Project
- setOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.models.Project
- setOnlyProtectedBranches(Boolean) - Method in class org.gitlab4j.api.models.RemoteMirror
- setOpened(Integer) - Method in class org.gitlab4j.api.models.IssuesStatistics.Counts
- setOpenIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Label
- setOpenIssuesCount(Integer) - Method in class org.gitlab4j.api.models.Project
- setOpenMergeRequestsCount(Integer) - Method in class org.gitlab4j.api.models.Label
- setOrderBy(Constants.DeploymentOrderBy) - Method in class org.gitlab4j.api.models.DeploymentFilter
- setOrderBy(Constants.IssueOrderBy) - Method in class org.gitlab4j.api.models.IssueFilter
- setOrderBy(Constants.MergeRequestOrderBy) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setOrderBy(Constants.PipelineOrderBy) - Method in class org.gitlab4j.api.models.PipelineFilter
- setOrganization(String) - Method in class org.gitlab4j.api.models.User
- setOverage(Integer) - Method in class org.gitlab4j.api.models.License
- setOwner(Owner) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setOwner(Owner) - Method in class org.gitlab4j.api.models.Project
- setOwner(User) - Method in class org.gitlab4j.api.models.Trigger
- setOwnerEmail(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setOwnerEmail(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setOwnerName(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setOwnerName(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setPackageId(Long) - Method in class org.gitlab4j.api.models.PackageFile
- setPackagesEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setPackagesSize(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setPackageType(PackageType) - Method in class org.gitlab4j.api.models.Package
- setParentId(Long) - Method in class org.gitlab4j.api.models.Group
- setParentIds(List<String>) - Method in class org.gitlab4j.api.models.Commit
- setPassword(CharSequence) - Method in class org.gitlab4j.api.services.JiraService
- setPath(String) - Method in class org.gitlab4j.api.models.Comment
- setPath(String) - Method in class org.gitlab4j.api.models.ExportStatus
- setPath(String) - Method in class org.gitlab4j.api.models.Group
- setPath(String) - Method in class org.gitlab4j.api.models.ImportStatus
- setPath(String) - Method in class org.gitlab4j.api.models.Namespace
- setPath(String) - Method in class org.gitlab4j.api.models.Project
- setPath(String) - Method in class org.gitlab4j.api.models.RegistryRepository
- setPath(String) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setPath(String) - Method in class org.gitlab4j.api.models.TreeItem
- setPath(String) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setPath(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setPathWithNamespace(String) - Method in class org.gitlab4j.api.models.ExportStatus
- setPathWithNamespace(String) - Method in class org.gitlab4j.api.models.ImportStatus
- setPathWithNamespace(String) - Method in class org.gitlab4j.api.models.Project
- setPathWithNamespace(String) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setPathWithNamespace(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setPathWithNamespace(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- setPermissions(List<String>) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setPermissions(Permissions) - Method in class org.gitlab4j.api.models.Project
- setPipeline(Pipeline) - Method in class org.gitlab4j.api.models.Deployable
- setPipeline(Pipeline) - Method in class org.gitlab4j.api.models.Job
- setPipeline(Pipeline) - Method in class org.gitlab4j.api.models.MergeRequest
- setPipelineChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setPipelineChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setPipelineEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setPipelineEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setPlan(String) - Method in class org.gitlab4j.api.models.License
- setPlatform(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- setPosition(Integer) - Method in class org.gitlab4j.api.models.BoardList
- setPosition(Integer) - Method in class org.gitlab4j.api.webhook.EventIssue
- setPosition(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setPosition(Position) - Method in class org.gitlab4j.api.models.Note
- setPositionType(Position.PositionType) - Method in class org.gitlab4j.api.models.Position
- setPreventSecrets(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- setPrevious(T) - Method in class org.gitlab4j.api.webhook.ChangeContainer
- setPreviousPath(String) - Method in class org.gitlab4j.api.models.CommitAction
- setPrintingMergeRequestLinkEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setPriority(Integer) - Method in class org.gitlab4j.api.models.Label
- setPrivateProfile(Boolean) - Method in class org.gitlab4j.api.models.User
- setProject(Project) - Method in class org.gitlab4j.api.models.Board
- setProject(Project) - Method in class org.gitlab4j.api.models.Job
- setProject(Project) - Method in class org.gitlab4j.api.models.Todo
- setProject(EventProject) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.PipelineEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setProject(EventProject) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- setProjectAccess(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setProjectAccess(ProjectAccess) - Method in class org.gitlab4j.api.models.Permissions
- setProjectAvatar(Object, File) - Method in class org.gitlab4j.api.ProjectApi
-
Uploads and sets the project avatar for the specified project.
- setProjectId(Long) - Method in class org.gitlab4j.api.models.Event
- setProjectId(Long) - Method in class org.gitlab4j.api.models.Issue
- setProjectId(Long) - Method in class org.gitlab4j.api.models.MergeRequest
- setProjectId(Long) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setProjectId(Long) - Method in class org.gitlab4j.api.models.Milestone
- setProjectId(Long) - Method in class org.gitlab4j.api.models.ProjectHook
- setProjectId(Long) - Method in class org.gitlab4j.api.models.PushRules
- setProjectId(Long) - Method in class org.gitlab4j.api.models.SearchBlob
- setProjectId(Long) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setProjectId(Long) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setProjectId(Long) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.EventIssue
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.EventLabel
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.JobEvent
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setProjectId(Long) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setProjectKey(String) - Method in class org.gitlab4j.api.services.JiraService
- setProjectName(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setProjectName(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setProjectName(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setProjectPath(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setProjectPathWithNamespace(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
- setProjects(List<Project>) - Method in class org.gitlab4j.api.models.RunnerDetail
- setProjectsLimit(Integer) - Method in class org.gitlab4j.api.models.User
- setProjectUrl(String) - Method in class org.gitlab4j.api.services.BugzillaService
- setProjectUrl(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- setProjectVisibility(Visibility) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setProjectVisibility(Visibility) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setProperties(Map<String, Object>) - Method in class org.gitlab4j.api.services.JiraService
- setProperties(Map<String, Object>) - Method in class org.gitlab4j.api.services.NotificationService
- setProperty(String, Object) - Method in class org.gitlab4j.api.services.NotificationService
- setProtected(Boolean) - Method in class org.gitlab4j.api.models.Branch
- setProtected(Boolean) - Method in class org.gitlab4j.api.models.Variable
- setProvider(String) - Method in class org.gitlab4j.api.models.Identity
- setProvider(String) - Method in class org.gitlab4j.api.models.User
- setPublic(Boolean) - Method in class org.gitlab4j.api.models.Project
- setPublicEmail(String) - Method in class org.gitlab4j.api.models.User
- setPublicJobs(Boolean) - Method in class org.gitlab4j.api.models.Project
- setPushAccessLevels(List<BranchAccessLevel>) - Method in class org.gitlab4j.api.models.ProtectedBranch
- setPushChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setPushChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setPushData(PushData) - Method in class org.gitlab4j.api.models.Event
- setPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setPushEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- setPushEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setPushEventsBranchFilter(String) - Method in class org.gitlab4j.api.models.ProjectHook
- setQueuesCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setRawUrl(String) - Method in class org.gitlab4j.api.models.Snippet
- setReadmeUrl(String) - Method in class org.gitlab4j.api.models.Project
- setRealSize(String) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setReassignIssue(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setReassignMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setRebaseInProgress(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setRecipients(String) - Method in class org.gitlab4j.api.services.EmailOnPushService
- setRedisCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setRef(String) - Method in class org.gitlab4j.api.models.CommitStatus
- setRef(String) - Method in class org.gitlab4j.api.models.Deployable
- setRef(String) - Method in class org.gitlab4j.api.models.Deployment
- setRef(String) - Method in class org.gitlab4j.api.models.EventData
- setRef(String) - Method in class org.gitlab4j.api.models.Job
- setRef(String) - Method in class org.gitlab4j.api.models.Pipeline
- setRef(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- setRef(String) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setRef(String) - Method in class org.gitlab4j.api.models.PushData
- setRef(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- setRef(String) - Method in class org.gitlab4j.api.models.RepositoryFile
- setRef(String) - Method in class org.gitlab4j.api.models.SearchBlob
- setRef(String) - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- setRef(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setRef(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setRef(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setRef(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setReferences(References) - Method in class org.gitlab4j.api.models.MergeRequest
- setRefFetched(Boolean) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setRefreshToken(String) - Method in class org.gitlab4j.api.models.OauthTokenResponse
- setRefs(List<String>) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setRefType(String) - Method in class org.gitlab4j.api.models.PushData
- setRejectUnsignedCommits(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- setRelative(String) - Method in class org.gitlab4j.api.models.References
- setRelativePosition(Integer) - Method in class org.gitlab4j.api.models.EpicIssue
- setRelease(Release) - Method in class org.gitlab4j.api.models.Tag
- setReleasedAt(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setReleasedAt(Date) - Method in class org.gitlab4j.api.models.Release
- setReleasedAt(Date) - Method in class org.gitlab4j.api.models.ReleaseParams
- setReleasesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setRemoved(List<String>) - Method in class org.gitlab4j.api.webhook.EventCommit
- setRemoveSourceBranchAfterMerge(Boolean) - Method in class org.gitlab4j.api.models.Project
- setRenamedFile(Boolean) - Method in class org.gitlab4j.api.models.Changes
- setRenamedFile(Boolean) - Method in class org.gitlab4j.api.models.Diff
- setRenderedImageUrl(String) - Method in class org.gitlab4j.api.models.Badge
- setRenderedLinkUrl(String) - Method in class org.gitlab4j.api.models.Badge
- setReopenIssue(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setReopenMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setRepository(Repository) - Method in class org.gitlab4j.api.models.EventData
- setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.JobEvent
- setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setRepository(EventRepository) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setRepositorySize(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setRepositorySize(Long) - Method in class org.gitlab4j.api.models.Group.Statistics
- setRepositoryStorage(String) - Method in class org.gitlab4j.api.models.Project
- setRepositoryUpdateEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setRepositoryUpdateEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- setRequestAccessEnabled(Boolean) - Method in class org.gitlab4j.api.models.Group
- setRequestAccessEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setRequestedAt(Date) - Method in class org.gitlab4j.api.models.AccessRequest
- setRequestQueryString(String) - Method in class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- setRequestQueryString(String) - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- setRequestQueryString(String) - Method in class org.gitlab4j.api.webhook.AbstractEvent
- setRequestQueryString(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setRequestQueryString(String) - Method in interface org.gitlab4j.api.webhook.Event
- setRequestSecretToken(String) - Method in class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- setRequestSecretToken(String) - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- setRequestSecretToken(String) - Method in class org.gitlab4j.api.webhook.AbstractEvent
- setRequestSecretToken(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setRequestSecretToken(String) - Method in interface org.gitlab4j.api.webhook.Event
- setRequestTimeout(Integer, Integer) - Method in class org.gitlab4j.api.GitLabApi
-
Sets the per request connect and read timeout.
- setRequestUrl(String) - Method in class org.gitlab4j.api.systemhooks.AbstractSystemHookEvent
- setRequestUrl(String) - Method in interface org.gitlab4j.api.systemhooks.SystemHookEvent
- setRequestUrl(String) - Method in class org.gitlab4j.api.webhook.AbstractEvent
- setRequestUrl(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setRequestUrl(String) - Method in interface org.gitlab4j.api.webhook.Event
- setResetApprovalsOnPush(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- setResolvable(Boolean) - Method in class org.gitlab4j.api.models.Note
- setResolved(Boolean) - Method in class org.gitlab4j.api.models.Note
- setResolvedAt(Date) - Method in class org.gitlab4j.api.models.Note
- setResolvedBy(Participant) - Method in class org.gitlab4j.api.models.Note
- setResolveOutdatedDiffDiscussions(Boolean) - Method in class org.gitlab4j.api.models.Project
- setResourceId(Long) - Method in class org.gitlab4j.api.models.IssueEvent
- setResourceId(Long) - Method in class org.gitlab4j.api.models.LabelEvent
- setResourceType(IssueEvent.ResourceType) - Method in class org.gitlab4j.api.models.IssueEvent
- setResourceType(LabelEvent.ResourceType) - Method in class org.gitlab4j.api.models.LabelEvent
- setReviewers(List<Reviewer>) - Method in class org.gitlab4j.api.models.MergeRequest
- setRevision(String) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setRevision(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- setRevision(String) - Method in class org.gitlab4j.api.models.Version
- setRevoked(Boolean) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setRoom(String) - Method in class org.gitlab4j.api.services.HipChatService
- setRules(List<ApprovalRule>) - Method in class org.gitlab4j.api.models.ApprovalState
- setRuleType(String) - Method in class org.gitlab4j.api.models.ApprovalRule
- setRunner(Runner) - Method in class org.gitlab4j.api.models.Deployable
- setRunner(Runner) - Method in class org.gitlab4j.api.models.Job
- setRunnersToken(String) - Method in class org.gitlab4j.api.models.Group
- setRunnersToken(String) - Method in class org.gitlab4j.api.models.Project
- setSamlProviderId(Integer) - Method in class org.gitlab4j.api.models.Identity
- setScope(String) - Method in class org.gitlab4j.api.models.OauthTokenResponse
- setScope(Constants.IssueScope) - Method in class org.gitlab4j.api.models.IssueFilter
- setScope(Constants.MergeRequestScope) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setScope(Constants.PipelineScope) - Method in class org.gitlab4j.api.models.PipelineFilter
- setScopes(List<Constants.DeployTokenScope>) - Method in class org.gitlab4j.api.models.DeployToken
- setScopes(List<ImpersonationToken.Scope>) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setSearch(String) - Method in class org.gitlab4j.api.models.IssueFilter
- setSearch(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setSeconds(int) - Method in class org.gitlab4j.api.models.Duration
-
Set the number of seconds this duration represents.
- setSecretToken(String) - Method in interface org.gitlab4j.api.HookManager
-
Set the secret token that received hook events should be validated against.
- setSecretToken(String) - Method in class org.gitlab4j.api.systemhooks.SystemHookManager
-
Set the secret token that received hook events should be validated against.
- setSecretToken(String) - Method in class org.gitlab4j.api.webhook.WebHookManager
-
Set the secret token that received hook events should be validated against.
- setSendFromCommitterEmail(Boolean) - Method in class org.gitlab4j.api.services.EmailOnPushService
- setServer(String) - Method in class org.gitlab4j.api.services.HipChatService
- setSettings(Map<String, Object>) - Method in class org.gitlab4j.api.models.ApplicationSettings
- setSha(String) - Method in class org.gitlab4j.api.models.CommitStatus
- setSha(String) - Method in class org.gitlab4j.api.models.Deployment
- setSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setSha(String) - Method in class org.gitlab4j.api.models.Pipeline
- setSha(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- setSha(String) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setSha(String) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setSha(String) - Method in class org.gitlab4j.api.webhook.JobEvent
- setSha(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setSharedProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
- setSharedRunnersEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.Group
- setSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.User
- setSharedStateCheck(HealthCheckItem) - Method in class org.gitlab4j.api.models.HealthCheckInfo
- setSharedWithGroups(List<ProjectSharedGroup>) - Method in class org.gitlab4j.api.models.Project
- setShort(String) - Method in class org.gitlab4j.api.models.References
- setShortId(String) - Method in class org.gitlab4j.api.models.Commit
- setShortRevision(String) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setShortSha(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setShouldRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setSimpleView(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setSize(Integer) - Method in class org.gitlab4j.api.models.RepositoryFile
- setSize(Long) - Method in class org.gitlab4j.api.models.Artifact
- setSize(Long) - Method in class org.gitlab4j.api.models.ArtifactsFile
- setSize(Long) - Method in class org.gitlab4j.api.models.PackageFile
- setSkipConfirmation(Boolean) - Method in class org.gitlab4j.api.models.User
- setSkype(String) - Method in class org.gitlab4j.api.models.User
- setSlug(String) - Method in class org.gitlab4j.api.models.Environment
- setSlug(String) - Method in class org.gitlab4j.api.models.WikiPage
- setSlug(String) - Method in class org.gitlab4j.api.services.NotificationService
- setSlug(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setSnippet(EventSnippet) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setSnippetsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setSort(Constants.SortOrder) - Method in class org.gitlab4j.api.models.IssueFilter
- setSort(Constants.SortOrder) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setSort(Constants.SortOrder) - Method in class org.gitlab4j.api.models.PipelineFilter
- setSortOrder(Constants.SortOrder) - Method in class org.gitlab4j.api.models.DeploymentFilter
- setSource(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setSource(EventProject) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setSourceBranch(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setSourceBranch(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setSourceBranch(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setSourceId(Long) - Method in class org.gitlab4j.api.models.Membership
- setSourceIssue(Issue) - Method in class org.gitlab4j.api.models.IssueLink
- setSourceName(String) - Method in class org.gitlab4j.api.models.Membership
- setSourceProjectId(Long) - Method in class org.gitlab4j.api.models.MergeRequest
- setSourceProjectId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setSourceRule(ApprovalRule) - Method in class org.gitlab4j.api.models.ApprovalRule
- setSources(List<Assets.Source>) - Method in class org.gitlab4j.api.models.Assets
- setSources(List<EventReleaseSource>) - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- setSourceType(MembershipSourceType) - Method in class org.gitlab4j.api.models.Membership
- setSourceUrl(String) - Method in class org.gitlab4j.api.models.LicenseTemplate
- setSourceUrl(String) - Method in class org.gitlab4j.api.ProjectLicense
- setSquash(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setSquashCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setSquashOption(Constants.SquashOption) - Method in class org.gitlab4j.api.models.Project
- setSshUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setSshUrlToRepo(String) - Method in class org.gitlab4j.api.models.Project
- setStage(String) - Method in class org.gitlab4j.api.models.Deployable
- setStage(String) - Method in class org.gitlab4j.api.models.Job
- setStages(List<String>) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setStarCount(Integer) - Method in class org.gitlab4j.api.models.Project
- setStartBranch(String) - Method in class org.gitlab4j.api.models.CommitPayload
- setStartCommitSha(String) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setStartDate(Date) - Method in class org.gitlab4j.api.models.Epic
- setStartDate(Date) - Method in class org.gitlab4j.api.models.Milestone
- setStarted_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.setStartedAt(Date)
- setStartedAt(Date) - Method in class org.gitlab4j.api.models.CommitStatus
- setStartedAt(Date) - Method in class org.gitlab4j.api.models.Deployable
- setStartedAt(Date) - Method in class org.gitlab4j.api.models.Job
- setStartedAt(Date) - Method in class org.gitlab4j.api.models.Pipeline
- setStartedAt(Date) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setStartline(Integer) - Method in class org.gitlab4j.api.models.SearchBlob
- setStartProject(Object) - Method in class org.gitlab4j.api.models.CommitPayload
- setStartsAt(Date) - Method in class org.gitlab4j.api.models.License
- setStartSha(String) - Method in class org.gitlab4j.api.models.CommitPayload
- setStartSha(String) - Method in class org.gitlab4j.api.models.DiffRef
- setStartSha(String) - Method in class org.gitlab4j.api.models.Position
- setState(String) - Method in class org.gitlab4j.api.models.AbstractUser
- setState(String) - Method in class org.gitlab4j.api.models.IssueEvent
- setState(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setState(String) - Method in class org.gitlab4j.api.models.MergeRequestDiff
- setState(String) - Method in class org.gitlab4j.api.models.Milestone
- setState(String) - Method in class org.gitlab4j.api.models.User
- setState(String) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setState(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setState(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setState(Constants.IssueState) - Method in class org.gitlab4j.api.models.Issue
- setState(Constants.IssueState) - Method in class org.gitlab4j.api.models.IssueFilter
- setState(Constants.MergeRequestState) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setState(Constants.TodoState) - Method in class org.gitlab4j.api.models.Todo
- setState(Environment.EnvironmentState) - Method in class org.gitlab4j.api.models.Environment
- setState(ChangeContainer<String>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setStatistics(Group.Statistics) - Method in class org.gitlab4j.api.models.Group
- setStatistics(IssuesStatistics.Statistics) - Method in class org.gitlab4j.api.models.IssuesStatistics
- setStatistics(ProjectStatistics) - Method in class org.gitlab4j.api.models.Project
- setStats(Boolean) - Method in class org.gitlab4j.api.models.CommitPayload
- setStats(CommitStats) - Method in class org.gitlab4j.api.models.Commit
- setStatus(String) - Method in class org.gitlab4j.api.models.Commit
- setStatus(String) - Method in class org.gitlab4j.api.models.CommitStatus
- setStatus(String) - Method in class org.gitlab4j.api.webhook.BuildCommit
- setStatus(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setStatus(String) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setStatus(Constants.DeploymentStatus) - Method in class org.gitlab4j.api.models.Deployable
- setStatus(Constants.DeploymentStatus) - Method in class org.gitlab4j.api.models.Deployment
- setStatus(Constants.DeploymentStatus) - Method in class org.gitlab4j.api.models.DeploymentFilter
- setStatus(HealthCheckStatus) - Method in class org.gitlab4j.api.models.HealthCheckItem
- setStatus(JobStatus) - Method in class org.gitlab4j.api.models.Job
- setStatus(PipelineStatus) - Method in class org.gitlab4j.api.models.Pipeline
- setStatus(PipelineStatus) - Method in class org.gitlab4j.api.models.PipelineFilter
- setStatus(Runner.RunnerStatus) - Method in class org.gitlab4j.api.models.Runner
- setStatusChangedAt(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setStCommits(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setStDiff(Diff) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setStDiffs(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setStorageSize(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setStorageSize(Long) - Method in class org.gitlab4j.api.models.Group.Statistics
- setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.EpicIssue
- setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.Issue
- setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.Label
- setSubscribed(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setSuccessPipeline(Boolean) - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- setSudoAsId(Long) - Method in class org.gitlab4j.api.GitLabApi
-
Sets up all future calls to the GitLab API to be done as another user specified by provided user ID.
- setSuggestionCommitMessage(String) - Method in class org.gitlab4j.api.models.Project
- setSystem(Boolean) - Method in class org.gitlab4j.api.models.Note
- setSystem(Boolean) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setTag(Boolean) - Method in class org.gitlab4j.api.models.Deployable
- setTag(Boolean) - Method in class org.gitlab4j.api.models.Job
- setTag(Boolean) - Method in class org.gitlab4j.api.models.Pipeline
- setTag(Boolean) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setTag(Boolean) - Method in class org.gitlab4j.api.webhook.JobEvent
- setTag(Boolean) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setTag(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setTagList(List<String>) - Method in class org.gitlab4j.api.models.Project
- setTagList(List<String>) - Method in class org.gitlab4j.api.models.RunnerDetail
- setTagName(String) - Method in class org.gitlab4j.api.models.Release
- setTagName(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- setTagPath(String) - Method in class org.gitlab4j.api.models.Release
- setTagPushChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setTagPushChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setTagPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setTagPushEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- setTagPushEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setTarget(Object) - Method in class org.gitlab4j.api.models.Todo
- setTarget(EventProject) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setTargetBranch(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setTargetBranch(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setTargetBranch(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setTargetDetails(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setTargetId(Long) - Method in class org.gitlab4j.api.models.Event
- setTargetId(Object) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setTargetIid(Long) - Method in class org.gitlab4j.api.models.Event
- setTargetIssue(Issue) - Method in class org.gitlab4j.api.models.IssueLink
- setTargetProjectId(Long) - Method in class org.gitlab4j.api.models.MergeRequest
- setTargetProjectId(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setTargetTitle(String) - Method in class org.gitlab4j.api.models.Event
- setTargetType(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setTargetType(Constants.TargetType) - Method in class org.gitlab4j.api.models.Event
- setTargetType(Constants.TodoType) - Method in class org.gitlab4j.api.models.Todo
- setTargetUrl(String) - Method in class org.gitlab4j.api.models.CommitStatus
- setTargetUrl(String) - Method in class org.gitlab4j.api.models.Todo
- setTaskCompletionStatus(Issue.TaskCompletionStatus) - Method in class org.gitlab4j.api.models.Issue
- setTaskCompletionStatus(TaskCompletionStatus) - Method in class org.gitlab4j.api.models.MergeRequest
- setTaskStatus(String) - Method in class org.gitlab4j.api.models.Issue
- setTemplate(Boolean) - Method in class org.gitlab4j.api.webhook.EventLabel
- setText(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setText(String) - Method in class org.gitlab4j.api.models.MarkdownRequest
- setThemeId(Integer) - Method in class org.gitlab4j.api.models.User
- setTimeEstimate(Integer) - Method in class org.gitlab4j.api.models.TimeStats
- setTimeEstimate(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setTimestamp(Date) - Method in class org.gitlab4j.api.models.Commit
- setTimestamp(Date) - Method in class org.gitlab4j.api.webhook.EventCommit
- setTimeStats(TimeStats) - Method in class org.gitlab4j.api.models.Issue
- setTimeStats(TimeStats) - Method in class org.gitlab4j.api.models.MergeRequest
- Setting - Enum in org.gitlab4j.api.models
-
This enum provides constants and value validation for the available GitLab application settings.
- setTitle(String) - Method in class org.gitlab4j.api.models.Commit
- setTitle(String) - Method in class org.gitlab4j.api.models.DeployKey
- setTitle(String) - Method in class org.gitlab4j.api.models.Epic
- setTitle(String) - Method in class org.gitlab4j.api.models.Event
- setTitle(String) - Method in class org.gitlab4j.api.models.Issue
- setTitle(String) - Method in class org.gitlab4j.api.models.Key
- setTitle(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setTitle(String) - Method in class org.gitlab4j.api.models.Milestone
- setTitle(String) - Method in class org.gitlab4j.api.models.Note
- setTitle(String) - Method in class org.gitlab4j.api.models.Snippet
- setTitle(String) - Method in class org.gitlab4j.api.models.SshKey
- setTitle(String) - Method in class org.gitlab4j.api.models.WikiPage
- setTitle(String) - Method in class org.gitlab4j.api.services.NotificationService
- setTitle(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setTitle(String) - Method in class org.gitlab4j.api.webhook.EventLabel
- setTitle(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setTitle(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setTitle(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setTitle(ChangeContainer<String>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setTo(String) - Method in class org.gitlab4j.api.models.AuditEventDetail
- setTo(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setToken(String) - Method in class org.gitlab4j.api.models.DeployToken
- setToken(String) - Method in class org.gitlab4j.api.models.ImpersonationToken
- setToken(String) - Method in class org.gitlab4j.api.models.ProjectHook
- setToken(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- setToken(String) - Method in class org.gitlab4j.api.models.Trigger
- setToken(String) - Method in class org.gitlab4j.api.services.HipChatService
- setTokenType(String) - Method in class org.gitlab4j.api.models.OauthTokenResponse
- setTooltip(String) - Method in class org.gitlab4j.api.models.DetailedStatus
- setTotal(Integer) - Method in class org.gitlab4j.api.models.CommitStats
- setTotal(Integer) - Method in class org.gitlab4j.api.models.ProjectFetches.Fetches
- setTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.models.EventData
- setTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setTotalSize(Integer) - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- setTotalTimeSpent(Integer) - Method in class org.gitlab4j.api.models.TimeStats
- setTotalTimeSpent(Integer) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setTotalTimeSpent(ChangeContainer<Integer>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setTrailer(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setTwitter(String) - Method in class org.gitlab4j.api.models.User
- setTwoFactorEnabled(Boolean) - Method in class org.gitlab4j.api.models.User
- setType(String) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setType(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setType(CommitRef.RefType) - Method in class org.gitlab4j.api.models.CommitRef
- setType(Note.Type) - Method in class org.gitlab4j.api.models.Note
- setType(TreeItem.Type) - Method in class org.gitlab4j.api.models.TreeItem
- setType(EventLabel.LabelType) - Method in class org.gitlab4j.api.webhook.EventLabel
- setUnprotectAccessLevels(List<BranchAccessLevel>) - Method in class org.gitlab4j.api.models.ProtectedBranch
- setUpdated_at(Date) - Method in class org.gitlab4j.api.models.Pipeline
-
Deprecated.Replaced by
Pipeline.setUpdatedAt(Date)
- setUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
- setUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- setUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.PipelineFilter
- setUpdatedAt(String) - Method in class org.gitlab4j.api.models.Snippet
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.ApplicationSettings
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.AwardEmoji
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Deployment
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Epic
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Issue
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.MergeRequest
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Milestone
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Note
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Pipeline
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.models.Trigger
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.services.NotificationService
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventIssue
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventLabel
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setUpdatedAt(Date) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setUpdatedAt(ChangeContainer<Date>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
- setUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- setUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.PipelineFilter
- setUpdatedById(Long) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setUpdatedById(ChangeContainer<Long>) - Method in class org.gitlab4j.api.webhook.EventChanges
- setUpdateStatus(String) - Method in class org.gitlab4j.api.models.RemoteMirror
- setUpvote(Boolean) - Method in class org.gitlab4j.api.models.Note
- setUpvotes(Integer) - Method in class org.gitlab4j.api.models.EpicIssue
- setUpvotes(Integer) - Method in class org.gitlab4j.api.models.Issue
- setUpvotes(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
- setUrl(String) - Method in class org.gitlab4j.api.models.Assets.Link
- setUrl(String) - Method in class org.gitlab4j.api.models.Assets.Source
- setUrl(String) - Method in class org.gitlab4j.api.models.Commit
- setUrl(String) - Method in class org.gitlab4j.api.models.FileUpload
- setUrl(String) - Method in class org.gitlab4j.api.models.ProjectHook
- setUrl(String) - Method in class org.gitlab4j.api.models.RemoteMirror
- setUrl(String) - Method in class org.gitlab4j.api.models.Repository
- setUrl(String) - Method in class org.gitlab4j.api.models.SystemHook
- setUrl(String) - Method in class org.gitlab4j.api.models.WikiAttachment.Link
- setUrl(String) - Method in class org.gitlab4j.api.services.JiraService
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventCommit
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventIssue
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventReleaseSource
- setUrl(String) - Method in class org.gitlab4j.api.webhook.EventRepository
- setUrl(String) - Method in class org.gitlab4j.api.webhook.NoteEvent.ObjectAttributes
- setUrl(String) - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- setUrl(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- setUser(User) - Method in class org.gitlab4j.api.models.ApprovedBy
- setUser(User) - Method in class org.gitlab4j.api.models.AwardEmoji
- setUser(User) - Method in class org.gitlab4j.api.models.Deployable
- setUser(User) - Method in class org.gitlab4j.api.models.Deployment
- setUser(User) - Method in class org.gitlab4j.api.models.IssueEvent
- setUser(User) - Method in class org.gitlab4j.api.models.Job
- setUser(User) - Method in class org.gitlab4j.api.models.Key
- setUser(User) - Method in class org.gitlab4j.api.models.LabelEvent
- setUser(User) - Method in class org.gitlab4j.api.models.Pipeline
- setUser(User) - Method in class org.gitlab4j.api.webhook.BuildEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.IssueEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.JobEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.NoteEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.PipelineEvent
- setUser(User) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- setUserAvatar(Object, File) - Method in class org.gitlab4j.api.UserApi
-
Uploads and sets the user's avatar for the specified user.
- setUserAvatar(String) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setUserAvatar(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setUserEmail(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setUserEmail(String) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setUserEmail(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setUserEmail(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setUserId(Long) - Method in class org.gitlab4j.api.models.BranchAccessLevel
- setUserId(Long) - Method in class org.gitlab4j.api.models.EventData
- setUserId(Long) - Method in class org.gitlab4j.api.models.SshKey
- setUserId(Long) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setUserId(Long) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setUserId(Long) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setUserId(Long) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setUserId(Long) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setUserLimit(Integer) - Method in class org.gitlab4j.api.models.License
- setUsername(String) - Method in class org.gitlab4j.api.models.AbstractUser
- setUsername(String) - Method in class org.gitlab4j.api.models.DeployToken
- setUsername(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- setUsername(String) - Method in class org.gitlab4j.api.services.JiraService
- setUsername(String) - Method in class org.gitlab4j.api.services.MattermostService
- setUsername(String) - Method in class org.gitlab4j.api.services.SlackService
- setUsername(String) - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- setUsername(String) - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- setUserName(String) - Method in class org.gitlab4j.api.models.EventData
- setUserName(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setUserName(String) - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- setUserName(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setUserName(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setUserNotesCount(Integer) - Method in class org.gitlab4j.api.models.Issue
- setUserNotesCount(Integer) - Method in class org.gitlab4j.api.models.MergeRequest
- setUsers(List<User>) - Method in class org.gitlab4j.api.models.ApprovalRule
- setUserUrl(String) - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- setUserUsername(String) - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- setUserUsername(String) - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- setUserUsername(String) - Method in class org.gitlab4j.api.webhook.AbstractPushEvent
- setValue(String) - Method in class org.gitlab4j.api.models.CustomAttribute
- setValue(String) - Method in class org.gitlab4j.api.models.Variable
- setVariables(List<Variable>) - Method in class org.gitlab4j.api.models.PipelineSchedule
- setVariables(List<Variable>) - Method in class org.gitlab4j.api.webhook.PipelineEvent.ObjectAttributes
- setVariableType(Variable.Type) - Method in class org.gitlab4j.api.models.Variable
- setVerificationStatus(String) - Method in class org.gitlab4j.api.models.GpgSignature
- setVersion(String) - Method in class org.gitlab4j.api.models.ChangelogPayload
- setVersion(String) - Method in class org.gitlab4j.api.models.Package
- setVersion(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- setVersion(String) - Method in class org.gitlab4j.api.models.Version
- setVisibility(Visibility) - Method in class org.gitlab4j.api.models.Group
- setVisibility(Visibility) - Method in class org.gitlab4j.api.models.Project
- setVisibility(Visibility) - Method in class org.gitlab4j.api.models.Snippet
- setVisibility_level(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventRepository
- setVisibilityLevel(Integer) - Method in class org.gitlab4j.api.models.Project
- setVisibilityLevel(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventProject
- setVisibilityLevel(AccessLevel) - Method in class org.gitlab4j.api.webhook.EventSnippet
- setWallEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setWebhook(String) - Method in class org.gitlab4j.api.services.MattermostService
- setWebhook(String) - Method in class org.gitlab4j.api.services.SlackService
- setWebsiteUrl(String) - Method in class org.gitlab4j.api.models.User
- setWebUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Branch
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Commit
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Deployable
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Group
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Issue
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Job
- setWebUrl(String) - Method in class org.gitlab4j.api.models.MergeRequest
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Namespace
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Pipeline
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Project
- setWebUrl(String) - Method in class org.gitlab4j.api.models.Snippet
- setWebUrl(String) - Method in class org.gitlab4j.api.webhook.EventProject
- setWebUrl(String) - Method in class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- setWeight(Integer) - Method in class org.gitlab4j.api.models.Issue
- setWhen(String) - Method in class org.gitlab4j.api.models.Job
- setWidth(Integer) - Method in class org.gitlab4j.api.models.Position
- setWiki(WikiPageEvent.Wiki) - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- setWikiEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- setWikiPageChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- setWikiPageChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- setWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- setWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.services.NotificationService
- setWikiSize(long) - Method in class org.gitlab4j.api.models.ProjectStatistics
- setWip(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- setWorkInProgress(Boolean) - Method in class org.gitlab4j.api.models.MergeRequest
- setWorkInProgress(Boolean) - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- setX(Double) - Method in class org.gitlab4j.api.models.Position
- setY(Double) - Method in class org.gitlab4j.api.models.Position
- setYamlErrors(Boolean) - Method in class org.gitlab4j.api.models.PipelineFilter
- setYamlErrors(String) - Method in class org.gitlab4j.api.models.Pipeline
- SHARED_RUNNERS_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.SHARED_RUNNERS_TEXT
andSetting.SHARED_RUNNERS_MINUTES
) Enable shared runners for new projects. - SHARED_RUNNERS_MINUTES - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SHARED_RUNNERS_ENABLED
Set the maximum number of pipeline minutes that a group can use on shared Runners per month. - SHARED_RUNNERS_TEXT - org.gitlab4j.api.models.Setting
-
required by:
Setting.SHARED_RUNNERS_ENABLED
Shared runners text. - shareGroup(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.GroupApi
-
Share group with another group.
- shareProject(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Share a project with the specified group.
- SIGN_IN_TEXT - org.gitlab4j.api.models.Setting
-
Text on the login page.
- SIGNIN_ENABLED - org.gitlab4j.api.models.Setting
-
Deprecated.Use
Setting.PASSWORD_AUTHENTICATION_ENABLED_FOR_WEB
instead - SIGNUP_ENABLED - org.gitlab4j.api.models.Setting
-
Enable registration.
- SKIPPED - org.gitlab4j.api.Constants.JobScope
- SKIPPED - org.gitlab4j.api.models.JobStatus
- SKIPPED - org.gitlab4j.api.models.PipelineStatus
- SLACK_APP_ENABLED - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) (If enabled, requires:
Setting.SLACK_APP_ID
,Setting.SLACK_APP_SECRET
andSetting.SLACK_APP_VERIFICATION_TOKEN
) Enable Slack app. - SLACK_APP_ID - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SLACK_APP_ENABLED
The app id of the Slack-app. - SLACK_APP_SECRET - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SLACK_APP_ENABLED
The app secret of the Slack-app. - SLACK_APP_VERIFICATION_TOKEN - org.gitlab4j.api.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SLACK_APP_ENABLED
The verification token of the Slack-app. - SlackService - Class in org.gitlab4j.api.services
- SlackService() - Constructor for class org.gitlab4j.api.services.SlackService
- Snippet - Class in org.gitlab4j.api.models
- Snippet() - Constructor for class org.gitlab4j.api.models.Snippet
- Snippet(String, String, String) - Constructor for class org.gitlab4j.api.models.Snippet
- Snippet(String, String, String, Visibility, String) - Constructor for class org.gitlab4j.api.models.Snippet
- SNIPPET - org.gitlab4j.api.Constants.TargetType
- SNIPPET - org.gitlab4j.api.models.AwardEmoji.AwardableType
- SNIPPET - org.gitlab4j.api.models.Note.NoteableType
- SNIPPET - org.gitlab4j.api.webhook.NoteEvent.NoteableType
- SNIPPET_BLOBS - org.gitlab4j.api.Constants.SearchScope
- SNIPPET_SIZE_LIMIT - org.gitlab4j.api.models.Setting
- SNIPPET_TITLES - org.gitlab4j.api.Constants.SearchScope
- SnippetsApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab Snippets API project calls.
- SnippetsApi(GitLabApi) - Constructor for class org.gitlab4j.api.SnippetsApi
- SNOWPLOW_APP_ID - org.gitlab4j.api.models.Setting
-
The Snowplow site name / application id.
- SNOWPLOW_COLLECTOR_HOSTNAME - org.gitlab4j.api.models.Setting
-
required by:
Setting.SNOWPLOW_ENABLED
The Snowplow collector hostname. - SNOWPLOW_COOKIE_DOMAIN - org.gitlab4j.api.models.Setting
-
The Snowplow cookie domain.
- SNOWPLOW_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.SNOWPLOW_COLLECTOR_HOSTNAME
) Enable snowplow tracking. - SNOWPLOW_IGLU_REGISTRY_URL - org.gitlab4j.api.models.Setting
-
The Snowplow base Iglu Schema Registry URL to use for custom context and self describing events.
- SNOWPLOW_SITE_ID - org.gitlab4j.api.models.Setting
-
The Snowplow site name / application id.
- Source() - Constructor for class org.gitlab4j.api.models.Assets.Source
- SOURCEGRAPH_ENABLED - org.gitlab4j.api.models.Setting
-
Enables Sourcegraph integration.
- SOURCEGRAPH_PUBLIC_ONLY - org.gitlab4j.api.models.Setting
-
Blocks Sourcegraph from being loaded on private and internal projects.
- SOURCEGRAPH_URL - org.gitlab4j.api.models.Setting
-
The Sourcegraph instance URL for integration.
- SPACEY_MSEC_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
- SPACEY_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
- SPAM_CHECK_ENDPOINT_ENABLED - org.gitlab4j.api.models.Setting
-
Enables Spam Check via external API endpoint.
- SPAM_CHECK_ENDPOINT_URL - org.gitlab4j.api.models.Setting
-
URL of the external Spam Check service endpoint.
- SshKey - Class in org.gitlab4j.api.models
- SshKey() - Constructor for class org.gitlab4j.api.models.SshKey
- starProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Star a project.
- STARTED - org.gitlab4j.api.models.ExportStatus.Status
- STARTED - org.gitlab4j.api.models.ImportStatus.Status
- startImport(Object, File, String, Boolean, Project) - Method in class org.gitlab4j.api.ImportExportApi
-
Import an exported project.
- STATIC_OBJECTS_EXTERNAL_STORAGE_AUTH_TOKEN - org.gitlab4j.api.models.Setting
-
NOT DOCUMENTED: but it's returned by a call to /api/v4/application/settings https://gitlab.com/gitlab-org/gitlab/commit/85975447a2b70d1654f2f8163f55d369e130ef2b
- STATIC_OBJECTS_EXTERNAL_STORAGE_URL - org.gitlab4j.api.models.Setting
-
NOT DOCUMENTED: but it's returned by a call to /api/v4/application/settings https://gitlab.com/gitlab-org/gitlab/commit/85975447a2b70d1654f2f8163f55d369e130ef2b
- Statistics() - Constructor for class org.gitlab4j.api.models.Group.Statistics
- Statistics() - Constructor for class org.gitlab4j.api.models.IssuesStatistics.Statistics
- STATUS - org.gitlab4j.api.Constants.PipelineOrderBy
- stopEnvironment(Object, Long) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Stop an environment.
- STOPPED - org.gitlab4j.api.models.Environment.EnvironmentState
- stream() - Method in class org.gitlab4j.api.Pager
-
Builds and returns a Stream instance which is pre-populated with all items from all pages.
- subscribeGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Subscribe a specified group label.
- subscribeLabel(Object, Long) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.subscribeProjectLabel(Object, Object)
method. - subscribeProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Subscribe a specified project label.
- subSequence(int, int) - Method in class org.gitlab4j.api.utils.SecretString
- SUCCESS - org.gitlab4j.api.Constants.CommitBuildState
- SUCCESS - org.gitlab4j.api.Constants.DeploymentStatus
- SUCCESS - org.gitlab4j.api.Constants.JobScope
- SUCCESS - org.gitlab4j.api.models.JobStatus
- SUCCESS - org.gitlab4j.api.models.PipelineStatus
- sudo(String) - Method in class org.gitlab4j.api.GitLabApi
-
Sets up all future calls to the GitLab API to be done as another user specified by sudoAsUsername.
- SUDO - org.gitlab4j.api.Constants.ApplicationScope
-
Perform API actions as any user in the system
- SUDO - org.gitlab4j.api.models.ImpersonationToken.Scope
- SUDO - org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Allows performing API actions as any user in the system, if the authenticated user is an admin (introduced in GitLab 10.2).
- SUDO_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
- SYSTEM_HOOK_EVENT - Static variable in class org.gitlab4j.api.systemhooks.SystemHookManager
- SystemHook - Class in org.gitlab4j.api.models
- SystemHook() - Constructor for class org.gitlab4j.api.models.SystemHook
- SystemHookEvent - Interface in org.gitlab4j.api.systemhooks
- SystemHookListener - Interface in org.gitlab4j.api.systemhooks
-
This interface defines an event listener for the event fired when a System Hook notification has been received from a GitLab server.
- SystemHookManager - Class in org.gitlab4j.api.systemhooks
-
This class provides a handler for processing GitLab System Hook callouts.
- SystemHookManager() - Constructor for class org.gitlab4j.api.systemhooks.SystemHookManager
-
Create a HookManager to handle GitLab system hook events.
- SystemHookManager(String) - Constructor for class org.gitlab4j.api.systemhooks.SystemHookManager
-
Create a HookManager to handle GitLab system hook events which will be verified against the specified secretToken.
- SystemHooksApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab System Hooks Keys API calls.
- SystemHooksApi(GitLabApi) - Constructor for class org.gitlab4j.api.SystemHooksApi
T
- Tag - Class in org.gitlab4j.api.models
- Tag() - Constructor for class org.gitlab4j.api.models.Tag
- TAG - org.gitlab4j.api.models.CommitRef.RefType
- TAG_PUSH_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- TAG_PUSH_EVENT - Static variable in class org.gitlab4j.api.systemhooks.TagPushSystemHookEvent
- TagPushEvent - Class in org.gitlab4j.api.webhook
- TagPushEvent() - Constructor for class org.gitlab4j.api.webhook.TagPushEvent
- TagPushSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- TagPushSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.TagPushSystemHookEvent
- TAGS - org.gitlab4j.api.Constants.PipelineScope
- TagsApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab Tags and Protected Tags API calls.
- TagsApi(GitLabApi) - Constructor for class org.gitlab4j.api.TagsApi
- takeOwnershipPipelineSchedule(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Update the owner of the pipeline schedule of a project.
- takeOwnewrshipOfPipelineTrigger(Object, Long) - Method in class org.gitlab4j.api.PipelineApi
-
Take ownership of a pipeline trigger for project.
- TAR - org.gitlab4j.api.Constants.ArchiveFormat
- TAR_BZ2 - org.gitlab4j.api.Constants.ArchiveFormat
- TAR_GZ - org.gitlab4j.api.Constants.ArchiveFormat
- TaskCompletionStatus - Class in org.gitlab4j.api.models
- TaskCompletionStatus() - Constructor for class org.gitlab4j.api.models.Issue.TaskCompletionStatus
- TaskCompletionStatus() - Constructor for class org.gitlab4j.api.models.TaskCompletionStatus
- TB2 - org.gitlab4j.api.Constants.ArchiveFormat
- TBZ - org.gitlab4j.api.Constants.ArchiveFormat
- TBZ2 - org.gitlab4j.api.Constants.ArchiveFormat
- TEAM_MEMBER_REMOVED_EVENT - Static variable in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- TeamMemberSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- TeamMemberSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- TERMINAL_MAX_SESSION_TIME - org.gitlab4j.api.models.Setting
-
Maximum time for web terminal websocket connection (in seconds).
- TERMS - org.gitlab4j.api.models.Setting
-
required by:
Setting.ENFORCE_TERMS
Markdown content for the ToS. - testSystemHook(Long) - Method in class org.gitlab4j.api.SystemHooksApi
-
Test a system hook.
- testSystemHook(SystemHook) - Method in class org.gitlab4j.api.SystemHooksApi
-
Test a system hook.
- TEXT - org.gitlab4j.api.Constants.Encoding
- TEXT - org.gitlab4j.api.models.Position.PositionType
- THROTTLE_AUTHENTICATED_API_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.THROTTLE_AUTHENTICATED_API_PERIOD_IN_SECONDS
andSetting.THROTTLE_AUTHENTICATED_API_REQUESTS_PER_PERIOD
) Enable authenticated API request rate limit. - THROTTLE_AUTHENTICATED_API_PERIOD_IN_SECONDS - org.gitlab4j.api.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_API_ENABLED
Rate limit period in seconds. - THROTTLE_AUTHENTICATED_API_REQUESTS_PER_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_API_ENABLED
Max requests per period per user. - THROTTLE_AUTHENTICATED_WEB_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.THROTTLE_AUTHENTICATED_WEB_PERIOD_IN_SECONDS
andSetting.THROTTLE_AUTHENTICATED_WEB_REQUESTS_PER_PERIOD
) Enable authenticated web request rate limit. - THROTTLE_AUTHENTICATED_WEB_PERIOD_IN_SECONDS - org.gitlab4j.api.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_WEB_ENABLED
Rate limit period in seconds. - THROTTLE_AUTHENTICATED_WEB_REQUESTS_PER_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_WEB_ENABLED
Max requests per period per user. - THROTTLE_PROTECTED_PATHS_ENABLED - org.gitlab4j.api.models.Setting
- THROTTLE_PROTECTED_PATHS_PERIOD_IN_SECONDS - org.gitlab4j.api.models.Setting
- THROTTLE_PROTECTED_PATHS_REQUESTS_PER_PERIOD - org.gitlab4j.api.models.Setting
- THROTTLE_UNAUTHENTICATED_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.THROTTLE_UNAUTHENTICATED_PERIOD_IN_SECONDS
andSetting.THROTTLE_UNAUTHENTICATED_REQUESTS_PER_PERIOD
) Enable unauthenticated request rate limit. - THROTTLE_UNAUTHENTICATED_PERIOD_IN_SECONDS - org.gitlab4j.api.models.Setting
-
required by:
Setting.THROTTLE_UNAUTHENTICATED_ENABLED
Rate limit period in seconds. - THROTTLE_UNAUTHENTICATED_REQUESTS_PER_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.THROTTLE_UNAUTHENTICATED_ENABLED
Max requests per period per IP. - TIME_TRACKING_LIMIT_TO_HOURS - org.gitlab4j.api.models.Setting
-
Limit display of time tracking units to hours.
- TIMED_INCREMENTAL - org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
- TimeStats - Class in org.gitlab4j.api.models
- TimeStats() - Constructor for class org.gitlab4j.api.models.TimeStats
- TITLE - org.gitlab4j.api.Constants.MergeRequestSearchIn
- TITLE_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- toCalendar(String) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Parses an ISO8601 formatted string a returns a Calendar instance.
- toDate(String) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Parses an ISO8601 formatted string a returns a Date instance.
- Todo - Class in org.gitlab4j.api.models
- Todo() - Constructor for class org.gitlab4j.api.models.Todo
- TodosApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Todos API.
- TodosApi(GitLabApi) - Constructor for class org.gitlab4j.api.TodosApi
- toInstant(String) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Parses an ISO8601 formatted string a returns an Instant instance.
- toJsonNode(String) - Static method in class org.gitlab4j.api.utils.JacksonJson
-
Parse the provided String into a JsonNode instance.
- toJsonString(T) - Static method in class org.gitlab4j.api.utils.JacksonJson
-
Gets a the supplied object output as a formatted JSON string.
- TOKEN_PROP - Static variable in class org.gitlab4j.api.services.HipChatService
- toString() - Method in enum org.gitlab4j.api.Constants.ActionType
- toString() - Method in enum org.gitlab4j.api.Constants.ApplicationScope
- toString() - Method in enum org.gitlab4j.api.Constants.ArchiveFormat
- toString() - Method in enum org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
- toString() - Method in enum org.gitlab4j.api.Constants.BuildGitStrategy
- toString() - Method in enum org.gitlab4j.api.Constants.CommitBuildState
- toString() - Method in enum org.gitlab4j.api.Constants.ContributorOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.DeploymentOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.DeploymentStatus
- toString() - Method in enum org.gitlab4j.api.Constants.DeployTokenScope
- toString() - Method in enum org.gitlab4j.api.Constants.Encoding
- toString() - Method in enum org.gitlab4j.api.Constants.EpicOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.EventScope
- toString() - Method in enum org.gitlab4j.api.Constants.GroupOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.GroupSearchScope
- toString() - Method in enum org.gitlab4j.api.Constants.ImpersonationState
- toString() - Method in enum org.gitlab4j.api.Constants.IssueOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.IssueScope
- toString() - Method in enum org.gitlab4j.api.Constants.IssueState
- toString() - Method in enum org.gitlab4j.api.Constants.JobScope
- toString() - Method in enum org.gitlab4j.api.Constants.LineType
- toString() - Method in enum org.gitlab4j.api.Constants.MergeRequestOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.MergeRequestScope
- toString() - Method in enum org.gitlab4j.api.Constants.MergeRequestSearchIn
- toString() - Method in enum org.gitlab4j.api.Constants.MergeRequestState
- toString() - Method in enum org.gitlab4j.api.Constants.MilestoneState
- toString() - Method in enum org.gitlab4j.api.Constants.PackageOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.PackageStatus
- toString() - Method in enum org.gitlab4j.api.Constants.PipelineOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.PipelineScope
- toString() - Method in enum org.gitlab4j.api.Constants.ProjectOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.ProjectSearchScope
- toString() - Method in enum org.gitlab4j.api.Constants.SearchScope
- toString() - Method in enum org.gitlab4j.api.Constants.SortOrder
- toString() - Method in enum org.gitlab4j.api.Constants.SquashOption
- toString() - Method in enum org.gitlab4j.api.Constants.StateEvent
- toString() - Method in enum org.gitlab4j.api.Constants.TagOrderBy
- toString() - Method in enum org.gitlab4j.api.Constants.TargetType
- toString() - Method in enum org.gitlab4j.api.Constants.TodoAction
- toString() - Method in enum org.gitlab4j.api.Constants.TodoState
- toString() - Method in enum org.gitlab4j.api.Constants.TodoType
- toString() - Method in class org.gitlab4j.api.models.AbstractUser
- toString() - Method in enum org.gitlab4j.api.models.AccessLevel
- toString() - Method in class org.gitlab4j.api.models.ApplicationSettings
- toString() - Method in class org.gitlab4j.api.models.ApprovalRule
- toString() - Method in class org.gitlab4j.api.models.ApprovalState
- toString() - Method in enum org.gitlab4j.api.models.Artifact.FileType
- toString() - Method in class org.gitlab4j.api.models.Artifact
- toString() - Method in class org.gitlab4j.api.models.ArtifactsFile
- toString() - Method in class org.gitlab4j.api.models.Assets.Link
- toString() - Method in class org.gitlab4j.api.models.Assets.Source
- toString() - Method in class org.gitlab4j.api.models.Assets
- toString() - Method in class org.gitlab4j.api.models.AuditEvent
- toString() - Method in class org.gitlab4j.api.models.AuditEventDetail
- toString() - Method in enum org.gitlab4j.api.models.AwardEmoji.AwardableType
- toString() - Method in class org.gitlab4j.api.models.AwardEmoji
- toString() - Method in enum org.gitlab4j.api.models.Badge.BadgeKind
- toString() - Method in class org.gitlab4j.api.models.Badge
- toString() - Method in class org.gitlab4j.api.models.Blame
- toString() - Method in class org.gitlab4j.api.models.Board
- toString() - Method in class org.gitlab4j.api.models.BoardList
- toString() - Method in class org.gitlab4j.api.models.Branch
- toString() - Method in class org.gitlab4j.api.models.BranchAccessLevel
- toString() - Method in class org.gitlab4j.api.models.ChangelogPayload
- toString() - Method in class org.gitlab4j.api.models.Changes
- toString() - Method in class org.gitlab4j.api.models.Comment
- toString() - Method in class org.gitlab4j.api.models.Commit
- toString() - Method in enum org.gitlab4j.api.models.CommitAction.Action
- toString() - Method in class org.gitlab4j.api.models.CommitAction
- toString() - Method in class org.gitlab4j.api.models.CommitPayload
- toString() - Method in enum org.gitlab4j.api.models.CommitRef.RefType
- toString() - Method in class org.gitlab4j.api.models.CommitRef
- toString() - Method in class org.gitlab4j.api.models.CommitStats
- toString() - Method in class org.gitlab4j.api.models.CommitStatus
- toString() - Method in class org.gitlab4j.api.models.CompareResults
- toString() - Method in class org.gitlab4j.api.models.Deployable
- toString() - Method in class org.gitlab4j.api.models.DeployKey
- toString() - Method in class org.gitlab4j.api.models.Deployment
- toString() - Method in class org.gitlab4j.api.models.DeployToken
- toString() - Method in class org.gitlab4j.api.models.DetailedStatus
- toString() - Method in class org.gitlab4j.api.models.Diff
- toString() - Method in class org.gitlab4j.api.models.Discussion
- toString() - Method in class org.gitlab4j.api.models.Duration
- toString() - Method in enum org.gitlab4j.api.models.Environment.EnvironmentState
- toString() - Method in class org.gitlab4j.api.models.Environment
- toString() - Method in class org.gitlab4j.api.models.Epic
- toString() - Method in class org.gitlab4j.api.models.EpicIssue
- toString() - Method in class org.gitlab4j.api.models.Event
- toString() - Method in class org.gitlab4j.api.models.EventData
- toString() - Method in enum org.gitlab4j.api.models.ExportStatus.Status
- toString() - Method in class org.gitlab4j.api.models.ExportStatus
- toString() - Method in class org.gitlab4j.api.models.FileUpload
- toString() - Method in class org.gitlab4j.api.models.GpgSignature
- toString() - Method in class org.gitlab4j.api.models.Group
- toString() - Method in enum org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
- toString() - Method in enum org.gitlab4j.api.models.GroupParams.ProjectCreationLevel
- toString() - Method in enum org.gitlab4j.api.models.GroupParams.SubgroupCreationLevel
- toString() - Method in class org.gitlab4j.api.models.HealthCheckInfo
- toString() - Method in class org.gitlab4j.api.models.HealthCheckItem
- toString() - Method in enum org.gitlab4j.api.models.HealthCheckStatus
- toString() - Method in class org.gitlab4j.api.models.Identity
- toString() - Method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
- toString() - Method in class org.gitlab4j.api.models.ImpersonationToken
- toString() - Method in enum org.gitlab4j.api.models.ImportStatus.Status
- toString() - Method in class org.gitlab4j.api.models.ImportStatus
- toString() - Method in class org.gitlab4j.api.models.Issue.TaskCompletionStatus
- toString() - Method in class org.gitlab4j.api.models.Issue
- toString() - Method in enum org.gitlab4j.api.models.IssueEvent.ResourceType
- toString() - Method in class org.gitlab4j.api.models.IssueEvent
- toString() - Method in class org.gitlab4j.api.models.IssueLink
- toString() - Method in class org.gitlab4j.api.models.IssuesStatistics
- toString() - Method in class org.gitlab4j.api.models.Job
- toString() - Method in enum org.gitlab4j.api.models.JobStatus
- toString() - Method in class org.gitlab4j.api.models.Key
- toString() - Method in class org.gitlab4j.api.models.Label
- toString() - Method in enum org.gitlab4j.api.models.LabelEvent.ResourceType
- toString() - Method in class org.gitlab4j.api.models.LabelEvent
- toString() - Method in class org.gitlab4j.api.models.License
- toString() - Method in class org.gitlab4j.api.models.LicenseTemplate
- toString() - Method in class org.gitlab4j.api.models.Markdown
- toString() - Method in class org.gitlab4j.api.models.Member
- toString() - Method in class org.gitlab4j.api.models.Membership
- toString() - Method in enum org.gitlab4j.api.models.MembershipSourceType
- toString() - Method in class org.gitlab4j.api.models.MergeRequest
- toString() - Method in class org.gitlab4j.api.models.MergeRequestDiff
- toString() - Method in class org.gitlab4j.api.models.Milestone
- toString() - Method in class org.gitlab4j.api.models.Namespace
- toString() - Method in enum org.gitlab4j.api.models.Note.NoteableType
- toString() - Method in enum org.gitlab4j.api.models.Note.OrderBy
- toString() - Method in class org.gitlab4j.api.models.Note
- toString() - Method in enum org.gitlab4j.api.models.Note.Type
- toString() - Method in class org.gitlab4j.api.models.NotificationSettings.Events
- toString() - Method in enum org.gitlab4j.api.models.NotificationSettings.Level
- toString() - Method in class org.gitlab4j.api.models.NotificationSettings
- toString() - Method in class org.gitlab4j.api.models.Package
- toString() - Method in class org.gitlab4j.api.models.PackageFile
- toString() - Method in enum org.gitlab4j.api.models.PackageType
- toString() - Method in class org.gitlab4j.api.models.Permissions
- toString() - Method in class org.gitlab4j.api.models.Pipeline
- toString() - Method in class org.gitlab4j.api.models.PipelineSchedule
- toString() - Method in enum org.gitlab4j.api.models.PipelineStatus
- toString() - Method in enum org.gitlab4j.api.models.Position.PositionType
- toString() - Method in class org.gitlab4j.api.models.Position
- toString() - Method in enum org.gitlab4j.api.models.Project.MergeMethod
- toString() - Method in class org.gitlab4j.api.models.Project
- toString() - Method in class org.gitlab4j.api.models.ProjectAccess
- toString() - Method in class org.gitlab4j.api.models.ProjectFetches
- toString() - Method in class org.gitlab4j.api.models.ProjectHook
- toString() - Method in class org.gitlab4j.api.models.ProjectSharedGroup
- toString() - Method in class org.gitlab4j.api.models.ProjectStatistics
- toString() - Method in class org.gitlab4j.api.models.ProtectedBranch
- toString() - Method in class org.gitlab4j.api.models.ProtectedTag
- toString() - Method in class org.gitlab4j.api.models.PushData
- toString() - Method in class org.gitlab4j.api.models.PushRules
- toString() - Method in class org.gitlab4j.api.models.References
- toString() - Method in class org.gitlab4j.api.models.RegistryRepository
- toString() - Method in class org.gitlab4j.api.models.RegistryRepositoryTag
- toString() - Method in class org.gitlab4j.api.models.Release
- toString() - Method in class org.gitlab4j.api.models.ReleaseParams
- toString() - Method in class org.gitlab4j.api.models.RemoteMirror
- toString() - Method in class org.gitlab4j.api.models.Repository
- toString() - Method in class org.gitlab4j.api.models.RepositoryFile
- toString() - Method in enum org.gitlab4j.api.models.Runner.RunnerStatus
- toString() - Method in enum org.gitlab4j.api.models.Runner.RunnerType
- toString() - Method in class org.gitlab4j.api.models.Runner
- toString() - Method in enum org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
- toString() - Method in class org.gitlab4j.api.models.RunnerDetail
- toString() - Method in class org.gitlab4j.api.models.SearchBlob
- toString() - Method in enum org.gitlab4j.api.models.Setting
- toString() - Method in class org.gitlab4j.api.models.Snippet
- toString() - Method in class org.gitlab4j.api.models.SshKey
- toString() - Method in class org.gitlab4j.api.models.SystemHook
- toString() - Method in class org.gitlab4j.api.models.Tag
- toString() - Method in class org.gitlab4j.api.models.TaskCompletionStatus
- toString() - Method in class org.gitlab4j.api.models.TimeStats
- toString() - Method in class org.gitlab4j.api.models.Todo
- toString() - Method in class org.gitlab4j.api.models.TreeItem
- toString() - Method in enum org.gitlab4j.api.models.TreeItem.Type
- toString() - Method in class org.gitlab4j.api.models.User
- toString() - Method in class org.gitlab4j.api.models.Variable
- toString() - Method in enum org.gitlab4j.api.models.Variable.Type
- toString() - Method in enum org.gitlab4j.api.models.Visibility
- toString() - Method in class org.gitlab4j.api.models.WikiAttachment.Link
- toString() - Method in class org.gitlab4j.api.models.WikiAttachment
- toString() - Method in class org.gitlab4j.api.models.WikiPage
- toString() - Method in class org.gitlab4j.api.ProjectLicense
- toString() - Method in enum org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
- toString() - Method in class org.gitlab4j.api.services.NotificationService
- toString() - Method in class org.gitlab4j.api.systemhooks.GroupMemberSystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.GroupSystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.KeySystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.ProjectSystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.PushSystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.RepositoryChange
- toString() - Method in class org.gitlab4j.api.systemhooks.RepositorySystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.TagPushSystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.TeamMemberSystemHookEvent
- toString() - Method in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- toString() - Method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
- toString() - Method in class org.gitlab4j.api.webhook.BuildCommit
- toString() - Method in class org.gitlab4j.api.webhook.BuildEvent
- toString() - Method in class org.gitlab4j.api.webhook.ChangeContainer
- toString() - Method in class org.gitlab4j.api.webhook.DeploymentEvent
- toString() - Method in class org.gitlab4j.api.webhook.EventChanges
- toString() - Method in class org.gitlab4j.api.webhook.EventCommit
- toString() - Method in class org.gitlab4j.api.webhook.EventIssue
- toString() - Method in enum org.gitlab4j.api.webhook.EventLabel.LabelType
- toString() - Method in class org.gitlab4j.api.webhook.EventLabel
- toString() - Method in class org.gitlab4j.api.webhook.EventMergeRequest
- toString() - Method in class org.gitlab4j.api.webhook.EventProject
- toString() - Method in class org.gitlab4j.api.webhook.EventReleaseAssets
- toString() - Method in class org.gitlab4j.api.webhook.EventReleaseLink
- toString() - Method in class org.gitlab4j.api.webhook.EventReleaseSource
- toString() - Method in class org.gitlab4j.api.webhook.EventRepository
- toString() - Method in class org.gitlab4j.api.webhook.EventSnippet
- toString() - Method in class org.gitlab4j.api.webhook.IssueEvent
- toString() - Method in class org.gitlab4j.api.webhook.JobEvent
- toString() - Method in class org.gitlab4j.api.webhook.MergeRequestEvent
- toString() - Method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
- toString() - Method in class org.gitlab4j.api.webhook.NoteEvent
- toString() - Method in class org.gitlab4j.api.webhook.PipelineEvent
- toString() - Method in class org.gitlab4j.api.webhook.PushEvent
- toString() - Method in class org.gitlab4j.api.webhook.ReleaseEvent
- toString() - Method in class org.gitlab4j.api.webhook.TagPushEvent
- toString() - Method in class org.gitlab4j.api.webhook.WikiPageEvent
- toString(int) - Static method in class org.gitlab4j.api.utils.DurationUtils
-
Create a human readable duration string from seconds.
- toString(int, boolean) - Static method in class org.gitlab4j.api.utils.DurationUtils
-
Create a human readable duration string from seconds.
- toString(E) - Method in class org.gitlab4j.api.utils.JacksonJsonEnumHelper
-
Get the string used by the API for this enum.
- toString(Calendar) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Get a ISO8601 formatted string for the provided Calendar instance.
- toString(Date) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Get a ISO8601 formatted string for the provided Date instance.
- toString(Date, boolean) - Static method in class org.gitlab4j.api.utils.ISO8601
-
Get a ISO8601 formatted string for the provided Date instance.
- TOTAL_HEADER - Static variable in interface org.gitlab4j.api.Constants
-
The total number of items HTTP header key.
- TOTAL_PAGES_HEADER - Static variable in interface org.gitlab4j.api.Constants
-
The total number of pages HTTP header key.
- toValue() - Method in enum org.gitlab4j.api.Constants.ActionType
- toValue() - Method in enum org.gitlab4j.api.Constants.ApplicationScope
- toValue() - Method in enum org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
- toValue() - Method in enum org.gitlab4j.api.Constants.BuildGitStrategy
- toValue() - Method in enum org.gitlab4j.api.Constants.CommitBuildState
- toValue() - Method in enum org.gitlab4j.api.Constants.ContributorOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.DeploymentOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.DeploymentStatus
- toValue() - Method in enum org.gitlab4j.api.Constants.DeployTokenScope
- toValue() - Method in enum org.gitlab4j.api.Constants.Encoding
- toValue() - Method in enum org.gitlab4j.api.Constants.EpicOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.EventScope
- toValue() - Method in enum org.gitlab4j.api.Constants.GroupOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.GroupSearchScope
- toValue() - Method in enum org.gitlab4j.api.Constants.ImpersonationState
- toValue() - Method in enum org.gitlab4j.api.Constants.IssueOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.IssueScope
- toValue() - Method in enum org.gitlab4j.api.Constants.IssueState
- toValue() - Method in enum org.gitlab4j.api.Constants.JobScope
- toValue() - Method in enum org.gitlab4j.api.Constants.LineType
- toValue() - Method in enum org.gitlab4j.api.Constants.MergeRequestOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.MergeRequestScope
- toValue() - Method in enum org.gitlab4j.api.Constants.MergeRequestSearchIn
- toValue() - Method in enum org.gitlab4j.api.Constants.MergeRequestState
- toValue() - Method in enum org.gitlab4j.api.Constants.MilestoneState
- toValue() - Method in enum org.gitlab4j.api.Constants.PackageOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.PackageStatus
- toValue() - Method in enum org.gitlab4j.api.Constants.PipelineOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.PipelineScope
- toValue() - Method in enum org.gitlab4j.api.Constants.ProjectOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.ProjectSearchScope
- toValue() - Method in enum org.gitlab4j.api.Constants.SearchScope
- toValue() - Method in enum org.gitlab4j.api.Constants.SortOrder
- toValue() - Method in enum org.gitlab4j.api.Constants.SquashOption
- toValue() - Method in enum org.gitlab4j.api.Constants.StateEvent
- toValue() - Method in enum org.gitlab4j.api.Constants.TagOrderBy
- toValue() - Method in enum org.gitlab4j.api.Constants.TargetType
- toValue() - Method in enum org.gitlab4j.api.Constants.TodoAction
- toValue() - Method in enum org.gitlab4j.api.Constants.TodoState
- toValue() - Method in enum org.gitlab4j.api.Constants.TodoType
- toValue() - Method in enum org.gitlab4j.api.models.AccessLevel
- toValue() - Method in enum org.gitlab4j.api.models.Artifact.FileType
- toValue() - Method in enum org.gitlab4j.api.models.AwardEmoji.AwardableType
- toValue() - Method in enum org.gitlab4j.api.models.Badge.BadgeKind
- toValue() - Method in enum org.gitlab4j.api.models.CommitAction.Action
- toValue() - Method in enum org.gitlab4j.api.models.CommitRef.RefType
- toValue() - Method in enum org.gitlab4j.api.models.Environment.EnvironmentState
- toValue() - Method in enum org.gitlab4j.api.models.ExportStatus.Status
- toValue() - Method in enum org.gitlab4j.api.models.HealthCheckStatus
- toValue() - Method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
- toValue() - Method in enum org.gitlab4j.api.models.ImportStatus.Status
- toValue() - Method in enum org.gitlab4j.api.models.IssueEvent.ResourceType
- toValue() - Method in enum org.gitlab4j.api.models.JobStatus
- toValue() - Method in enum org.gitlab4j.api.models.LabelEvent.ResourceType
- toValue() - Method in enum org.gitlab4j.api.models.MembershipSourceType
- toValue() - Method in enum org.gitlab4j.api.models.Note.NoteableType
- toValue() - Method in enum org.gitlab4j.api.models.Note.OrderBy
- toValue() - Method in enum org.gitlab4j.api.models.Note.Type
- toValue() - Method in enum org.gitlab4j.api.models.NotificationSettings.Level
- toValue() - Method in enum org.gitlab4j.api.models.PackageType
- toValue() - Method in enum org.gitlab4j.api.models.PipelineStatus
- toValue() - Method in enum org.gitlab4j.api.models.Position.PositionType
- toValue() - Method in enum org.gitlab4j.api.models.Project.MergeMethod
- toValue() - Method in enum org.gitlab4j.api.models.Runner.RunnerStatus
- toValue() - Method in enum org.gitlab4j.api.models.Runner.RunnerType
- toValue() - Method in enum org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
- toValue() - Method in enum org.gitlab4j.api.models.Setting
- toValue() - Method in enum org.gitlab4j.api.models.Variable.Type
- toValue() - Method in enum org.gitlab4j.api.models.Visibility
- toValue() - Method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
- toValue() - Method in enum org.gitlab4j.api.webhook.EventLabel.LabelType
- toValue() - Method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
- TRACE - org.gitlab4j.api.models.Artifact.FileType
- transferProject(Object, Object) - Method in class org.gitlab4j.api.GroupApi
-
Transfer a project to the Group namespace.
- transferProject(Object, String) - Method in class org.gitlab4j.api.ProjectApi
-
Transfer a project to a new namespace.
- TREE - org.gitlab4j.api.models.TreeItem.Type
- TreeItem - Class in org.gitlab4j.api.models
- TreeItem() - Constructor for class org.gitlab4j.api.models.TreeItem
- TreeItem.Type - Enum in org.gitlab4j.api.models
- Trigger - Class in org.gitlab4j.api.models
- Trigger() - Constructor for class org.gitlab4j.api.models.Trigger
- triggerHousekeeping(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Start the Housekeeping task for a project.
- triggerPipeline(Object, String, String, List<Variable>) - Method in class org.gitlab4j.api.PipelineApi
-
Trigger a pipeline for a project.
- triggerPipeline(Object, Trigger, String, List<Variable>) - Method in class org.gitlab4j.api.PipelineApi
-
Trigger a pipeline for a project.
- TWO_FACTOR_GRACE_PERIOD - org.gitlab4j.api.models.Setting
-
required by:
Setting.REQUIRE_TWO_FACTOR_AUTHENTICATION
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication. - TYPE - org.gitlab4j.api.Constants.PackageOrderBy
U
- unapproveMergeRequest(Object, Long) - Method in class org.gitlab4j.api.MergeRequestApi
-
Unapprove a merge request.
- unarchiveProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Unarchive a project
- unblockUser(Long) - Method in class org.gitlab4j.api.UserApi
-
Unblocks the specified user.
- UNIQUE_IPS_LIMIT_ENABLED - org.gitlab4j.api.models.Setting
-
(If enabled, requires:
Setting.UNIQUE_IPS_LIMIT_PER_USER
andSetting.UNIQUE_IPS_LIMIT_TIME_WINDOW
) Limit sign in from multiple ips. - UNIQUE_IPS_LIMIT_PER_USER - org.gitlab4j.api.models.Setting
-
required by:
Setting.UNIQUE_IPS_LIMIT_ENABLED
Maximum number of ips per user. - UNIQUE_IPS_LIMIT_TIME_WINDOW - org.gitlab4j.api.models.Setting
-
required by:
Setting.UNIQUE_IPS_LIMIT_ENABLED
How many seconds an IP will be counted towards the limit. - unmarshal(Class<T>, JsonNode) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JsonNode (tree) to an instance of the provided class.
- unmarshal(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JSON data on the specified Reader instance to an instance of the provided class.
- unmarshal(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JSON data contained by the string and populate an instance of the provided returnType class.
- unmarshalList(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JSON data on the specified Reader instance and populate a List of instances of the provided returnType class.
- unmarshalList(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JSON data contained by the string and populate a List of instances of the provided returnType class.
- unmarshalMap(Class<T>, Reader) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JSON data on the specified Reader instance and populate a Map of String keys and values of the provided returnType class.
- unmarshalMap(Class<T>, String) - Method in class org.gitlab4j.api.utils.JacksonJson
-
Unmarshal the JSON data and populate a Map of String keys and values of the provided returnType class.
- UNMERGEABLE - org.gitlab4j.api.Constants.TodoAction
- unprotectBranch(Object, String) - Method in class org.gitlab4j.api.ProtectedBranchesApi
-
Unprotects the given protected branch or wildcard protected branch.
- unprotectBranch(Object, String) - Method in class org.gitlab4j.api.RepositoryApi
-
Unprotects a single project repository branch.
- unprotectTag(Object, String) - Method in class org.gitlab4j.api.TagsApi
-
Unprotects the given protected tag or wildcard protected tag.
- unshareGroup(Object, Long) - Method in class org.gitlab4j.api.GroupApi
-
Unshare the group from another group.
- unshareProject(Object, Long) - Method in class org.gitlab4j.api.ProjectApi
-
Unshare the project from the group.
- unstarProject(Object) - Method in class org.gitlab4j.api.ProjectApi
-
Unstar a project.
- unsubscribeGroupLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Unsubscribe a specified group label.
- unsubscribeLabel(Object, Long) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.Replaced by the
LabelsApi.unsubscribeProjectLabel(Object, Object)
method. - unsubscribeProjectLabel(Object, Object) - Method in class org.gitlab4j.api.LabelsApi
-
Unsubscribe a specified project label.
- unsudo() - Method in class org.gitlab4j.api.GitLabApi
-
Turns off the currently configured sudo as ID.
- UPDATE - org.gitlab4j.api.models.CommitAction.Action
- updateApplicationSetting(String, Object) - Method in class org.gitlab4j.api.ApplicationSettingsApi
-
Update a single application setting of the GitLab instance with the provided settings and value.
- updateApplicationSetting(Setting, Object) - Method in class org.gitlab4j.api.ApplicationSettingsApi
-
Update a single application setting of the GitLab instance with the provided settings and value.
- updateApplicationSettings(ApplicationSettings) - Method in class org.gitlab4j.api.ApplicationSettingsApi
-
Update the application settings of the GitLab instance with the settings in the provided ApplicationSettings instance.
- updateApprovalRule(Object, Long, Long, ApprovalRuleParams) - Method in class org.gitlab4j.api.MergeRequestApi
-
Update the specified the merge request level approval rule.
- updateApprovalRule(Object, Long, ApprovalRuleParams) - Method in class org.gitlab4j.api.ProjectApi
-
Update the specified the project-level approval rule.
- updateBoard(Object, Long, String, Long, Long, String, Integer) - Method in class org.gitlab4j.api.BoardsApi
-
Updates an existing Issue Board.
- updateBoardList(Object, Long, Long, Integer) - Method in class org.gitlab4j.api.BoardsApi
-
Updates an existing Issue Board list.
- updateBugzillaService(Object, BugzillaService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the Bugzilla service settings for a project.
- updateCustomIssueTrackerService(Object, CustomIssueTrackerService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the Custom Issue Tracker service settings for a project.
- UPDATED - org.gitlab4j.api.Constants.ActionType
- UPDATED - org.gitlab4j.api.Constants.TagOrderBy
- UPDATED_AT - org.gitlab4j.api.Constants.DeploymentOrderBy
- UPDATED_AT - org.gitlab4j.api.Constants.EpicOrderBy
- UPDATED_AT - org.gitlab4j.api.Constants.IssueOrderBy
- UPDATED_AT - org.gitlab4j.api.Constants.MergeRequestOrderBy
- UPDATED_AT - org.gitlab4j.api.Constants.PipelineOrderBy
- UPDATED_AT - org.gitlab4j.api.Constants.ProjectOrderBy
- UPDATED_AT - org.gitlab4j.api.models.Note.OrderBy
- updateDeployKey(Object, Long, String, Boolean) - Method in class org.gitlab4j.api.DeployKeysApi
-
Updates an existing project deploy key.
- updateDeployment(Object, Long, Constants.DeploymentStatus) - Method in class org.gitlab4j.api.DeploymentsApi
-
Updates an existing project deploy key.
- updateEmailOnPushService(Object, EmailOnPushService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the EmailsOnPush service settings for a project.
- updateEnvironment(Object, Long, String, String) - Method in class org.gitlab4j.api.EnvironmentsApi
-
Update an existing environment.
- updateEpic(Object, Long, String, String, String, Date, Date) - Method in class org.gitlab4j.api.EpicsApi
-
Updates an existing epic.
- updateEpic(Object, Long, Epic) - Method in class org.gitlab4j.api.EpicsApi
-
Updates an epic using the information contained in the provided Epic instance.
- updateExternalWikiService(Object, ExternalWikiService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the ExternalWikiService service settings for a project.
- updateFile(Object, RepositoryFile, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Update existing file in repository
- updateFile(RepositoryFile, Long, String, String) - Method in class org.gitlab4j.api.RepositoryFileApi
-
Deprecated.Will be removed in version 6.0, replaced by
RepositoryFileApi.updateFile(Object, RepositoryFile, String, String)
- updateGlobalNotificationSettings(NotificationSettings) - Method in class org.gitlab4j.api.NotificationSettingsApi
-
Update the global notification settings.
- updateGroup(Object, String, String, String, Boolean, Boolean, Visibility, Boolean, Boolean, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
-
Deprecated.Will be removed in version 6.0, replaced by
GroupApi.updateGroup(Object, String, String, String, Visibility, Boolean, Boolean, Long)
- updateGroup(Object, String, String, String, Visibility, Boolean, Boolean, Long) - Method in class org.gitlab4j.api.GroupApi
-
Updates a project group.
- updateGroup(Object, GroupParams) - Method in class org.gitlab4j.api.GroupApi
-
Updates the project group.
- updateGroup(Group) - Method in class org.gitlab4j.api.GroupApi
-
Updates a project group.
- updateGroupLabel(Object, Object, Label) - Method in class org.gitlab4j.api.LabelsApi
-
Update the specified label.
- updateGroupMilestone(Object, Long, String, String, Date, Date, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
-
Update the specified group milestone.
- updateGroupNotificationSettings(long, NotificationSettings) - Method in class org.gitlab4j.api.NotificationSettingsApi
-
Update the notification settings for a group
- updateHipChatService(Object, HipChatService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the HipChatService notification settings for a project.
- updateIssue(Object, Long, Long, Long, Long) - Method in class org.gitlab4j.api.EpicsApi
-
Updates an epic - issue association.
- updateIssue(Object, Long, String, String, Boolean, List<Long>, Long, String, Constants.StateEvent, Date, Date) - Method in class org.gitlab4j.api.IssuesApi
-
Updates an existing project issue.
- updateIssueNote(Object, Long, Long, String) - Method in class org.gitlab4j.api.NotesApi
-
Update the specified issues's note.
- updateJiraService(Object, JiraService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the JIRA service settings for a project.
- updateLabel(Object, String, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.
- updateLabelColor(Object, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.
- updateLabelName(Object, String, String, String, Integer) - Method in class org.gitlab4j.api.LabelsApi
-
Deprecated.
- updateMattermostService(Object, MattermostService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the Mattermost service settings for a project.
- updateMember(Object, Long, Integer) - Method in class org.gitlab4j.api.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, Integer) - Method in class org.gitlab4j.api.ProjectApi
-
Updates a member of a project.
- updateMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, Integer, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Updates a member of a project.
- updateMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, AccessLevel) - Method in class org.gitlab4j.api.ProjectApi
-
Updates a member of a project.
- updateMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, AccessLevel, Date) - Method in class org.gitlab4j.api.ProjectApi
-
Updates a member of a project.
- updateMergeRequest(Object, Long, String, String, Long, String, Constants.StateEvent, String, Long, Boolean, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.MergeRequestApi
-
Updates an existing merge request.
- updateMergeRequest(Object, Long, MergeRequestParams) - Method in class org.gitlab4j.api.MergeRequestApi
-
Updates an existing merge request.
- updateMergeRequestNote(Object, Long, Long, String) - Method in class org.gitlab4j.api.NotesApi
-
Update the specified merge request's note.
- updateMilestone(Object, Long, String, String, Date, Date, Constants.MilestoneState) - Method in class org.gitlab4j.api.MilestonesApi
-
Update the specified milestone.
- updatePage(Object, String, String, String) - Method in class org.gitlab4j.api.WikisApi
-
Updates an existing project wiki page.
- updatePipelineSchedule(Object, PipelineSchedule) - Method in class org.gitlab4j.api.PipelineApi
-
Modifies a pipeline schedule for project.
- updatePipelineScheduleVariable(Object, Long, String, String) - Method in class org.gitlab4j.api.PipelineApi
-
Update a pipeline schedule variable.
- updatePipelineTrigger(Object, Long, String) - Method in class org.gitlab4j.api.PipelineApi
-
Updates a pipeline trigger for project.
- updateProject(Project) - Method in class org.gitlab4j.api.ProjectApi
-
Updates a project.
- updateProjectLabel(Object, Object, Label) - Method in class org.gitlab4j.api.LabelsApi
-
Update the specified project label.
- updateProjectNotificationSettings(long, NotificationSettings) - Method in class org.gitlab4j.api.NotificationSettingsApi
-
Update the notification settings for a project
- updatePushRules(Object, PushRules) - Method in class org.gitlab4j.api.ProjectApi
-
Updates a push rule for the specified project.
- updateRelease(Object, String, String) - Method in class org.gitlab4j.api.TagsApi
-
Updates the release notes of a given release.
- updateRelease(Object, ReleaseParams) - Method in class org.gitlab4j.api.ReleasesApi
-
Updates the release notes of a given release.
- updateRemoteMirror(Object, Long, Boolean, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Toggle a remote mirror on or off, or change which types of branches are mirrored.
- updateRunner(Long, String, Boolean, List<String>, Boolean, Boolean, RunnerDetail.RunnerAccessLevel) - Method in class org.gitlab4j.api.RunnersApi
-
Update details of a runner.
- updateSlackService(Object, SlackService) - Method in class org.gitlab4j.api.ServicesApi
-
Updates the Slack notification settings for a project.
- updateSnippet(Object, Long, String, String, String, String, Visibility) - Method in class org.gitlab4j.api.ProjectApi
-
Updates an existing project snippet.
- updateUser(User, CharSequence) - Method in class org.gitlab4j.api.UserApi
-
Modifies an existing user.
- updateVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Update a group variable.
- updateVariable(Object, String, String, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Update a project variable.
- updateVariable(Object, String, String, Boolean, Boolean) - Method in class org.gitlab4j.api.GroupApi
-
Update a group variable.
- updateVariable(Object, String, String, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
-
Update a project variable.
- updateVariable(Object, String, String, Variable.Type, Boolean, Boolean) - Method in class org.gitlab4j.api.ProjectApi
-
Update a project variable.
- updateVariable(Object, String, String, Variable.Type, Boolean, Boolean, String) - Method in class org.gitlab4j.api.ProjectApi
-
Update a project variable.
- upload(String, File, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform a file upload using the specified media type, returning a ClientResponse instance with the data returned from the endpoint.
- upload(String, File, String, Form, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform a file upload using the specified media type, returning a ClientResponse instance with the data returned from the endpoint.
- upload(String, File, String, Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
-
Perform a file upload using multipart/form-data, returning a ClientResponse instance with the data returned from the endpoint.
- upload(String, InputStream, String, String, Object...) - Method in class org.gitlab4j.api.GitLabApiClient
- upload(String, InputStream, String, String, Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
- upload(Response.Status, String, File, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
-
Perform a file upload with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- upload(Response.Status, String, File, String, URL) - Method in class org.gitlab4j.api.AbstractApi
-
Perform a file upload with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- upload(Response.Status, String, File, String, Form, URL) - Method in class org.gitlab4j.api.AbstractApi
-
Perform a file upload with the specified File instance and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- upload(Response.Status, String, InputStream, String, String, Object...) - Method in class org.gitlab4j.api.AbstractApi
- upload(BodyPart, Form, URL) - Method in class org.gitlab4j.api.GitLabApiClient
- uploadAttachment(Object, File) - Method in class org.gitlab4j.api.WikisApi
-
Uploads a file to the attachment folder inside the wiki’s repository.
- uploadAttachment(Object, File, String) - Method in class org.gitlab4j.api.WikisApi
-
Uploads a file to the attachment folder inside the wiki’s repository.
- uploadFile(Object, File) - Method in class org.gitlab4j.api.ProjectApi
-
Uploads a file to the specified project to be used in an issue or merge request description, or a comment.
- uploadFile(Object, File, String) - Method in class org.gitlab4j.api.ProjectApi
-
Uploads a file to the specified project to be used in an issue or merge request description, or a comment.
- uploadFile(Object, InputStream, String, String) - Method in class org.gitlab4j.api.ProjectApi
-
Uploads some data in an
InputStream
to the specified project, to be used in an issue or merge request description, or a comment. - URL_PROP - Static variable in class org.gitlab4j.api.services.JiraService
- urlEncode(String) - Method in class org.gitlab4j.api.AbstractApi
-
Encode a string to be used as in-path argument for a gitlab api request.
- urlEncode(String) - Static method in class org.gitlab4j.api.utils.UrlEncoder
-
URL encodes a String in compliance with GitLabs special differences.
- UrlEncoder - Class in org.gitlab4j.api.utils
- UrlEncoder() - Constructor for class org.gitlab4j.api.utils.UrlEncoder
- USAGE_PING_ENABLED - org.gitlab4j.api.models.Setting
-
Every week GitLab will report license usage back to GitLab, Inc.
- User - Class in org.gitlab4j.api.models
- User() - Constructor for class org.gitlab4j.api.models.User
- USER - org.gitlab4j.api.Constants.TargetType
- USER_AGENT - Static variable in class org.gitlab4j.api.utils.AccessTokenUtils
- USER_CREATE_EVENT - Static variable in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- USER_DEFAULT_EXTERNAL - org.gitlab4j.api.models.Setting
-
Newly registered users will be external by default.
- USER_DEFAULT_INTERNAL_REGEX - org.gitlab4j.api.models.Setting
-
Specify an e-mail address regex pattern to identify default internal users.
- USER_DESTROY_EVENT - Static variable in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- USER_FAILED_LOGIN_EVENT - Static variable in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- USER_ID - org.gitlab4j.api.Constants.PipelineOrderBy
- USER_OAUTH_APPLICATIONS - org.gitlab4j.api.models.Setting
-
Allow users to register any application to use GitLab as an OAuth provider.
- USER_RENAME_EVENT - Static variable in class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- USER_SHOW_ADD_SSH_KEY_MESSAGE - org.gitlab4j.api.models.Setting
-
When set to false disable the “You won’t be able to pull or push project code via SSH” warning shown to users with no uploaded SSH key.
- UserApi - Class in org.gitlab4j.api
-
This class provides an entry point to all the GitLab API users calls.
- UserApi(GitLabApi) - Constructor for class org.gitlab4j.api.UserApi
- UserListDeserializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.UserListDeserializer
- UserListSerializer() - Constructor for class org.gitlab4j.api.utils.JacksonJson.UserListSerializer
- USERNAME_PROP - Static variable in class org.gitlab4j.api.services.JiraService
- USERNAME_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- USERS - org.gitlab4j.api.Constants.GroupSearchScope
- USERS - org.gitlab4j.api.Constants.ProjectSearchScope
- USERS - org.gitlab4j.api.Constants.SearchScope
- UserSystemHookEvent - Class in org.gitlab4j.api.systemhooks
- UserSystemHookEvent() - Constructor for class org.gitlab4j.api.systemhooks.UserSystemHookEvent
- UTC_PATTERN - Static variable in class org.gitlab4j.api.utils.ISO8601
V
- V3 - org.gitlab4j.api.GitLabApi.ApiVersion
- V4 - org.gitlab4j.api.GitLabApi.ApiVersion
- validate(Object) - Method in enum org.gitlab4j.api.models.Setting
-
Validates the provided value against the data type of this ApplicationSetting enum.
- validate(Response, Response.Status) - Method in class org.gitlab4j.api.AbstractApi
-
Validates response the response from the server against the expected HTTP status and the returned secret token, if either is not correct will throw a GitLabApiException.
- validateSecretToken(Response) - Method in class org.gitlab4j.api.GitLabApiClient
-
Validates the secret token (X-GitLab-Token) header against the expected secret token, returns true if valid, otherwise returns false.
- value - Variable in enum org.gitlab4j.api.models.AccessLevel
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ApplicationScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ArchiveFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.BuildGitStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.CommitBuildState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ContributorOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.DeploymentOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.DeploymentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.DeployTokenScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.Encoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.EpicOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.EventScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.GroupOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.GroupSearchScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ImpersonationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.IssueOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.IssueScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.IssueState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.JobScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.LineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestSearchIn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.MergeRequestState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.MilestoneState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.PackageOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.PackageStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.PipelineOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.PipelineScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ProjectOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.ProjectSearchScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.SearchScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.SquashOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.StateEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TagOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TodoAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TodoState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TodoType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.Constants.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.GitLabApi.ApiVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.AccessLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Artifact.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.AwardEmoji.AwardableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Badge.BadgeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.CommitAction.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.CommitRef.RefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Environment.EnvironmentState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.ExportStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.GroupParams.ProjectCreationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.GroupParams.SubgroupCreationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.HealthCheckStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.ImportStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.IssueEvent.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.JobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.LabelEvent.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.MembershipSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Note.NoteableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Note.OrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Note.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.NotificationSettings.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.PackageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.PipelineStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Position.PositionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Project.MergeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Runner.RunnerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Runner.RunnerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Setting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.TreeItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Variable.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.models.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.webhook.EventLabel.LabelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gitlab4j.api.Constants.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.ApplicationScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.ArchiveFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.AutoDevopsDeployStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.BuildGitStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.CommitBuildState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.ContributorOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.DeploymentOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.DeploymentStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.DeployTokenScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.Encoding
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.EpicOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.EventScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.GroupOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.GroupSearchScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.ImpersonationState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.IssueOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.IssueScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.IssueState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.JobScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.LineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.MergeRequestOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.MergeRequestScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.MergeRequestSearchIn
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.MergeRequestState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.MilestoneState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.PackageOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.PackageStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.PipelineOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.PipelineScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.ProjectOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.ProjectSearchScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.SearchScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.SortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.SquashOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.StateEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.TagOrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.TargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.TodoAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.TodoState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.TodoType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.Constants.TokenType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.GitLabApi.ApiVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.AccessLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Artifact.FileType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.AwardEmoji.AwardableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Badge.BadgeKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.CommitAction.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.CommitRef.RefType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Environment.EnvironmentState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.ExportStatus.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.GroupParams.DefaultBranchProtectionLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.GroupParams.ProjectCreationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.GroupParams.SubgroupCreationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.HealthCheckStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.ImpersonationToken.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.ImportStatus.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.IssueEvent.ResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.JobStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.LabelEvent.ResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.MembershipSourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Note.NoteableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Note.OrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Note.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.NotificationSettings.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.PackageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.PipelineStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Position.PositionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Project.MergeMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Runner.RunnerStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Runner.RunnerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.RunnerDetail.RunnerAccessLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Setting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.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 org.gitlab4j.api.models.Variable.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.models.Visibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.webhook.EventLabel.LabelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.gitlab4j.api.webhook.NoteEvent.NoteableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variable - Class in org.gitlab4j.api.models
- Variable() - Constructor for class org.gitlab4j.api.models.Variable
- Variable(String, String) - Constructor for class org.gitlab4j.api.models.Variable
- Variable.Type - Enum in org.gitlab4j.api.models
-
Enum for the various Commit build status values.
- Version - Class in org.gitlab4j.api.models
- Version() - Constructor for class org.gitlab4j.api.models.Version
- VERSION - org.gitlab4j.api.Constants.PackageOrderBy
- VERSION_CHECK_ENABLED - org.gitlab4j.api.models.Setting
-
Let GitLab inform you when an update is available.
- Visibility - Enum in org.gitlab4j.api.models
W
- WAITING_FOR_RESOURCE - org.gitlab4j.api.models.PipelineStatus
- WATCH - org.gitlab4j.api.models.NotificationSettings.Level
- WEB_IDE_CLIENTSIDE_PREVIEW_ENABLED - org.gitlab4j.api.models.Setting
-
Client side evaluation (allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation).
- WEBHOOK_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- WebHookListener - Interface in org.gitlab4j.api.webhook
-
This interface defines an event listener for the event fired when a WebHook notification has been received from a GitLab server.
- WebHookManager - Class in org.gitlab4j.api.webhook
-
This class provides a handler for processing GitLab WebHook callouts.
- WebHookManager() - Constructor for class org.gitlab4j.api.webhook.WebHookManager
-
Create a HookManager to handle GitLab webhook events.
- WebHookManager(String) - Constructor for class org.gitlab4j.api.webhook.WebHookManager
-
Create a HookManager to handle GitLab webhook events which will be verified against the specified secretToken.
- Wiki() - Constructor for class org.gitlab4j.api.webhook.WikiPageEvent.Wiki
- WIKI_BLOBS - org.gitlab4j.api.Constants.ProjectSearchScope
- WIKI_BLOBS - org.gitlab4j.api.Constants.SearchScope
- WIKI_PAGE_CHANNEL_PROP - Static variable in class org.gitlab4j.api.services.NotificationService
- WikiAttachment - Class in org.gitlab4j.api.models
- WikiAttachment() - Constructor for class org.gitlab4j.api.models.WikiAttachment
- WikiAttachment.Link - Class in org.gitlab4j.api.models
- WikiPage - Class in org.gitlab4j.api.models
- WikiPage() - Constructor for class org.gitlab4j.api.models.WikiPage
- WikiPage(String, String, String) - Constructor for class org.gitlab4j.api.models.WikiPage
- WikiPageEvent - Class in org.gitlab4j.api.webhook
- WikiPageEvent() - Constructor for class org.gitlab4j.api.webhook.WikiPageEvent
- WikiPageEvent.ObjectAttributes - Class in org.gitlab4j.api.webhook
- WikiPageEvent.Wiki - Class in org.gitlab4j.api.webhook
- WikisApi - Class in org.gitlab4j.api
-
This class implements the client side API for the GitLab Wikis API.
- WikisApi(GitLabApi) - Constructor for class org.gitlab4j.api.WikisApi
- WIKIURL_KEY_PROP - Static variable in class org.gitlab4j.api.services.ExternalWikiService
- withAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.AllowedTo
- withAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.Member
- withAccessLevel(RunnerDetail.RunnerAccessLevel) - Method in class org.gitlab4j.api.models.RunnerDetail
- withAction(CommitAction) - Method in class org.gitlab4j.api.models.CommitPayload
- withAction(CommitAction.Action) - Method in class org.gitlab4j.api.models.CommitAction
- withAction(CommitAction.Action, String) - Method in class org.gitlab4j.api.models.CommitPayload
- withAction(CommitAction.Action, String, String) - Method in class org.gitlab4j.api.models.CommitPayload
- withActionName(String) - Method in class org.gitlab4j.api.models.Event
- withActions(List<CommitAction>) - Method in class org.gitlab4j.api.models.CommitPayload
- withActive(Boolean) - Method in class org.gitlab4j.api.models.Runner
- withAfter(String) - Method in class org.gitlab4j.api.models.EventData
- withAll(Boolean) - Method in class org.gitlab4j.api.models.CommitStatusFilter
- withAllAvailabley(Boolean) - Method in class org.gitlab4j.api.models.GroupFilter
-
Show all the groups you have access to (defaults to false for authenticated users, true for admin).
- withAllowCollaboration(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Allow commits from members who can merge to the target branch.
- withAllowFailure(Boolean) - Method in class org.gitlab4j.api.models.Job
- withApiUrl(String) - Method in class org.gitlab4j.api.services.JiraService
- withApiVersion(String) - Method in class org.gitlab4j.api.services.HipChatService
- withApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the approvals_before_merge field value.
- withApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.Project
- withApprovalsBeforeMerge(Integer) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- withApprovalsRequired(Integer) - Method in class org.gitlab4j.api.models.ApprovalRuleParams
- withArchitecture(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- withArchived(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Limit by archived status.
- withArchived(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by archived status.
- withArtifactsFile(ArtifactsFile) - Method in class org.gitlab4j.api.models.Job
- withAssets(Assets) - Method in class org.gitlab4j.api.models.ReleaseParams
- withAssigneeId(Long) - Method in class org.gitlab4j.api.models.IssueFilter
- withAssigneeId(Long) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withAssigneeId(Long) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withAssigneeId(Long) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the assignee user ID.
- withAssigneeIds(List<Long>) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
The ID of the user(s) to assign the merge request to.
- withAuthor(Author) - Method in class org.gitlab4j.api.models.Commit
- withAuthor(Author) - Method in class org.gitlab4j.api.models.Epic
- withAuthor(Author) - Method in class org.gitlab4j.api.models.Event
- withAuthoredDate(Date) - Method in class org.gitlab4j.api.models.Commit
- withAuthorEmail(String) - Method in class org.gitlab4j.api.models.Commit
- withAuthorEmail(String) - Method in class org.gitlab4j.api.models.CommitPayload
- withAuthorEmailRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- withAuthorId(Long) - Method in class org.gitlab4j.api.models.Event
- withAuthorId(Long) - Method in class org.gitlab4j.api.models.IssueFilter
- withAuthorId(Long) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withAuthorId(Long) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withAuthorName(String) - Method in class org.gitlab4j.api.models.Commit
- withAuthorName(String) - Method in class org.gitlab4j.api.models.CommitPayload
- withAuthorUsername(String) - Method in class org.gitlab4j.api.models.Event
- withAutoDevopsEnabled(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
- withAvatarUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
- withAvatarUrl(String) - Method in class org.gitlab4j.api.models.Group
- withBaseSha(String) - Method in class org.gitlab4j.api.models.Position
- withBefore(String) - Method in class org.gitlab4j.api.models.EventData
- withBio(String) - Method in class org.gitlab4j.api.models.User
- withBranch(String) - Method in class org.gitlab4j.api.models.CommitPayload
- withBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.gitlab4j.api.services.EmailOnPushService
- withBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.gitlab4j.api.services.SlackService
- withBranchNameRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- withBuildCoverageRegex(String) - Method in class org.gitlab4j.api.models.Project
- withBuildGitStrategy(Constants.BuildGitStrategy) - Method in class org.gitlab4j.api.models.Project
- withCanCreateGroup(Boolean) - Method in class org.gitlab4j.api.models.User
- withCanCreateProject(Boolean) - Method in class org.gitlab4j.api.models.User
- withCodeOwnerApprovalRequired(Boolean) - Method in class org.gitlab4j.api.models.ProtectedBranch
- withColor(String) - Method in class org.gitlab4j.api.models.Label
- withColor(String) - Method in class org.gitlab4j.api.services.HipChatService
- withColorSchemeId(Integer) - Method in class org.gitlab4j.api.models.User
- withCommit(Commit) - Method in class org.gitlab4j.api.models.Branch
- withCommit(Commit) - Method in class org.gitlab4j.api.models.Job
- withCommitCommitterCheck(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- withCommitEvents(Boolean) - Method in class org.gitlab4j.api.services.JiraService
- withCommitEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withCommitMessage(String) - Method in class org.gitlab4j.api.models.CommitPayload
- withCommitMessageNegativeRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- withCommitMessageRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- withCommits(List<Commit>) - Method in class org.gitlab4j.api.models.EventData
- withCommittedDate(Date) - Method in class org.gitlab4j.api.models.Commit
- withCommitterEmail(String) - Method in class org.gitlab4j.api.models.Commit
- withCommitterName(String) - Method in class org.gitlab4j.api.models.Commit
- withConfidential(Boolean) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withConfidentialIssueChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withConfidentialIssueChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withConfidentialIssuesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withConfidentialIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withConfidentialIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withConfidentialIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withConfidentialIssuesEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withConfidentialNoteChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withConfidentialNoteChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withConfidentialNoteEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withConfidentialNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withConfidentialNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withConfidentialNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withConfidentialNoteEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withConfirmedAt(Date) - Method in class org.gitlab4j.api.models.User
- withContactedAt(Date) - Method in class org.gitlab4j.api.models.RunnerDetail
- withContainerRegistryEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withContent(String) - Method in class org.gitlab4j.api.models.CommitAction
- withCoverage(Float) - Method in class org.gitlab4j.api.models.CommitStatus
- withCoverage(String) - Method in class org.gitlab4j.api.models.Job
- withCreatedAfter(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- withCreatedAfter(Date) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withCreatedAfter(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withCreatedAt(Date) - Method in class org.gitlab4j.api.models.AbstractUser
- withCreatedAt(Date) - Method in class org.gitlab4j.api.models.Commit
- withCreatedAt(Date) - Method in class org.gitlab4j.api.models.Event
- withCreatedAt(Date) - Method in class org.gitlab4j.api.models.Job
- withCreatedAt(Date) - Method in class org.gitlab4j.api.models.SystemHook
- withCreatedBefore(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- withCreatedBefore(Date) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withCreatedBefore(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withCurrentSignInAt(Date) - Method in class org.gitlab4j.api.models.User
- withCustomAttributes(Boolean) - Method in class org.gitlab4j.api.models.GroupFilter
-
Include custom attributes in response (admins only).
- withCustomAttributes(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Include custom attributes in response (admins only).
- withCustomAttributes(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Include custom attributes in response (admins only).
- withCustomAttributes(List<CustomAttribute>) - Method in class org.gitlab4j.api.models.User
- withData(EventData) - Method in class org.gitlab4j.api.models.Event
- withDefaultBranch(String) - Method in class org.gitlab4j.api.models.Project
- withDefaultBranchProtection(GroupParams.DefaultBranchProtectionLevel) - Method in class org.gitlab4j.api.models.GroupParams
- withDefaultChannelk(String) - Method in class org.gitlab4j.api.services.MattermostService
- withDefaultChannelk(String) - Method in class org.gitlab4j.api.services.SlackService
- withDenyDeleteTag(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- withDeploymentEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withDerged(Boolean) - Method in class org.gitlab4j.api.models.Branch
-
Deprecated.Use
Branch.withMerged(Boolean)
instead - withDescription(String) - Method in class org.gitlab4j.api.models.CommitStatus
- withDescription(String) - Method in class org.gitlab4j.api.models.Epic
- withDescription(String) - Method in class org.gitlab4j.api.models.Group
- withDescription(String) - Method in class org.gitlab4j.api.models.GroupParams
- withDescription(String) - Method in class org.gitlab4j.api.models.Label
- withDescription(String) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the description of the merge request.
- withDescription(String) - Method in class org.gitlab4j.api.models.Project
- withDescription(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- withDescription(String) - Method in class org.gitlab4j.api.models.Runner
- withDescription(String) - Method in class org.gitlab4j.api.services.BugzillaService
- withDescription(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- withDevelopersCanMerge(Boolean) - Method in class org.gitlab4j.api.models.Branch
- withDevelopersCanPush(Boolean) - Method in class org.gitlab4j.api.models.Branch
- withDisableDiffs(Boolean) - Method in class org.gitlab4j.api.services.EmailOnPushService
- withDisableOverridingApproversPerMergeRequest(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- withDiscussionLocked(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Flag indicating if the merge request’s discussion is locked.
- withDuration(Float) - Method in class org.gitlab4j.api.models.Job
- withEmail(String) - Method in class org.gitlab4j.api.models.AbstractUser
- withEmailsDisabled(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
- withEmailsDisabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- withEnableSslVerification(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- withEncoding(Constants.Encoding) - Method in class org.gitlab4j.api.models.CommitAction
- withEndDate(Date) - Method in class org.gitlab4j.api.models.Epic
- withEnvironment(String) - Method in class org.gitlab4j.api.models.DeploymentFilter
- withExcludeSubgroups(Boolean) - Method in class org.gitlab4j.api.models.PackageFilter
-
Exclude Subgroups.
- withExecuteFilemode(Boolean) - Method in class org.gitlab4j.api.models.CommitAction
- withExpiresAt(Date) - Method in class org.gitlab4j.api.models.Member
- withExternal(Boolean) - Method in class org.gitlab4j.api.models.User
- withExternalWikiUrl(String) - Method in class org.gitlab4j.api.services.ExternalWikiService
- withExternUid(String) - Method in class org.gitlab4j.api.models.User
- withExtraSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.GroupParams
- withExtraSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.User
- withFileContent(File, String, Constants.Encoding) - Method in class org.gitlab4j.api.models.CommitAction
- withFileContent(String, Constants.Encoding) - Method in class org.gitlab4j.api.models.CommitAction
- withFileNameRegex(String) - Method in class org.gitlab4j.api.models.PushRules
- withFilePath(String) - Method in class org.gitlab4j.api.models.CommitAction
- withFileTemplateProjectId(Long) - Method in class org.gitlab4j.api.models.GroupParams
-
The ID of a project to load custom file templates from.
- withFinishedAfter(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
-
Deprecated.
- withFinishedAt(Date) - Method in class org.gitlab4j.api.models.Job
- withFinishedBefore(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
-
Deprecated.
- withForce(Boolean) - Method in class org.gitlab4j.api.models.CommitPayload
- withFullName(String) - Method in class org.gitlab4j.api.models.Group
- withFullPath(String) - Method in class org.gitlab4j.api.models.Group
- withFullPath(String) - Method in class org.gitlab4j.api.models.Namespace
- withGroupId(Long) - Method in class org.gitlab4j.api.models.AllowedTo
- withGroupIds(List<Long>) - Method in class org.gitlab4j.api.models.ApprovalRuleParams
- withGroupSamlIdentity(Identity) - Method in class org.gitlab4j.api.models.Member
- withHeadSha(String) - Method in class org.gitlab4j.api.models.Position
- withHeight(Integer) - Method in class org.gitlab4j.api.models.Position
- withId(Long) - Method in class org.gitlab4j.api.models.AbstractUser
- withId(Long) - Method in class org.gitlab4j.api.models.Group
- withId(Long) - Method in class org.gitlab4j.api.models.Job
- withId(Long) - Method in class org.gitlab4j.api.models.Namespace
- withId(Long) - Method in class org.gitlab4j.api.models.Project
- withId(Long) - Method in class org.gitlab4j.api.models.Runner
- withId(Long) - Method in class org.gitlab4j.api.models.SystemHook
- withId(String) - Method in class org.gitlab4j.api.models.Commit
- withIdAfter(Long) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit results to projects with IDs greater than the specified projectID.
- withIdBefore(Long) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit results to projects with IDs less than the specified project ID.
- withIdentities(List<Identity>) - Method in class org.gitlab4j.api.models.User
- withIids(List<Long>) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withIids(List<Long>) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withIids(List<String>) - Method in class org.gitlab4j.api.models.IssueFilter
- withIn(String) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withIn(Constants.MergeRequestSearchIn) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withIncludeSubGroups(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Include projects that are located in subgroups
- withIncludeVersionless(Boolean) - Method in class org.gitlab4j.api.models.PackageFilter
- withInitializeWithReadme(boolean) - Method in class org.gitlab4j.api.models.Project
- withIpAddress(String) - Method in class org.gitlab4j.api.models.Runner
- withIsAdmin(Boolean) - Method in class org.gitlab4j.api.models.User
- withIsProtected(Boolean) - Method in class org.gitlab4j.api.models.Branch
- withIsShared(Boolean) - Method in class org.gitlab4j.api.models.Runner
- withIssueChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withIssueChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withIssuesEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withIssuesEnabled(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Limit by enabled issues feature
- withIssuesEnabled(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by enabled issues feature
- withIssuesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withIssuesEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withIssuesEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withIssuesUrl(String) - Method in class org.gitlab4j.api.services.BugzillaService
- withIssuesUrl(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- withJiraIssueTransitionId(Integer) - Method in class org.gitlab4j.api.services.JiraService
- withJobEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withJobEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withJobEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withJobEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withJobEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withJobsEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withKey(String) - Method in class org.gitlab4j.api.models.CustomAttribute
- withKind(String) - Method in class org.gitlab4j.api.models.Namespace
- withLabels(String[]) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the labels for the merge request.
- withLabels(List<String>) - Method in class org.gitlab4j.api.models.Epic
- withLabels(List<String>) - Method in class org.gitlab4j.api.models.IssueFilter
- withLabels(List<String>) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withLabels(List<String>) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withLabels(List<String>) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the labels for the merge request.
- withLastActivityAfter(Date) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit results to projects with last_activity after specified time.
- withLastActivityBefore(Date) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit results to projects with last_activity before specified time.
- withLastActivityOn(Date) - Method in class org.gitlab4j.api.models.User
- withLastCommitId(String) - Method in class org.gitlab4j.api.models.CommitAction
- withLastSignInAt(Date) - Method in class org.gitlab4j.api.models.User
- withlfsEnabled(boolean) - Method in class org.gitlab4j.api.models.Group
- withLfsEnabled(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
- withLfsEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- withLinkedin(String) - Method in class org.gitlab4j.api.models.User
- withLocation(String) - Method in class org.gitlab4j.api.models.User
- withManual(Boolean) - Method in class org.gitlab4j.api.models.Job
- withMaxFileSize(Integer) - Method in class org.gitlab4j.api.models.PushRules
- withMemberCheck(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- withMembership(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by projects that the current user is a member of
- withMembershipLock(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
-
Prevent adding new members to project membership within this group.
- withMergeAccessLevels(List<BranchAccessLevel>) - Method in class org.gitlab4j.api.models.ProtectedBranch
- withMergeCommitMessage(String) - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
Custom merge commit message.
- withMerged(Boolean) - Method in class org.gitlab4j.api.models.Branch
- withMergeMethod(Project.MergeMethod) - Method in class org.gitlab4j.api.models.Project
- withMergeRequestChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withMergeRequestChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withMergeRequestsAuthorApproval(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- withMergeRequestsDisableCommittersApproval(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- withMergeRequestsEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withMergeRequestsEnabled(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Limit by enabled merge requests feature
- withMergeRequestsEnabled(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by enabled merge requests feature
- withMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- withMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.services.JiraService
- withMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withMergeRequestsEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withMergeRequestsEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withMergeWhenPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
If
true
the MR is merged when the pipeline succeeds. - withMessage(String) - Method in class org.gitlab4j.api.models.Commit
- withMilestone(String) - Method in class org.gitlab4j.api.models.IssueFilter
- withMilestone(String) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withMilestone(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withMilestoneId(Long) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the milestone ID field value.
- withMilestones(List<String>) - Method in class org.gitlab4j.api.models.ReleaseParams
- withMinAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.GroupFilter
-
Limit to groups where current user has at least this access level.
- withMinAccessLevel(AccessLevel) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by current user minimal access level.
- withMyReactionEmoji(String) - Method in class org.gitlab4j.api.models.IssueFilter
- withMyReactionEmoji(String) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withMyReactionEmoji(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withName(String) - Method in class org.gitlab4j.api.models.AbstractUser
- withName(String) - Method in class org.gitlab4j.api.models.ApprovalRuleParams
- withName(String) - Method in class org.gitlab4j.api.models.Branch
- withName(String) - Method in class org.gitlab4j.api.models.CommitStatus
- withName(String) - Method in class org.gitlab4j.api.models.CommitStatusFilter
- withName(String) - Method in class org.gitlab4j.api.models.Group
- withName(String) - Method in class org.gitlab4j.api.models.GroupParams
- withName(String) - Method in class org.gitlab4j.api.models.Job
- withName(String) - Method in class org.gitlab4j.api.models.Label
- withName(String) - Method in class org.gitlab4j.api.models.Namespace
- withName(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- withName(String) - Method in class org.gitlab4j.api.models.Project
- withName(String) - Method in class org.gitlab4j.api.models.ProtectedBranch
- withName(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- withName(String) - Method in class org.gitlab4j.api.models.Runner
- withNamespace(Namespace) - Method in class org.gitlab4j.api.models.Project
- withNamespaceId(long) - Method in class org.gitlab4j.api.models.Project
- withNewIssueUrl(String) - Method in class org.gitlab4j.api.services.BugzillaService
- withNewIssueUrl(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- withNewLine(Integer) - Method in class org.gitlab4j.api.models.Position
- withNewPath(String) - Method in class org.gitlab4j.api.models.Position
- withNoteChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withNoteChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withNoteEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withNoteEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withNoteEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withNotify(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withNotifyOnlyBrokenPipelines(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withNotifyOnlyBrokenPipelines(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withNotifyOnlyBrokenPipelines(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withNotifyOnlyDefaultBranch(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withNotifyOnlyDefaultBranch(Boolean) - Method in class org.gitlab4j.api.services.SlackService
-
Deprecated.
- withOldLine(Integer) - Method in class org.gitlab4j.api.models.Position
- withOldPath(String) - Method in class org.gitlab4j.api.models.Position
- withOnline(Boolean) - Method in class org.gitlab4j.api.models.Runner
- withOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.gitlab4j.api.models.Project
- withOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.gitlab4j.api.models.Project
- withOrderBy(Constants.DeploymentOrderBy) - Method in class org.gitlab4j.api.models.DeploymentFilter
- withOrderBy(Constants.GroupOrderBy) - Method in class org.gitlab4j.api.models.GroupFilter
-
Return groups ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
- withOrderBy(Constants.IssueOrderBy) - Method in class org.gitlab4j.api.models.IssueFilter
- withOrderBy(Constants.MergeRequestOrderBy) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withOrderBy(Constants.PackageOrderBy) - Method in class org.gitlab4j.api.models.PackageFilter
-
Return projects ordered by created_at, name, version, type, or project_path
- withOrderBy(Constants.PipelineOrderBy) - Method in class org.gitlab4j.api.models.PipelineFilter
- withOrderBy(Constants.ProjectOrderBy) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
- withOrderBy(Constants.ProjectOrderBy) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
- withOrganization(String) - Method in class org.gitlab4j.api.models.User
- withOwned(Boolean) - Method in class org.gitlab4j.api.models.GroupFilter
-
Limit by groups explicitly owned by the current user
- withOwned(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Limit by projects explicitly owned by the current user
- withOwned(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by projects explicitly owned by the current user
- withPackageName(String) - Method in class org.gitlab4j.api.models.PackageFilter
-
Filter the project packages with a fuzzy search by name
- withPackagesEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- withPackageType(PackageType) - Method in class org.gitlab4j.api.models.PackageFilter
-
Filter the returned packages by type.
- withParam(String, Object) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding query and form parameters to a get() or post() call.
- withParam(String, Object, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding query and form parameters to a get() or post() call.
- withParam(String, Date) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding Date query and form parameters to a get() or post() call.
- withParam(String, Date, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding Date query and form parameters to a get() or post() call.
- withParam(String, List<T>) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding a List type query and form parameters to a get() or post() call.
- withParam(String, List<T>, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding a List type query and form parameters to a get() or post() call.
- withParam(String, Map<String, ?>, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding an array of hash type query and form parameters to a get() or post() call.
- withParam(String, AccessLevel) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
- withParam(String, AccessLevel, boolean) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
- withParam(List<Variable>) - Method in class org.gitlab4j.api.GitLabApiForm
-
Fluent method for adding a List<Variable> type query and form parameters to a get(), post(), or put() call.
- withParentId(Long) - Method in class org.gitlab4j.api.models.Group
- withParentId(Long) - Method in class org.gitlab4j.api.models.GroupParams
-
The parent group ID for creating nested group.
- withParentIds(List<String>) - Method in class org.gitlab4j.api.models.Commit
- withPassword(CharSequence) - Method in class org.gitlab4j.api.services.JiraService
- withPath(String) - Method in class org.gitlab4j.api.models.Group
- withPath(String) - Method in class org.gitlab4j.api.models.GroupParams
- withPath(String) - Method in class org.gitlab4j.api.models.Namespace
- withPath(String) - Method in class org.gitlab4j.api.models.Project
- withPipeline(Pipeline) - Method in class org.gitlab4j.api.models.Job
- withPipelineChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withPipelineChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withPipelineEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withPipelineEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withPipelineEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withPipelineEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withPipelineEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withPlatform(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- withPositionType(Position.PositionType) - Method in class org.gitlab4j.api.models.Position
- withPreventSecrets(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- withPreviousPath(String) - Method in class org.gitlab4j.api.models.CommitAction
- withPrintingMergeRequestLinkEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- withPriority(Integer) - Method in class org.gitlab4j.api.models.Label
- withPrivateProfile(Boolean) - Method in class org.gitlab4j.api.models.User
- withProgrammingLanguage(String) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by projects which use the given programming language.
- withProject(Project) - Method in class org.gitlab4j.api.models.Job
- withProjectCreationLevel(GroupParams.ProjectCreationLevel) - Method in class org.gitlab4j.api.models.GroupParams
- withProjectId(Long) - Method in class org.gitlab4j.api.models.Event
- withProjectId(Long) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withProjectId(Long) - Method in class org.gitlab4j.api.models.PushRules
- withProjectKey(String) - Method in class org.gitlab4j.api.services.JiraService
- withProjectLimit(Integer) - Method in class org.gitlab4j.api.models.User
-
Deprecated.Replaced by
User.withProjectsLimit(Integer)
- withProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
- withProjects(List<Project>) - Method in class org.gitlab4j.api.models.RunnerDetail
- withProjectsLimit(Integer) - Method in class org.gitlab4j.api.models.User
- withProjectUrl(String) - Method in class org.gitlab4j.api.services.BugzillaService
- withProjectUrl(String) - Method in class org.gitlab4j.api.services.CustomIssueTrackerService
- withProvider(String) - Method in class org.gitlab4j.api.models.User
- withPublic(Boolean) - Method in class org.gitlab4j.api.models.Project
- withPublicEmail(String) - Method in class org.gitlab4j.api.models.User
- withPublicJobs(boolean) - Method in class org.gitlab4j.api.models.Project
- withPushAccessLevels(List<BranchAccessLevel>) - Method in class org.gitlab4j.api.models.ProtectedBranch
- withPushChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withPushChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withPushEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- withPushEvents(Boolean) - Method in class org.gitlab4j.api.services.EmailOnPushService
- withPushEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withPushEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withPushEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withPushEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withPushEventsBranchFilter(String) - Method in class org.gitlab4j.api.models.ProjectHook
- withRecipients(String) - Method in class org.gitlab4j.api.services.EmailOnPushService
- withRef(String) - Method in class org.gitlab4j.api.models.CommitStatus
- withRef(String) - Method in class org.gitlab4j.api.models.CommitStatusFilter
- withRef(String) - Method in class org.gitlab4j.api.models.EventData
- withRef(String) - Method in class org.gitlab4j.api.models.Job
- withRef(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- withRef(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- withRejectUnsignedCommits(Boolean) - Method in class org.gitlab4j.api.models.PushRules
- withReleasedAt(Date) - Method in class org.gitlab4j.api.models.ReleaseParams
- withReleasesEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Flag indicating if a merge request should remove the source branch when merging.
- withRemoveSourceBranchAfterMerge(Boolean) - Method in class org.gitlab4j.api.models.Project
- withRepository(Repository) - Method in class org.gitlab4j.api.models.EventData
- withRepositoryChecksumFailed(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit projects where the repository checksum calculation has failed.
- withRepositoryStorage(String) - Method in class org.gitlab4j.api.models.Project
- withRepositoryStorage(String) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit results to projects stored on the specified repository_storage.
- withRepositoryUpdateEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withRepositoryUpdateEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- withRequestAccessEnabled(boolean) - Method in class org.gitlab4j.api.models.Group
- withRequestAccessEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withRequestAccessEnabled(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
- withRequestResponseLogging() - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance and Level.FINE as the level.
- withRequestResponseLogging(Level) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API using the GitLab4J shared Logger instance.
- withRequestResponseLogging(Logger, Level) - Method in class org.gitlab4j.api.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API.
- withRequestTimeout(Integer, Integer) - Method in class org.gitlab4j.api.GitLabApi
-
Fluent method that sets the per request connect and read timeout.
- withRequireTwoFactorAuthentication(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
- withResetApprovalsOnPush(Boolean) - Method in class org.gitlab4j.api.models.ProjectApprovalsConfig
- withResolveOutdatedDiffDiscussions(boolean) - Method in class org.gitlab4j.api.models.Project
- withReviewerIds(List<Long>) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
The ID of the user(s) to assign to the review of the merge request.
- withRevision(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- withRoom(String) - Method in class org.gitlab4j.api.services.HipChatService
- withRunner(Runner) - Method in class org.gitlab4j.api.models.Job
- withScope(Constants.IssueScope) - Method in class org.gitlab4j.api.models.IssueFilter
- withScope(Constants.IssueScope) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withScope(Constants.MergeRequestScope) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withScope(Constants.PipelineScope) - Method in class org.gitlab4j.api.models.PipelineFilter
- withSearch(String) - Method in class org.gitlab4j.api.models.GroupFilter
-
Return list of groups matching the search criteria.
- withSearch(String) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Return list of projects matching the search criteria.
- withSearch(String) - Method in class org.gitlab4j.api.models.IssueFilter
- withSearch(String) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withSearch(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withSearch(String) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Return list of projects matching the search criteria.
- withSearchNamespaces(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Include ancestor namespaces when matching search criteria.
- withSendFromCommitterEmail(Boolean) - Method in class org.gitlab4j.api.services.EmailOnPushService
- withServer(String) - Method in class org.gitlab4j.api.services.HipChatService
- withSha(String) - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
If present, then this SHA must match the HEAD of the source branch, otherwise the merge will fail.
- withSha(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- withShared(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Include projects that are shared with this group
- withSharedProjects(List<Project>) - Method in class org.gitlab4j.api.models.Group
- withSharedRunnersEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withSharedRunnersMinuteLimit(Integer) - Method in class org.gitlab4j.api.models.User
-
Deprecated.Replaced by
User.withSharedRunnersMinutesLimit(Integer)
- withSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.Group
- withSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.GroupParams
- withSharedRunnersMinutesLimit(Integer) - Method in class org.gitlab4j.api.models.User
- withShareWithGroupLock(Boolean) - Method in class org.gitlab4j.api.models.GroupParams
- withShorwId(String) - Method in class org.gitlab4j.api.models.Commit
- withShouldRemoveSourceBranch(Boolean) - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
If
true
removes the source branch. - withSimple(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Return only limited fields for each project.
- withSimple(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Return only limited fields for each project.
- withSimpleView(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withSkipConfirmation(Boolean) - Method in class org.gitlab4j.api.models.User
- withSkipGroups(List<Integer>) - Method in class org.gitlab4j.api.models.GroupFilter
-
Do not include the provided groups IDs.
- withSkype(String) - Method in class org.gitlab4j.api.models.User
- withSnippetsEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withSort(Constants.SortOrder) - Method in class org.gitlab4j.api.models.IssueFilter
- withSort(Constants.SortOrder) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withSort(Constants.SortOrder) - Method in class org.gitlab4j.api.models.PipelineFilter
- withSortOder(Constants.SortOrder) - Method in class org.gitlab4j.api.models.GroupFilter
-
Return groups sorted in asc or desc order.
- withSortOder(Constants.SortOrder) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Return projects sorted in asc or desc order.
- withSortOder(Constants.SortOrder) - Method in class org.gitlab4j.api.models.PackageFilter
-
Return projects sorted in asc or desc order.
- withSortOder(Constants.SortOrder) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Return projects sorted in asc or desc order.
- withSortOrder(Constants.SortOrder) - Method in class org.gitlab4j.api.models.DeploymentFilter
- withSourceBranch(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withSourceBranch(String) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the source branch.
- withSquash(Boolean) - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
If
true
the commits will be squashed into a single commit on merge. - withSquash(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Squash commits into a single commit when merging.
- withSquashCommitMessage(String) - Method in class org.gitlab4j.api.models.AcceptMergeRequestParams
-
Custom squash commit message.
- withSquashOption(Constants.SquashOption) - Method in class org.gitlab4j.api.models.Project
- withStage(String) - Method in class org.gitlab4j.api.models.CommitStatusFilter
- withStage(String) - Method in class org.gitlab4j.api.models.Job
- withStarred(Boolean) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Limit by projects starred by the current user.
- withStarred(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by projects starred by the current user.
- withStartBranch(String) - Method in class org.gitlab4j.api.models.CommitPayload
- withStartDate(Date) - Method in class org.gitlab4j.api.models.Epic
- withStartedAt(Date) - Method in class org.gitlab4j.api.models.Job
- withStartProject(Object) - Method in class org.gitlab4j.api.models.CommitPayload
- withStartSha(String) - Method in class org.gitlab4j.api.models.CommitPayload
- withStartSha(String) - Method in class org.gitlab4j.api.models.Position
- withState(String) - Method in class org.gitlab4j.api.models.AbstractUser
- withState(String) - Method in class org.gitlab4j.api.models.User
- withState(Constants.IssueState) - Method in class org.gitlab4j.api.models.IssueFilter
- withState(Constants.MergeRequestState) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withStateEvent(Constants.StateEvent) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
New state (close/reopen).
- withStatistics(Boolean) - Method in class org.gitlab4j.api.models.GroupFilter
-
Include group statistics (admins only).
- withStatistics(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Include project statistics.
- withStatistics(Group.Statistics) - Method in class org.gitlab4j.api.models.Group
- withStats(Boolean) - Method in class org.gitlab4j.api.models.CommitPayload
- withStats(CommitStats) - Method in class org.gitlab4j.api.models.Commit
- withStatus(String) - Method in class org.gitlab4j.api.models.Commit
- withStatus(Constants.DeploymentStatus) - Method in class org.gitlab4j.api.models.DeploymentFilter
- withStatus(Constants.PackageStatus) - Method in class org.gitlab4j.api.models.PackageFilter
-
Filter the returned packages by status.
- withStatus(JobStatus) - Method in class org.gitlab4j.api.models.Job
- withStatus(PipelineStatus) - Method in class org.gitlab4j.api.models.PipelineFilter
- withStatus(Runner.RunnerStatus) - Method in class org.gitlab4j.api.models.Runner
- withSubgroupCreationLevel(GroupParams.SubgroupCreationLevel) - Method in class org.gitlab4j.api.models.GroupParams
- withSuggestionCommitMessage(String) - Method in class org.gitlab4j.api.models.Project
- withTag(Boolean) - Method in class org.gitlab4j.api.models.Job
- withTagList(List<String>) - Method in class org.gitlab4j.api.models.Project
- withTagList(List<String>) - Method in class org.gitlab4j.api.models.RunnerDetail
- withTagName(String) - Method in class org.gitlab4j.api.models.ReleaseParams
- withTagPushChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withTagPushChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withTagPushEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withTagPushEvents(Boolean) - Method in class org.gitlab4j.api.models.SystemHook
- withTagPushEvents(Boolean) - Method in class org.gitlab4j.api.services.EmailOnPushService
- withTagPushEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withTagPushEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withTagPushEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withTagPushEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withTargetBranch(String) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withTargetBranch(String) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the target branch.
- withTargetId(Long) - Method in class org.gitlab4j.api.models.Event
- withTargetIid(Long) - Method in class org.gitlab4j.api.models.Event
- withTargetProjectId(Long) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the target project ID.
- withTargetTitle(String) - Method in class org.gitlab4j.api.models.Event
- withTargetType(Constants.TargetType) - Method in class org.gitlab4j.api.models.Event
- withTargetUrl(String) - Method in class org.gitlab4j.api.models.CommitStatus
- withThemeId(Integer) - Method in class org.gitlab4j.api.models.User
- withTimestamp(Date) - Method in class org.gitlab4j.api.models.Commit
- withTitle(String) - Method in class org.gitlab4j.api.models.Commit
- withTitle(String) - Method in class org.gitlab4j.api.models.Epic
- withTitle(String) - Method in class org.gitlab4j.api.models.Event
- withTitle(String) - Method in class org.gitlab4j.api.models.MergeRequestParams
-
Set the title of the merge request.
- withToken(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- withToken(String) - Method in class org.gitlab4j.api.services.HipChatService
- withTopLevelOnly(Boolean) - Method in class org.gitlab4j.api.models.GroupFilter
-
Limit by groups which are top level groups
- withTotalCommitsCount(Integer) - Method in class org.gitlab4j.api.models.EventData
- withTwitter(String) - Method in class org.gitlab4j.api.models.User
- withTwoFactorEnabled(Boolean) - Method in class org.gitlab4j.api.models.User
- withTwoFactorGracePeriod(Integer) - Method in class org.gitlab4j.api.models.GroupParams
- withUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
- withUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- withUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withUpdatedAfter(Date) - Method in class org.gitlab4j.api.models.PipelineFilter
- withUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.DeploymentFilter
- withUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.IssueFilter
- withUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.IssuesStatisticsFilter
- withUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withUpdatedBefore(Date) - Method in class org.gitlab4j.api.models.PipelineFilter
- withUrl(String) - Method in class org.gitlab4j.api.models.Commit
- withUrl(String) - Method in class org.gitlab4j.api.models.SystemHook
- withUrl(String) - Method in class org.gitlab4j.api.services.JiraService
- withUser(User) - Method in class org.gitlab4j.api.models.Job
- withUserId(Long) - Method in class org.gitlab4j.api.models.AllowedTo
- withUserId(Long) - Method in class org.gitlab4j.api.models.EventData
- withUserIds(List<Long>) - Method in class org.gitlab4j.api.models.ApprovalRuleParams
- withUsername(String) - Method in class org.gitlab4j.api.models.AbstractUser
- withUsername(String) - Method in class org.gitlab4j.api.models.PipelineFilter
- withUsername(String) - Method in class org.gitlab4j.api.services.JiraService
- withUsername(String) - Method in class org.gitlab4j.api.services.MattermostService
- withUsername(String) - Method in class org.gitlab4j.api.services.SlackService
- withUserName(String) - Method in class org.gitlab4j.api.models.EventData
- withValue(String) - Method in class org.gitlab4j.api.models.CustomAttribute
- withVersion(String) - Method in class org.gitlab4j.api.models.RunnerDetail
- withVisibility(String) - Method in class org.gitlab4j.api.models.GroupParams
- withVisibility(Visibility) - Method in class org.gitlab4j.api.models.Group
- withVisibility(Visibility) - Method in class org.gitlab4j.api.models.GroupProjectsFilter
-
Limit by visibility public, internal, or private.
- withVisibility(Visibility) - Method in class org.gitlab4j.api.models.Project
- withVisibility(Visibility) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit by visibility public, internal, or private.
- withVisibilityLevel(Integer) - Method in class org.gitlab4j.api.models.Project
- withWallEnabled(Boolean) - Method in class org.gitlab4j.api.models.Project
- withWebhook(String) - Method in class org.gitlab4j.api.services.MattermostService
- withWebhook(String) - Method in class org.gitlab4j.api.services.SlackService
- withWebsiteUrl(String) - Method in class org.gitlab4j.api.models.User
- withWebUrl(String) - Method in class org.gitlab4j.api.models.AbstractUser
- withWebUrl(String) - Method in class org.gitlab4j.api.models.Group
- withWebUrl(String) - Method in class org.gitlab4j.api.models.Project
- withWhen(String) - Method in class org.gitlab4j.api.models.Job
- withWidth(Integer) - Method in class org.gitlab4j.api.models.Position
- withWikiChecksumFailed(Boolean) - Method in class org.gitlab4j.api.models.ProjectFilter
-
Limit projects where the wiki checksum calculation has failed.
- withWikiEnabled(boolean) - Method in class org.gitlab4j.api.models.Project
- withWikiPageChannel(String) - Method in class org.gitlab4j.api.services.MattermostService
- withWikiPageChannel(String) - Method in class org.gitlab4j.api.services.SlackService
- withWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.models.ProjectHook
- withWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.services.HipChatService
- withWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.services.MattermostService
- withWikiPageEvents(Boolean) - Method in class org.gitlab4j.api.services.SlackService
- withWikiPageEvents(Boolean, T) - Method in class org.gitlab4j.api.services.NotificationService
- withWip(Boolean) - Method in class org.gitlab4j.api.models.MergeRequestFilter
- withX(Double) - Method in class org.gitlab4j.api.models.Position
- withY(Double) - Method in class org.gitlab4j.api.models.Position
- withYamlErrors(Boolean) - Method in class org.gitlab4j.api.models.PipelineFilter
- write(int) - Method in class org.gitlab4j.api.utils.MaskingLoggingFilter.LoggingStream
- write(OutputStream) - Method in class org.gitlab4j.api.utils.Oauth2LoginStreamingOutput
- WRITE_REPOSITORY - org.gitlab4j.api.models.ImpersonationToken.Scope
- WRITE_REPOSITORY - org.gitlab4j.api.utils.AccessTokenUtils.Scope
-
Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API).
X
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.systemhooks.MergeRequestSystemHookEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.DeploymentEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.IssueEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.MergeRequestEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.NoteEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.PipelineEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.PushEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.ReleaseEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.TagPushEvent
- X_GITLAB_EVENT - Static variable in class org.gitlab4j.api.webhook.WikiPageEvent
- X_GITLAB_TOKEN_HEADER - Static variable in class org.gitlab4j.api.GitLabApiClient
Z
- ZIP - org.gitlab4j.api.Constants.ArchiveFormat
_
- _id - Variable in class org.gitlab4j.api.utils.MaskingLoggingFilter
All Classes|All Packages
GroupApi.addGroup(String, String, String, Visibility, Boolean, Boolean, Long)