Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractApi - Class in org.miaixz.bus.gitlab
-
This class is the base class for all the sub API classes.
- AbstractApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.AbstractApi
- AbstractEpic<E> - Class in org.miaixz.bus.gitlab.models
- AbstractEpic() - Constructor for class org.miaixz.bus.gitlab.models.AbstractEpic
- AbstractEpic.EpicState - Enum Class in org.miaixz.bus.gitlab.models
- AbstractEvent - Class in org.miaixz.bus.gitlab.hooks.web
- AbstractEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- AbstractGroup<G> - Class in org.miaixz.bus.gitlab.models
- AbstractGroup() - Constructor for class org.miaixz.bus.gitlab.models.AbstractGroup
- AbstractIssue - Class in org.miaixz.bus.gitlab.models
- AbstractIssue() - Constructor for class org.miaixz.bus.gitlab.models.AbstractIssue
- AbstractIssue.TaskCompletionStatus - Class in org.miaixz.bus.gitlab.models
- AbstractMinimalEpic<E> - Class in org.miaixz.bus.gitlab.models
- AbstractMinimalEpic() - Constructor for class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- AbstractPushEvent - Class in org.miaixz.bus.gitlab.hooks.web
- AbstractPushEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- AbstractSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- AbstractSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- AbstractUser<U> - Class in org.miaixz.bus.gitlab.models
- AbstractUser() - Constructor for class org.miaixz.bus.gitlab.models.AbstractUser
- ABUSE_NOTIFICATION_EMAIL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
If set, abuse reports are sent to this address.
- ACCEPTED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- acceptMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Merge changes to the merge request.
- acceptMergeRequest(Object, Long, String, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Merge changes to the merge request.
- acceptMergeRequest(Object, Long, String, Boolean, Boolean, String) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Merge changes to the merge request.
- acceptMergeRequest(Object, Long, AcceptMergeRequestParams) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Merge changes to the merge request.
- AcceptMergeRequestParams - Class in org.miaixz.bus.gitlab.models
- AcceptMergeRequestParams() - Constructor for class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
- ACCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TokenType
- ACCESS_LEVEL - Enum constant in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
- AccessLevel - Enum Class in org.miaixz.bus.gitlab.models
- AccessRequest - Class in org.miaixz.bus.gitlab.models
- AccessRequest() - Constructor for class org.miaixz.bus.gitlab.models.AccessRequest
- AccessToken - Class in org.miaixz.bus.gitlab.support
-
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.
- AccessToken() - Constructor for class org.miaixz.bus.gitlab.support.AccessToken
- AccessToken.Scope - Enum Class in org.miaixz.bus.gitlab.support
-
This enum defines the available scopes for a personal access token.
- ACTIVATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- activateGroupMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Activate a group milestone.
- activateMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Activate a milestone.
- activateUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Activates the given user (admin only)
- ACTIVE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
- ACTIVE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- ACTIVE - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- addBadge(Object, String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Add a badge to a group.
- addBadge(Object, String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Add a badge to a project.
- addBadge(Object, String, String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Add a badge to a group.
- addBadge(Object, String, String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Add a badge to a project.
- addComment(Object, String, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Add a comment to a commit.
- addComment(Object, String, String, String, Integer, Constants.LineType) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Add a comment to a commit.
- addCommitDiscussionNote(Object, String, String, String, Date) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Adds a note to an existing commit discussion.
- addCommitStatus(Object, String, Constants.CommitBuildState, CommitStatus) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Add or update the build status of a commit.
- addDeployKey(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Creates a new deploy key for a project.
- addDeployment(Object, String, String, String, Boolean, Constants.DeploymentStatus) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Creates a new deployment for a project.
- addEmail(Object, String, Boolean) - Method in class org.miaixz.bus.gitlab.UserApi
-
Add an email to the user's emails.
- addEmail(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Add an email to the current user's emails.
- addEnum(E, String) - Method in class org.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.AccessToken
-
Adds the specified form param to the form data StringBuilder.
- addFormParam(Form, String, Object) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Convenience method for adding query and form parameters to a get() or post() call.
- addFormParam(Form, String, Object, boolean) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Convenience method for adding query and form parameters to a get() or post() call.
- addGpgKey(Long, String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Add a GPG key for a specific user
- addGpgKey(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Add a GPG key for the current user
- addGroup(String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Creates a new project group.
- addGroup(String, String, String, Visibility, Boolean, Boolean, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Creates a new project group.
- addGroup(Group) - Method in class org.miaixz.bus.gitlab.GroupApi
- addGroupDeployToken(Object, String, Date, String, List<Constants.DeployTokenScope>) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Creates a new deploy token for a group.
- addHook(Object, String, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a hook to project.
- addHook(Object, String, Boolean, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a hook to project.
- addHook(Object, String, ProjectHook, Boolean, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a hook to project.
- addIssueAwardEmoji(Object, Long, String) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Add an award emoji for the specified issue.
- addIssueNoteAwardEmoji(Object, Long, Long, String) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Add an award emoji for the specified issue note.
- addIssueThreadNote(Object, Long, String, String, Date) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Adds a new note to the thread.
- addLdapGroupLink(Object, String, Integer, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds an LDAP group link.
- addLdapGroupLink(Object, String, AccessLevel, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds an LDAP group link.
- addLicense(String) - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Add a new license.
- addListener(SystemHookListener) - Method in class org.miaixz.bus.gitlab.SystemHookManager
-
Adds a System Hook event listener.
- addListener(WebHookListener) - Method in class org.miaixz.bus.gitlab.WebHookManager
-
Adds a WebHook event listener.
- addMaskedHeaderName(String) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Add a header name to the list of masked header names.
- addMember(Object, Long, Integer) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, Integer) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a user to a project team.
- addMember(Object, Long, Integer, Date) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, Integer, Date) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a user to a project team.
- addMember(Object, Long, AccessLevel) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, AccessLevel) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a user to a project team.
- addMember(Object, Long, AccessLevel, Date) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds a user to the list of group members.
- addMember(Object, Long, AccessLevel, Date) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a user to a project team.
- addMergeRequestAwardEmoji(Object, Integer, Integer, String) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Add an award emoji for the specified merge request note.
- addMergeRequestAwardEmoji(Object, Long, String) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Add an award emoji to the specified merge request.
- addMergeRequestThreadNote(Object, Long, String, String, Date) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Adds a new note to the thread.
- addProjectDeployToken(Object, String, Date, String, List<Constants.DeployTokenScope>) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Creates a new deploy token for a project.
- addSamlGroupLink(Object, String, Integer) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds an SAML group link.
- addSamlGroupLink(Object, String, Integer, Integer) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds an SAML group link.
- addSamlGroupLink(Object, String, AccessLevel) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds an SAML group link.
- addSamlGroupLink(Object, String, AccessLevel, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Adds an SAML group link.
- addSetting(String, Object) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- addSetting(Setting, Object) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- addSnippetAwardEmoji(Object, Long, String) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Add an award emoji to the specified snippet.
- addSpentTime(Object, Long, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Adds spent time for this issue
- addSpentTime(Object, Long, String) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Adds spent time for this issue
- addSpentTime(Object, Long, Duration) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Adds spent time for this issue
- addSshKey(Long, String, String, Date) - Method in class org.miaixz.bus.gitlab.UserApi
-
Create new key owned by specified user.
- addSshKey(String, String, Date) - Method in class org.miaixz.bus.gitlab.UserApi
-
Creates a new key owned by the currently authenticated user.
- addSystemHook(String, String, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Add a new system hook.
- addSystemHook(String, String, SystemHook) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Add a new system hook.
- addSystemHookUrlVariable(Long, String, String) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Add a new URL variable.
- addWebhook(Object, GroupHookParams) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Add a group hook
- ADMIN - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- ADMIN_MODE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants permission to perform API actions as an administrator, when Admin Mode is enabled.
- ADMIN_MODE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Require administrators to enable Admin Mode by re-authenticating for administrative tasks.
- AFTER_EXPORT_ACTION - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Where to redirect users after logout.
- AFTER_SIGN_UP_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Text shown to the user after signing up
- AI_ACTION_API_RATE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- AI_FEATURES - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants access to GitLab Duo related API endpoints.
- AKISMET_API_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.AKISMET_ENABLEDAPI key for Akismet spam protection. - AKISMET_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.AKISMET_API_KEY) Enable or disable Akismet spam protection. - all() - Method in class org.miaixz.bus.gitlab.Pager
-
Gets all the items from each page as a single List instance.
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.EventScope
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- ALL - Enum constant in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
- ALLOW_ACCOUNT_DELETION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable users to delete their accounts.
- ALLOW_DEPLOY_TOKENS_AND_KEYS_WITH_EXTERNAL_AUTHN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ALLOW_GROUP_OWNERS_TO_MANAGE_LDAP - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Set to true to allow group owners to manage LDAP
- ALLOW_LOCAL_REQUESTS_FROM_SYSTEM_HOOKS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Allow requests to the local network from system hooks.
- ALLOW_LOCAL_REQUESTS_FROM_WEB_HOOKS_AND_SERVICES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Allow requests to the local network from web hooks and services.
- ALLOW_POSSIBLE_SPAM - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ALLOW_PROJECT_CREATION_FOR_GUEST_AND_BELOW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether users assigned up to the Guest role can create groups and personal projects.
- ALLOW_RUNNER_REGISTRATION_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Allow using a registration token to create a runner.
- AllowedTo - Class in org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.AllowedTo
- ALWAYS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- any() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- API - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants complete read/write access to the API, including all groups and projects, the container registry, the dependency proxy, and the package registry.
- API - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- API - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- API - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- API - Enum constant in enum class org.miaixz.bus.gitlab.support.AccessToken.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.miaixz.bus.gitlab.services.JiraService
- API_VERSION_PROP - Static variable in class org.miaixz.bus.gitlab.services.HipChatService
- appendId(StringBuilder, long) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- Application - Class in org.miaixz.bus.gitlab.models
- Application() - Constructor for class org.miaixz.bus.gitlab.models.Application
- ApplicationsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Applications API.
- ApplicationsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ApplicationsApi
- ApplicationSettings - Class in org.miaixz.bus.gitlab.models
- ApplicationSettings() - Constructor for class org.miaixz.bus.gitlab.models.ApplicationSettings
- ApplicationSettingsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Application Settings API.
- ApplicationSettingsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ApplicationSettingsApi
- APPROVAL_REQUIRED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- ApprovalRule - Class in org.miaixz.bus.gitlab.models
- ApprovalRule() - Constructor for class org.miaixz.bus.gitlab.models.ApprovalRule
- ApprovalRuleParams - Class in org.miaixz.bus.gitlab.models
- ApprovalRuleParams() - Constructor for class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- ApprovalState - Class in org.miaixz.bus.gitlab.models
- ApprovalState() - Constructor for class org.miaixz.bus.gitlab.models.ApprovalState
- approveAccessRequest(Object, Long, AccessLevel) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Approve access for the specified user to the specified group.
- approveAccessRequest(Object, Long, AccessLevel) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Approve access for the specified user to the specified project.
- APPROVED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- ApprovedBy - Class in org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.ApprovedBy
- approveMergeRequest(Object, Long, String) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Approve a merge request.
- approveUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Approves the specified user.
- ARCHIVE - Enum constant in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
- ARCHIVE_BUILDS_IN_HUMAN_READABLE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Set the duration for which the jobs will be considered as old and expired.
- archiveProject(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Archive a project
- aroundWriteTo(WriterInterceptorContext) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- Artifact - Class in org.miaixz.bus.gitlab.models
- Artifact() - Constructor for class org.miaixz.bus.gitlab.models.Artifact
- Artifact.FileType - Enum Class in org.miaixz.bus.gitlab.models
- ArtifactsFile - Class in org.miaixz.bus.gitlab.models
- ArtifactsFile() - Constructor for class org.miaixz.bus.gitlab.models.ArtifactsFile
- ASC - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
- ASCIIDOC_MAX_INCLUDES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum limit of AsciiDoc include directives being processed in any one document.
- ASSET_PROXY_ALLOWLIST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Assets that match these domains are not proxied.
- ASSET_PROXY_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.ASSET_PROXY_URL) Enable proxying of assets. - ASSET_PROXY_SECRET_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Shared secret with the asset proxy server.
- ASSET_PROXY_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
URL of the asset proxy server.
- Assets - Class in org.miaixz.bus.gitlab.models
-
This class is part of the Release class model.
- Assets() - Constructor for class org.miaixz.bus.gitlab.models.Assets
- Assets.Link - Class in org.miaixz.bus.gitlab.models
- Assets.Source - Class in org.miaixz.bus.gitlab.models
- assignChildEpic(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Creates an association between two epics, designating one as the parent epic and the other as the child epic.
- ASSIGNED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- ASSIGNED_TO_ME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
- ASSIGNED_TO_ME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
- Assignee - Class in org.miaixz.bus.gitlab.models
- Assignee() - Constructor for class org.miaixz.bus.gitlab.models.Assignee
- ASSIGNEE_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- ASSIGNEE_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- ASSIGNEE_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- ASSIGNEE_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- assignIssue(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Creates an epic - issue association.
- assignIssue(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Updates an existing project issue to change the assignee.
- assignIssue(Object, Long, List<Long>) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Updates an existing project issue to change the assignees.
- Associations - Class in org.miaixz.bus.gitlab.models
- Associations() - Constructor for class org.miaixz.bus.gitlab.models.Associations
- AuditEvent - Class in org.miaixz.bus.gitlab.models
- AuditEvent() - Constructor for class org.miaixz.bus.gitlab.models.AuditEvent
- AuditEventApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Instance Audit Event API.
- AuditEventApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.AuditEventApi
- AuditEventDetail - Class in org.miaixz.bus.gitlab.models
- AuditEventDetail() - Constructor for class org.miaixz.bus.gitlab.models.AuditEventDetail
- AUTHENTICITY_TOKEN_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- AUTHENTICITY_TOKEN_REGEX - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- Author - Class in org.miaixz.bus.gitlab.models
- Author() - Constructor for class org.miaixz.bus.gitlab.models.Author
- AUTHOR_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
- AUTHOR_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- AUTHOR_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- AUTHOR_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
- AUTHOR_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- AUTHOR_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- AUTHORIZATION_HEADER - Static variable in class org.miaixz.bus.gitlab.GitLabApiClient
- AUTHORIZED_KEYS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
By default, we write to the authorized_keys file to support Git over SSH without additional configuration.
- AUTO_DEVOPS_DOMAIN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Specify a domain to use by default for every project’s Auto Review Apps and Auto Deploy stages.
- AUTO_DEVOPS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Auto DevOps for projects by default.
- AUTOMATIC_PURCHASED_STORAGE_ALLOCATION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enabling this permits automatic allocation of purchased storage in a namespace.
- AVAILABLE - Enum constant in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
- AwardEmoji - Class in org.miaixz.bus.gitlab.models
- AwardEmoji() - Constructor for class org.miaixz.bus.gitlab.models.AwardEmoji
- AwardEmoji.AwardableType - Enum Class in org.miaixz.bus.gitlab.models
- AwardEmojiApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Award Emoji API calls.
- AwardEmojiApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.AwardEmojiApi
B
- Badge - Class in org.miaixz.bus.gitlab.models
- Badge() - Constructor for class org.miaixz.bus.gitlab.models.Badge
- Badge.BadgeKind - Enum Class in org.miaixz.bus.gitlab.models
- BASE64 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
- Blame - Class in org.miaixz.bus.gitlab.models
- Blame() - Constructor for class org.miaixz.bus.gitlab.models.Blame
- BLOB - Enum constant in enum class org.miaixz.bus.gitlab.models.TreeItem.Type
- BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- BLOCKS - Enum constant in enum class org.miaixz.bus.gitlab.models.LinkType
- blockUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Blocks the specified user.
- Board - Class in org.miaixz.bus.gitlab.models
- Board() - Constructor for class org.miaixz.bus.gitlab.models.Board
- BoardList - Class in org.miaixz.bus.gitlab.models
- BoardList() - Constructor for class org.miaixz.bus.gitlab.models.BoardList
- BoardsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Issue Boards API calls.
- BoardsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.BoardsApi
- Branch - Class in org.miaixz.bus.gitlab.models
- Branch() - Constructor for class org.miaixz.bus.gitlab.models.Branch
- BRANCH - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
- BranchAccessLevel - Class in org.miaixz.bus.gitlab.models
- BranchAccessLevel() - Constructor for class org.miaixz.bus.gitlab.models.BranchAccessLevel
- BRANCHES - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- BRANCHES_TO_BE_NOTIFIED_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- Bridge - Class in org.miaixz.bus.gitlab.models
- Bridge() - Constructor for class org.miaixz.bus.gitlab.models.Bridge
- BugzillaService - Class in org.miaixz.bus.gitlab.services
- BugzillaService() - Constructor for class org.miaixz.bus.gitlab.services.BugzillaService
- Build - Class in org.miaixz.bus.gitlab.models
- Build() - Constructor for class org.miaixz.bus.gitlab.models.Build
- BUILD_FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- BuildCommit - Class in org.miaixz.bus.gitlab.hooks.web
- BuildCommit() - Constructor for class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- buildEntityLogString(StringBuilder, byte[], int, Charset) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- BuildEvent - Class in org.miaixz.bus.gitlab.hooks.web
-
The documentation at: Job Events is incorrect, this class represents the actual content of the Job Hook event.
- BuildEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- BuildStatus - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the various Build status values.
- BULK_IMPORT_CONCURRENT_PIPELINE_BATCH_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum simultaneous Direct Transfer batches to process.
- BULK_IMPORT_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable migrating GitLab groups by direct transfer.
- BULK_IMPORT_MAX_DOWNLOAD_FILE_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum download file size when importing from source GitLab instances by direct transfer.
- bus.gitlab - module bus.gitlab
-
bus.gitlab
- BZ2 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
C
- CADENCE_TITLE - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
- CAN_CREATE_GROUP - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether users can create top-level groups.
- CANCELED - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- CANCELED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- CANCELED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- CANCELED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- CANCELED - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- CANCELED - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- CANCELING - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- cancelJob(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Cancel specified job in a project.
- cancelMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Cancel merge when pipeline succeeds.
- cancelPipelineJobs(Object, long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Cancel jobs of specified pipelines in a project.
- ChangeContainer<T> - Class in org.miaixz.bus.gitlab.hooks.web
- ChangeContainer() - Constructor for class org.miaixz.bus.gitlab.hooks.web.ChangeContainer
- changeCustomAttribute(Object, String, String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Changes custom attribute for the given user
- changeCustomAttribute(Object, CustomAttribute) - Method in class org.miaixz.bus.gitlab.UserApi
-
Change custom attribute for the given user
- ChangelogPayload - Class in org.miaixz.bus.gitlab.models
- ChangelogPayload(String) - Constructor for class org.miaixz.bus.gitlab.models.ChangelogPayload
- Changes - Class in org.miaixz.bus.gitlab.models
- Changes() - Constructor for class org.miaixz.bus.gitlab.models.Changes
- charAt(int) - Method in class org.miaixz.bus.gitlab.support.SecretString
- CHAT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- CHECK_NAMESPACE_PLAN - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.CommitsApi
-
Cherry picks a commit in a given branch.
- ChildEpic - Class in org.miaixz.bus.gitlab.models
- ChildEpic() - Constructor for class org.miaixz.bus.gitlab.models.ChildEpic
- CHMOD - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- CI_MAX_INCLUDES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The maximum number of includes per pipeline.
- CI_MAX_TOTAL_YAML_SIZE_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The maximum amount of memory, in bytes, that can be allocated for the pipeline configuration, with all included YAML configuration files.
- clear() - Method in class org.miaixz.bus.gitlab.support.SecretString
-
Clear the contents of this SecretString instance by setting each character to 0.
- clearPassword() - Method in class org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
-
Clears the contained password's data.
- clearSettings() - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- CLONE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
- close() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Close the underlying
Clientand its associated resources. - close() - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Close the underlying
Clientand its associated resources. - close() - Method in class org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
- close() - Method in class org.miaixz.bus.gitlab.support.SecretString
- CLOSE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- CLOSE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
- CLOSED - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- closeGroupMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Close a group milestone.
- closeIssue(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Closes an existing project issue.
- closeMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Close a milestone.
- CODE_SUGGESTIONS_API_RATE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- COLOR_PROP - Static variable in class org.miaixz.bus.gitlab.services.HipChatService
- Comment - Class in org.miaixz.bus.gitlab.models
- Comment() - Constructor for class org.miaixz.bus.gitlab.models.Comment
- COMMENTED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- Commit - Class in org.miaixz.bus.gitlab.models
- Commit() - Constructor for class org.miaixz.bus.gitlab.models.Commit
- COMMIT - Enum constant in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- COMMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- COMMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.TreeItem.Type
- COMMIT_EMAIL_HOSTNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Custom hostname (for private commit emails).
- COMMIT_EVENTS_PROP - Static variable in class org.miaixz.bus.gitlab.services.JiraService
- CommitAction - Class in org.miaixz.bus.gitlab.models
- CommitAction() - Constructor for class org.miaixz.bus.gitlab.models.CommitAction
- CommitAction.Action - Enum Class in org.miaixz.bus.gitlab.models
- CommitPayload - Class in org.miaixz.bus.gitlab.models
- CommitPayload() - Constructor for class org.miaixz.bus.gitlab.models.CommitPayload
- CommitRef - Class in org.miaixz.bus.gitlab.models
- CommitRef() - Constructor for class org.miaixz.bus.gitlab.models.CommitRef
- CommitRef.RefType - Enum Class in org.miaixz.bus.gitlab.models
- COMMITS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
- COMMITS - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- COMMITS - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- COMMITS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- CommitsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab commits calls.
- CommitsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.CommitsApi
- CommitStats - Class in org.miaixz.bus.gitlab.models
- CommitStats() - Constructor for class org.miaixz.bus.gitlab.models.CommitStats
- CommitStatus - Class in org.miaixz.bus.gitlab.models
- CommitStatus() - Constructor for class org.miaixz.bus.gitlab.models.CommitStatus
- CommitStatusFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter commit status when getting lists of them.
- CommitStatusFilter() - Constructor for class org.miaixz.bus.gitlab.models.CommitStatusFilter
- compare(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Compare branches, tags or commits.
- compare(Object, String, String, boolean) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Compare branches, tags or commits.
- CompareResults - Class in org.miaixz.bus.gitlab.models
- CompareResults() - Constructor for class org.miaixz.bus.gitlab.models.CompareResults
- COMPOSER - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- CONAN - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- CONCURRENT_BITBUCKET_IMPORT_JOBS_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of simultaneous import jobs for the Bitbucket Cloud importer.
- CONCURRENT_BITBUCKET_SERVER_IMPORT_JOBS_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of simultaneous import jobs for the Bitbucket Server importer.
- CONCURRENT_GITHUB_IMPORT_JOBS_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of simultaneous import jobs for the GitHub importer.
- CONFIDENTIAL_ISSUE_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- CONFIDENTIAL_NOTE_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- Constants - Interface in org.miaixz.bus.gitlab.models
- Constants.ActionType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the event action_type.
- Constants.ApplicationScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the various Application scope values.
- Constants.ArchiveFormat - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to specify the format of a downloaded archive.
- Constants.AutoCancelPendingPipelines - Enum Class in org.miaixz.bus.gitlab.models
- Constants.AutoDevopsDeployStrategy - Enum Class in org.miaixz.bus.gitlab.models
- Constants.BuildGitStrategy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the build_git_strategy of the project instance.
- Constants.CommitBuildState - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the various Commit build status values.
- Constants.ContributorOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getContibutors().
- Constants.DefaultBranchProtectionLevel - Enum Class in org.miaixz.bus.gitlab.models
- Constants.DeploymentOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getDeployments.
- Constants.DeploymentStatus - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the status of a deployment.
- Constants.DeployTokenScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the deploy token scope.
- Constants.Encoding - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to specify encoding of file contents.
- Constants.EpicOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getEpics().
- Constants.EventScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the Event scope.
- Constants.GroupOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getGroups() and getSubGroups().
- Constants.GroupSearchScope<T> - Class in org.miaixz.bus.gitlab.models
-
Enum for the search scope when doing a groupSearch() with the SearchApi.
- Constants.ImpersonationState - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to specify the state of an ImpersonationToken.
- Constants.IssueOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getIssues().
- Constants.IssueScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the scope when calling the various get issue methods.
- Constants.IssueState - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to used to store the state of an issue.
- Constants.JobScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the scope when calling getJobs().
- Constants.LineType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the line type for a commit comment.
- Constants.MergeRequestOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getMergeRequests().
- Constants.MergeRequestScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the scope for getMergeRequests methods.
- Constants.MergeRequestSearchIn - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the scope of the search attribute when calling getMergeRequests().
- Constants.MergeRequestState - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for querying the state of a MergeRequest
- Constants.MilestoneState - Enum Class in org.miaixz.bus.gitlab.models
- Constants.PackageOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getPackages().
- Constants.PackageStatus - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for filtering the results of getPackages().
- Constants.PipelineOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getPipelines().
- Constants.PipelineScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the scope when calling getPipelines().
- Constants.PipelineSource - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the source when calling getPipelines().
- Constants.ProjectAccessTokenScope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the project token scope.
- Constants.ProjectCreationLevel - Enum Class in org.miaixz.bus.gitlab.models
-
Constant to specify the project_creation_level for the group.
- Constants.ProjectFeatureVisibilityAccessLevel - Enum Class in org.miaixz.bus.gitlab.models
- Constants.ProjectOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getProjects().
- Constants.ProjectSearchScope<T> - Class in org.miaixz.bus.gitlab.models
-
Enum for the search scope when doing a projectSearch() with the SearchApi.
- Constants.SearchScope<T> - Class in org.miaixz.bus.gitlab.models
-
Enum for the search scope when doing a globalSearch() with the SearchApi.
- Constants.SortOrder - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of various API calls.
- Constants.SquashOption - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the build_git_strategy of the project instance.
- Constants.StateEvent - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the state of a merge request or issue update.
- Constants.SubgroupCreationLevel - Enum Class in org.miaixz.bus.gitlab.models
-
Constant to specify the subgroup_creation_level for the group.
- Constants.TagOrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results of getTags().
- Constants.TargetType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the event target_type.
- Constants.TodoAction - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the action when doing a getTodos() with the TodosApi.
- Constants.TodoState - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the state when doing a getTodos() with the TodosApi.
- Constants.TodoType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the type when doing a getTodos() with the TodosApi.
- Constants.TokenType - Enum Class in org.miaixz.bus.gitlab.models
-
Used to specify the type of authentication token.
- CONTAINER_EXPIRATION_POLICIES_ENABLE_HISTORIC_ENTRIES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_CLEANUP_TAGS_SERVICE_MAX_LIST_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The maximum number of tags that can be deleted in a single execution of cleanup policies.
- CONTAINER_REGISTRY_DELETE_TAGS_SERVICE_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The maximum time, in seconds, that the cleanup process can take to delete a batch of tags for cleanup policies.
- CONTAINER_REGISTRY_EXPIRATION_POLICIES_CACHING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Caching during the execution of cleanup policies.
- CONTAINER_REGISTRY_EXPIRATION_POLICIES_WORKER_CAPACITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Number of workers for cleanup policies.
- CONTAINER_REGISTRY_IMPORT_CREATED_BEFORE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_IMPORT_MAX_RETRIES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_IMPORT_MAX_STEP_DURATION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_IMPORT_MAX_TAGS_COUNT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_IMPORT_START_MAX_RETRIES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_IMPORT_TARGET_PLAN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_IMPORT_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_PRE_IMPORT_TAGS_RATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_PRE_IMPORT_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CONTAINER_REGISTRY_TOKEN_EXPIRE_DELAY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Container Registry token duration in minutes.
- ContainerExpirationPolicy - Class in org.miaixz.bus.gitlab.models
- ContainerExpirationPolicy() - Constructor for class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- ContainerRegistryApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Container Registry API.
- ContainerRegistryApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ContainerRegistryApi
- CONTINUOUS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
- Contributor - Class in org.miaixz.bus.gitlab.models
-
This class models the object for a repository contributor.
- Contributor() - Constructor for class org.miaixz.bus.gitlab.models.Contributor
- convertMapToList(Map<String, String>) - Static method in class org.miaixz.bus.gitlab.models.Variable
-
Create a List of Variable from the provided Map.
- COOKIES_HEADER - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- Counts() - Constructor for class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- CREATE - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- CREATE_RUNNER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants create access to the runners.
- CREATE_RUNNER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- CreateAccessLevel() - Constructor for class org.miaixz.bus.gitlab.models.ProtectedTag.CreateAccessLevel
- createAndAssignChildEpic(Object, Long, String, Boolean) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Creates a new epic and associates it with provided parent epic.
- createApiClient() - Method in class org.miaixz.bus.gitlab.GitLabApiClient
- createApplication(String, String, List<Constants.ApplicationScope>, Boolean) - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Create an OAUTH Application.
- createApprovalRule(Object, Long, Long, ApprovalRuleParams) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Create a merge request level approval rule.
- createApprovalRule(Object, ApprovalRuleParams) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a project-level approval rule.
- createBranch(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Creates a branch for the project.
- createCommit(Object, String, String, String, String, String, List<CommitAction>) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Create a commit with multiple files and actions.
- createCommit(Object, String, String, String, String, String, CommitAction) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Create a commit with single file and action.
- createCommit(Object, CommitPayload) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Create a commit with multiple files and actions.
- createCommitDiscussion(Object, String, String, Date) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Creates a new discussion to a single project commit.
- createCommitDiscussion(Object, String, String, Date, String, Position) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Creates a new discussion to a single project commit.
- createCustomAttribute(Object, String, String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Creates custom attribute for the given user
- createCustomAttribute(Object, CustomAttribute) - Method in class org.miaixz.bus.gitlab.UserApi
-
Creates custom attribute for the given user
- CREATED - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- CREATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- CREATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
-
After some tests,
Constants.DeploymentStatus.CREATEDvalue is not a valid value. - CREATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- CREATED - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- CREATED - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- CREATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
- CREATED_BY_ME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
- CREATED_BY_ME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
- CreatedChildEpic - Class in org.miaixz.bus.gitlab.models
- CreatedChildEpic() - Constructor for class org.miaixz.bus.gitlab.models.CreatedChildEpic
- createEnvironment(Object, Long) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Stop an environment.
- createEnvironment(Object, String, String, String) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Create a new environment with the given name, external_url and tier.
- createEpic(Object, String, String, String, Date, Date, Date) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Creates a new epic.
- createEpic(Object, Epic) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Creates a new epic using the information contained in the provided Epic instance.
- createEpicNote(Object, Long, String) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a epics's note.
- createEpicNote(Object, Long, String, Date) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a epics's note.
- createEpicNote(Object, Long, String, Date, Boolean) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a epics's note.
- createExternalStatusCheck(Object, String, String, List<Long>) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Creates a new external status check.
- createExternalStatusCheck(Object, ExternalStatusCheck) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Creates a new external status check using the information contained in the provided ExternalStatusCheck instance.
- createFile(Object, RepositoryFile, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Create new file in repository
- createForkedFromRelationship(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a forked from/to relation between existing projects.
- createForm(RepositoryFile, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Gets the query params based on the API version.
- createGroup(GroupParams) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Creates a new project group.
- createGroupAccessToken(Object, String, String, Date, ImpersonationToken.Scope[], AccessLevel) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Create a group access token.
- createGroupIssueBoard(Object, String) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Creates a new Issue Board.
- createGroupIssueBoardList(Object, Long, Long, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Creates a new Issue Board list.
- createGroupLabel(Object, Label) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Create a group label.
- createGroupMilestone(Object, String, String, Date, Date) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Create a group milestone.
- createImpersonationToken(Object, String, Date, ImpersonationToken.Scope[]) - Method in class org.miaixz.bus.gitlab.UserApi
-
Create an impersonation token.
- createIssue(Object, String, String) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Create an issue for the project.
- createIssue(Object, String, String, Boolean, List<Long>, Long, String, Date, Date, Long, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Create an issue for the project.
- createIssue(Object, String, String, Boolean, List<Long>, Long, String, Date, Date, Long, Long, String) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Create an issue for the project.
- createIssueDiscussion(Object, Long, String, Date) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Creates a new thread to a single project issue.
- createIssueLink(Object, Long, Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Creates a two-way relation between two issues.
- createIssueLink(Object, Long, Object, Long, LinkType) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Creates a two-way relation between two issues.
- createIssueNote(Object, Long, String) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a issues's note.
- createIssueNote(Object, Long, String, Date) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a issues's note.
- createIssueNote(Object, Long, String, Date, Boolean) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a issues's note.
- createLink(Object, ReleaseLinkParams) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Create a Link.
- createMergeRequest(Object, String, String, String, String, Long) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.MergeRequestApi
-
Creates a merge request.
- createMergeRequest(Object, String, String, String, String, Long, Long, String[], Long, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Creates a merge request.
- createMergeRequest(Object, MergeRequestParams) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Creates a merge request.
- createMergeRequestDiscussion(Object, Long, String, Date, String, Position) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Creates a new discussion to a single project merge request.
- createMergeRequestNote(Object, Long, String, Date, Boolean) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Create a merge request's note.
- createMergeRequestPipeline(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Create a new pipeline for a merge request.
- createMilestone(Object, String, String, Date, Date) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Create a milestone.
- createOptionalFromException(GitLabApiException) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Create and return an Optional instance associated with a GitLabApiException.
- createPage(Object, String, String) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Creates a new project wiki page.
- createPersonalAccessToken(Object, String, String, Date, ImpersonationToken.Scope[]) - Method in class org.miaixz.bus.gitlab.UserApi
-
Create a personal access token.
- createPersonalAccessToken(String, String, String, String, List<AccessToken.Scope>) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Create a GitLab personal access token with the provided configuration.
- createPersonalAccessToken(String, String, String, String, AccessToken.Scope[]) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Create a GitLab personal access token with the provided configuration.
- createPersonalAccessToken(String, String, Date, ImpersonationToken.Scope[]) - Method in class org.miaixz.bus.gitlab.UserApi
-
Create a personal access token for your account.
- createPipeline(Object, String) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Create a pipelines in a project.
- createPipeline(Object, String, List<Variable>) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Create a pipelines in a project.
- createPipeline(Object, String, Map<String, String>) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Create a pipelines in a project.
- createPipelineSchedule(Object, PipelineSchedule) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
create a pipeline schedule for a project.
- createPipelineScheduleVariable(Object, Long, String, String) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Create a pipeline schedule variable.
- createPipelineTrigger(Object, String) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Create a pipeline trigger for a project.
- createProject(Long, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project belonging to the namespace ID.
- createProject(Long, Project) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project belonging to the namespace ID and project configuration.
- createProject(String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project with the current user's namespace.
- createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, Boolean, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates a Project
- createProject(String, Long, String, Boolean, Boolean, Boolean, Boolean, Visibility, Integer, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates a Project
- createProject(String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates a new project owned by the authenticated user.
- createProject(Project) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates new project owned by the current user.
- createProject(Project, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates new project owned by the current user.
- createProjectAccessToken(Object, String, List<Constants.ProjectAccessTokenScope>, Date) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates a new project access token.
- createProjectAccessToken(Object, String, List<Constants.ProjectAccessTokenScope>, Date, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates a new project access token.
- createProjectFromTemplate(Integer, String, Integer, String, Visibility) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project from a template, belonging to the namespace ID.
- createProjectIssueBoard(Object, String) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Creates a new Issue Board.
- createProjectIssueBoardList(Object, Long, Long, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Creates a new Issue Board list.
- createProjectLabel(Object, Label) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Create a project label.
- createPushRules(Object, PushRules) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Adds a push rule to a specified project.
- createRelatedEpicLink(Object, Long, Object, Long, LinkType) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Create a two-way relation between two epics.
- createRelease(Object, String, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Add release notes to the existing git tag.
- createRelease(Object, ReleaseParams) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Create a Release.
- createRemoteMirror(Object, String, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a remote mirror for a project.
- createRunner(CreateRunnerParams) - Method in class org.miaixz.bus.gitlab.UserApi
-
Create a runner linked to the current user.
- CreateRunnerParams - Class in org.miaixz.bus.gitlab.models
- CreateRunnerParams() - Constructor for class org.miaixz.bus.gitlab.models.CreateRunnerParams
- CreateRunnerResponse - Class in org.miaixz.bus.gitlab.models
- CreateRunnerResponse() - Constructor for class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- createSnippet(Object, String, String, String, String, Visibility) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Creates a new project snippet.
- createSnippet(String, String, String) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Create a new Snippet.
- createSnippet(String, String, String, Visibility, String) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Create a new Snippet.
- createTag(Object, String, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Creates a tag on a particular ref of the given project.
- createTag(Object, String, String, String, File) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Creates a tag on a particular ref of a given project.
- createTag(Object, String, String, String, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Creates a tag on a particular ref of the given project with optional message and release notes.
- createTopic(TopicParams) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Creates a new Topic.
- createUser(User, CharSequence, Boolean) - Method in class org.miaixz.bus.gitlab.UserApi
-
Creates a new user.
- createVariable(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Create a new group variable.
- createVariable(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project variable.
- createVariable(Object, String, String, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Create a new group variable.
- createVariable(Object, String, String, Boolean, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project variable.
- createVariable(Object, String, String, Variable.Type, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project variable.
- createVariable(Object, String, String, Variable.Type, Boolean, Boolean, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Create a new project variable.
- CUBE_API_BASE_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CUBE_API_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- current() - Method in class org.miaixz.bus.gitlab.Pager
-
Returns the current page of List.
- CURRENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
- CURRENT - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- CUSTOM - Enum constant in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- CUSTOM_HTTP_CLONE_URL_ROOT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- CustomAttribute - Class in org.miaixz.bus.gitlab.models
- CustomAttribute() - Constructor for class org.miaixz.bus.gitlab.models.CustomAttribute
- CustomIssueTrackerService - Class in org.miaixz.bus.gitlab.services
- CustomIssueTrackerService() - Constructor for class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
D
- DATE - Enum constant in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
- DATE_ONLY_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- DateCount() - Constructor for class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
- dateOnly(Date) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Get a string that includes the date only in yyyy-mm-ss format.
- DateOnlySerializer() - Constructor for class org.miaixz.bus.gitlab.support.JacksonJson.DateOnlySerializer
- DEACTIVATE_DORMANT_USERS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable automatic deactivation of dormant users.
- DEACTIVATE_DORMANT_USERS_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Length of time (in days) after which a user is considered dormant.
- deactivateUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deactivates the given user (admin only)
- DEACTIVATION_EMAIL_ADDITIONAL_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- DECOMPRESS_ARCHIVE_FILE_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Default timeout for decompressing archived files, in seconds.
- DEFAULT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
- DEFAULT - Enum constant in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
- DEFAULT_AND_PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
- DEFAULT_ARTIFACTS_EXPIRE_IN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Set the default expiration time for each job’s artifacts.
- DEFAULT_BRANCH_NAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Instance-level custom initial branch name.
- DEFAULT_BRANCH_PROTECTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Determine if developers can push to master.
- DEFAULT_BRANCH_PROTECTION_DEFAULTS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Introduced in GitLab 17.0.
- DEFAULT_CI_CONFIG_PATH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- DEFAULT_GROUP_VISIBILITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
What visibility level new groups receive.
- DEFAULT_MASKED_HEADER_NAMES - Static variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Default list of header names that should be masked.
- DEFAULT_OFF - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- DEFAULT_ON - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- DEFAULT_PER_PAGE - Static variable in class org.miaixz.bus.gitlab.GitLabApi
-
GitLab4J default per page.
- DEFAULT_PREFERRED_LANGUAGE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Default preferred language for users who are not logged in.
- DEFAULT_PROJECT_CREATION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Default project creation protection.
- DEFAULT_PROJECT_DELETION_PROTECTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable default project deletion protection so only administrators can delete projects.
- DEFAULT_PROJECT_VISIBILITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
What visibility level new projects receive.
- DEFAULT_PROJECTS_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Project limit per user.
- DEFAULT_SNIPPET_VISIBILITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
What visibility level new snippets receive.
- DEFAULT_SYNTAX_HIGHLIGHTING_THEME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Default syntax highlighting theme for users who are new or not signed in.
- delete(MultivaluedMap<String, String>, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- DELETE_INACTIVE_PROJECTS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable inactive project deletion.
- DELETE_UNCONFIRMED_USERS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Specifies whether users who have not confirmed their email should be deleted.
- deleteApplication(Long) - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Delete the specified OAUTH Application.
- deleteApprovalRule(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Delete the specified the project-level approval rule.
- deleteApprovalRule(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Delete the specified the merge request level approval rule.
- deleteArtifacts(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Delete artifacts of a job.
- deleteBranch(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Delete a single project repository branch.
- deleteBugzillaService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the Bugzilla service for a project.
- deleteCommitDiscussionNote(Object, String, String, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Deletes an existing discussion note of a commit.
- deleteCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Delete a custom attribute for the specified group.
- deleteCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Delete a custom attribute for the specified project.
- deleteCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Delete a custom attribute for the given user
- deleteCustomAttribute(Object, CustomAttribute) - Method in class org.miaixz.bus.gitlab.UserApi
-
Delete a custom attribute for the given user
- deleteCustomIssueTrackerService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the Custom Issue Tracker service for a project.
- DELETED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- deleteDeployKey(Object, Long) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Removes a deploy key from the project.
- deleteEmail(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deletes an email belonging to the current user.
- deleteEmail(Object, Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deletes a user's email
- deleteEmailonPushService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the Emails on push service for a project.
- deleteEnvironment(Object, Long) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Delete an environment.
- deleteEpic(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Deletes an epic.
- deleteEpicNote(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Delete the specified epics's note.
- deleteExternalStatusCheck(Object, Long) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Deletes an external status check.
- deleteExternalWikiService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the ExternalWiki service for a project.
- deleteFile(Object, String, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Delete existing file in repository
- deleteForkedFromRelationship(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Delete an existing forked from relationship.
- deleteGpgKey(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Remove a specific GPG key for the current user
- deleteGpgKey(Long, Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Remove a specific GPG key for a specific user
- deleteGroup(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Removes group with all projects inside.
- deleteGroupDeployToken(Object, Long) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Removes a deploy token from the group.
- deleteGroupIssueBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Soft deletes an existing Issue Board.
- deleteGroupIssueBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Soft deletes an existing Issue Board list.
- deleteGroupLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Delete the specified label
- deleteHipChatService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the HipChatService service for a project.
- deleteHook(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Deletes a hook from the project.
- deleteHook(ProjectHook) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Deletes a hook from the project.
- deleteIssue(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Delete an issue.
- deleteIssueAwardEmoji(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Delete an award emoji from the specified issue.
- deleteIssueLink(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Deletes an issue link, thus removes the two-way relationship.
- deleteIssueNote(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Delete the specified issues's note.
- deleteIssueNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Delete an award emoji from the specified issue note.
- deleteIssueThreadNote(Object, Long, String, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Deletes an existing thread note of an issue.
- deleteJiraService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the JIRA service for a project.
- deleteLdapGroupLink(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Deletes an LDAP group link.
- deleteLdapGroupLink(Object, String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Deletes an LDAP group link for a specific LDAP provider.
- deleteLicense(Long) - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Deletes a license.
- deleteLink(Object, String, Integer) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Delete a Link.
- deleteMattermostService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the Mattermost service for a project.
- deleteMergedBranches(Object) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Delete all branches that are merged into the project’s default branch.
- deleteMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Only for admins and project owners.
- deleteMergeRequestAwardEmoji(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Delete an award emoji from the specified merge request.
- deleteMergeRequestDiscussionNote(Object, Long, String, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Deletes an existing discussion note of a merge request.
- deleteMergeRequestNote(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Delete the specified merge request's note.
- deleteMergeRequestNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Delete an award emoji from the specified merge request note.
- deleteMergeRequestThreadNote(Object, Long, String, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Deletes an existing thread note of a merge request.
- deleteMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Delete a project milestone.
- deletePackage(Object, Long) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Deletes a project package.
- deletePage(Object, String) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Deletes an existing project wiki page.
- deletePipeline(Object, long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Delete a pipeline from a project.
- deletePipelineSchedule(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Deletes a pipeline schedule from the project.
- deletePipelineScheduleVariable(Object, Long, String) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Deletes a pipeline schedule variable.
- deletePipelineTrigger(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Deletes a pipeline trigger from the project.
- deleteProject(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Removes project with all resources(issues, merge requests etc).
- deleteProjectDeployToken(Object, Long) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Removes a deploy token from the group.
- deleteProjectIssueBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Soft deletes an existing Issue Board.
- deleteProjectIssueBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Soft deletes an existing Issue Board list.
- deleteProjectLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Delete the specified project label.
- deletePushRules(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Removes a push rule from a project.
- deleteRelatedEpicLink(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Delete a two-way relation between two epics.
- deleteRelease(Object, String) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Delete a Release.
- deleteRepository(Object, Long) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Delete a repository in registry.
- deleteRepositoryTag(Object, Long, String) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Delete a registry repository tag.
- deleteRepositoryTags(Object, Long, String, Integer, String) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Delete repository tags in bulk based on given criteria.
- deleteRunner(String) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Deletes a registered Runner.
- deleteSamlGroupLink(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Deletes an SAML group link.
- deleteSlackService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Deletes the Slack notifications service for a project.
- deleteSnippet(Long) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Removes Snippet.
- deleteSnippet(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
- deleteSnippetAwardEmoji(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Delete an award emoji from the specified snippet.
- deleteSshKey(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deletes key owned by currently authenticated user.
- deleteSshKey(Object, Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deletes key owned by a specified user.
- deleteSystemHook(Long) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Deletes a system hook.
- deleteSystemHook(SystemHook) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Deletes a system hook.
- deleteSystemHookUrlVariable(Long, String) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Delete a URL variable.
- deleteTag(Object, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Deletes the tag from a project with the specified tag name.
- deleteTopic(Integer) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Delete a topic.
- deleteTopicAvatar(Integer) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Delete the topic's avatar for the specified topic.
- deleteUser(Object) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deletes a user.
- deleteUser(Object, Boolean) - Method in class org.miaixz.bus.gitlab.UserApi
-
Deletes a user.
- deleteVariable(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Deletes a group variable.
- deleteVariable(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Deletes a project variable.
- DELETION_ADJOURNED_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Number of days to wait before deleting a project or group that is marked for deletion.
- DENY_ALL_REQUESTS_EXCEPT_ALLOWED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- denyAccessRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Deny access for the specified user to the specified group.
- denyAccessRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Deny access for the specified user to the specified project.
- Deployable - Class in org.miaixz.bus.gitlab.models
- Deployable() - Constructor for class org.miaixz.bus.gitlab.models.Deployable
- DeployKey - Class in org.miaixz.bus.gitlab.models
- DeployKey() - Constructor for class org.miaixz.bus.gitlab.models.DeployKey
- DeployKeysApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Deploy Keys API calls.
- DeployKeysApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.DeployKeysApi
- Deployment - Class in org.miaixz.bus.gitlab.models
- Deployment() - Constructor for class org.miaixz.bus.gitlab.models.Deployment
- DeploymentEvent - Class in org.miaixz.bus.gitlab.hooks.web
- DeploymentEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- DeploymentFilter - Class in org.miaixz.bus.gitlab.models
- DeploymentFilter() - Constructor for class org.miaixz.bus.gitlab.models.DeploymentFilter
- DeploymentsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Deployments API calls.
- DeploymentsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.DeploymentsApi
- DeployToken - Class in org.miaixz.bus.gitlab.models
- DeployToken() - Constructor for class org.miaixz.bus.gitlab.models.DeployToken
- DeployTokensApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Deploy Tokens API calls.
- DeployTokensApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.DeployTokensApi
- DESC - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
- DESCRIPTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
- DESCRIPTION_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- deserialize(JsonParser, DeserializationContext) - Method in class org.miaixz.bus.gitlab.support.JacksonJson.JsonDateDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.miaixz.bus.gitlab.support.JacksonJson.UserListDeserializer
- DESTROYED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- DetailedStatus - Class in org.miaixz.bus.gitlab.models
-
This class is part of the Pipeline message.
- DetailedStatus() - Constructor for class org.miaixz.bus.gitlab.models.DetailedStatus
- DEVELOPER - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- DEVELOPER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
- DIAGRAMSNET_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires diagramsnet_url) Enable Diagrams.net integration.
- DIAGRAMSNET_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Diagrams.net instance URL for integration.
- Diff - Class in org.miaixz.bus.gitlab.models
- Diff() - Constructor for class org.miaixz.bus.gitlab.models.Diff
- DIFF_MAX_FILES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum files in a diff.
- DIFF_MAX_LINES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum lines in a diff.
- DIFF_MAX_PATCH_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum diff patch size (Bytes).
- DIFF_NOTE - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.Type
- DiffRef - Class in org.miaixz.bus.gitlab.models
- DiffRef() - Constructor for class org.miaixz.bus.gitlab.models.DiffRef
- DIRECTLY_ADDRESSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- DISABLE_ADMIN_OAUTH_SCOPES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Stops administrators from connecting their GitLab accounts to non-trusted OAuth 2.0 applications that have the api, read_api, read_repository, write_repository, read_registry, write_registry, or sudo scopes.
- DISABLE_DIFFS_PROP - Static variable in class org.miaixz.bus.gitlab.services.EmailOnPushService
- DISABLE_FEED_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Disable display of RSS/Atom and calendar feed tokens.
- DISABLE_OVERRIDING_APPROVERS_PER_MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Prevent editing approval rules in projects and merge requests.
- DISABLE_PERSONAL_ACCESS_TOKENS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Disable personal access tokens.
- disableCustomAttributes() - Method in class org.miaixz.bus.gitlab.UserApi
-
Disables custom attributes to be returned when fetching User instances.
- DISABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
- DISABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- DISABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- DISABLED_OAUTH_SIGN_IN_SOURCES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Disabled OAuth sign-in sources.
- disableRunner(Object, Long) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Disable a specific runner from the project.
- Discussion - Class in org.miaixz.bus.gitlab.models
- Discussion() - Constructor for class org.miaixz.bus.gitlab.models.Discussion
- DISCUSSION_NOTE - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.Type
- DiscussionsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Discussions API.
- DiscussionsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.DiscussionsApi
- DNS_REBINDING_PROTECTION_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enforce DNS rebinding attack protection.
- DOMAIN_ALLOWLIST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Force people to use only corporate emails for sign-up.
- DOMAIN_ALLOWLIST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- DOMAIN_BLACKLIST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.DOMAIN_BLACKLIST_ENABLEDUsers with e-mail addresses that match these domain(s) will NOT be able to sign-up. - DOMAIN_BLACKLIST_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.DOMAIN_BLACKLIST) Allows blocking sign-ups from emails from specific domains. - DOMAIN_DENYLIST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Users with email addresses that match these domains cannot sign up.
- DOMAIN_DENYLIST_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: domain_denylist) Allows blocking sign-ups from emails from specific domains.
- DOMAIN_DENYLIST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- DOMAIN_WHITELIST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Force people to use only corporate emails for sign-up.
- DONE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
- downloadArtifactsFile(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get an InputStream pointing to the job artifacts file for the specified job ID.
- downloadArtifactsFile(Object, Long, File) - Method in class org.miaixz.bus.gitlab.JobApi
-
Download the job artifacts file for the specified job ID.
- downloadArtifactsFile(Object, Long, ArtifactsFile) - Method in class org.miaixz.bus.gitlab.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- downloadArtifactsFile(Object, Long, ArtifactsFile, File) - Method in class org.miaixz.bus.gitlab.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- downloadArtifactsFile(Object, String, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.JobApi
-
Download the artifacts file from the given reference name and job provided the job finished successfully.
- downloadExport(Object, File) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Download the finished export.
- downloadExport(Object, File, String) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Download the finished export.
- downloadSingleArtifactsFile(Object, Long, String) - Method in class org.miaixz.bus.gitlab.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- downloadSingleArtifactsFile(Object, Long, String, File) - Method in class org.miaixz.bus.gitlab.JobApi
-
Download a single artifact file from within the job's artifacts archive.
- DOWNSTREAM_PIPELINE_TRIGGER_LIMIT_PER_PROJECT_USER_SHA - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum downstream pipeline trigger rate.
- DownstreamPipeline - Class in org.miaixz.bus.gitlab.models
- DownstreamPipeline() - Constructor for class org.miaixz.bus.gitlab.models.DownstreamPipeline
- DSA_KEY_RESTRICTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The minimum allowed bit length of an uploaded DSA key.
- DUO_AVAILABILITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- DUO_FEATURES_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether GitLab Duo features are enabled for this instance.
- DUO_WORKFLOW_OAUTH_APPLICATION_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- duplicate() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Create a new GitLabApi instance that is logically a duplicate of this instance, with the exception of sudo state.
- Duration - Class in org.miaixz.bus.gitlab.models
-
This class represents a duration in time.
- Duration(int) - Constructor for class org.miaixz.bus.gitlab.models.Duration
-
Create a Duration instance from a number of seconds.
- Duration(String) - Constructor for class org.miaixz.bus.gitlab.models.Duration
-
Create a Duration instance from a human readable string. e.g: 3h30m
E
- ECDSA_KEY_RESTRICTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The minimum allowed curve size (in bits) of an uploaded ECDSA key.
- ECDSA_SK_KEY_RESTRICTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The minimum allowed curve size (in bits) of an uploaded ECDSA_SK key.
- ED25519_KEY_RESTRICTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The minimum allowed curve size (in bits) of an uploaded ED25519 key.
- ED25519_SK_KEY_RESTRICTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The minimum allowed curve size (in bits) of an uploaded ED25519_SK key.
- editBadge(Object, Long, String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Edit a badge of a group.
- editBadge(Object, Long, String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Edit a badge of a project.
- editBadge(Object, Long, String, String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Edit a badge of a group.
- editBadge(Object, Long, String, String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Edit a badge of a project.
- EKS_ACCESS_KEY_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Amazon Access Key.
- EKS_ACCOUNT_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Amazon account ID
- EKS_INTEGRATION_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable integration with Amazon EKS.
- EKS_SECRET_ACCESS_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
AWS IAM secret access key
- ELASTICSEARCH_ANALYZERS_KUROMOJI_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_ANALYZERS_KUROMOJI_SEARCH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_ANALYZERS_SMARTCN_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_ANALYZERS_SMARTCN_SEARCH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_AWS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Enable the use of AWS hosted Elasticsearch
- ELASTICSEARCH_AWS_ACCESS_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) AWS IAM access key
- ELASTICSEARCH_AWS_REGION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) The AWS region the Elasticsearch domain is configured
- ELASTICSEARCH_AWS_SECRET_ACCESS_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) AWS IAM secret access key
- ELASTICSEARCH_CLIENT_REQUEST_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_INDEXED_FIELD_LENGTH_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum size of text fields to index by Elasticsearch. 0 value means no limit.
- ELASTICSEARCH_INDEXED_FILE_SIZE_LIMIT_KB - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum size of repository and wiki files that are indexed by Elasticsearch.
- ELASTICSEARCH_INDEXING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Enable Elasticsearch indexing
- ELASTICSEARCH_LIMIT_INDEXING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Limit Elasticsearch to index certain namespaces and projects
- ELASTICSEARCH_MAX_BULK_CONCURRENCY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum concurrency of Elasticsearch bulk requests per indexing operation.
- ELASTICSEARCH_MAX_BULK_SIZE_MB - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum size of Elasticsearch bulk indexing requests in MB.
- ELASTICSEARCH_MAX_CODE_INDEXING_CONCURRENCY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum concurrency of Elasticsearch code indexing background jobs.
- ELASTICSEARCH_NAMESPACE_IDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) The namespaces to index via Elasticsearch if
Setting.ELASTICSEARCH_LIMIT_INDEXINGis enabled. - ELASTICSEARCH_PASSWORD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The password of your Elasticsearch instance.
- ELASTICSEARCH_PAUSE_INDEXING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_PROJECT_IDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) The projects to index via Elasticsearch if
Setting.ELASTICSEARCH_LIMIT_INDEXINGis enabled. - ELASTICSEARCH_REPLICAS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_REQUEUE_WORKERS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable automatic requeuing of indexing workers.
- ELASTICSEARCH_SEARCH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Enable Elasticsearch search
- ELASTICSEARCH_SHARDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ELASTICSEARCH_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) The url to use for connecting to Elasticsearch.
- ELASTICSEARCH_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The username of your Elasticsearch instance.
- ELASTICSEARCH_WORKER_NUMBER_OF_SHARDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Number of indexing worker shards.
- Email - Class in org.miaixz.bus.gitlab.models
- Email() - Constructor for class org.miaixz.bus.gitlab.models.Email
- EMAIL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read-only access to the user's primary email address using OpenID Connect.
- EMAIL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
- EMAIL_ADDITIONAL_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Additional text added to the bottom of every email for legal/auditing/compliance reasons
- EMAIL_AUTHOR_IN_BODY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Some email servers do not support overriding the email sender name.
- EMAIL_CONFIRMATION_SETTING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Specifies whether users must confirm their email before sign in.
- EMAIL_REGEX - Static variable in class org.miaixz.bus.gitlab.support.EmailChecker
-
Java regular expression for validating an email address.
- EMAIL_REGEX_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.EmailChecker
-
Java Pattern instance for validating an email address.
- EMAIL_RESTRICTIONS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- EMAIL_RESTRICTIONS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- EmailChecker - Class in org.miaixz.bus.gitlab.support
- EmailChecker() - Constructor for class org.miaixz.bus.gitlab.support.EmailChecker
- EmailOnPushService - Class in org.miaixz.bus.gitlab.services
- EmailOnPushService() - Constructor for class org.miaixz.bus.gitlab.services.EmailOnPushService
- emptyArrayValue() - Method in enum class org.miaixz.bus.gitlab.models.Setting
- ENABLE_ARTIFACT_EXTERNAL_REDIRECT_WARNING_PAGE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Show the external redirect page that warns you about user-generated content in GitLab Pages.
- enableCustomAttributes() - Method in class org.miaixz.bus.gitlab.UserApi
-
Enables custom attributes to be returned when fetching User instances.
- ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
- ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- ENABLED_GIT_ACCESS_PROTOCOL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enabled protocols for Git access.
- enableDeployKey(Object, Long) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Enables a deploy key for a project so this can be used.
- enableRequestResponseLogging() - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RunnersApi
-
Enable an available specific runner in the project.
- encodeAndSetContent(byte[]) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
-
Encodes the provided byte array using Base64 and sets it as the content.
- encodeAndSetContent(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
-
Encodes the provided String using Base64 and sets it as the content.
- ENFORCE_NAMESPACE_STORAGE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enabling this permits enforcement of namespace storage limits.
- ENFORCE_TERMS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.TERMS) Enforce application ToS to all users. - ENTITY_STREAM_PROPERTY - Static variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Property name for the entity stream property
- ENV_VAR - Enum constant in enum class org.miaixz.bus.gitlab.models.Variable.Type
- Environment - Class in org.miaixz.bus.gitlab.models
- Environment() - Constructor for class org.miaixz.bus.gitlab.models.Environment
- Environment.EnvironmentState - Enum Class in org.miaixz.bus.gitlab.models
- EnvironmentsApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API Environments API calls.
- EnvironmentsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.EnvironmentsApi
- Epic - Class in org.miaixz.bus.gitlab.models
- Epic() - Constructor for class org.miaixz.bus.gitlab.models.Epic
- EPIC - Enum constant in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
- EPIC - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- EpicFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Groups when getting lists of epics.
- EpicFilter() - Constructor for class org.miaixz.bus.gitlab.models.EpicFilter
- EpicFilter.EpicField - Enum Class in org.miaixz.bus.gitlab.models
- EpicInLink - Class in org.miaixz.bus.gitlab.models
- EpicInLink() - Constructor for class org.miaixz.bus.gitlab.models.EpicInLink
- EpicIssue - Class in org.miaixz.bus.gitlab.models
- EpicIssue() - Constructor for class org.miaixz.bus.gitlab.models.EpicIssue
- EpicIssueLink - Class in org.miaixz.bus.gitlab.models
- EpicIssueLink() - Constructor for class org.miaixz.bus.gitlab.models.EpicIssueLink
- EpicsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Epics and Epic Issues API calls.
- EpicsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.EpicsApi
- equals(Object) - Method in exception class org.miaixz.bus.gitlab.GitLabApiException
- eraseJob(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Erase specified job in a project.
- ERROR_TRACKING_API_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ERROR_TRACKING_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- estimateTime(Object, Long, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Sets an estimated time of work in this issue
- estimateTime(Object, Long, String) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Sets an estimated time of work in this issue
- estimateTime(Object, Long, Duration) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Sets an estimated time of work in this issue
- Event - Class in org.miaixz.bus.gitlab.models
- Event - Interface in org.miaixz.bus.gitlab.hooks.web
- Event() - Constructor for class org.miaixz.bus.gitlab.models.Event
- EventChanges - Class in org.miaixz.bus.gitlab.hooks.web
- EventChanges() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventChanges
- EventCommit - Class in org.miaixz.bus.gitlab.hooks.web
- EventCommit() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventCommit
- EventData - Class in org.miaixz.bus.gitlab.models
- EventData() - Constructor for class org.miaixz.bus.gitlab.models.EventData
- EventExternalStatusCheck - Class in org.miaixz.bus.gitlab.hooks.web
- EventExternalStatusCheck() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- EventIssue - Class in org.miaixz.bus.gitlab.hooks.web
- EventIssue() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventIssue
- EventLabel - Class in org.miaixz.bus.gitlab.hooks.web
- EventLabel() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventLabel
- EventLabel.LabelType - Enum Class in org.miaixz.bus.gitlab.hooks.web
- EventMergeRequest - Class in org.miaixz.bus.gitlab.hooks.web
- EventMergeRequest() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- EventProject - Class in org.miaixz.bus.gitlab.hooks.web
- EventProject() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventProject
- EventReleaseAssets - Class in org.miaixz.bus.gitlab.hooks.web
- EventReleaseAssets() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- EventReleaseLink - Class in org.miaixz.bus.gitlab.hooks.web
- EventReleaseLink() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- EventReleaseSource - Class in org.miaixz.bus.gitlab.hooks.web
- EventReleaseSource() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventReleaseSource
- EventRepository - Class in org.miaixz.bus.gitlab.hooks.web
- EventRepository() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventRepository
- Events() - Constructor for class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- EventsApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab events calls.
- EventsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.EventsApi
- EventSnippet - Class in org.miaixz.bus.gitlab.hooks.web
- EventSnippet() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- EventUser - Class in org.miaixz.bus.gitlab.hooks.web
- EventUser() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventUser
- EventWorkItem - Class in org.miaixz.bus.gitlab.hooks.web
- EventWorkItem() - Constructor for class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- exists(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Check if the given user exists.
- Exists - Class in org.miaixz.bus.gitlab.models
- Exists() - Constructor for class org.miaixz.bus.gitlab.models.Exists
- EXPIRED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- ExportStatus - Class in org.miaixz.bus.gitlab.models
- ExportStatus() - Constructor for class org.miaixz.bus.gitlab.models.ExportStatus
- ExportStatus.Status - Enum Class in org.miaixz.bus.gitlab.models
-
Enum representing the status of the export.
- EXTERNAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- EXTERNAL_AUTH_CLIENT_CERT - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.EXTERNAL_AUTH_CLIENT_CERTPrivate key for the certificate when authentication is required for the external authorization service, this is encrypted when stored - EXTERNAL_AUTH_CLIENT_KEY_PASS - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_ENABLEDThe default classification label to use when requesting authorization and no classification label has been specified on the project - EXTERNAL_AUTHORIZATION_SERVICE_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_DEFAULT_LABEL,Setting.EXTERNAL_AUTHORIZATION_SERVICE_TIMEOUTandSetting.EXTERNAL_AUTHORIZATION_SERVICE_URL) Enable using an external authorization service for accessing projects - EXTERNAL_AUTHORIZATION_SERVICE_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_ENABLEDThe timeout after which an authorization request is aborted, in seconds. - EXTERNAL_AUTHORIZATION_SERVICE_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.EXTERNAL_AUTHORIZATION_SERVICE_ENABLEDURL to which authorization requests will be directed - EXTERNAL_PIPELINE_VALIDATION_SERVICE_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
How long to wait for a response from the pipeline validation service.
- EXTERNAL_PIPELINE_VALIDATION_SERVICE_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Optional.
- EXTERNAL_PIPELINE_VALIDATION_SERVICE_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
URL to use for pipeline validation requests.
- EXTERNAL_PULL_REQUEST_EVENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- ExternalStatusCheck - Class in org.miaixz.bus.gitlab.models
- ExternalStatusCheck() - Constructor for class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- ExternalStatusCheckApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab external status checks.
- ExternalStatusCheckApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ExternalStatusCheckApi
- ExternalStatusCheckEvent - Class in org.miaixz.bus.gitlab.hooks.web
- ExternalStatusCheckEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- ExternalStatusCheckProtectedBranch - Class in org.miaixz.bus.gitlab.models
- ExternalStatusCheckProtectedBranch() - Constructor for class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- ExternalStatusCheckResult - Class in org.miaixz.bus.gitlab.models
- ExternalStatusCheckResult() - Constructor for class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- ExternalStatusCheckStatus - Class in org.miaixz.bus.gitlab.models
- ExternalStatusCheckStatus() - Constructor for class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- ExternalStatusCheckStatus.Status - Enum Class in org.miaixz.bus.gitlab.models
- ExternalWikiService - Class in org.miaixz.bus.gitlab.services
- ExternalWikiService() - Constructor for class org.miaixz.bus.gitlab.services.ExternalWikiService
F
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- FAILED - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- FAILED_LOGIN_ATTEMPTS_UNLOCK_PERIOD_IN_MINUTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Time period in minutes after which the user is unlocked when maximum number of failed sign-in attempts reached.
- FEED_TOKEN_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- FEED_TOKEN_REGEX - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- FETCH - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
- Fetches() - Constructor for class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
- FF - Enum constant in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
- FILE - Enum constant in enum class org.miaixz.bus.gitlab.models.Position.PositionType
- FILE - Enum constant in enum class org.miaixz.bus.gitlab.models.Variable.Type
- FILE_TEMPLATE_PROJECT_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) The ID of a project to load custom file templates from
- FileUpload - Class in org.miaixz.bus.gitlab.models
- FileUpload() - Constructor for class org.miaixz.bus.gitlab.models.FileUpload
- filter(ClientRequestContext) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- finalize() - Method in class org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
- finalize() - Method in class org.miaixz.bus.gitlab.support.SecretString
- findNamespaces(String) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get all namespaces that match a string in their name or path.
- findNamespaces(String, int) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get a Pager of all namespaces that match a string in their name or path.
- findNamespaces(String, int, int) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get all namespaces that match a string in their name or path in the specified page range.
- findNamespacesStream(String) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get all namespaces that match a string in their name or path as a Stream.
- findUsers(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Search users by Email or username
- findUsers(String, int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Search users by Email or username and return a Pager
- findUsers(String, int, int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Search users by Email or username in the specified page range.
- findUsersStream(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Search users by Email or username.
- FINISHED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- FINISHED - Enum constant in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
- FINISHED - Enum constant in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- fireBuildEvent(BuildEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireDeploymentEvent(DeploymentEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireEvent(SystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
-
Fire the event to the registered listeners.
- fireEvent(Event) - Method in class org.miaixz.bus.gitlab.WebHookManager
-
Fire the event to the registered listeners.
- fireGroupEvent(GroupSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireGroupMemberEvent(GroupMemberSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireIssueEvent(IssueEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireJobEvent(JobEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireKeyEvent(KeySystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireMergeRequestEvent(MergeRequestSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireMergeRequestEvent(MergeRequestEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireNoteEvent(NoteEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- firePipelineEvent(PipelineEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireProjectEvent(ProjectSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- firePushEvent(PushSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- firePushEvent(PushEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireReleaseEvent(ReleaseEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireRepositoryEvent(RepositorySystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireTagPushEvent(TagPushSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireTagPushEvent(TagPushEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireTeamMemberEvent(TeamMemberSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireUserEvent(UserSystemHookEvent) - Method in class org.miaixz.bus.gitlab.SystemHookManager
- fireWikiPageEvent(WikiPageEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- fireWorkItemEvent(WorkItemEvent) - Method in class org.miaixz.bus.gitlab.WebHookManager
- first() - Method in class org.miaixz.bus.gitlab.Pager
-
Returns the first page of List.
- FIRST_DAY_OF_WEEK - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Start day of the week for calendar views and date pickers.
- FLOC_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- FORCE_PAGES_ACCESS_CONTROL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- forkProject(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Forks a project into the user namespace of the authenticated user or the one provided.
- forkProject(Object, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Forks a project into the user namespace of the authenticated user or the one provided.
- forValue(Integer) - Static method in enum class org.miaixz.bus.gitlab.models.AccessLevel
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.BuildStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.EventScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- forValue(String) - Static method in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.LineType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- forValue(String) - Static method in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- forValue(String) - Static method in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
- forValue(String) - Static method in class org.miaixz.bus.gitlab.models.Duration
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.IssueEvent.ResourceType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.JobStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.LinkType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Note.Type
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.PackageType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Position.PositionType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Setting
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Variable.Type
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.models.Visibility
- forValue(String) - Static method in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
- forValue(String) - Method in class org.miaixz.bus.gitlab.support.JacksonJsonEnumHelper
- fromIntValue(int) - Static method in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
- FULL_PROTECTION_AFTER_INITIAL_PUSH - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
- FULLY_PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
G
- generateChangelog(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Generate changelog data based on commits in a repository.
- generateChangelog(Object, ChangelogPayload) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Generate changelog data based on commits in a repository.
- GENERIC - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- GEO_NODE_ALLOWED_IPS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Comma-separated list of IPs and CIDRs of allowed secondary nodes.
- GEO_STATUS_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) The amount of seconds after which a request to get a secondary node status will time out.
- geProjectIssuesStatistics(Object, IssuesStatisticsFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Gets issues count statistics for given project.
- get(MultivaluedMap<String, String>, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.AbstractApi
-
Perform an HTTP GET call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
- get(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getAccess_level() - Method in class org.miaixz.bus.gitlab.models.ProtectedTag.CreateAccessLevel
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.AccessRequest
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.GroupAccessToken
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Member
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Membership
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.ProjectAccess
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getAccessLevel() - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- getAccessLevelDescription() - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- getAccessLevelDescription() - Method in class org.miaixz.bus.gitlab.models.ProtectedTag.CreateAccessLevel
- getAccessRequests(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a List of the group access requests viewable by the authenticated user.
- getAccessRequests(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a List of the project access requests viewable by the authenticated user.
- getAccessRequests(Object, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of the group access requests viewable by the authenticated user.
- getAccessRequests(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of the project access requests viewable by the authenticated user.
- getAccessRequestsStream(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of the group access requests viewable by the authenticated user.
- getAccessRequestsStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of the project access requests viewable by the authenticated user.
- getAccessToken() - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- getAction() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getAction() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getAction() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getAction() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getAction() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getAction() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getAction() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getAction() - Method in class org.miaixz.bus.gitlab.models.PushData
- getActionName() - Method in class org.miaixz.bus.gitlab.models.Event
- getActionName() - Method in class org.miaixz.bus.gitlab.models.Todo
- getActions() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getActive() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getActive() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getActive() - Method in class org.miaixz.bus.gitlab.models.Runner
- getActive() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getActiveUsers() - Method in class org.miaixz.bus.gitlab.models.License
- getActiveUsers() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of active users
- getActiveUsers(int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a Pager of active users.
- getActiveUsers(int, int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of active users using the specified page and per page settings.
- getActiveUsersStream() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a Stream of active users
- getActualId() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getAdd() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getAdded() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getAdditions() - Method in class org.miaixz.bus.gitlab.models.CommitStats
- getAdditions() - Method in class org.miaixz.bus.gitlab.models.Contributor
- getAddOns() - Method in class org.miaixz.bus.gitlab.models.License
- getAfter() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- getAfter() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getAfter() - Method in class org.miaixz.bus.gitlab.models.EventData
- getAlertStatus() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getAll() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- getAllAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EventsApi
-
Get a Stream of all events for the authenticated user, across all of the user's projects.
- getAllGitLabCiYamlTemplates() - Method in class org.miaixz.bus.gitlab.GitLabCiYamlApi
-
Get all GitLab CI/CD YAML templates.
- getAllLicenses() - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Retrieve information about all licenses.
- getAllLicenses(int) - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Get a Pager of all licenses.
- getAllLicensesStream() - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Get a Stream of all licenses.
- getAllMembers(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a list of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembers(Object, String, List<Long>) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembersStream(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a Stream of group members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllMembersStream(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Gets a Stream of project members viewable by the authenticated user, including inherited members through ancestor groups.
- getAllowCollaboration() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getAllowFailure() - Method in class org.miaixz.bus.gitlab.models.Build
- getAllowFailure() - Method in class org.miaixz.bus.gitlab.models.Job
- getAllowForcePush() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getAllowMaintainerToPush() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getAllowMergeOnSkippedPipeline() - Method in class org.miaixz.bus.gitlab.models.Project
- getAllowPipelineTriggerApproveDeployment() - Method in class org.miaixz.bus.gitlab.models.Project
- getAllRunners() - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(int, int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunners(Runner.RunnerType, Runner.RunnerStatus, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RunnersApi
-
Get a list of all runners in the GitLab instance (specific and shared).
- getAllRunnersStream() - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream of all runners in the GitLab instance (specific and shared).
- getAllRunnersStream(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream of all runners in the GitLab instance (specific and shared).
- getAlt() - Method in class org.miaixz.bus.gitlab.models.FileUpload
- getAMode() - Method in class org.miaixz.bus.gitlab.models.Changes
- getAMode() - Method in class org.miaixz.bus.gitlab.models.Diff
- getAnalyticsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getApiClient() - Method in class org.miaixz.bus.gitlab.AbstractApi
- getApiNamespace() - Method in enum class org.miaixz.bus.gitlab.GitLabApi.ApiVersion
- getApiUrl() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getApiUrl(Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Construct a REST URL with the specified path arguments.
- getApiVersion() - Method in class org.miaixz.bus.gitlab.AbstractApi
- getApiVersion() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Return the GitLab API version that this instance is using.
- getApiVersion() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getApplicationId() - Method in class org.miaixz.bus.gitlab.models.Application
- getApplicationName() - Method in class org.miaixz.bus.gitlab.models.Application
- getApplications() - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Get all OATH applications.
- getApplications(int) - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Get a Pager of all OAUTH applications.
- getApplications(int, int) - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Get all OAUTH applications using the specified page and per page setting
- getApplicationsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ApplicationsApi instance owned by this GitLabApi instance.
- getApplicationSettings() - Method in class org.miaixz.bus.gitlab.ApplicationSettingsApi
-
Get the current application settings of the GitLab instance.
- getApplicationSettingsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ApplicationSettingsApi instance owned by this GitLabApi instance.
- getApplicationsStream() - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Get a Stream of all OAUTH Application instances.
- getAppliesToAllProtectedBranches() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getApprovalRules(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of the project-level approval rules.
- getApprovalRules(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of the project-level approval rules.
- getApprovalRules(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a list of the merge request level approval rules.
- getApprovalRules(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Pager of the merge request level approval rules.
- getApprovalRulesOverwritten() - Method in class org.miaixz.bus.gitlab.models.ApprovalState
- getApprovalRulesStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of the project-level approval rules.
- getApprovalRulesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Stream of the merge request level approval rules.
- getApprovals(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get the merge request with approval information.
- getApprovalsBeforeMerge() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getApprovalsBeforeMerge() - Method in class org.miaixz.bus.gitlab.models.Project
- getApprovalsBeforeMerge() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getApprovalsConfiguration(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the project's approval information.
- getApprovalsLeft() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
-
Get the number of approvals left for the merge request.
- getApprovalsRequired() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getApprovalsRequired() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
-
Get the number of approvals required for the merge request.
- getApprovalState(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get the approval state of a merge request.
- getApprovalStatus(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get list containing all the issues that would be closed by merging the provided merge request.
- getApproved() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getApprovedBy() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getApprovedBy() - Method in class org.miaixz.bus.gitlab.models.ApprovedBy
-
Return the user or group that represents this ApprovedBy instance.
- getApprovedBy() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
-
Get the list of users that have approved the merge request.
- getArchitecture() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getArchived() - Method in class org.miaixz.bus.gitlab.models.Project
- getArtifacts() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getArtifacts() - Method in class org.miaixz.bus.gitlab.models.Job
- getArtifactsExpireAt() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getArtifactsExpireAt() - Method in class org.miaixz.bus.gitlab.models.Job
- getArtifactsFile() - Method in class org.miaixz.bus.gitlab.models.Build
- getArtifactsFile() - Method in class org.miaixz.bus.gitlab.models.Job
- getAssets() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getAssets() - Method in class org.miaixz.bus.gitlab.models.Release
- getAssets() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getAssignee() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getAssignee() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getAssignee() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getAssignee() - Method in class org.miaixz.bus.gitlab.models.Board
- getAssignee() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getAssignee() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getAssigneeId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getAssigneeId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getAssigneeId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getAssigneeId() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getAssigneeId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getAssigneeIds() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getAssigneeIds() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getAssigneeIds() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getAssignees() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getAssignees() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getAssignees() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getAssignees() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getAssignees() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getAssignees() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getAssociationsCount(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a count of a user’s projects, groups, issues, and merge requests
- getAttachment() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getAttachment() - Method in class org.miaixz.bus.gitlab.models.Note
- getAuditEvent(Long) - Method in class org.miaixz.bus.gitlab.AuditEventApi
-
Get a specific instance audit event.
- getAuditEvent(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a specific audit event of a group.
- getAuditEvent(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific audit event of a project.
- getAuditEventApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the AuditEventApi instance owned by this GitLabApi instance.
- getAuditEvents(Object, Date, Date) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EventsApi
-
Get a list of events for the authenticated user.
- getAuthenticatedUserEvents(Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EventsApi
-
Get a Stream of events for the authenticated user.
- getAuthor() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Comment
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Commit
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Event
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Note
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Release
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getAuthor() - Method in class org.miaixz.bus.gitlab.models.Todo
- getAuthoredDate() - Method in class org.miaixz.bus.gitlab.models.Commit
- getAuthorEmail() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getAuthorEmail() - Method in class org.miaixz.bus.gitlab.models.Commit
- getAuthorEmail() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getAuthorEmailRegex() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getAuthorId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getAuthorId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getAuthorId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getAuthorId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getAuthorId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getAuthorId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getAuthorId() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- getAuthorId() - Method in class org.miaixz.bus.gitlab.models.Event
- getAuthorId() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getAuthorId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getAuthorName() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getAuthorName() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getAuthorName() - Method in class org.miaixz.bus.gitlab.models.Commit
- getAuthorName() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getAuthorUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getAuthorUsername() - Method in class org.miaixz.bus.gitlab.models.Event
- getAuthToken() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the auth token being used by this client.
- getAutoCancelPendingPipelines() - Method in class org.miaixz.bus.gitlab.models.Project
- getAutocloseReferencedIssues() - Method in class org.miaixz.bus.gitlab.models.Project
- getAutoDevopsDeployStrategy() - Method in class org.miaixz.bus.gitlab.models.Project
- getAutoDevopsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getAutoStopAt() - Method in class org.miaixz.bus.gitlab.models.Environment
- getAvatar(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets the group avatar.
- getAvatar(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets the project avatar.
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.models.Project
- getAvatarUrl() - Method in class org.miaixz.bus.gitlab.models.Topic
- getAwardableId() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getAwardableType() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getAwardEmojiApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the AwardEmojiApi instance owned by this GitLabApi instance.
- getBadge(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a badge of a group.
- getBadge(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a badge of a project.
- getBadges(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a list of a group’s badges and its group badges.
- getBadges(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a list of a project’s badges and its group badges.
- getBadges(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a list of a group’s badges, case-sensitively filtered on bagdeName if non-null.
- getBadges(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a list of a project’s badges and its group badges, case-sensitively filtered on bagdeName if non-null.
- getBaseCommitSha() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getBasename() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getBaseSha() - Method in class org.miaixz.bus.gitlab.models.DiffRef
- getBaseSha() - Method in class org.miaixz.bus.gitlab.models.Position
- getBefore() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- getBefore() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getBefore() - Method in class org.miaixz.bus.gitlab.models.EventData
- getBeforeSha() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBeforeSha() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getBeforeSha() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getBeforeSha() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getBio() - Method in class org.miaixz.bus.gitlab.models.User
- getBlame(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get a List of file blame from repository.
- getBlame(Object, String, String, int) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get a Pager of file blame from repository.
- getBlameStream(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get a Stream of file blame from repository.
- getBlobId() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getblockedUsers(int, int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of blocked users using the specified page and per page settings.
- getBlockedUsers() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of blocked users.
- getBlockedUsers(int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a Pager of blocked users.
- getBlockedUsersStream() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a Stream of blocked users.
- getBlockingDiscussionsResolved() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getBlockingDiscussionsResolved() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getBMode() - Method in class org.miaixz.bus.gitlab.models.Changes
- getBMode() - Method in class org.miaixz.bus.gitlab.models.Diff
- getBoardsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the BoardsApi instance owned by this GitLabApi instance.
- getBody() - Method in class org.miaixz.bus.gitlab.models.Note
- getBody() - Method in class org.miaixz.bus.gitlab.models.Todo
- getBot() - Method in class org.miaixz.bus.gitlab.models.User
- getBranch() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
-
Gets the branch name from the ref.
- getBranch() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getBranch() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getBranch() - Method in class org.miaixz.bus.gitlab.models.RepositoryFileResponse
- getBranch() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- getBranch(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a single project repository branch.
- getBranches(Object) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a list of repository branches from a project, sorted by name alphabetically.
- getBranches(Object, int) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Pager of repository branches from a project, sorted by name alphabetically.
- getBranches(Object, int, int) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a list of repository branches from a project, sorted by name alphabetically.
- getBranches(Object, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RepositoryApi
-
Get a Stream of repository branches from a project, sorted by name alphabetically.
- getBranchesStream(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Stream of repository branches from a project, sorted by name alphabetically, filter by the search term.
- getBranchesToBeNotified() - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- getBranchesToBeNotified() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getBranchFilterStrategy() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getBranchName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getBranchName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getBranchNameRegex() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getBridgesForPipeline(Object, long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a List of bridges in a pipeline.
- getBridgesForPipeline(Object, long, int, Constants.JobScope) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Pager of bridges in a pipeline.
- getBridgesForPipeline(Object, long, Constants.JobScope) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a List of bridges in a pipeline.
- getBridgesStream(Object, long, Constants.JobScope) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Stream of bridges in a pipeline.
- getBugzillaService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the Bugzilla service settings for a project.
- getBuildAllowFailure() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildCoverageRegex() - Method in class org.miaixz.bus.gitlab.models.Project
- getBuildCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildDuration() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getBuildFailureReason() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildFinishedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildGitStrategy() - Method in class org.miaixz.bus.gitlab.models.Project
- getBuildId() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildName() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildQueuedDuration() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuilds() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getBuildsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getBuildStage() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildStartedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getBuildTimeout() - Method in class org.miaixz.bus.gitlab.models.Project
- getCacheCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getCadence() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getCallbackUrl() - Method in class org.miaixz.bus.gitlab.models.Application
- getCanCreateGroup() - Method in class org.miaixz.bus.gitlab.models.User
- getCanCreateMergeRequestIn() - Method in class org.miaixz.bus.gitlab.models.Project
- getCanCreateProject() - Method in class org.miaixz.bus.gitlab.models.User
- getCanPush() - Method in class org.miaixz.bus.gitlab.models.Branch
- getCanPush() - Method in class org.miaixz.bus.gitlab.models.DeployKey
- getChange() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getChanges() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getChanges() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getChanges() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getChanges() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getChanges() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getChanges() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getChangesCount() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getCheckoutSha() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getChildEpics(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all child epics of an epic and the authenticated user has access to.
- getChildEpics(Object, Long, int) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Get a Pager of all child epics of an epic and the authenticated user has access to.
- getChildEpicsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all child epics of an epic and the authenticated user has access to as a Stream.
- getCiAllowForkPipelinesToRunInParentProject() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiConfigPath() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getCiConfigPath() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiDefaultGitDepth() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiForwardDeploymentEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiForwardDeploymentRollbackAllowed() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiIdTokenSubClaimComponents() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiJobTokenScopeEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiPipelineVariablesMinimumOverrideRole() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiPushRepositoryForJobTokenAllowed() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiRestrictPipelineCancellationRole() - Method in class org.miaixz.bus.gitlab.models.Project
- getCiSeparatedCaches() - Method in class org.miaixz.bus.gitlab.models.Project
- getClosed() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- getClosedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getClosedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getClosedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getClosedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getClosedBy() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getClosedBy() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getClosedByMergeRequests(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get list containing all the merge requests that will close issue when merged.
- getClosedByMergeRequests(Object, Long, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Pager containing all the merge requests that will close issue when merged.
- getClosedByMergeRequests(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get list containing all the merge requests that will close issue when merged.
- getClosedByMergeRequestsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get list containing all the merge requests that will close issue when merged.
- getClosedIssuesCount() - Method in class org.miaixz.bus.gitlab.models.Label
- getCloseIssue() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getCloseMergeRequest() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getClosesIssues(Object, Long) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.MergeRequestApi
-
Get list containing all the issues that would be closed by merging the provided merge request.
- getClosesIssuesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get Stream containing all the issues that would be closed by merging the provided merge request.
- getCn() - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- getCodeOwnerApprovalRequired() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- getCodeOwnerApprovalRequired() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getColor() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getColor() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getColor() - Method in class org.miaixz.bus.gitlab.models.Label
- getColor() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getColorSchemeId() - Method in class org.miaixz.bus.gitlab.models.User
- getComments(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the comments of a commit in a project.
- getComments(Object, String, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of the comments of a commit in a project.
- getCommentsStream(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the comments of a commit in a project as a Stream.
- getCommit() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getCommit() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getCommit() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getCommit() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getCommit() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Blame
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Branch
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getCommit() - Method in class org.miaixz.bus.gitlab.models.CompareResults
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Job
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Release
- getCommit() - Method in class org.miaixz.bus.gitlab.models.Tag
- getCommit(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a specific commit identified by the commit hash or name of a branch or tag.
- getCommitCommitterCheck() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getCommitCommitterNameCheck() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getCommitCount() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getCommitCount() - Method in class org.miaixz.bus.gitlab.models.PushData
- getCommitDiscussion(Object, String, String) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a single discussion for the specified commit.
- getCommitDiscussions(Object, String) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of all discussions for the specified commit.
- getCommitDiscussions(Object, String, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of discussions for the specified commit.
- getCommitDiscussionsPager(Object, String, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Pager of Discussion instances for the specified commit.
- getCommitDiscussionsStream(Object, String) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Stream of Discussion instances for the specified commit.
- getCommitEvents() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getCommitEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getCommitFrom() - Method in class org.miaixz.bus.gitlab.models.PushData
- getCommitId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getCommitId() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getCommitMessage() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getCommitMessageNegativeRegex() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getCommitMessageRegex() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getCommitPath() - Method in class org.miaixz.bus.gitlab.models.Release
- getCommitRefs(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a List of all references (from branches or tags) a commit is pushed to.
- getCommitRefs(Object, String, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of references (from branches or tags) a commit is pushed to.
- getCommitRefs(Object, String, CommitRef.RefType) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of references (from branches or tags) a commit is pushed to.
- getCommitRefsStream(Object, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of all references (from branches or tags) a commit is pushed to.
- getCommits() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getCommits() - Method in class org.miaixz.bus.gitlab.models.CompareResults
- getCommits() - Method in class org.miaixz.bus.gitlab.models.Contributor
- getCommits() - Method in class org.miaixz.bus.gitlab.models.EventData
- getCommits() - Method in class org.miaixz.bus.gitlab.models.MergeRequestDiff
- getCommits(Object) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of all repository commits in a project.
- getCommits(Object, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of all repository commits in a project.
- getCommits(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a list of merge request commits.
- getCommits(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Pager of merge request commits.
- getCommits(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a list of merge request commits.
- getCommits(Object, String, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of file commits in a project
- getCommits(Object, String, Date, Date) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of repository commits in a project.
- getCommits(Object, String, Date, Date, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of repository commits in a project.
- getCommits(Object, String, Date, Date, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of repository commits in a project.
- getCommits(Object, String, Date, Date, String, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of repository commits in a project
- getCommits(Object, String, Date, Date, String, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of the specified repository commits in a project
- getCommitsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the CommitsApi instance owned by this GitLabApi instance.
- getCommitsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Stream of merge request commits.
- getCommitsStream(Object, String, Date, Date) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of repository commits in a project.
- getCommitsStream(Object, String, Date, Date, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of repository commits in a project.
- getCommitsStream(Object, String, Date, Date, String, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of the specified repository commits in a project
- getCommitStatuses(Object, String, CommitStatusFilter) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of repository commit statuses that meet the provided filter.
- getCommitStatuses(Object, String, CommitStatusFilter, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of repository commit statuses that meet the provided filter.
- getCommitStatuses(Object, String, CommitStatusFilter, int, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of repository commit statuses that meet the provided filter.
- getCommitStatusesStream(Object, String, CommitStatusFilter) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of repository commit statuses that meet the provided filter.
- getCommitStream(Object) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of all repository commits in a project.
- getCommittedAt() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getCommittedDate() - Method in class org.miaixz.bus.gitlab.models.Commit
- getCommitterEmail() - Method in class org.miaixz.bus.gitlab.models.Commit
- getCommitterName() - Method in class org.miaixz.bus.gitlab.models.Commit
- getCommitTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getCommitTitle() - Method in class org.miaixz.bus.gitlab.models.PushData
- getCommitTo() - Method in class org.miaixz.bus.gitlab.models.PushData
- getCommitUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getCompareSameRef() - Method in class org.miaixz.bus.gitlab.models.CompareResults
- getCompareTimeout() - Method in class org.miaixz.bus.gitlab.models.CompareResults
- getCompletedCount() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
- getCompletedCount() - Method in class org.miaixz.bus.gitlab.models.TaskCompletionStatus
- getComplianceFrameworks() - Method in class org.miaixz.bus.gitlab.models.Project
- getConditions() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getConfidential() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getConfidential() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getConfidential() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- getConfidential() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getConfidential() - Method in class org.miaixz.bus.gitlab.models.Application
- getConfidentialIssueChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getConfidentialIssueChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getConfidentialIssuesEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getConfidentialIssuesEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getConfidentialIssuesEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getConfidentialNoteChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getConfidentialNoteChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getConfidentialNoteEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getConfidentialNoteEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getConfidentialNoteEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getConfirmedAt() - Method in class org.miaixz.bus.gitlab.models.User
- getContactedAt() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getContainerExpirationPolicy() - Method in class org.miaixz.bus.gitlab.models.Project
- getContainerRegistryAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getContainerRegistryApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ContainerRegistryApi instance owned by this GitLabApi instance.
- getContainerRegistryEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getContainerRegistryImagePrefix() - Method in class org.miaixz.bus.gitlab.models.Project
- getContainsHiddenGroups() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getContent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getContent() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getContent() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getContent() - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplate
- getContent() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getContent() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getContent() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getContent() - Method in class org.miaixz.bus.gitlab.models.WikiPage
- getContent(URLConnection) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Reads and returns the content from the provided URLConnection.
- getContentSha256() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getContext(Class<?>) - Method in class org.miaixz.bus.gitlab.support.JacksonJson
- getContributors(Object) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a list of contributors from a project.
- getContributors(Object, int) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Pager of contributors from a project.
- getContributors(Object, int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RepositoryApi
-
Get a list of contributors from a project.
- getCount() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- getCount() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
- getCount() - Method in class org.miaixz.bus.gitlab.models.Assets
- getCount() - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
- getCount() - Method in class org.miaixz.bus.gitlab.models.TaskCompletionStatus
- getCounts() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics
- getCounts() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Statistics
- getCoverage() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getCoverage() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getCoverage() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getCoverage() - Method in class org.miaixz.bus.gitlab.models.Job
- getCoverage() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getCreateAccessLevels() - Method in class org.miaixz.bus.gitlab.models.ProtectedTag
- getCreatedAfter() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getCreatedAfter() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Build
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Comment
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Commit
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.DeployKey
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Event
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.GpgKey
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Group
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Job
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Key
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.License
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Note
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Package
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Project
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Release
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.SshKey
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Tag
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Todo
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- getCreatedAt() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getCreatedBefore() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getCreatedBefore() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getCreatorId() - Method in class org.miaixz.bus.gitlab.models.Project
- getCron() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getCronTimezone() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getCurrent() - Method in class org.miaixz.bus.gitlab.hooks.web.ChangeContainer
- getCurrentPage() - Method in class org.miaixz.bus.gitlab.Pager
-
Get the current page of the iteration.
- getCurrentSignInAt() - Method in class org.miaixz.bus.gitlab.models.User
- getCurrentUser() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get currently authenticated user.
- getCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a single custom attribute for the specified group.
- getCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a single custom attribute for the specified project.
- getCustomAttributes() - Method in class org.miaixz.bus.gitlab.models.Group
- getCustomAttributes() - Method in class org.miaixz.bus.gitlab.models.Project
- getCustomAttributes() - Method in class org.miaixz.bus.gitlab.models.User
- getCustomAttributes(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all custom attributes for the specified group.
- getCustomAttributes(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get all custom attributes for the specified project.
- getCustomAttributes(Object, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of custom attributes for the specified group.
- getCustomAttributes(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of custom attributes for the specified project.
- getCustomAttributesStream(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of all custom attributes for the specified group.
- getCustomAttributesStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of all custom attributes for the specified project.
- getCustomIssueTrackerService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the Custom Issue Tracker service settings for a project.
- getCustomMessage() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getCustomWebhookTemplate() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getData() - Method in class org.miaixz.bus.gitlab.models.Event
- getData() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getDate() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getDate() - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
- getDays() - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
- getDbCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getDecodedContentAsBytes() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
-
Returns the content as a byte array, decoding from base64 if necessary.
- getDecodedContentAsString() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
-
Returns the content as a String, base64 decoding it if necessary.
- getDefault() - Method in class org.miaixz.bus.gitlab.models.Branch
- getDefaultBranch() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getDefaultBranch() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- getDefaultBranch() - Method in class org.miaixz.bus.gitlab.models.Project
- getDefaultBranchProtection() - Method in class org.miaixz.bus.gitlab.models.Group
- getDefaultChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getDefaultChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getDefaultPerPage() - Method in class org.miaixz.bus.gitlab.AbstractApi
- getDefaultPerPage() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the default number per page for calls that return multiple items.
- getDefaultPerPageParam() - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
- getDefaultPerPageParam(boolean) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Creates a MultivaluedMap instance containing the "per_page" param with the default value.
- getDeletedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getDeletedFile() - Method in class org.miaixz.bus.gitlab.models.Changes
- getDeletedFile() - Method in class org.miaixz.bus.gitlab.models.Diff
- getDeletions() - Method in class org.miaixz.bus.gitlab.models.CommitStats
- getDeletions() - Method in class org.miaixz.bus.gitlab.models.Contributor
- getDenyDeleteTag() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getDeployable() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getDeployableId() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getDeployableUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getDeployKey(Object, Long) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a single deploy key for the specified project.
- getDeployKeys() - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a list of all deploy keys across all projects of the GitLab instance.
- getDeployKeys(int) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a Pager of all deploy keys across all projects of the GitLab instance.
- getDeployKeys(int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GitLabApi
-
Gets the DeployKeysApi instance owned by this GitLabApi instance.
- getDeployKeysStream() - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a Stream of all deploy keys across all projects of the GitLab instance.
- getDeployment(Object, Long) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a specific deployment.
- getDeploymentEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getDeploymentEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getDeploymentId() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getDeploymentsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the DeployKeysApi instance owned by this GitLabApi instance.
- getDeployTokens() - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a list of all deploy tokens across the GitLab instance.
- getDeployTokens(int) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a Pager of all deploy tokens across all projects of the GitLab instance.
- getDeployTokensApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the DeployTokensApi instance owned by this GitLabApi instance.
- getDeployTokensStream() - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a Stream of all deploy tokens across all projects of the GitLab instance.
- getDescendantGroups(Object, GroupFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of visible descendant groups of a given group for the authenticated user using the provided filter.
- getDescendantGroups(Object, GroupFilter, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of visible descendant groups of a given group for the authenticated user using the provided filter.
- getDescendantGroupsStream(Object, GroupFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of visible descendant groups of a given group for the authenticated user using the provided filter.
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getDescription() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getDescription() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getDescription() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getDescription() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getDescription() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Group
- getDescription() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getDescription() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getDescription() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Label
- getDescription() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getDescription() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getDescription() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getDescription() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Project
- getDescription() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Release
- getDescription() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Repository
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Runner
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getDescription() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Topic
- getDescription() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getDescription() - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- getDescription() - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- getDescriptionHtml() - Method in class org.miaixz.bus.gitlab.models.Label
- getDescriptionHtml() - Method in class org.miaixz.bus.gitlab.models.Project
- getDescriptionHtml() - Method in class org.miaixz.bus.gitlab.models.Release
- getDetailedMergeStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getDetailedMergeStatus() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDetailedStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getDetailedStatus() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getDetails() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- getDetailsPath() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getDevelopersCanMerge() - Method in class org.miaixz.bus.gitlab.models.Branch
- getDevelopersCanPush() - Method in class org.miaixz.bus.gitlab.models.Branch
- getDiff() - Method in class org.miaixz.bus.gitlab.models.Changes
- getDiff() - Method in class org.miaixz.bus.gitlab.models.Diff
- getDiff(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the list of diffs of a commit in a project.
- getDiff(Object, String, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the Pager of diffs of a commit in a project.
- getDiffRefs() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDiffs() - Method in class org.miaixz.bus.gitlab.models.CompareResults
- getDiffs() - Method in class org.miaixz.bus.gitlab.models.MergeRequestDiff
- getDiffs(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a list of merge request diffs.
- getDiffs(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Pager of merge request diffs.
- getDiffsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Stream of merge request diffs.
- getDiffStream(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the Diff of diffs of a commit in a project.
- getDiffUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getDiffVersion(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a single merge request diff version.
- getDiffVersions(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a list of merge request diff versions.
- getDiffVersions(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Pager of merge request diff versions.
- getDiffVersionsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Stream of merge request diff versions.
- getDigest() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getDisableDiffs() - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- getDisabledUntil() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getDisableOverridingApproversPerMergeRequest() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getDiscussionId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getDiscussionLocked() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getDiscussionLocked() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getDiscussionLocked() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDiscussionsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the DiscussionsApi instance owned by this GitLabApi instance.
- getDivergedCommitsCount() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDoneTodos() - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a List of done todos for the current user.
- getDoneTodos(int) - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a Pager of done todos for the current user.
- getDoneTodosStream() - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a Stream of done todos for the current user.
- getDownstreamPipeline() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getDownvote() - Method in class org.miaixz.bus.gitlab.models.Note
- getDownvotes() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getDownvotes() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getDownvotes() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDraft() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getDueDate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getDueDate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getDueDate() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- getDueDate() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getDueDate() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getDueDate() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getDueDate() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getDueDateFromInheritedSource() - Method in class org.miaixz.bus.gitlab.models.Epic
- getDueDateFromInheritedSource() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getDueDateIsFixed() - Method in class org.miaixz.bus.gitlab.models.Epic
- getDueDateIsFixed() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getDuplicatedToId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getDuration() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getDuration() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getDuration() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getDuration() - Method in class org.miaixz.bus.gitlab.models.Build
- getDuration() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getDuration() - Method in class org.miaixz.bus.gitlab.models.Job
- getDuration() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getEligibleApprovers() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getEmail() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getEmail() - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- getEmail() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getEmail() - Method in class org.miaixz.bus.gitlab.models.Email
- getEmail() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- getEmail(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a single Email instance specified by he email ID
- getEmailOnPushService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get Emails on push service settings for a project.
- getEmails() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of emails for the current user.
- getEmails(Object) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of a specified user’s emails.
- getEmailsDisabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getEmailsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getEmptyRepo() - Method in class org.miaixz.bus.gitlab.models.Project
- getEnabled() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getEnabled() - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- getEnabled() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getEnableSslVerification() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getEnableSslVerification() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getEnableSslVerification() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getEncoding() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getEncoding() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getEndDate() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getEnforceAuthChecksOnUploads() - Method in class org.miaixz.bus.gitlab.models.Project
- getEnterprise() - Method in class org.miaixz.bus.gitlab.models.Metadata
- getEntityId() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- getEntityPath() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getEntityType() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- getEnvironment() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getEnvironment() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getEnvironment() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getEnvironment(Object, Long) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Get a specific environment.
- getEnvironments(Object) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Get all environments for a given project.
- getEnvironments(Object, int) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Get a Pager of all environments for a given project.
- getEnvironmentsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getEnvironmentsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the EnvironmentsApi instance owned by this GitLabApi instance.
- getEnvironmentScope() - Method in class org.miaixz.bus.gitlab.models.Variable
- getEnvironmentsStream(Object) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Get a Stream of all environments for a given project.
- getEpic() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getEpic() - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- getEpic(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Get a single epic for the specified group.
- getEpicDiscussions(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of all discussions for the specified epic.
- getEpicDiscussions(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of discussions for the specified epic.
- getEpicDiscussionsPager(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Pager of Discussion instances for the specified epic.
- getEpicDiscussionsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Stream of Discussion instances for the specified epic.
- getEpicIssueId() - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- getEpicIssues(Object, Long) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Get a single label event for a specific epic label event.
- getEpicLabelEvents(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a list of all label events for an epic.
- getEpicLabelEvents(Object, Long, int) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a Pager of all label events for the specified epic.
- getEpicLabelEventsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a Stream of all label events for he specified epic.
- getEpicNote(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get the specified epics's note.
- getEpicNotes(Object, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a list of the epics's notes.
- getEpicNotes(Object, Long, int) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a Pager of epics's notes.
- getEpicNotes(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a list of the epic's notes using the specified page and per page settings.
- getEpicNotesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a Stream of the epics's notes.
- getEpics(Object) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all epics of the requested group and its subgroups.
- getEpics(Object, int) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Get a Pager of all epics of the requested group and its subgroups.
- getEpics(Object, int, int) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
- getEpics(Object, int, EpicFilter) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EpicsApi
-
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
- getEpics(Object, EpicFilter) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all epics of the requested group and its subgroups using the specified page and per page setting.
- getEpicsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the EpicsApi instance owned by this GitLabApi instance.
- getEpicsStream(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EpicsApi
-
Gets all epics of the requested group and its subgroups as a Stream.
- getErasedAt() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getErasedAt() - Method in class org.miaixz.bus.gitlab.models.Job
-
When someone deletes job using job erase api, you can detect it using this field.
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getEventName() - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getEventName() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getEvents() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- getEventsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the EventsApi instance owned by this GitLabApi instance.
- getEventType() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- getEventType() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getEvidenceFilePath() - Method in class org.miaixz.bus.gitlab.models.Assets
- getEvidenceSha() - Method in class org.miaixz.bus.gitlab.models.Release
- getExecuteFilemode() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getExists() - Method in class org.miaixz.bus.gitlab.models.Exists
- getExpired() - Method in class org.miaixz.bus.gitlab.models.License
- getExpired() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.License
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.Member
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.Note
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getExpiresAt() - Method in class org.miaixz.bus.gitlab.models.SshKey
- getExportStatus() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getExportStatus(Object) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Get the status of export.
- getExternal() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- getExternal() - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- getExternal() - Method in class org.miaixz.bus.gitlab.models.User
- getExternalApprovalRule() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getExternalAuthorizationClassificationLabel() - Method in class org.miaixz.bus.gitlab.models.Project
- getExternalId() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getExternalStatusCheck() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- getExternalStatusCheckApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ExternalStatusCheckApi instance owned by this GitLabApi instance.
- getExternalStatusChecks(Object) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Gets a list of all external status checks for a given project.
- getExternalStatusChecks(Object, int) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Gets a Pager of all external status checks for a given project.
- getExternalStatusChecksStream(Object) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Gets a Stream of all external status checks for a given project.
- getExternalStatusCheckStatuses(Object, Long) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Gets a list of all statuses of the external status checks for a given merge request.
- getExternalStatusCheckStatuses(Object, Long, int) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Gets a Pager of all statuses of the external status checks for a given merge request.
- getExternalStatusCheckStatusesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Gets a Stream of all statuses of the external status checks for a given merge request.
- getExternalUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- getExternalUrl() - Method in class org.miaixz.bus.gitlab.models.Environment
- getExternalUrl() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- getExternalUrl() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- getExternalUrl() - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- getExternalWikiService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the ExternalWiki service settings for a project.
- getExternalWikiUrl() - Method in class org.miaixz.bus.gitlab.services.ExternalWikiService
- getExternUid() - Method in class org.miaixz.bus.gitlab.models.Identity
- getExternUid() - Method in class org.miaixz.bus.gitlab.models.User
- getExtraSharedRunnersMinutesLimit() - Method in class org.miaixz.bus.gitlab.models.User
- getFailedPipeline() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getFailureReason() - Method in class org.miaixz.bus.gitlab.models.Build
- getFailureReason() - Method in class org.miaixz.bus.gitlab.models.Job
- getFavicon() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getFeatureFlagEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getFeatureFlagsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getFeedToken(String, String, String) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Fetches the user's GitLab Feed token using HTML scraping.
- getFetches() - Method in class org.miaixz.bus.gitlab.models.ProjectFetches
- getFile() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getFile(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get file from repository.
- getFile(Object, String, String, boolean) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get file from repository.
- getFileContentAsString(File, Constants.Encoding) - Static method in class org.miaixz.bus.gitlab.models.CommitAction
-
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.miaixz.bus.gitlab.models.Artifact
- getFileInfo(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get information on a file in the repository.
- getFileMd5() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getFilename() - Method in class org.miaixz.bus.gitlab.models.Artifact
- getFilename() - Method in class org.miaixz.bus.gitlab.models.ArtifactsFile
- getFilename() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getFilename() - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- getFileName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getFileName() - Method in class org.miaixz.bus.gitlab.models.Note
- getFileName() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getFileName() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getFileName() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getFileName() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- getFilenameFromContentDisposition(Response) - Static method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get the filename from the "Content-Disposition" header of a JAX-RS response.
- getFileNameRegex() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getFilepath() - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- getFilePath() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getFilePath() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getFilePath() - Method in class org.miaixz.bus.gitlab.models.RepositoryFileResponse
- getFilePath() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- getFileSha1() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getFileSha256() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getFileType() - Method in class org.miaixz.bus.gitlab.models.Artifact
- getFilter() - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.models.Build
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.models.Job
- getFinishedAt() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getFirstContribution() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getForce() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getForceRemoveSourceBranch() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getForkedFromProject() - Method in class org.miaixz.bus.gitlab.models.Project
- getForkingAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getForks(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects that were forked from the specified project.
- getForks(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of projects that were forked from the specified project.
- getForks(Object, int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects that were forked from the specified project and in the specified page range.
- getForksCount() - Method in class org.miaixz.bus.gitlab.models.Project
- getForksStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of projects that were forked from the specified project.
- getForm() - Method in class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
-
Get the form params specified by this instance.
- getForm() - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
-
Get the form params specified by this instance.
- getForm() - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- getForm() - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- getForm() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
-
Get the form params specified by this instance.
- getForm() - Method in class org.miaixz.bus.gitlab.models.RepositoryArchiveParams
-
Get form with params.
- getForm(boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
-
Get the form params for a group create oir update call.
- getForm(boolean) - Method in class org.miaixz.bus.gitlab.models.Label
-
Get the form params specified by this instance.
- getForm(boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Get the form params specified by this instance.
- getForm(boolean) - Method in class org.miaixz.bus.gitlab.models.TopicParams
-
Get the form params for a group create oir update call.
- getForm(GitLabForm, String) - Method in class org.miaixz.bus.gitlab.models.AllowedTo
- getFormat() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseSource
- getFormat() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getFormat() - Method in class org.miaixz.bus.gitlab.models.Assets.Source
- getFormat() - Method in class org.miaixz.bus.gitlab.models.WikiPage
- getFormData() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getFormValues() - Method in class org.miaixz.bus.gitlab.models.GitLabForm
- getFrom() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getFrom() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getFsShardsCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getFull() - Method in class org.miaixz.bus.gitlab.models.References
- getFullName() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- getFullPath() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getFullPath() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- getFullPath() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getGit_http_url() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getGit_http_url() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- getGit_ssh_url() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getGit_ssh_url() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- getGitalyCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getGitHttpUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getGitLabCiYamlApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the GitLabCiYamlApi instance owned by this GitLabApi instance.
- getGitLabServerUrl() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the URL to the GitLab server.
- getGitSshUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getGlobalNotificationSettings() - Method in class org.miaixz.bus.gitlab.NotificationSettingsApi
-
Get the global notification settings.
- getGpgKeyId() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- getGpgKeyPrimaryKeyid() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- getGpgKeySubkeyId() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- getGpgKeyUserEmail() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- getGpgKeyUserName() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- getGpgSignature(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the GPG signature from a commit, if it is signed.
- getGroup() - Method in class org.miaixz.bus.gitlab.models.ApprovedBy
- getGroup() - Method in class org.miaixz.bus.gitlab.models.Board
- getGroup() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getGroup(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all details of a group.
- getGroupAccess() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getGroupAccess() - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- getGroupAccess() - Method in class org.miaixz.bus.gitlab.models.Permissions
- getGroupAccessLevel() - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- getGroupAccessToken(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a group access token by ID.
- getGroupAccessTokens(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of group access tokens.
- getGroupApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the GroupApi instance owned by this GitLabApi instance.
- getGroupDeployTokens(Object) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a list of the deploy tokens for the specified group.
- getGroupDeployTokens(Object, int) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a Pager of the deploy tokens for the specified group.
- getGroupDeployTokensStream(Object) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a list of the deploy tokens for the specified group.
- getGroupEpicBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single epic board.
- getGroupEpicBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single epic board list.
- getGroupEpicBoardLists(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a list of the board’s lists.
- getGroupEpicBoardLists(Object, Long, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Pager of the board’s lists.
- getGroupEpicBoardLists(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a list of the board’s lists for the specified group to using the specified page and per page setting.
- getGroupEpicBoards(Object) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Lists epic boards in the given group.
- getGroupEpicBoards(Object, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Pager of all epic boards for the specified group.
- getGroupEpicBoards(Object, int, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get all epic boards for the specified group using the specified page and per page setting
- getGroupEpicBoardsListsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Stream of the board’s lists.
- getGroupEpicBoardsStream(Object) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Stream of all epic boards for the specified group.
- getGroupFullPath() - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- getGroupId() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getGroupId() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getGroupId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getGroupId() - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- getGroupIdOrPath(Object) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Returns the group ID or path from the provided Long, String, or Group instance.
- getGroupIssueBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single issue board.
- getGroupIssueBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single issue board list.
- getGroupIssueBoardLists(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a list of the board’s lists.
- getGroupIssueBoardLists(Object, Long, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Pager of the board’s lists.
- getGroupIssueBoardLists(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a list of the board’s lists for the specified group to using the specified page and per page setting.
- getGroupIssueBoards(Object) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Lists Issue Boards in the given group.
- getGroupIssueBoards(Object, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Pager of all issue boards for the specified group.
- getGroupIssueBoards(Object, int, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get all issue boards for the specified group using the specified page and per page setting
- getGroupIssueBoardsListsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Stream of the board’s lists.
- getGroupIssueBoardsStream(Object) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Stream of all issue boards for the specified group.
- getGroupIssues(Object) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of a group’s issues.
- getGroupIssues(Object, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Pager of groups's issues.
- getGroupIssues(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the list of issues associated with the specified group milestone.
- getGroupIssues(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the Pager of issues associated with the specified group milestone.
- getGroupIssues(Object, IssueFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of a group’s issues.
- getGroupIssues(Object, IssueFilter, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of groups's issues.
- getGroupIssuesStatistics(Object, IssuesStatisticsFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Gets issues count statistics for given group.
- getGroupIssuesStream(Object) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Stream of a group’s issues.
- getGroupIssuesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Stream of issues associated with the specified group milestone.
- getGroupIssuesStream(Object, IssueFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Stream of a group’s issues.
- getGroupLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a single group label.
- getGroupLabels(Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get all labels of the specified group.
- getGroupLabels(Object, int) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a Pager of all labels of the specified group.
- getGroupLabelsStream(Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a Stream of all labels of the specified group.
- getGroupMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the list of merge requests associated with the specified group milestone.
- getGroupMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the specified group milestone.
- getGroupMilestones(Object) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of group milestones.
- getGroupMilestones(Object, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Page of group milestones.
- getGroupMilestones(Object, int, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of group milestones.
- getGroupMilestones(Object, String) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of group milestones that have match the search string.
- getGroupMilestones(Object, Constants.MilestoneState) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of group milestones that have the specified state.
- getGroupMilestones(Object, Constants.MilestoneState, String) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of group milestones that have the specified state and match the search string.
- getGroupMilestonesStream(Object) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Stream of group milestones.
- getGroupName() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getGroupName() - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- getGroupNotificationSettings(long) - Method in class org.miaixz.bus.gitlab.NotificationSettingsApi
-
Get the notification settings for a group.
- getGroupPath() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getGroupRunnersEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getGroups() - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of groups.
- getGroups() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getGroups(int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of groups.
- getGroups(int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GroupApi
-
Get all groups that match your string in their name or path.
- getGroups(String, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all groups that match your string in their name or path.
- getGroups(String, int, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all groups that match your string in their name or path.
- getGroups(GroupFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of visible groups for the authenticated user using the provided filter.
- getGroups(GroupFilter, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of visible groups for the authenticated user using the provided filter.
- getGroupSamlIdentity() - Method in class org.miaixz.bus.gitlab.models.Member
- getGroupsCount() - Method in class org.miaixz.bus.gitlab.models.Associations
- getGroupsStream() - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of groups.
- getGroupsStream(String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all groups that match your string in their name or path as a Stream.
- getGroupsStream(GroupFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of visible groups for the authenticated user using the provided filter.
- getGroupWithProjectTemplatesId() - Method in class org.miaixz.bus.gitlab.models.Project
- getHasChildren() - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- getHasConflicts() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getHasDetails() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getHasIssues() - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- getHasTasks() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getHeadCommitSha() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getHeaders() - Method in exception class org.miaixz.bus.gitlab.GitLabApiException
-
Returns the response headers.
- getHeadPipeline() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getHeadPipelineId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getHeadSha() - Method in class org.miaixz.bus.gitlab.models.DiffRef
- getHeadSha() - Method in class org.miaixz.bus.gitlab.models.Position
- getHealthCheckAccessToken(String, String, String) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Fetches the GitLab health check access token using HTML scraping.
- getHealthCheckApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the HealthCheckApi instance owned by this GitLabApi instance.
- getHealthStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getHealthStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getHealthStatus() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getHeathStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- getHeathStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemChanges
- getHeight() - Method in class org.miaixz.bus.gitlab.models.Position
- getHideBacklogList() - Method in class org.miaixz.bus.gitlab.models.Board
- getHideClosedList() - Method in class org.miaixz.bus.gitlab.models.Board
- getHipChatService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the HipChatService notification configuration for a project.
- getHistoricalMax() - Method in class org.miaixz.bus.gitlab.models.License
- getHomepage() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getHomepage() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getHomepage() - Method in class org.miaixz.bus.gitlab.models.Repository
- getHook(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific hook for project.
- getHooks(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of the project hooks for the specified project.
- getHooks(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get Pager of project hooks.
- getHooks(Object, int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get list of project hooks in the specified page range.
- getHooksStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of the project hooks for the specified project.
- getHtml() - Method in class org.miaixz.bus.gitlab.models.Markdown
- getHtmlUrl() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getHtmlUrl() - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- getHtmlUrl() - Method in class org.miaixz.bus.gitlab.ProjectLicense
- getHttpStatus() - Method in exception class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.hooks.web.EventProject
- getHttpUrlToRepo() - Method in class org.miaixz.bus.gitlab.models.Project
- getHumanTimeChange() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getHumanTimeChange() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getHumanTimeEstimate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getHumanTimeEstimate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getHumanTimeEstimate() - Method in class org.miaixz.bus.gitlab.models.TimeStats
- getHumanTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getHumanTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getHumanTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.models.TimeStats
- getIcon() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getId() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getId() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getId() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- getId() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getId() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getId() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getId() - Method in class org.miaixz.bus.gitlab.models.Application
- getId() - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- getId() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getId() - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- getId() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- getId() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getId() - Method in class org.miaixz.bus.gitlab.models.Badge
- getId() - Method in class org.miaixz.bus.gitlab.models.Board
- getId() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getId() - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- getId() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getId() - Method in class org.miaixz.bus.gitlab.models.Build
- getId() - Method in class org.miaixz.bus.gitlab.models.Commit
- getId() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getId() - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- getId() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getId() - Method in class org.miaixz.bus.gitlab.models.DeployKey
- getId() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getId() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- getId() - Method in class org.miaixz.bus.gitlab.models.Discussion
- getId() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getId() - Method in class org.miaixz.bus.gitlab.models.Email
- getId() - Method in class org.miaixz.bus.gitlab.models.Environment
- getId() - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- getId() - Method in class org.miaixz.bus.gitlab.models.Event
- getId() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getId() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- getId() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- getId() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- getId() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- getId() - Method in class org.miaixz.bus.gitlab.models.GpgKey
- getId() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getId() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getId() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getId() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- getId() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getId() - Method in class org.miaixz.bus.gitlab.models.Job
- getId() - Method in class org.miaixz.bus.gitlab.models.Key
- getId() - Method in class org.miaixz.bus.gitlab.models.Label
- getId() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getId() - Method in class org.miaixz.bus.gitlab.models.License
- getId() - Method in class org.miaixz.bus.gitlab.models.Link
- getId() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getId() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getId() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getId() - Method in class org.miaixz.bus.gitlab.models.Note
- getId() - Method in class org.miaixz.bus.gitlab.models.Package
- getId() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getId() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getId() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getId() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getId() - Method in class org.miaixz.bus.gitlab.models.Project
- getId() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getId() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getId() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getId() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getId() - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- getId() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- getId() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getId() - Method in class org.miaixz.bus.gitlab.models.Runner
- getId() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getId() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getId() - Method in class org.miaixz.bus.gitlab.models.SshKey
- getId() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getId() - Method in class org.miaixz.bus.gitlab.models.Todo
- getId() - Method in class org.miaixz.bus.gitlab.models.Topic
- getId() - Method in class org.miaixz.bus.gitlab.models.TreeItem
- getId() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getId() - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- getId() - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- getId() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getIdentities() - Method in class org.miaixz.bus.gitlab.models.User
- getIgnoreCertificateErrors() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
- getIgnoreCertificateErrors() - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Returns true if the API is setup to ignore SSL certificate errors, otherwise returns false.
- getIid() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getIid() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getIid() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getIid() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getIid() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getIid() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getIid() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getIid() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getIid() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getIid() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getIid() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getIids() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getIids() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getIllustration() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getImageUrl() - Method in class org.miaixz.bus.gitlab.models.Badge
- getImpersonation() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getImpersonationToken(Object, Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get an impersonation token of a user.
- getImpersonationTokens(Object) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of a specified user's impersonation tokens.
- getImpersonationTokens(Object, Constants.ImpersonationState) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of a specified user's impersonation tokens.
- getImported() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getImportedFrom() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getImportError() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getImportError() - Method in class org.miaixz.bus.gitlab.models.Project
- getImportExportApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ImportExportApi instance owned by this GitLabApi instance.
- getImportStatus() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getImportStatus() - Method in class org.miaixz.bus.gitlab.models.Project
- getImportStatus(Object) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Get the status of an import.
- getImportType() - Method in class org.miaixz.bus.gitlab.models.Project
- getImportUrl() - Method in class org.miaixz.bus.gitlab.models.Project
- getIn() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getIn() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getIn() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getIncludeAncestors() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getIndividualNote() - Method in class org.miaixz.bus.gitlab.models.Discussion
- getInfrastructureAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getInitializeWithReadme() - Method in class org.miaixz.bus.gitlab.models.Project
- getInProgressMergeCommitSha() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getInternal() - Method in class org.miaixz.bus.gitlab.models.Note
- getIpAddress() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getIpAddress() - Method in class org.miaixz.bus.gitlab.models.Runner
- getIs_shared() - Method in class org.miaixz.bus.gitlab.models.Runner
- getIsAdmin() - Method in class org.miaixz.bus.gitlab.models.User
- getIsProjectLabel() - Method in class org.miaixz.bus.gitlab.models.Label
- getIssue() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getIssue() - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- getIssue(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a single project issue.
- getIssueAwardEmoji(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get the specified award emoji for the specified issue.
- getIssueAwardEmojis(Object, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get a list of award emoji for the specified issue.
- getIssueBranchTemplate() - Method in class org.miaixz.bus.gitlab.models.Project
- getIssueChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getIssueChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getIssueDiscussions(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of all discussions for the specified issue.
- getIssueDiscussions(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of discussions for the specified issue.
- getIssueDiscussionsPager(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Pager of Discussion instances for the specified issue.
- getIssueDiscussionsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Stream of Discussion instances for the specified issue.
- getIssueLabelEvent(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Get a single label event for a specific project issue.
- getIssueLabelEvents(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a list of all label events for a single issue.
- getIssueLabelEvents(Object, Long, int) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a Pager of all label events for a single issue.
- getIssueLabelEventsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a Stream of all label events for a single issue.
- getIssueLinkId() - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- getIssueLinks(Object, Long) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.NotesApi
-
Get the specified issues's note.
- getIssueNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get the specified award emoji for the specified issue note.
- getIssueNoteAwardEmojis(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get a list of award emoji for the specified issue note.
- getIssueNotes(Object, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a list of the issues's notes.
- getIssueNotes(Object, Long, int) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a Pager of issues's notes.
- getIssueNotes(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a list of the issue's notes using the specified page and per page settings.
- getIssueNotesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a Stream of the issues's notes.
- getIssues() - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssues(int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Pager of all issues the authenticated user has access to.
- getIssues(int, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to using the specified page and per page setting.
- getIssues(Object) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of project's issues.
- getIssues(Object, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Pager of project's issues.
- getIssues(Object, int, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of project's issues using the specified page and per page settings.
- getIssues(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the list of issues associated with the specified milestone.
- getIssues(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Pager of issues associated with the specified milestone.
- getIssues(Object, IssueFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of project's issues.
- getIssues(Object, IssueFilter, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of project's issues.
- getIssues(Object, IssueFilter, int, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a list of project's issues.
- getIssues(IssueFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssues(IssueFilter, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssues(IssueFilter, int, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssuesAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getIssuesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the IssuesApi instance owned by this GitLabApi instance.
- getIssuesCount() - Method in class org.miaixz.bus.gitlab.models.Associations
- getIssuesEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getIssuesEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getIssuesEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getIssuesEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getIssuesStatistics(IssuesStatisticsFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Gets issues count statistics on all issues the authenticated user has access to.
- getIssuesStream() - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to as a Stream.
- getIssuesStream(Object) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Stream of project's issues.
- getIssuesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Stream of issues associated with the specified milestone.
- getIssuesStream(Object, IssueFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Stream of project's issues.
- getIssuesStream(IssueFilter) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get all issues the authenticated user has access to.
- getIssueStateEvents(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceStateEventsApi
-
Gets a list of all state events for a single issue.
- getIssueStateEvents(Object, Long, int) - Method in class org.miaixz.bus.gitlab.ResourceStateEventsApi
-
Gets a Pager of all state events for a single issue.
- getIssueStateEventsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceStateEventsApi
-
Gets a Stream of all state events for a single issue.
- getIssuesTemplate() - Method in class org.miaixz.bus.gitlab.models.Project
- getIssuesUrl() - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- getIssuesUrl() - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- getIssueTarget() - Method in class org.miaixz.bus.gitlab.models.Todo
- getIssueType() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getItemsPerPage() - Method in class org.miaixz.bus.gitlab.Pager
-
Get the items per page value.
- getIteration() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getIteration() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getIterationTitle() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getJiraIssueTransitionId() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getJiraService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the JIRA service settings for a project.
- getJob() - Method in class org.miaixz.bus.gitlab.JobApi
-
Retrieve the job corresponding to the
$CI_JOB_TOKENenvironment variable (Using aConstants.TokenType.JOB_TOKENauthentication). - getJob(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get single job in a project.
- getJob(String) - Method in class org.miaixz.bus.gitlab.JobApi
-
Retrieve the job corresponding to the
$CI_JOB_TOKENenvironment variable. - getJobAllowFailure() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the JobApi instance owned by this GitLabApi instance.
- getJobArtifactsSize() - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- getJobArtifactsSize() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getJobAttributes() - Method in class org.miaixz.bus.gitlab.models.JobAttributes
- getJobDuration() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getJobEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getJobEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getJobFailureReason() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobFinishedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobId() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobName() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobs() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getJobs(Long) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Long, int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Long, JobStatus) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Long, JobStatus, int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
List jobs that are being processed or were processed by specified Runner.
- getJobs(Object) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a project.
- getJobs(Object, int) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Pager of jobs in a project.
- getJobs(Object, int, int) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a project in the specified page range.
- getJobs(Object, Constants.JobScope) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a project.
- getJobs(Object, Constants.JobScope, int) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a project.
- getJobsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getJobsForPipeline(Object, long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a pipeline.
- getJobsForPipeline(Object, long, int) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Pager of jobs in a pipeline.
- getJobsForPipeline(Object, long, int, Boolean) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Pager of jobs in a pipeline.
- getJobsForPipeline(Object, long, Boolean) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a pipeline.
- getJobsForPipeline(Object, long, Constants.JobScope) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a pipeline.
- getJobsForPipeline(Object, long, Constants.JobScope, Boolean) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a list of jobs in a pipeline.
- getJobsStream(Long) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream of jobs that are being processed or were processed by specified Runner.
- getJobsStream(Long, JobStatus) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream of jobs that are being processed or were processed by specified Runner.
- getJobsStream(Object) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Stream of jobs in a project.
- getJobsStream(Object, long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Stream of jobs in a pipeline.
- getJobsStream(Object, long, Boolean) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Stream of jobs in a pipeline.
- getJobsStream(Object, Constants.JobScope) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a Stream of jobs in a project.
- getJobStage() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobStartedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getJobStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getKas() - Method in class org.miaixz.bus.gitlab.models.Metadata
- getKeepDivergentRefs() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getKeepLatestArtifact() - Method in class org.miaixz.bus.gitlab.models.Project
- getKeepN() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getKey() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- getKey() - Method in class org.miaixz.bus.gitlab.models.CustomAttribute
- getKey() - Method in class org.miaixz.bus.gitlab.models.DeployKey
- getKey() - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
- getKey() - Method in class org.miaixz.bus.gitlab.models.GpgKey
- getKey() - Method in class org.miaixz.bus.gitlab.models.JobAttribute
- getKey() - Method in class org.miaixz.bus.gitlab.models.Key
- getKey() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getKey() - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- getKey() - Method in class org.miaixz.bus.gitlab.models.SshKey
- getKey() - Method in class org.miaixz.bus.gitlab.models.SystemHook.UrlVariable
- getKey() - Method in class org.miaixz.bus.gitlab.models.Variable
- getKey() - Method in class org.miaixz.bus.gitlab.ProjectLicense
- getKey(String) - Method in class org.miaixz.bus.gitlab.KeysApi
-
Get a single key by id.
- getKeysAPI() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the KeysApi instance owned by this GitLabApi instance.
- getKind() - Method in class org.miaixz.bus.gitlab.models.Badge
- getKind() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getLabel() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getLabel() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getLabel() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getLabelIdOrName(Object) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Returns the label ID or name from the provided Long, String, or Label instance.
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getLabels() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getLabels() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getLabels() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getLabels() - Method in class org.miaixz.bus.gitlab.models.Board
- getLabels() - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- getLabels() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getLabels() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getLabels() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getLabelsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
- getLastActivityAt() - Method in class org.miaixz.bus.gitlab.models.Project
- getLastActivityOn() - Method in class org.miaixz.bus.gitlab.models.User
- getLastCommit() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getLastCommitId() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getLastCommitId() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getLastDeployment() - Method in class org.miaixz.bus.gitlab.models.Environment
- getLastEditedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getLastEditedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getLastEditedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getLastEditedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemChanges
- getLastEditedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getLastEditedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getLastEditedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getLastError() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getLastPipeline() - Method in class org.miaixz.bus.gitlab.models.Commit
- getLastPipeline() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getLastSignInAt() - Method in class org.miaixz.bus.gitlab.models.User
- getLastSuccessfulUpdateAt() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getLastUpdateAt() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getLastUpdateStartedAt() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getLastUsed() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getLastUsedAt() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getLastUsedAt() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getLastUsedAt() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getLatestBuildFinishedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getLatestBuildStartedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getLdapGroupLinks(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get the list of LDAP group links.
- getLevel() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- getLfsEnabled() - Method in class org.miaixz.bus.gitlab.models.Group
- getLfsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getLfsObjectsSize() - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- getLfsObjectsSize() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getLicense() - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Retrieve information about the current license.
- getLicense() - Method in class org.miaixz.bus.gitlab.models.Project
- getLicenseApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the LicenseApi instance owned by this GitLabApi instance.
- getLicensee() - Method in class org.miaixz.bus.gitlab.models.License
- getLicenseTemplate(String) - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a single license template.
- getLicenseTemplates() - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a List of all license templates.
- getLicenseTemplates(int) - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a Pager of all license templates.
- getLicenseTemplates(Boolean, int) - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a Pager of license templates.
- getLicenseTemplatesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the LicenseTemplatesApi instance owned by this GitLabApi instance.
- getLicenseTemplatesStream() - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a Stream of all license templates.
- getLicenseUrl() - Method in class org.miaixz.bus.gitlab.models.Project
- getLimitations() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getLimitMetric() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getLine() - Method in class org.miaixz.bus.gitlab.models.Comment
- getLineCode() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getLines() - Method in class org.miaixz.bus.gitlab.models.Blame
- getLineType() - Method in class org.miaixz.bus.gitlab.models.Comment
- getLink() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- getLink(Object, String, Integer) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Get a Link for the given tag name and link id.
- getLinkByName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getLinkByName(String) - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- getLinkByName(String) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getLinkByName(String) - Method in class org.miaixz.bus.gitlab.models.Project
- getLinkByName(String) - Method in class org.miaixz.bus.gitlab.models.Release
- getLinkCreatedAt() - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- getLinkCreatedAt() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getLinkedin() - Method in class org.miaixz.bus.gitlab.models.User
- getLinks() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- getLinks() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getLinks() - Method in class org.miaixz.bus.gitlab.models.Assets
- getLinks() - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- getLinks() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getLinks() - Method in class org.miaixz.bus.gitlab.models.Project
- getLinks() - Method in class org.miaixz.bus.gitlab.models.Release
- getLinks(Object, String) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Get assets as Links from a Release.
- getLinks(Object, String, int) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Get assets as Links from a Release.
- getLinksStream(Object, String) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Get a Stream of assets as Links from a Release.
- getLinkType() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- getLinkType() - Method in class org.miaixz.bus.gitlab.models.IssueLink
- getLinkType() - Method in class org.miaixz.bus.gitlab.models.Link
- getLinkType() - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- getLinkType() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getLinkType() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- getLinkType() - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- getLinkUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- getLinkUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getLinkUrl() - Method in class org.miaixz.bus.gitlab.models.Badge
- getLists() - Method in class org.miaixz.bus.gitlab.models.Board
- getListType() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getLiveness() - Method in class org.miaixz.bus.gitlab.HealthCheckApi
-
Get Health Checks from the liveness endpoint.
- getLiveness(String) - Method in class org.miaixz.bus.gitlab.HealthCheckApi
-
Get Health Checks from the liveness endpoint.
- getLocation() - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- getLocation() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getLocation() - Method in class org.miaixz.bus.gitlab.models.User
- getLocked() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getLockedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getLockVersion() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getLogger() - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the GitLab4J shared Logger instance.
- getManual() - Method in class org.miaixz.bus.gitlab.models.Build
- getManual() - Method in class org.miaixz.bus.gitlab.models.Job
- getMarkdown() - Method in class org.miaixz.bus.gitlab.models.FileUpload
- getMarkdown() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment.Link
- getMarkdown(String) - Method in class org.miaixz.bus.gitlab.MarkdownApi
-
Render an arbitrary Markdown document.
- getMarkdown(MarkdownRequest) - Method in class org.miaixz.bus.gitlab.MarkdownApi
-
Render an arbitrary Markdown document.
- getMarkdownApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the MarkdownApi instance owned by this GitLabApi instance.
- getMarkedForDeletionOn() - Method in class org.miaixz.bus.gitlab.models.Group
- getMarkedForDeletionOn() - Method in class org.miaixz.bus.gitlab.models.Project
- getMasked() - Method in class org.miaixz.bus.gitlab.models.Variable
- getMattermostService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the Mattermost service settings for a project.
- getMaxFileSize() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getMaxIssueCount() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getMaxIssueWeight() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getMember(Object, long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a group member viewable by the authenticated user.
- getMember(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a project team member.
- getMember(Object, Long, Boolean) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a group team member, optionally including inherited member.
- getMember(Object, Long, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a project team member, optionally including inherited member.
- getMemberCheck() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getMemberEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getMemberProjects() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects that the authenticated user is a member of.
- getMemberProjects(int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of projects that the authenticated user is a member of.
- getMemberProjects(int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects that the authenticated user is a member of in the specified page range.
- getMemberProjectsStream() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of projects that the authenticated user is a member of.
- getMemberRoleId() - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- getMembers(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of group members viewable by the authenticated user.
- getMembers(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of project team members.
- getMembers(Object, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of group members viewable by the authenticated user.
- getMembers(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of project team members.
- getMembers(Object, int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Get a list of project team members in the specified page range.
- getMemberships(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Lists all projects and groups a user is a member of.
- getMemberships(Long, int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Returns a Pager that lists all projects and groups a user is a member of.
- getMembersStream(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of group members viewable by the authenticated user.
- getMembersStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of project team members.
- getMergeAccessLevels() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getMergeBase(Object, List<String>) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get the common ancestor for 2 or more refs (commit SHAs, branch names or tags).
- getMergeCommitSha() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeCommitSha() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getMergeCommitTemplate() - Method in class org.miaixz.bus.gitlab.models.Project
- getMerged() - Method in class org.miaixz.bus.gitlab.models.Branch
- getMergedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getMergeError() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeError() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getMergeIid() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeMergeRequest() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getMergeMethod() - Method in class org.miaixz.bus.gitlab.models.Project
- getMergeParams() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeRequest() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getMergeRequest() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getMergeRequest() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- getMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get information about a single merge request.
- getMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the list of merge requests associated with the specified milestone.
- getMergeRequest(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Pager of merge requests associated with the specified milestone.
- getMergeRequest(Object, Long, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get information about a single merge request.
- getMergeRequestApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the MergeRequestApi instance owned by this GitLabApi instance.
- getMergeRequestApprovals(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get the merge request with approval information.
- getMergeRequestAwardEmoji(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get the specified award emoji for the specified merge request.
- getMergeRequestAwardEmojis(Object, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get a list of award emoji for the specified merge request.
- getMergeRequestChanges(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get merge request with changes information.
- getMergeRequestChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getMergeRequestChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getMergeRequestDiscussions(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of all discussions for the specified merge request.
- getMergeRequestDiscussions(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of discussions for the specified merge request.
- getMergeRequestDiscussionsPager(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Pager of Discussion instances for the specified merge request.
- getMergeRequestDiscussionsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Stream of Discussion instances for the specified merge request.
- getMergeRequestId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getMergeRequestLabelEvent(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Get a single label event for a specific merge request label event.
- getMergeRequestLabelEvents(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a list of all label events for a merge request.
- getMergeRequestLabelEvents(Object, Long, int) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a Pager of all label events for the specified merge request.
- getMergeRequestLabelEventsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Gets a Stream of all label events for he specified merge request.
- getMergeRequestNote(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get the specified merge request's note.
- getMergeRequestNoteAwardEmoji(Object, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get the specified award emoji for the specified merge request note.
- getMergeRequestNoteAwardEmojis(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get a list of award emoji for the specified merge request note.
- getMergeRequestNotes(Object, Long) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Gets a list of all notes for a single merge request
- getMergeRequestNotes(Object, Long, int) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Get a Pager of all notes for a single merge request
- getMergeRequestNotes(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.NotesApi
-
Gets a list of all notes for a single merge request.
- getMergeRequestNotes(Object, Long, Constants.SortOrder, Note.OrderBy, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.NotesApi
-
Gets a Stream of all notes for a single merge request
- getMergeRequestNotesStream(Object, Long, Constants.SortOrder, Note.OrderBy) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Gets a Stream of all notes for a single merge request.
- getMergeRequestPipelines(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a list of pipelines for a merge request.
- getMergeRequestPipelines(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Pager of pipelines for a merge request.
- getMergeRequestPipelinesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Stream of pipelines for a merge request.
- getMergeRequests(Object) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, int, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, Long) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a list of Merge Requests shipped with a given deployment.
- getMergeRequests(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Pager of Merge Requests shipped with a given deployment.
- getMergeRequests(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a list of Merge Requests related to the specified commit.
- getMergeRequests(Object, String, int) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Pager of Merge Requests related to the specified commit.
- getMergeRequests(Object, Constants.MergeRequestState) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests with a specific state for the specified project.
- getMergeRequests(Object, Constants.MergeRequestState, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(Object, Constants.MergeRequestState, int, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests for the specified project.
- getMergeRequests(MergeRequestFilter) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests matching the filter.
- getMergeRequests(MergeRequestFilter, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests matching the filter.
- getMergeRequests(MergeRequestFilter, int, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests matching the filter.
- getMergeRequestsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getMergeRequestsAuthorApproval() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getMergeRequestsCount() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getMergeRequestsCount() - Method in class org.miaixz.bus.gitlab.models.Associations
- getMergeRequestsDisableCommittersApproval() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getMergeRequestsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getMergeRequestsEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getMergeRequestsEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getMergeRequestsEvents() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getMergeRequestsEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getMergeRequestsStream(Object) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests for the specified project as a Stream
- getMergeRequestsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Stream of Merge Requests shipped with a given deployment.
- getMergeRequestsStream(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get a Stream of Merge Requests related to the specified commit.
- getMergeRequestsStream(Object, Constants.MergeRequestState) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests with a specific state for the specified project as a Stream.
- getMergeRequestsStream(MergeRequestFilter) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get all merge requests matching the filter as a Stream.
- getMergeRequestsTemplate() - Method in class org.miaixz.bus.gitlab.models.Project
- getMergeRequestStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Stream of merge requests associated with the specified milestone.
- getMergeRequestTarget() - Method in class org.miaixz.bus.gitlab.models.Todo
- getMergeStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestChanges
- getMergeUser() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getMergeUserId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeWhenPipelineSucceeds() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMergeWhenPipelineSucceeds() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getMessage() - Method in exception class org.miaixz.bus.gitlab.GitLabApiException
-
Get the message associated with the exception.
- getMessage() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getMessage() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getMessage() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getMessage() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getMessage() - Method in class org.miaixz.bus.gitlab.models.Commit
- getMessage() - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- getMessage() - Method in class org.miaixz.bus.gitlab.models.Tag
- getMetadata() - Method in class org.miaixz.bus.gitlab.MetadataApi
-
Get Gitlab metadata
- getMetadataApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the MetadataApi instance owned by this GitlabApi instance.
- getMilestone() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getMilestone() - Method in class org.miaixz.bus.gitlab.models.Board
- getMilestone() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getMilestone() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getMilestone() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getMilestone() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getMilestone(Object, Long) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get the specified milestone.
- getMilestoneId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getMilestoneId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getMilestoneId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getMilestoneId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getMilestones() - Method in class org.miaixz.bus.gitlab.models.Release
- getMilestones() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getMilestones(Object) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of project milestones.
- getMilestones(Object, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Pager of project milestones.
- getMilestones(Object, int, int) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of project milestones.
- getMilestones(Object, String) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of project milestones that have match the search string.
- getMilestones(Object, Constants.MilestoneState) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of project milestones that have the specified state.
- getMilestones(Object, Constants.MilestoneState, String) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a list of project milestones that have the specified state and match the search string.
- getMilestonesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the MilsestonesApi instance owned by this GitLabApi instance.
- getMilestonesStream(Object) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Get a Stream of project milestones.
- getMirror() - Method in class org.miaixz.bus.gitlab.models.Project
- getMirrorTriggerBuilds() - Method in class org.miaixz.bus.gitlab.models.Project
- getMode() - Method in class org.miaixz.bus.gitlab.models.TreeItem
- getModelExperimentsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getModelRegistryAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getModified() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getMonitorAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getMovedToId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getMyReactionEmoji() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getMyReactionEmoji() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getName() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getName() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getName() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getName() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getName() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- getName() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getName() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getName() - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- getName() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getName() - Method in class org.miaixz.bus.gitlab.models.Badge
- getName() - Method in class org.miaixz.bus.gitlab.models.Board
- getName() - Method in class org.miaixz.bus.gitlab.models.Branch
- getName() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getName() - Method in class org.miaixz.bus.gitlab.models.Build
- getName() - Method in class org.miaixz.bus.gitlab.models.CommitRef
- getName() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getName() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getName() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- getName() - Method in class org.miaixz.bus.gitlab.models.Environment
- getName() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getName() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- getName() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- getName() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- getName() - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplate
- getName() - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
- getName() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getName() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getName() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getName() - Method in class org.miaixz.bus.gitlab.models.Job
- getName() - Method in class org.miaixz.bus.gitlab.models.Label
- getName() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getName() - Method in class org.miaixz.bus.gitlab.models.Link
- getName() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getName() - Method in class org.miaixz.bus.gitlab.models.Package
- getName() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getName() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getName() - Method in class org.miaixz.bus.gitlab.models.Project
- getName() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getName() - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- getName() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getName() - Method in class org.miaixz.bus.gitlab.models.ProtectedTag
- getName() - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- getName() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getName() - Method in class org.miaixz.bus.gitlab.models.Release
- getName() - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- getName() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getName() - Method in class org.miaixz.bus.gitlab.models.Repository
- getName() - Method in class org.miaixz.bus.gitlab.models.Runner
- getName() - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- getName() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getName() - Method in class org.miaixz.bus.gitlab.models.Tag
- getName() - Method in class org.miaixz.bus.gitlab.models.Topic
- getName() - Method in class org.miaixz.bus.gitlab.models.TreeItem
- getName() - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- getName() - Method in class org.miaixz.bus.gitlab.ProjectLicense
- getNameRegex() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getNameRegexKeep() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getNamespace() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getNamespace() - Method in class org.miaixz.bus.gitlab.models.Project
- getNamespace(Object) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get all details of a namespace.
- getNamespaceApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the NamespaceApi instance owned by this GitLabApi instance.
- getNamespaceId() - Method in class org.miaixz.bus.gitlab.models.User
- getNamespaceIdOrPath(Object) - Method in class org.miaixz.bus.gitlab.AbstractApi
- getNamespaces() - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get a list of the namespaces of the authenticated user.
- getNamespaces(int) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get a Pager of the namespaces of the authenticated user.
- getNamespaces(int, int) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get a list of the namespaces of the authenticated user.
- getNamespacesStream() - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get a Stream of the namespaces of the authenticated user.
- getNameWithNamespace() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getNameWithNamespace() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getNameWithNamespace() - Method in class org.miaixz.bus.gitlab.models.Project
- getNewFile() - Method in class org.miaixz.bus.gitlab.models.Changes
- getNewFile() - Method in class org.miaixz.bus.gitlab.models.Diff
- getNewIssue() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getNewIssueUrl() - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- getNewIssueUrl() - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- getNewLine() - Method in class org.miaixz.bus.gitlab.models.Position
- getNewMergeRequest() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getNewNote() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getNewPath() - Method in class org.miaixz.bus.gitlab.models.Changes
- getNewPath() - Method in class org.miaixz.bus.gitlab.models.Diff
- getNewPath() - Method in class org.miaixz.bus.gitlab.models.Position
- getNextRunAt() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getNextRunAt() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getNickname() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getNickname() - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- getNickname() - Method in class org.miaixz.bus.gitlab.ProjectLicense
- getNot() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getNote() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getNote() - Method in class org.miaixz.bus.gitlab.models.Comment
- getNote() - Method in class org.miaixz.bus.gitlab.models.Event
- getNoteableId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getNoteableId() - Method in class org.miaixz.bus.gitlab.models.Note
- getNoteableIid() - Method in class org.miaixz.bus.gitlab.models.Note
- getNoteableType() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getNoteableType() - Method in class org.miaixz.bus.gitlab.models.Note
- getNoteAwardEmojis(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get a list of award emoji for the specified issue note.
- getNoteChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getNoteChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getNoteEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getNoteEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getNoteEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getNotes() - Method in class org.miaixz.bus.gitlab.models.Discussion
- getNotesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the NotesApi instance owned by this GitLabApi instance.
- getNotificationLevel() - Method in class org.miaixz.bus.gitlab.models.ProjectAccess
- getNotificationSettingsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the NotesApi instance owned by this GitLabApi instance.
- getNotify() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getNotifyOnlyBrokenPipelines() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getNotifyOnlyBrokenPipelines() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getNotifyOnlyBrokenPipelines() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getNotifyOnlyDefaultBranch() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getNotifyOnlyDefaultBranch() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- getObjectAttributes() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getObjectKind() - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.PushEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- getObjectKind() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getObjectMapper() - Method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Gets the ObjectMapper contained by this instance.
- getOlderThan() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- getOldFullPath() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getOldLine() - Method in class org.miaixz.bus.gitlab.models.Position
- getOldPath() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getOldPath() - Method in class org.miaixz.bus.gitlab.models.Changes
- getOldPath() - Method in class org.miaixz.bus.gitlab.models.Diff
- getOldPath() - Method in class org.miaixz.bus.gitlab.models.Position
- getOldPathWithNamespace() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getOldrev() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getOldUsername() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getOnline() - Method in class org.miaixz.bus.gitlab.models.Runner
- getOnlyAllowMergeIfAllDiscussionsAreResolved() - Method in class org.miaixz.bus.gitlab.models.Project
- getOnlyAllowMergeIfAllStatusChecksPassed() - Method in class org.miaixz.bus.gitlab.models.Project
- getOnlyAllowMergeIfPipelineSucceeds() - Method in class org.miaixz.bus.gitlab.models.Project
- getOnlyProtectedBranches() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getOpened() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- getOpenIssuesCount() - Method in class org.miaixz.bus.gitlab.models.Label
- getOpenIssuesCount() - Method in class org.miaixz.bus.gitlab.models.Project
- getOpenMergeRequestsCount() - Method in class org.miaixz.bus.gitlab.models.Label
- getOptionalBadge(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get an Optional instance with the value for the specified badge.
- getOptionalBadge(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get an Optional instance with the value for the specified badge.
- getOptionalBranch(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an Optional instance with the value for the specific repository branch.
- getOptionalCommit(Object, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.DiscussionsApi
-
Get an Optional instance of a single discussion for the specified commit.
- getOptionalCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get an Optional instance with the value for a single custom attribute for the specified group.
- getOptionalCustomAttribute(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get an Optional instance with the value for a single custom attribute for the specified project.
- getOptionalDeployKey(Object, Long) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a single deploy key for the specified project as an Optional instance.
- getOptionalDeployment(Object, Long) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a specific deployment as an Optional instance.
- getOptionalDiffVersion(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a single merge request diff version as an Optional instance.
- getOptionalEnvironment(Object, Long) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Get a specific environment. as an Optional instance.
- getOptionalEpic(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Get an Optional instance with the value for the specific Epic.
- getOptionalEpicLabelEvent(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Get an Optional instance holding a LabelEvent for a specific epic label event.
- getOptionalException(Optional<?>) - Static method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RepositoryFileApi
-
Get an Optional instance with the value holding information on a file in the repository.
- getOptionalGpgSignature(Object, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Get the GPG signature from a commit as an Optional instance
- getOptionalGroup(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all details of a group as an Optional instance.
- getOptionalGroupEpicBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get an epic board as an Optional instance.
- getOptionalGroupEpicBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single epic board list as an Optional instance.
- getOptionalGroupIssueBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get an issue board as an Optional instance.
- getOptionalGroupIssueBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single issue board list as an Optional instance.
- getOptionalGroupLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a single group label as the value of an Optional.
- getOptionalHook(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific hook for project as an Optional instance.
- getOptionalImpersonationToken(Object, Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get an impersonation token of a user as an Optional instance.
- getOptionalIssue(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a single project issue as an Optional instance.
- getOptionalIssueLabelEvent(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Get an Optional instance holding a LabelEvent for a specific project issue
- getOptionalJob(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get single job in a project as an Optional instance.
- getOptionalLicense() - Method in class org.miaixz.bus.gitlab.LicenseApi
-
Retrieve information about the current license as the value of an Optional.
- getOptionalLicenseTemplate(String) - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a single license template as the value of an Optional.
- getOptionalLink(Object, String, Integer) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Get an Optional instance holding a Link instance for the specific tag name and link id.
- getOptionalMember(Object, long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a group member viewable by the authenticated user as an Optional instance.
- getOptionalMember(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a project team member.
- getOptionalMember(Object, Long, Boolean) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Gets a group team member, optionally including inherited member.
- getOptionalMember(Object, Long, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets a project team member, optionally including inherited member.
- getOptionalMergeBase(Object, List<String>) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.MergeRequestApi
-
Get information about a single merge request as an Optional instance.
- getOptionalMergeRequest(Object, Long, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get information about a single merge request as an Optional instance.
- getOptionalMergeRequestLabelEvent(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.ResourceLabelEventsApi
-
Get an Optional instance holding a LabelEvent for a specific merge request label event.
- getOptionalNamespace(Object) - Method in class org.miaixz.bus.gitlab.NamespaceApi
-
Get all details of a namespace as an Optional instance.
- getOptionalPage(Object, String) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a single page of project wiki as an Optional instance.
- getOptionalPipelineSchedule(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a specific pipeline schedule for project as an Optional instance.
- getOptionalPipelineTrigger(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a specific pipeline trigger for project as an Optional instance.
- getOptionalProject(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Get an Optional instance with the value for the specific project, which is owned by the authentication user.
- getOptionalProjectIssueBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get an issue board as an Optional instance.
- getOptionalProjectIssueBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single issue board list as an Optional instance.
- getOptionalProjectLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a single project label as the value of an Optional.
- getOptionalProjectStatistics(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProtectedBranchesApi
-
Get an Optional instance with the value for the specific protected branch.
- getOptionalProtectedTag(Object, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Get an Optional instance holding a protected tag or wildcard protected tag.
- getOptionalRawSnippetContent(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the raw project snippet plain text as an Optional instance.
- getOptionalRelease(Object, String) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Get an Optional instance holding a Release instance for the specific tag name.
- getOptionalRepositoryTag(Object, Long, String) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get details of a registry repository tag as the value of an Optional.
- getOptionalSnippet(Long) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a specific snippet as an Optional instance.
- getOptionalSnippet(Long, boolean) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a specific snippet as an Optional instance.
- getOptionalSnippet(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a single of project snippet as an Optional instance.
- getOptionalSshKey(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a single SSH Key as an Optional instance.
- getOptionalTag(Object, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.IssuesApi
-
Get time tracking stats as an Optional instance
- getOptionalTopic(Integer) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Get all details of a topic as an Optional instance.
- getOptionalUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a single user as an Optional instance.
- getOptionalUser(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Lookup a user by username and return an Optional instance.
- getOptionalUserByEmail(String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.UserApi
-
Lookup a user by external UID and return an Optional instance.
- getOptionalVariable(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get the details of a group variable as an Optional instance.
- getOptionalVariable(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the details of a variable as an Optional instance.
- getOrderBy() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getOrderBy() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getOrderBy() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getOrganization() - Method in class org.miaixz.bus.gitlab.models.User
- getOverage() - Method in class org.miaixz.bus.gitlab.models.License
- getOwnedProjects() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects owned by the authenticated user.
- getOwnedProjects(int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of projects owned by the authenticated user.
- getOwnedProjects(int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects owned by the authenticated user in the specified page range.
- getOwnedProjectsStream() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of projects owned by the authenticated user.
- getOwner() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getOwner() - Method in class org.miaixz.bus.gitlab.models.Project
- getOwner() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getOwnerEmail() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getOwnerEmail() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getOwnerName() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getOwnerName() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getPackage(Object, Long) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a single project package.
- getPackageFiles(Object, Long) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a list of package files of a single package.
- getPackageFiles(Object, Long, int) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a Pager of project package files.
- getPackageFiles(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a list of package files of a single package for the specified page.
- getPackageId() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getPackages(Object) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a list of project packages.
- getPackages(Object, int) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a Pager of project packages.
- getPackages(Object, int, int) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a list of project packages for the specified page.
- getPackages(Object, PackageFilter, int) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a Pager of project packages.
- getPackagesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the PackagesApi instance owned by this GitLabApi instance.
- getPackagesEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getPackagesSize() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getPackagesStream(Object) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a Stream of project packages.
- getPackagesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a Stream of project package files.
- getPackagesStream(Object, PackageFilter) - Method in class org.miaixz.bus.gitlab.PackagesApi
-
Get a Stream of project packages.
- getPackageType() - Method in class org.miaixz.bus.gitlab.models.Package
- getPage(Object, String) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a single page of project wiki.
- getPageQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Creates a MultivaluedMap instance containing "page" and "per_page" params.
- getPageQueryParams(int, int, boolean) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Creates a MultivaluedMap instance containing "page" and "per_page" params.
- getPages(Object) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a list of pages in project wiki.
- getPages(Object, int) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a Pager of pages in project wiki.
- getPages(Object, Boolean) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a List of pages in project wiki.
- getPages(Object, Boolean, int) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a Pager of pages in project wiki.
- getPagesAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getPagesStream(Object) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a Stream of pages in project wiki.
- getPagesStream(Object, Boolean) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Get a Stream of pages in project wiki.
- getParentId() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getParentId() - Method in class org.miaixz.bus.gitlab.models.Group
- getParentId() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getParentIds() - Method in class org.miaixz.bus.gitlab.models.Commit
- getParentIid() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getParticipants(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get list of participants for an issue.
- getParticipants(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get list of participants of merge request.
- getParticipants(Object, Long, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get a Pager of the participants for an issue.
- getParticipants(Object, Long, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get a Pager of the participants of merge request.
- getParticipants(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get list of participants for an issue and in the specified page range.
- getParticipants(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get list of participants of merge request and in the specified page range.
- getParticipantsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get Stream of participants for an issue.
- getParticipantsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get Stream of participants of merge request.
- getPassword() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getPath() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getPath() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getPath() - Method in class org.miaixz.bus.gitlab.models.Comment
- getPath() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getPath() - Method in class org.miaixz.bus.gitlab.models.Group
- getPath() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getPath() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getPath() - Method in class org.miaixz.bus.gitlab.models.Project
- getPath() - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- getPath() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getPath() - Method in class org.miaixz.bus.gitlab.models.TreeItem
- getPathWithNamespace() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getPathWithNamespace() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getPathWithNamespace() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- getPathWithNamespace() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- getPathWithNamespace() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- getPathWithNamespace() - Method in class org.miaixz.bus.gitlab.models.Project
- getPathWithNammespace(String, String) - Static method in class org.miaixz.bus.gitlab.models.Project
-
Formats a fully qualified project path based on the provided namespace and project path.
- getPendingTodos() - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a List of pending todos for the current user.
- getPendingTodos(int) - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a Pager of pending todos for the current user.
- getPendingTodosStream() - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a Stream of pending todos for the current user.
- getPermissions() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getPermissions() - Method in class org.miaixz.bus.gitlab.models.Project
- getPerPageQueryParam(int) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Creates a MultivaluedMap instance containing the "per_page" param.
- getPersonalAccessToken() - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Get information about the personal access token used in the request header.
- getPersonalAccessToken(String) - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Get a specific personal access token.
- getPersonalAccessTokenApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the PersonalAccessTokenApi instance owned by this GitLabApi instance.
- getPersonalAccessTokens() - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Get information about the personal access token used in the request header.
- getPipeline() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getPipeline() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getPipeline() - Method in class org.miaixz.bus.gitlab.models.Job
- getPipeline() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getPipeline(Object, long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get single pipelines in a project.
- getPipelineApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the PipelineApi instance owned by this GitLabApi instance.
- getPipelineChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getPipelineChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getPipelineEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getPipelineEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getPipelineEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getPipelineId() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getPipelineId() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getPipelines(Object) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a list of pipelines in a project.
- getPipelines(Object, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Pager of pipelines in a project.
- getPipelines(Object, int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.PipelineApi
-
Get a list of pipelines in a project in the specified page range.
- getPipelines(Object, PipelineFilter) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a list of pipelines in a project filtered with the provided
PipelineFilter. - getPipelines(Object, PipelineFilter, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Pager of pipelines in a project filtered with the provided
PipelineFilter. - getPipelineSchedule(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a specific pipeline schedule for project.
- getPipelineSchedules(Object) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a list of the project pipeline_schedules for the specified project.
- getPipelineSchedules(Object, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get Pager of project pipeline schedule.
- getPipelineSchedules(Object, int, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get list of project pipeline schedules in the specified page range.
- getPipelineSchedulesStream(Object) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Stream of the project pipeline schedule for the specified project.
- getPipelinesStream(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.PipelineApi
-
Get a Stream of pipelines in a project.
- getPipelinesStream(Object, PipelineFilter) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Stream of pipelines in a project filtered with the provided
PipelineFilter. - getPipelineTrigger(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a specific pipeline schedule for project.
- getPipelineTriggers(Object) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a list of the project pipeline triggers for the specified project.
- getPipelineTriggers(Object, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get Pager of project pipeline triggers.
- getPipelineTriggers(Object, int, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get list of project pipeline triggers in the specified page range.
- getPipelineTriggersStream(Object) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Stream of the project pipeline triggers for the specified project.
- getPipelineVariables(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get List of variables of a pipeline.
- getPipelineVariables(Object, Long, int) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Pager of variables of a pipeline.
- getPipelineVariablesStream(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Get a Stream of variables of a pipeline as a Stream.
- getPlan() - Method in class org.miaixz.bus.gitlab.models.License
- getPlatform() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getPopularLicenseTemplates() - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a List of popular license templates.
- getPopularLicenseTemplatesStream() - Method in class org.miaixz.bus.gitlab.LicenseTemplatesApi
-
Get a Stream of popular license templates.
- getPosition() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getPosition() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getPosition() - Method in class org.miaixz.bus.gitlab.models.BoardList
- getPosition() - Method in class org.miaixz.bus.gitlab.models.Note
- getPositionType() - Method in class org.miaixz.bus.gitlab.models.Position
- getPostDataAsString(HttpServletRequest) - Static method in class org.miaixz.bus.gitlab.support.GitlabRequest
-
Reads the POST data from a request into a String and returns it.
- getPreventForkingOutsideGroup() - Method in class org.miaixz.bus.gitlab.models.Group
- getPreventSecrets() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getPreventSharingGroupsOutsideHierarchy() - Method in class org.miaixz.bus.gitlab.models.Group
- getPrevious() - Method in class org.miaixz.bus.gitlab.hooks.web.ChangeContainer
- getPreviousPath() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- getPrintingMergeRequestLinkEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getPriority() - Method in class org.miaixz.bus.gitlab.models.Label
- getPrivateProfile() - Method in class org.miaixz.bus.gitlab.models.User
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- getProject() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getProject() - Method in class org.miaixz.bus.gitlab.models.Board
- getProject() - Method in class org.miaixz.bus.gitlab.models.Job
- getProject() - Method in class org.miaixz.bus.gitlab.models.MarkdownRequest
- getProject() - Method in class org.miaixz.bus.gitlab.models.Todo
- getProject(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProject(Object, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProject(Object, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProject(String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProject(String, String, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a specific project, which is owned by the authentication user.
- getProjectAccess() - Method in class org.miaixz.bus.gitlab.models.Permissions
- getProjectAccessToken(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Gets the specific project access token.
- getProjectApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ProjectApi instance owned by this GitLabApi instance.
- getProjectCreationLevel() - Method in class org.miaixz.bus.gitlab.models.Group
- getProjectDeployKeys(Object) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a list of the deploy keys for the specified project.
- getProjectDeployKeys(Object, int) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Get a Pager of the deploy keys for the specified project.
- getProjectDeployKeys(Object, int, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.DeployKeysApi
-
Get a list of the deploy keys for the specified project.
- getProjectDeployments(Object) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a list of deployments for the specified project.
- getProjectDeployments(Object, int) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Pager of all deployments for the specified project.
- getProjectDeployments(Object, DeploymentFilter) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Pager of all deployments for the specified project.
- getProjectDeployments(Object, DeploymentFilter, int) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Pager of all deployments for the specified project.
- getProjectDeploymentsStream(Object) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Stream of all deployments for the specified project.
- getProjectDeploymentsStream(Object, DeploymentFilter) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Get a Stream of all deployments for the specified project.
- getProjectDeployTokens(Object) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a list of the deploy tokens for the specified project.
- getProjectDeployTokens(Object, int) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a Pager of the deploy tokens for the specified project.
- getProjectDeployTokensStream(Object) - Method in class org.miaixz.bus.gitlab.DeployTokensApi
-
Get a list of the deploy tokens for the specified project.
- getProjectEvents(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the project events for specific project.
- getProjectEvents(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of project events for specific project.
- getProjectEvents(Object, int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the project events for specific project.
- getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EventsApi
-
Get a list of events for the specified project and in the specified page range.
- getProjectEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder, int, int) - Method in class org.miaixz.bus.gitlab.EventsApi
-
Get a list of events for the specified project and in the specified page range.
- getProjectEventsStream(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EventsApi
-
Get a Stream of events for the specified project.
- getProjectGroups(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of the ancestor groups for a given project.
- getProjectGroups(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of the ancestor groups for a given project.
- getProjectGroups(Object, ProjectGroupsFilter) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of the ancestor groups for a given project matching the specified filter.
- getProjectGroups(Object, ProjectGroupsFilter, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of the ancestor groups for a given project matching the specified filter.
- getProjectGroupsStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of the ancestor groups for a given project.
- getProjectGroupsStream(Object, ProjectGroupsFilter) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of the ancestor groups for a given project matching the specified filter.
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.Commit
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.Event
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getProjectId() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getProjectIdOrPath(Object) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Returns the project ID or path from the provided Long, String, or Project instance.
- getProjectIssueBoard(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single issue board.
- getProjectIssueBoardList(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a single issue board list.
- getProjectIssueBoardLists(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a list of the board’s lists.
- getProjectIssueBoardLists(Object, Long, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Pager of the board’s lists.
- getProjectIssueBoardLists(Object, Long, int, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a list of the board’s lists for the specified project to using the specified page and per page setting.
- getProjectIssueBoards(Object) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Lists Issue Boards in the given project.
- getProjectIssueBoards(Object, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Pager of all issue boards for the specified project.
- getProjectIssueBoards(Object, int, int) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get all issue boards for the specified project using the specified page and per page setting
- getProjectIssueBoardsListsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Stream of the board’s lists.
- getProjectIssueBoardsStream(Object) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Get a Stream of all issue boards for the specified project.
- getProjectKey() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getProjectLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a single project label.
- getProjectLabels(Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get all labels of the specified project.
- getProjectLabels(Object, int) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a Pager of all labels of the specified project.
- getProjectLabelsStream(Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Get a Stream of all labels of the specified project.
- getProjectLanguages(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get languages used in a project with percentage value.
- getProjectName() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getProjectName() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getProjectName() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getProjectNotificationSettings(long) - Method in class org.miaixz.bus.gitlab.NotificationSettingsApi
-
Get the notification settings for a project.
- getProjectPath() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getProjectPathWithNamespace() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getProjectRunners(Object) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
List all runners (specific and shared) available in the project.
- getProjectRunners(Object, int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
List all runners (specific and shared) available in the project.
- getProjectRunnersStream(Object) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream all runners (specific and shared) available in the project.
- getProjects() - Method in class org.miaixz.bus.gitlab.models.Group
- getProjects() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getProjects() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects accessible by the authenticated user.
- getProjects(int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager instance of projects accessible by the authenticated user.
- getProjects(int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects accessible by the authenticated user and in the specified page range.
- getProjects(Boolean, Visibility, Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects accessible by the authenticated user and matching the supplied filter parameters.
- getProjects(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of projects belonging to the specified group ID.
- getProjects(Object, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of projects belonging to the specified group ID.
- getProjects(Object, int, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of projects belonging to the specified group ID in the specified page range.
- getProjects(Object, GroupProjectsFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of projects belonging to the specified group ID and filter.
- getProjects(Object, GroupProjectsFilter, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of projects belonging to the specified group ID and filter.
- getProjects(String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects accessible by the authenticated user that match the provided search string.
- getProjects(String, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects accessible by the authenticated user that match the provided search string.
- getProjects(ProjectFilter) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Get a list of all visible projects across GitLab for the authenticated user in the specified page range using the provided filter.
- getProjectsCount() - Method in class org.miaixz.bus.gitlab.models.Associations
- getProjectsLimit() - Method in class org.miaixz.bus.gitlab.models.User
- getProjectsStream() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of projects accessible by the authenticated user.
- getProjectsStream(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of projects belonging to the specified group ID.
- getProjectsStream(Object, GroupProjectsFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of projects belonging to the specified group ID and filter.
- getProjectsStream(String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of projects accessible by the authenticated user that match the provided search string.
- getProjectsStream(ProjectFilter) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of all visible projects across GitLab for the authenticated user using the provided filter.
- getProjectStatistics(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the project fetch statistics for the last 30 days.
- getProjectUrl() - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- getProjectUrl() - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- getProjectUsers(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of project users.
- getProjectUsers(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of project users.
- getProjectUsers(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of project users matching the specified search string.
- getProjectUsers(Object, String, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of project users matching the specified search string.
- getProjectUsersStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of project users.
- getProjectUsersStream(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of project users matching the specified search string.
- getProjectVisibility() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getProjectVisibility() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getProperties() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getProperty(String) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getProperty(String, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getProtected() - Method in class org.miaixz.bus.gitlab.models.Branch
- getProtected() - Method in class org.miaixz.bus.gitlab.models.Variable
- getProtectedBranch(Object, String) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Get a single protected branch or wildcard protected branch.
- getProtectedBranches() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getProtectedBranches() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- getProtectedBranches(Object) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Gets a list of protected branches from a project.
- getProtectedBranches(Object, int) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Gets a Pager of protected branches from a project.
- getProtectedBranchesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ProtectedBranchesApi instance owned by this GitLabApi instance.
- getProtectedBranchesStream(Object) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Gets a Stream of protected branches from a project.
- getProtectedTag(Object, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Gets a single protected tag or wildcard protected tag
- getProtectedTags(Object) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Gets a list of protected tags from a project.
- getProtectedTags(Object, int) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Get a Pager of protected tags for a project.
- getProtectedTags(Object, int, int) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Gets a list of protected tags from a project and in the specified page range.
- getProtectedTagsStream(Object) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Get a Stream of protected tags for a project.
- getProvider() - Method in class org.miaixz.bus.gitlab.models.Identity
- getProvider() - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- getProvider() - Method in class org.miaixz.bus.gitlab.models.User
- getPublic() - Method in class org.miaixz.bus.gitlab.models.Project
- getPublicBuilds() - Method in class org.miaixz.bus.gitlab.models.Project
- getPublicEmail() - Method in class org.miaixz.bus.gitlab.models.User
- getPublicJobs() - Method in class org.miaixz.bus.gitlab.models.Project
- getPushAccessLevels() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getPushChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getPushChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getPushData() - Method in class org.miaixz.bus.gitlab.models.Event
- getPushEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getPushEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getPushEvents() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getPushEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getPushEventsBranchFilter() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getPushEventsBranchFilter() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getPushRules(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the project's push rules.
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.CommitStatusFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Get the query params specified by this filter.
- getQueryParams() - Method in class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
-
Get the query params specified by this filter.
- getQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.models.CommitStatusFilter
- getQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getQueryParams(int, int) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Get the query params specified by this filter.
- getQueuedDuration() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getQueuedDuration() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getQueuedDuration() - Method in class org.miaixz.bus.gitlab.models.Build
- getQueuedDuration() - Method in class org.miaixz.bus.gitlab.models.Job
- getQueuedDuration() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getQueuesCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getRawBlobContent(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get the raw file contents for a blob by blob SHA.
- getRawFile(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get the raw file contents for a file by commit sha and path.
- getRawFile(Object, String, String, File) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Get the raw file for the file by commit sha and path.
- getRawSnippetContent(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the raw project snippet as plain text.
- getRawUrl() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getReaderContentAsString(Reader) - Static method in class org.miaixz.bus.gitlab.support.GitlabRequest
-
Reads the content of a Reader instance and returns it as a String.
- getReadiness() - Method in class org.miaixz.bus.gitlab.HealthCheckApi
-
Get Health Checks from the readiness endpoint.
- getReadiness(String) - Method in class org.miaixz.bus.gitlab.HealthCheckApi
-
Get Health Checks from the readiness endpoint.
- getReadmeUrl() - Method in class org.miaixz.bus.gitlab.models.Project
- getRealSize() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getReason() - Method in exception class org.miaixz.bus.gitlab.GitLabApiException
-
Returns the HTTP status reason message, returns null if the causing error was not an HTTP related exception.
- getReassignIssue() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getReassignMergeRequest() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getRebaseInProgress() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getRebaseStatus(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Get the merge request info containing the status of a merge request rebase.
- getRecipients() - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- getRedisCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getRef() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- getRef() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getRef() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getRef() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getRef() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getRef() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getRef() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getRef() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getRef() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getRef() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getRef() - Method in class org.miaixz.bus.gitlab.models.EventData
- getRef() - Method in class org.miaixz.bus.gitlab.models.Job
- getRef() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getRef() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getRef() - Method in class org.miaixz.bus.gitlab.models.PushData
- getRef() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getRef() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getRef() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getReference() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getReferences() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getReferences() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getReferences() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getRefFetched() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getRefProtected() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getRefreshToken() - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- getRefs() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getRefType() - Method in class org.miaixz.bus.gitlab.models.PushData
- getRejectUnsignedCommits() - Method in class org.miaixz.bus.gitlab.models.PushRules
- getRelatedEpicLinkId() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getRelatedEpics(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all linked epics of an epic filtered according to the user authorizations.
- getRelatedEpics(Object, Long, int) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Get a Pager of all linked epics of an epic filtered according to the user authorizations.
- getRelatedEpicsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Gets all linked epics of an epic filtered according to the user authorizations to as a Stream.
- getRelationUrl() - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- getRelative() - Method in class org.miaixz.bus.gitlab.models.References
- getRelativePosition() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getRelativePosition() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getRelativePosition() - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- getRelativePosition() - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- getRelease() - Method in class org.miaixz.bus.gitlab.models.Tag
- getRelease(Object, String) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Get a Release for the given tag name.
- getReleasedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getReleasedAt() - Method in class org.miaixz.bus.gitlab.models.Release
- getReleasedAt() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getReleaseLinksApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ReleaseLinksApi instance owned by this GitLabApi instance.
- getReleases(Object) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Get a list of releases for a project, sorted by release date.
- getReleases(Object, int) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Get a Pager of releases for a project, sorted by release date.
- getReleasesAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getReleasesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ReleasesApi instance owned by this GitLabApi instance.
- getReleasesEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getReleasesEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getReleasesStream(Object) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Get a Stream of releases for a project, sorted by release date.
- getRemoteMirrors(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get all remote mirrors and their statuses for the specified project.
- getRemoteMirrors(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of remote mirrors and their statuses for the specified project.
- getRemoteMirrorsStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of all remote mirrors and their statuses for the specified project.
- getRemoved() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getRemoveSourceBranchAfterMerge() - Method in class org.miaixz.bus.gitlab.models.Project
- getRenamedFile() - Method in class org.miaixz.bus.gitlab.models.Changes
- getRenamedFile() - Method in class org.miaixz.bus.gitlab.models.Diff
- getRenderedImageUrl() - Method in class org.miaixz.bus.gitlab.models.Badge
- getRenderedLinkUrl() - Method in class org.miaixz.bus.gitlab.models.Badge
- getReopenIssue() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getReopenMergeRequest() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getReportType() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getRepositories(Object) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a list of registry repositories in a project.
- getRepositories(Object, int) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a Pager of registry repositories in a project.
- getRepositories(Object, int, int) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a list of registry repositories in a project that fall within the specified page parameters.
- getRepositoriesStream(Object) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a Stream of registry repositories in a project.
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getRepository() - Method in class org.miaixz.bus.gitlab.models.EventData
- getRepositoryAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getRepositoryApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the RepositoryApi instance owned by this GitLabApi instance.
- getRepositoryArchive(Object, RepositoryArchiveParams) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and Path (optional).
- getRepositoryArchive(Object, RepositoryArchiveParams, File) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.
- getRepositoryArchive(Object, RepositoryArchiveParams, File, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.
- getRepositoryArchive(Object, RepositoryArchiveParams, File, Constants.ArchiveFormat) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.
- getRepositoryArchive(Object, RepositoryArchiveParams, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and Path (optional).
- getRepositoryArchive(Object, RepositoryArchiveParams, Constants.ArchiveFormat) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get an archive of the complete repository by SHA (optional) and Path (optional).
- getRepositoryFileApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the RepositoryFileApi instance owned by this GitLabApi instance.
- getRepositoryObjectFormat() - Method in class org.miaixz.bus.gitlab.models.Project
- getRepositorySize() - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- getRepositorySize() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getRepositoryStorage() - Method in class org.miaixz.bus.gitlab.models.Project
- getRepositoryTag(Object, Long, String) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get details of a registry repository tag.
- getRepositoryTags(Object, Long) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a list of tags for given registry repository.
- getRepositoryTags(Object, Long, int) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a Pager of tags for given registry repository.
- getRepositoryTagsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.ContainerRegistryApi
-
Get a Stream of tags for given registry repository.
- getRepositoryUpdateEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getRepositoryUpdateEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getRepositoryUpdateEvents() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getRequestAccessEnabled() - Method in class org.miaixz.bus.gitlab.models.Group
- getRequestAccessEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getRequestDump(String, HttpServletRequest, boolean) - Static method in class org.miaixz.bus.gitlab.support.GitlabRequest
-
Build a String containing a multi-line dump of an HTTP request.
- getRequestedAt() - Method in class org.miaixz.bus.gitlab.models.AccessRequest
- getRequestQueryString() - Method in class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- getRequestQueryString() - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- getRequestQueryString() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- getRequestQueryString() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getRequestQueryString() - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- getRequestSecretToken() - Method in class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- getRequestSecretToken() - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- getRequestSecretToken() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- getRequestSecretToken() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getRequestSecretToken() - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- getRequestUrl() - Method in class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- getRequestUrl() - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- getRequestUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- getRequestUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getRequestUrl() - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- getRequirementsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getRequirementsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getRequirePasswordToApprove() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getResetApprovalsOnPush() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getResolvable() - Method in class org.miaixz.bus.gitlab.models.Note
- getResolved() - Method in class org.miaixz.bus.gitlab.models.Note
- getResolvedAt() - Method in class org.miaixz.bus.gitlab.models.Note
- getResolvedBy() - Method in class org.miaixz.bus.gitlab.models.Note
- getResolveOutdatedDiffDiscussions() - Method in class org.miaixz.bus.gitlab.models.Project
- getResourceAccessTokenEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getResourceId() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- getResourceId() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getResourceLabelEventsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ResourceLabelEventsApi instance owned by this GitLabApi instance.
- getResourceStateEventsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ResourceStateEventsApi instance owned by this GitLabApi instance.
- getResourceType() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- getResourceType() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getRestrictUserDefinedVariables() - Method in class org.miaixz.bus.gitlab.models.Project
- getResultType() - Method in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- getResultType() - Method in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- getResultType() - Method in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- getRetriesCount() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getReviewerId() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getReviewerIds() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getReviewers() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestChanges
- getReviewers() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getReviewers() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getRevision() - Method in class org.miaixz.bus.gitlab.models.Metadata
- getRevision() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getRevision() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getRevision() - Method in class org.miaixz.bus.gitlab.models.Version
- getRevoked() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getRoom() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getRules() - Method in class org.miaixz.bus.gitlab.models.ApprovalState
- getRuleType() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getRunner() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getRunner() - Method in class org.miaixz.bus.gitlab.models.Build
- getRunner() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getRunner() - Method in class org.miaixz.bus.gitlab.models.Job
- getRunnerDetail(Long) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get details of a runner.
- getRunners() - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all available runners available to the user.
- getRunners(int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all available runners available to the user.
- getRunners(int, int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of all available runners available to the user with pagination support.
- getRunners(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RunnersApi
-
Get a list of specific runners available to the user.
- getRunners(Runner.RunnerType, Runner.RunnerStatus, int, int) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a list of specific runners available to the user.
- getRunnersApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the RunnersApi instance owned by this GitLabApi instance.
- getRunnersStream() - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream of all available runners available to the user.
- getRunnersStream(Runner.RunnerType, Runner.RunnerStatus) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Get a Stream of all available runners available to the user with pagination support.
- getRunnersToken() - Method in class org.miaixz.bus.gitlab.models.Group
- getRunnersToken() - Method in class org.miaixz.bus.gitlab.models.Project
- getRunnerTokenExpirationInterval() - Method in class org.miaixz.bus.gitlab.models.Project
- getRunnerType() - Method in class org.miaixz.bus.gitlab.models.Runner
- getSamlGroupLinks(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get the list of SAML group links.
- getSamlProviderId() - Method in class org.miaixz.bus.gitlab.models.Identity
- getScope() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getScope() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getScope() - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- getScopes() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- getScopes() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getScopes() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getScopes() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getSearch() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getSearch() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getSearch() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getSearchApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the SearchApi instance owned by this GitLabApi instance.
- getSeconds() - Method in class org.miaixz.bus.gitlab.models.Duration
-
Get the number of seconds this duration represents.
- getSecret() - Method in class org.miaixz.bus.gitlab.models.Application
- getSecretPushProtectionEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getSecretToken() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the secret token.
- getSecretToken() - Method in interface org.miaixz.bus.gitlab.HookManager
-
Get the secret token that received hook events should be validated against.
- getSecretToken() - Method in class org.miaixz.bus.gitlab.SystemHookManager
-
Get the secret token that received hook events should be validated against.
- getSecretToken() - Method in class org.miaixz.bus.gitlab.WebHookManager
-
Get the secret token that received hook events should be validated against.
- getSecurityAndComplianceAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getSecurityAndComplianceEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getSelectiveCodeOwnerRemovals() - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- getSendFromCommitterEmail() - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- getSequence() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getServer() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getServiceDeskEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getServicesApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the ServicesApi instance owned by this GitLabApi instance.
- getSetting(String) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- getSetting(Setting) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- getSettings() - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- getSeverity() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getSeverity() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getSeverity() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getSha() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getSha() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getSha() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getSha() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getSha() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getSha() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getSha() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getSha() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getSha() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getSharedProjects() - Method in class org.miaixz.bus.gitlab.models.Group
- getSharedRunnersEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getSharedRunnersMinutesLimit() - Method in class org.miaixz.bus.gitlab.models.Group
- getSharedRunnersMinutesLimit() - Method in class org.miaixz.bus.gitlab.models.User
- getSharedStateCheck() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- getSharedWithGroups() - Method in class org.miaixz.bus.gitlab.models.Group
- getSharedWithGroups() - Method in class org.miaixz.bus.gitlab.models.Project
- getShort() - Method in class org.miaixz.bus.gitlab.models.References
- getShortId() - Method in class org.miaixz.bus.gitlab.models.Commit
- getShortRequestDump(String, boolean, HttpServletRequest) - Static method in class org.miaixz.bus.gitlab.support.GitlabRequest
-
Build a String containing a short multi-line dump of an HTTP request.
- getShortRequestDump(String, HttpServletRequest) - Static method in class org.miaixz.bus.gitlab.support.GitlabRequest
-
Build a String containing a very short multi-line dump of an HTTP request.
- getShortRevision() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getShortSha() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getShouldRemoveSourceBranch() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getShowDefaultAwardEmojis() - Method in class org.miaixz.bus.gitlab.models.Project
- getSimpleView() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getSingleGitLabCiYamlTemplate(String) - Method in class org.miaixz.bus.gitlab.GitLabCiYamlApi
-
Get a single GitLab CI/CD YAML template.
- getSize() - Method in class org.miaixz.bus.gitlab.models.Artifact
- getSize() - Method in class org.miaixz.bus.gitlab.models.ArtifactsFile
- getSize() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- getSize() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- getSize() - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- getSkipConfirmation() - Method in class org.miaixz.bus.gitlab.models.User
- getSkype() - Method in class org.miaixz.bus.gitlab.models.User
- getSlackService(Object) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Get the Slack notification settings for a project.
- getSlug() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getSlug() - Method in class org.miaixz.bus.gitlab.models.Environment
- getSlug() - Method in class org.miaixz.bus.gitlab.models.WikiPage
- getSlug() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getSnippet() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getSnippet(Long) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a specific Snippet.
- getSnippet(Long, boolean) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a specific Snippet.
- getSnippet(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a single of project snippet.
- getSnippetApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the SnippetsApi instance owned by this GitLabApi instance.
- getSnippetAwardEmoji(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get the specified award emoji for the specified snippet.
- getSnippetAwardEmojis(Object, Long) - Method in class org.miaixz.bus.gitlab.AwardEmojiApi
-
Get a list of award emoji for the specified snippet.
- getSnippetContent(Long) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get the content of a Snippet.
- getSnippetDiscussions(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of all discussions for the specified snippet.
- getSnippetDiscussions(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a list of discussions for the specified snippet.
- getSnippetDiscussionsPager(Object, Long, int) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Pager of Discussion instances for the specified snippet.
- getSnippetDiscussionsStream(Object, Long) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Get a Stream of Discussion instances for the specified snippet.
- getSnippets() - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a list of the authenticated user's snippets.
- getSnippets(boolean) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a list of the authenticated user's snippets.
- getSnippets(int) - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a Pager of the authenticated user's snippets.
- getSnippets(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of the project snippets.
- getSnippets(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of project's snippets.
- getSnippets(Object, int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of project snippets.
- getSnippetsAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getSnippetsEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getSnippetsStream() - Method in class org.miaixz.bus.gitlab.SnippetsApi
-
Get a Stream of the authenticated user's snippets.
- getSnippetsStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of the project snippets.
- getSort() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getSort() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getSortedHeaders(Set<Map.Entry<String, List<String>>>) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- getSortOrder() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getSource() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getSource() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getSource() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getSourceBranch() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getSourceBranch() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getSourceBranch() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getSourceEpic() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- getSourceId() - Method in class org.miaixz.bus.gitlab.models.Membership
- getSourceIssue() - Method in class org.miaixz.bus.gitlab.models.IssueLink
- getSourceName() - Method in class org.miaixz.bus.gitlab.models.Membership
- getSourceProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getSourceProjectId() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getSourceRule() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getSources() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- getSources() - Method in class org.miaixz.bus.gitlab.models.Assets
- getSourceType() - Method in class org.miaixz.bus.gitlab.models.Membership
- getSourceUrl() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- getSourceUrl() - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- getSourceUrl() - Method in class org.miaixz.bus.gitlab.ProjectLicense
- getSquash() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getSquashCommitSha() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getSquashCommitTemplate() - Method in class org.miaixz.bus.gitlab.models.Project
- getSquashOption() - Method in class org.miaixz.bus.gitlab.models.Project
- getSshKey(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a single SSH Key.
- getSshKeys() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of currently authenticated user's SSH keys.
- getSshKeys(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of a specified user's SSH keys.
- getSshUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getSshUrlToRepo() - Method in class org.miaixz.bus.gitlab.models.Project
- getStage() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getStage() - Method in class org.miaixz.bus.gitlab.models.Build
- getStage() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getStage() - Method in class org.miaixz.bus.gitlab.models.Job
- getStages() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getStarCount() - Method in class org.miaixz.bus.gitlab.models.Project
- getStarredProjects() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects starred by the authenticated user.
- getStarredProjects(int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of projects starred by the authenticated user.
- getStarredProjects(int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of projects starred by the authenticated user in the specified page range.
- getStarredProjectsStream() - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of projects starred by the authenticated user.
- getStartBranch() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getStartCommitSha() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getStartDate() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getStartDate() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getStartDate() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getStartDateIsFixed() - Method in class org.miaixz.bus.gitlab.models.Epic
- getStartDateIsFixed() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- getStartedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getStartedAt() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getStartedAt() - Method in class org.miaixz.bus.gitlab.models.Build
- getStartedAt() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getStartedAt() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getStartedAt() - Method in class org.miaixz.bus.gitlab.models.Job
- getStartedAt() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getStartline() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- getStartProject() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getStartsAt() - Method in class org.miaixz.bus.gitlab.models.License
- getStartSha() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getStartSha() - Method in class org.miaixz.bus.gitlab.models.DiffRef
- getStartSha() - Method in class org.miaixz.bus.gitlab.models.Position
- getState() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getState() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getState() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getState() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getState() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getState() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getState() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getState() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getState() - Method in class org.miaixz.bus.gitlab.models.Environment
- getState() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- getState() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getState() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getState() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getState() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getState() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getState() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- getState() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getState() - Method in class org.miaixz.bus.gitlab.models.Todo
- getStateId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getStateId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getStateId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getStatistics() - Method in class org.miaixz.bus.gitlab.models.Group
- getStatistics() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics
- getStatistics() - Method in class org.miaixz.bus.gitlab.models.Project
- getStats() - Method in class org.miaixz.bus.gitlab.models.Commit
- getStats() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- getStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- getStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getStatus() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Build
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Commit
- getStatus() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getStatus() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getStatus() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getStatus() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- getStatus() - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Job
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getStatus() - Method in class org.miaixz.bus.gitlab.models.Runner
- getStatusChangedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getStCommits() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getStDiff() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getStDiffs() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getStorageSize() - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- getStorageSize() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getSubgroupCreationLevel() - Method in class org.miaixz.bus.gitlab.models.Group
- getSubgroupEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getSubGroups(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of visible direct subgroups in this group.
- getSubGroups(Object, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GroupApi
-
Get a list of visible direct subgroups in this group.
- getSubGroupsStream(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GroupApi
-
Get a Stream of visible direct subgroups in this group.
- getSubscribed() - Method in class org.miaixz.bus.gitlab.models.Epic
- getSubscribed() - Method in class org.miaixz.bus.gitlab.models.Issue
- getSubscribed() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getSuccessPipeline() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- getSudoAsId() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the current sudo as ID, will return null if not in sudo mode.
- getSuggestionCommitMessage() - Method in class org.miaixz.bus.gitlab.models.Project
- getSystem() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getSystem() - Method in class org.miaixz.bus.gitlab.models.Note
- getSystemHook(Long) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Get a list of all system hooks.
- getSystemHooks() - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Get a list of all system hooks.
- getSystemHooks(int) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Get a Pager of all system hooks.
- getSystemHooks(int, int) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Get a list of all system hooks using the specified page and per page settings.
- getSystemHooksApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the SystemHooksApi instance owned by this GitLabApi instance.
- getSystemHookStream() - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Get a Stream of all system hooks.
- getTag() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getTag() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getTag() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getTag() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getTag() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getTag() - Method in class org.miaixz.bus.gitlab.models.Job
- getTag() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getTag(Object, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Get a specific repository tag determined by its name.
- getTagList() - Method in class org.miaixz.bus.gitlab.models.Job
- getTagList() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getTagName() - Method in class org.miaixz.bus.gitlab.models.Release
- getTagName() - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- getTagName() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- getTagPath() - Method in class org.miaixz.bus.gitlab.models.Release
- getTagPushChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getTagPushChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getTagPushEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getTagPushEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getTagPushEvents() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getTagPushEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getTags() - Method in class org.miaixz.bus.gitlab.models.Runner
- getTags(Object) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Get a list of repository tags from a project, sorted by name in reverse alphabetical order.
- getTags(Object, int) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GitLabApi
-
Gets the TagsApi instance owned by this GitLabApi instance.
- getTagsStream(Object) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.TagsApi
-
Get a Stream of repository tags from a project, sorted by name in reverse alphabetical order.
- getTarget() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTarget() - Method in class org.miaixz.bus.gitlab.models.Todo
- getTargetBranch() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTargetBranch() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getTargetBranch() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getTargetDetails() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getTargetEpic() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- getTargetId() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getTargetId() - Method in class org.miaixz.bus.gitlab.models.Event
- getTargetIid() - Method in class org.miaixz.bus.gitlab.models.Event
- getTargetIssue() - Method in class org.miaixz.bus.gitlab.models.IssueLink
- getTargetProjectId() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTargetProjectId() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getTargetTitle() - Method in class org.miaixz.bus.gitlab.models.Event
- getTargetType() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getTargetType() - Method in class org.miaixz.bus.gitlab.models.Event
- getTargetType() - Method in class org.miaixz.bus.gitlab.models.Todo
- getTargetUrl() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- getTargetUrl() - Method in class org.miaixz.bus.gitlab.models.Todo
- getTaskCompletionStatus() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getTaskCompletionStatus() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getTaskStatus() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getTemplate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getTemplateName() - Method in class org.miaixz.bus.gitlab.models.Project
- getText() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getText() - Method in class org.miaixz.bus.gitlab.models.MarkdownRequest
- getTextColor() - Method in class org.miaixz.bus.gitlab.models.Label
- getThemeId() - Method in class org.miaixz.bus.gitlab.models.User
- getTier() - Method in class org.miaixz.bus.gitlab.models.Environment
- getTimeChange() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getTimeChange() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTimeChange() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getTimeEstimate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getTimeEstimate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTimeEstimate() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getTimeEstimate() - Method in class org.miaixz.bus.gitlab.models.TimeStats
- getTimestamp() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getTimestamp() - Method in class org.miaixz.bus.gitlab.models.Commit
- getTimestamp() - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Get a ISO8601 formatted string for the current date and time.
- getTimestamp(boolean) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Get a ISO8601formatted string for the current date and time.
- getTimeStats() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getTimeStats() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getTimeTrackingStats(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Get time tracking stats.
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getTitle() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getTitle() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getTitle() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Commit
- getTitle() - Method in class org.miaixz.bus.gitlab.models.DeployKey
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Event
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Key
- getTitle() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Note
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getTitle() - Method in class org.miaixz.bus.gitlab.models.SshKey
- getTitle() - Method in class org.miaixz.bus.gitlab.models.Topic
- getTitle() - Method in class org.miaixz.bus.gitlab.models.WikiPage
- getTitle() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getTo() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- getTo() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getTodos(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.TodosApi
-
Returns a Pager of todos that match the provided filter params.
- getTodosApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the TodosApi instance owned by this GitLabApi instance.
- getTodosStream(Constants.TodoAction, Long, Long, Long, Constants.TodoState, Constants.TodoType) - Method in class org.miaixz.bus.gitlab.TodosApi
-
Get a List of all todos that match the provided filter params.
- getToken() - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- getToken() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- getToken() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getToken() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getToken() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getToken() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getToken() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getToken() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getToken() - Method in class org.miaixz.bus.gitlab.services.HipChatService
- getTokenExpiresAt() - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- getTokenType() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the TokenType this client is using.
- getTokenType() - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- getTooltip() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- getTopic(Integer) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Get all details of a topic.
- getTopics() - Method in class org.miaixz.bus.gitlab.models.Project
- getTopics() - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Get a list of Topics.
- getTopics(int) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Get a Pager of topics.
- getTopics(int, int) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Get a list of topics in the specified page range.
- getTopicsApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the TagsApi instance owned by this GitLabApi instance.
- getTopicsStream() - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Get a Stream of topics.
- getTotal() - Method in class org.miaixz.bus.gitlab.models.CommitStats
- getTotal() - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
- getTotalCommitsCount() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getTotalCommitsCount() - Method in class org.miaixz.bus.gitlab.models.EventData
- getTotalItems() - Method in class org.miaixz.bus.gitlab.Pager
-
Get the total number of items (T instances) returned by the GitLab API.
- getTotalPages() - Method in class org.miaixz.bus.gitlab.Pager
-
Get the total number of pages returned by the GitLab API.
- getTotalProjectsCount() - Method in class org.miaixz.bus.gitlab.models.Topic
- getTotalSize() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- getTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getTotalTimeSpent() - Method in class org.miaixz.bus.gitlab.models.TimeStats
- getTrace(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Get a trace of a specific job of a project
- getTrailer() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getTree(Object) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a list of repository files and directories in a project.
- getTree(Object, int) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Pager of repository files and directories in a project.
- getTree(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a list of repository files and directories in a project.
- getTree(Object, String, String, int) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Pager of repository files and directories in a project.
- getTree(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a list of repository files and directories in a project.
- getTree(Object, String, String, Boolean, int) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Pager of repository files and directories in a project.
- getTreeStream(Object) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Stream of repository files and directories in a project.
- getTreeStream(Object, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Stream of repository files and directories in a project.
- getTreeStream(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Get a Stream of repository files and directories in a project.
- getTwitter() - Method in class org.miaixz.bus.gitlab.models.User
- getTwoFactorEnabled() - Method in class org.miaixz.bus.gitlab.models.User
- getType() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getType() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getType() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getType() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getType() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getType() - Method in class org.miaixz.bus.gitlab.models.CommitRef
- getType() - Method in class org.miaixz.bus.gitlab.models.GitLabFormValue
- getType() - Method in class org.miaixz.bus.gitlab.models.Note
- getType() - Method in class org.miaixz.bus.gitlab.models.TreeItem
- getUnprotectAccessLevels() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- getUpdatedAfter() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getUpdatedAfter() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getUpdatedAfter() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getUpdatedAfter() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Note
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Project
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.models.Trigger
- getUpdatedAt() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getUpdatedBefore() - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- getUpdatedBefore() - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- getUpdatedBefore() - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- getUpdatedBefore() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getUpdatedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- getUpdatedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getUpdatedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getUpdatedById() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getUpdateStatus() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getUploadedBy() - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- getUploadFiles(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get all uploads of the group sorted by created_at in descending order.
- getUploadFiles(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get all uploads of the project sorted by created_at in descending order.
- getUpvote() - Method in class org.miaixz.bus.gitlab.models.Note
- getUpvotes() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getUpvotes() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getUpvotes() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseSource
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- getUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- getUrl() - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- getUrl() - Method in class org.miaixz.bus.gitlab.models.Assets.Source
- getUrl() - Method in class org.miaixz.bus.gitlab.models.Commit
- getUrl() - Method in class org.miaixz.bus.gitlab.models.FileUpload
- getUrl() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getUrl() - Method in class org.miaixz.bus.gitlab.models.Link
- getUrl() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getUrl() - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- getUrl() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- getUrl() - Method in class org.miaixz.bus.gitlab.models.Repository
- getUrl() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getUrl() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment.Link
- getUrl() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getUrlVariables() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- getUrlWithBase(Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Construct a REST URL with the specified path arguments using Gitlab base url.
- getUseCustomTemplate() - Method in class org.miaixz.bus.gitlab.models.Project
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- getUser() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- getUser() - Method in class org.miaixz.bus.gitlab.models.ApprovedBy
- getUser() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- getUser() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getUser() - Method in class org.miaixz.bus.gitlab.models.Build
- getUser() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getUser() - Method in class org.miaixz.bus.gitlab.models.Deployment
- getUser() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- getUser() - Method in class org.miaixz.bus.gitlab.models.Job
- getUser() - Method in class org.miaixz.bus.gitlab.models.Key
- getUser() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- getUser() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a single user.
- getUser(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Lookup a user by username.
- getUserAgentHeader() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Returns the configured custom 'User-Agent' header value
- getUserAgentHeader() - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Returns the configured custom 'User-Agent' header value
- getUserApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the UserApi instance owned by this GitLabApi instance.
- getUserAvatar() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getUserAvatar() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getUserByEmail(String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Lookup a user by email address.
- getUserByExternalUid(String, String) - Method in class org.miaixz.bus.gitlab.UserApi
-
Lookup a user by external UID.
- getUserBySSHKeyFingerprint(String) - Method in class org.miaixz.bus.gitlab.KeysApi
- getUserEmail() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getUserEmail() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getUserEmail() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getUserEmail() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getUserEvents(Object, Constants.ActionType, Constants.TargetType, Date, Date, Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.EventsApi
-
Get a Stream of events for the specified user.
- getUserId() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getUserId() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getUserId() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getUserId() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getUserId() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getUserId() - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- getUserId() - Method in class org.miaixz.bus.gitlab.models.EventData
- getUserId() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- getUserId() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- getUserId() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- getUserId() - Method in class org.miaixz.bus.gitlab.models.SshKey
- getUserIdOrUsername(Object) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Returns the user ID or path from the provided Long, String, or User instance.
- getUserLimit() - Method in class org.miaixz.bus.gitlab.models.License
- getUsername() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- getUsername() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- getUsername() - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- getUsername() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getUsername() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- getUsername() - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- getUsername() - Method in class org.miaixz.bus.gitlab.services.JiraService
- getUsername() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getUsername() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getUserName() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getUserName() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- getUserName() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getUserName() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getUserName() - Method in class org.miaixz.bus.gitlab.models.EventData
- getUserNotesCount() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getUserNotesCount() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getUserProjects(Object, ProjectFilter) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of visible projects owned by the given user.
- getUserProjects(Object, ProjectFilter, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of visible projects owned by the given user.
- getUserProjects(Object, ProjectFilter, int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of visible projects owned by the given user in the specified page range.
- getUserProjectsStream(Object, ProjectFilter) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of visible projects owned by the given user.
- getUsers() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- getUsers() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of users.
- getUsers(int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a Pager of users.
- getUsers(int, int) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a list of users using the specified page and per page settings.
- getUsersStream() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get a Stream of users.
- getUserUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- getUserUsername() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- getUserUsername() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- getUserUsername() - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- getValidationErrors() - Method in exception class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.CustomAttribute
- getValue() - Method in class org.miaixz.bus.gitlab.models.GitLabFormValue
- getValue() - Method in class org.miaixz.bus.gitlab.models.JobAttribute
- getValue() - Method in class org.miaixz.bus.gitlab.models.Variable
- getVariable(Object, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get the details of a group variable.
- getVariable(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get the details of a project variable.
- getVariables() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- getVariables() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- getVariables(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get list of a group’s variables.
- getVariables(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get list of a project's variables.
- getVariables(Object, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Pager of variables belonging to the specified group.
- getVariables(Object, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Pager of variables belonging to the specified project.
- getVariables(Object, int, int) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a list of variables for the specified group in the specified page range.
- getVariables(Object, int, int) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a list of variables for the specified project in the specified page range.
- getVariablesStream(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Get a Stream of variables belonging to the specified group.
- getVariablesStream(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Get a Stream of variables belonging to the specified project.
- getVariableType() - Method in class org.miaixz.bus.gitlab.models.Variable
- getVerificationStatus() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- getVersion() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Get the version info for the GitLab server using the GitLab Version API.
- getVersion() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- getVersion() - Method in class org.miaixz.bus.gitlab.models.Metadata
- getVersion() - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- getVersion() - Method in class org.miaixz.bus.gitlab.models.Package
- getVersion() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- getVersion() - Method in class org.miaixz.bus.gitlab.models.Version
- getVersionId() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- getVisibility() - Method in class org.miaixz.bus.gitlab.models.Group
- getVisibility() - Method in class org.miaixz.bus.gitlab.models.Project
- getVisibility() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getVisibility_level() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- getVisibilityLevel() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getVisibilityLevel() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- getVisibilityLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getWallEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getWarnAboutPotentiallyUnwantedCharacters() - Method in class org.miaixz.bus.gitlab.models.Project
- getWebhook() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getWebhook() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getWebsiteUrl() - Method in class org.miaixz.bus.gitlab.models.User
- getWebUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- getWebUrl() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Branch
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Bridge
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Commit
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Deployable
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Iteration
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Job
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Milestone
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Namespace
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Project
- getWebUrl() - Method in class org.miaixz.bus.gitlab.models.Snippet
- getWeight() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- getWeight() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- getWeight() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- getWeight() - Method in class org.miaixz.bus.gitlab.models.Board
- getWhen() - Method in class org.miaixz.bus.gitlab.models.Build
- getWhen() - Method in class org.miaixz.bus.gitlab.models.Job
- getWidth() - Method in class org.miaixz.bus.gitlab.models.Position
- getWiki() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- getWikiAccessLevel() - Method in class org.miaixz.bus.gitlab.models.Project
- getWikiEnabled() - Method in class org.miaixz.bus.gitlab.models.Project
- getWikiPageChannel() - Method in class org.miaixz.bus.gitlab.services.MattermostService
- getWikiPageChannel() - Method in class org.miaixz.bus.gitlab.services.SlackService
- getWikiPageEvents() - Method in class org.miaixz.bus.gitlab.models.GroupHook
- getWikiPageEvents() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- getWikiPageEvents() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- getWikisApi() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Gets the WikisApi instance owned by this GitLabApi instance.
- getWikiSize() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- getWip() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- getWithAccepts(MultivaluedMap<String, String>, String, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- getWorkInProgress() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- getX() - Method in class org.miaixz.bus.gitlab.models.Position
- getY() - Method in class org.miaixz.bus.gitlab.models.Position
- getYamlErrors() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- GITALY_TIMEOUT_DEFAULT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Default Gitaly timeout, in seconds.
- GITALY_TIMEOUT_FAST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Gitaly fast operation timeout, in seconds.
- GITALY_TIMEOUT_MEDIUM - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Medium Gitaly timeout, in seconds.
- GITLAB_DEDICATED_INSTANCE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether the instance was provisioned for GitLab Dedicated.
- GITLAB_ENVIRONMENT_TOOLKIT_INSTANCE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether the instance was provisioned with the GitLab Environment Toolkit for Service Ping reporting.
- GITLAB_SHELL_OPERATION_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of Git operations per minute a user can perform.
- gitLabApi - Variable in class org.miaixz.bus.gitlab.AbstractApi
- GitLabApi - Class in org.miaixz.bus.gitlab
-
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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GitLabApi
-
Constructs a GitLabApi instance set up to interact with the GitLab server specified by GitLab API version.
- GitLabApi.ApiVersion - Enum Class in org.miaixz.bus.gitlab
-
Specifies the version of the GitLab API to communicate with.
- GitLabApiClient - Class in org.miaixz.bus.gitlab
-
This class utilizes the Jersey client package to communicate with a GitLab API endpoint.
- GitLabApiClient(String, String) - Constructor for class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GitLabApiClient
-
Construct an instance to communicate with a GitLab API server using the specified GitLab API version, server URL and private token.
- GitLabApiException - Exception Class in org.miaixz.bus.gitlab
-
This is the exception that will be thrown if any exception occurs while communicating with a GitLab API endpoint.
- GitLabApiException(Response) - Constructor for exception class org.miaixz.bus.gitlab.GitLabApiException
-
Create a GitLabApiException instance based on the ClientResponse.
- GitLabApiException(Exception) - Constructor for exception class org.miaixz.bus.gitlab.GitLabApiException
-
Create a GitLabApiException instance based on the exception.
- GitLabApiException(String) - Constructor for exception class org.miaixz.bus.gitlab.GitLabApiException
-
Create a GitLabApiException instance with the specified message.
- GitLabApiException(String, int) - Constructor for exception class org.miaixz.bus.gitlab.GitLabApiException
-
Create a GitLabApiException instance with the specified message and HTTP status code.
- GitLabApiForm - Class in org.miaixz.bus.gitlab
-
This class extends the standard JAX-RS Form class to make it fluent.
- GitLabApiForm() - Constructor for class org.miaixz.bus.gitlab.GitLabApiForm
- GitLabApiForm(int, int) - Constructor for class org.miaixz.bus.gitlab.GitLabApiForm
-
Create a GitLabApiForm instance with the "page", and "per_page" parameters preset.
- GitLabApiForm(MultivaluedHashMap<String, String>) - Constructor for class org.miaixz.bus.gitlab.GitLabApiForm
- GitLabApiForm(GitLabForm) - Constructor for class org.miaixz.bus.gitlab.GitLabApiForm
- GitLabCiTemplate - Class in org.miaixz.bus.gitlab.models
- GitLabCiTemplate() - Constructor for class org.miaixz.bus.gitlab.models.GitLabCiTemplate
- GitLabCiTemplateElement - Class in org.miaixz.bus.gitlab.models
- GitLabCiTemplateElement() - Constructor for class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
- GitLabCiYamlApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab CI YAML API calls.
- GitLabCiYamlApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.GitLabCiYamlApi
- GitLabForm - Class in org.miaixz.bus.gitlab.models
- GitLabForm() - Constructor for class org.miaixz.bus.gitlab.models.GitLabForm
- GitLabForm(int, int) - Constructor for class org.miaixz.bus.gitlab.models.GitLabForm
-
Create a GitLabApiForm instance with the "page", and "per_page" parameters preset.
- GitLabFormValue - Class in org.miaixz.bus.gitlab.models
- GitLabFormValue(Object, GitLabFormValueType, boolean) - Constructor for class org.miaixz.bus.gitlab.models.GitLabFormValue
- GitLabFormValueType - Enum Class in org.miaixz.bus.gitlab.models
- GitlabRequest - Class in org.miaixz.bus.gitlab.support
- GitlabRequest() - Constructor for class org.miaixz.bus.gitlab.support.GitlabRequest
- GITPOD_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: gitpod_url) Enable Gitpod integration.
- GITPOD_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Gitpod instance URL for integration.
- GLOBAL - Enum constant in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- globalSearch(Constants.SearchScope<T>, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search globally across the GitLab instance.
- globalSearch(Constants.SearchScope<T>, String, int) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search globally across the GitLab instance.
- globalSearchStream(Constants.SearchScope<T>, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search globally across the GitLab instance.
- GOLANG - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- GpgKey - Class in org.miaixz.bus.gitlab.models
- GpgKey() - Constructor for class org.miaixz.bus.gitlab.models.GpgKey
- GpgSignature - Class in org.miaixz.bus.gitlab.models
- GpgSignature() - Constructor for class org.miaixz.bus.gitlab.models.GpgSignature
- GRAFANA_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Grafana.
- GRAFANA_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Grafana URL.
- GRAVATAR_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Gravatar.
- Group - Class in org.miaixz.bus.gitlab.models
- Group() - Constructor for class org.miaixz.bus.gitlab.models.Group
- GROUP - Enum constant in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
- GROUP_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_CREATE_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- GROUP_DESTROY_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- GROUP_DOWNLOAD_EXPORT_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_EXPORT_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_IMPORT_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_INVITED_GROUPS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_LABEL - Enum constant in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
- GROUP_MEMBER_REMOVED_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- GROUP_OWNERS_CAN_MANAGE_DEFAULT_BRANCH_PROTECTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Prevent overrides of default branch protection.
- GROUP_PROJECTS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_RENAME_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- GROUP_RUNNER_TOKEN_EXPIRATION_INTERVAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Set the expiration time (in seconds) of authentication tokens of newly registered group runners.
- GROUP_SHARED_GROUPS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- GROUP_TYPE - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
- Group.Statistics - Class in org.miaixz.bus.gitlab.models
- GroupAccessToken - Class in org.miaixz.bus.gitlab.models
- GroupAccessToken() - Constructor for class org.miaixz.bus.gitlab.models.GroupAccessToken
- GroupApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab groups calls.
- GroupApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.GroupApi
- GroupFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Groups when getting lists of groups.
- GroupFilter() - Constructor for class org.miaixz.bus.gitlab.models.GroupFilter
- GroupHook - Class in org.miaixz.bus.gitlab.models
- GroupHook() - Constructor for class org.miaixz.bus.gitlab.models.GroupHook
- GroupHookParams - Class in org.miaixz.bus.gitlab.models
- GroupHookParams() - Constructor for class org.miaixz.bus.gitlab.models.GroupHookParams
- GroupMemberSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- GroupMemberSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- GroupParams - Class in org.miaixz.bus.gitlab.models
-
This class is utilized by the
org.miaixz.bus.gitlab.GroupApi#createGroup(GroupParams)andorg.miaixz.bus.gitlab.GroupApi#updateGroup(Object, GroupParams)methods to set the parameters for the call to the GitLab API. - GroupParams() - Constructor for class org.miaixz.bus.gitlab.models.GroupParams
- GroupProjectsFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Projects when getting lists of projects for a specified group.
- GroupProjectsFilter() - Constructor for class org.miaixz.bus.gitlab.models.GroupProjectsFilter
- GROUPS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- groupSearch(Object, Constants.GroupSearchScope<T>, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified group.
- groupSearch(Object, Constants.GroupSearchScope<T>, String, int) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified group.
- GroupSearchScope(String, Class<T>) - Constructor for class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- groupSearchStream(Object, Constants.GroupSearchScope<T>, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified group.
- GroupSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- GroupSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- GUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
H
- handle(Exception) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Wraps an exception in a GitLabApiException if needed.
- handleEvent(HttpServletRequest) - Method in interface org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.SystemHookManager
-
Verifies the provided Event and fires it off to the registered listeners.
- handleEvent(Event) - Method in class org.miaixz.bus.gitlab.WebHookManager
-
Verifies the provided Event and fires it off to the registered listeners.
- handleRequest(HttpServletRequest) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.WebHookManager
-
Parses and verifies an Event instance from the HTTP request and fires it off to the registered listeners.
- hashCode() - Method in exception class org.miaixz.bus.gitlab.GitLabApiException
- HASHED_STORAGE_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.Pager
-
Returns the true if there are additional pages to iterate over, otherwise returns false.
- hasValidationErrors() - Method in exception class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.support.AccessToken
- HEALTH_CHECK_ACCESS_TOKEN_REGEX - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- HealthCheckApi - Class in org.miaixz.bus.gitlab
- HealthCheckApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.HealthCheckApi
- HealthCheckInfo - Class in org.miaixz.bus.gitlab.models
- HealthCheckInfo() - Constructor for class org.miaixz.bus.gitlab.models.HealthCheckInfo
- HealthCheckItem - Class in org.miaixz.bus.gitlab.models
- HealthCheckItem() - Constructor for class org.miaixz.bus.gitlab.models.HealthCheckItem
- HealthCheckStatus - Enum Class in org.miaixz.bus.gitlab.models
- HELM - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- HELP_PAGE_DOCUMENTATION_BASE_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- HELP_PAGE_HIDE_COMMERCIAL_CONTENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Hide marketing-related entries from help.
- HELP_PAGE_SUPPORT_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Alternate support URL for help page and help dropdown.
- HELP_PAGE_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Custom text displayed on the help page.
- HELP_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) GitLab server administrator information
- HIDDEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
- HIDE_THIRD_PARTY_OFFERS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Do not display offers from third parties within GitLab.
- HipChatService - Class in org.miaixz.bus.gitlab.services
- HipChatService() - Constructor for class org.miaixz.bus.gitlab.services.HipChatService
- HOME_PAGE_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Redirect to this URL when not logged in.
- HookManager - Interface in org.miaixz.bus.gitlab
-
This interface provides a base class handler for processing GitLab Web Hook and System Hook callouts.
- HOUSEKEEPING_BITMAPS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLEDEnable Git pack file bitmap creation. - HOUSEKEEPING_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLEDNumber of Git pushes after which an incremental git repack is run. - HOUSEKEEPING_GC_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLEDNumber of Git pushes after which git gc is run. - HOUSEKEEPING_INCREMENTAL_REPACK_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.HOUSEKEEPING_ENABLEDNumber of Git pushes after which an incremental git repack is run. - HOUSEKEEPING_OPTIMIZE_REPOSITORY_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Number of Git pushes after which an incremental git repack is run.
- HTML_EMAILS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable HTML emails.
I
- ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- Identity - Class in org.miaixz.bus.gitlab.models
- Identity() - Constructor for class org.miaixz.bus.gitlab.models.Identity
- IID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- IIDS - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- IMAGE - Enum constant in enum class org.miaixz.bus.gitlab.models.Position.PositionType
- ImpersonationToken - Class in org.miaixz.bus.gitlab.models
- ImpersonationToken() - Constructor for class org.miaixz.bus.gitlab.models.ImpersonationToken
- ImpersonationToken.Scope - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to specify the scope of an ImpersonationToken.
- IMPORT_SOURCES - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- ImportExportApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API project import/export calls.
- ImportExportApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ImportExportApi
- ImportStatus - Class in org.miaixz.bus.gitlab.models
- ImportStatus() - Constructor for class org.miaixz.bus.gitlab.models.ImportStatus
- ImportStatus.Status - Enum Class in org.miaixz.bus.gitlab.models
-
Enum representing the status of the import.
- INACTIVE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
- INACTIVE_PROJECTS_DELETE_AFTER_MONTHS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
If delete_inactive_projects is true, the time (in months) to wait before deleting inactive projects.
- INACTIVE_PROJECTS_MIN_SIZE_MB - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
If delete_inactive_projects is true, the minimum repository size for projects to be checked for inactivity.
- INACTIVE_PROJECTS_SEND_WARNING_EMAIL_AFTER_MONTHS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
If delete_inactive_projects is true, sets the time (in months) to wait before emailing maintainers that the project is scheduled be deleted because it is inactive.
- INCLUDE_OPTIONAL_METRICS_IN_SERVICE_PING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Whether or not optional metrics are enabled in Service Ping.
- INSTANCE_LEVEL_AI_BETA_FEATURES_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- INSTANCE_STATISTICS_VISIBILITY_PRIVATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
When set to true Instance statistics will only be available to admins.
- INSTANCE_TYPE - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
- INTERNAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Visibility
- INVALID - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- INVISIBLE_CAPTCHA_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Invisible CAPTCHA spam detection during sign-up.
- INVITATION_FLOW_ENFORCEMENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- invocation(URL, MultivaluedMap<String, String>) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
- invocation(URL, MultivaluedMap<String, String>, String) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
- IS_BLOCKED_BY - Enum constant in enum class org.miaixz.bus.gitlab.models.LinkType
- isActive() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- isActive() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- isAllowFailure() - Method in class org.miaixz.bus.gitlab.models.Bridge
- isAllowFailure() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- isApiVersion(GitLabApi.ApiVersion) - Method in class org.miaixz.bus.gitlab.AbstractApi
- isFeatured() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- isGfm() - Method in class org.miaixz.bus.gitlab.models.MarkdownRequest
- isIssueTodo() - Method in class org.miaixz.bus.gitlab.models.Todo
- isMergeRequestTodo() - Method in class org.miaixz.bus.gitlab.models.Todo
- ISO8601 - Class in org.miaixz.bus.gitlab.support
-
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
- ISO8601() - Constructor for class org.miaixz.bus.gitlab.support.ISO8601
- isRequired() - Method in class org.miaixz.bus.gitlab.models.GitLabFormValue
- isRevoked() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- isRevoked() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- isSubscribed() - Method in class org.miaixz.bus.gitlab.models.Label
- Issue - Class in org.miaixz.bus.gitlab.models
- Issue() - Constructor for class org.miaixz.bus.gitlab.models.Issue
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueEvent.ResourceType
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
- ISSUE - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- ISSUE_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- IssueChanges - Class in org.miaixz.bus.gitlab.hooks.web
- IssueChanges() - Constructor for class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- IssueEpic - Class in org.miaixz.bus.gitlab.models
- IssueEpic() - Constructor for class org.miaixz.bus.gitlab.models.IssueEpic
- IssueEvent - Class in org.miaixz.bus.gitlab.hooks.web
- IssueEvent - Class in org.miaixz.bus.gitlab.models
- IssueEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- IssueEvent() - Constructor for class org.miaixz.bus.gitlab.models.IssueEvent
- IssueEvent.ObjectAttributes - Class in org.miaixz.bus.gitlab.hooks.web
- IssueEvent.ResourceType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the state events resource type.
- IssueFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter issues when getting lists of them.
- IssueFilter() - Constructor for class org.miaixz.bus.gitlab.models.IssueFilter
- IssueFilter.IssueField - Enum Class in org.miaixz.bus.gitlab.models
- IssueLink - Class in org.miaixz.bus.gitlab.models
- IssueLink() - Constructor for class org.miaixz.bus.gitlab.models.IssueLink
- ISSUES - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- ISSUES - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- ISSUES - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- ISSUES_CREATE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ISSUES_URL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- IssuesApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API Issue calls.
- IssuesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.IssuesApi
- IssuesStatistics - Class in org.miaixz.bus.gitlab.models
- IssuesStatistics() - Constructor for class org.miaixz.bus.gitlab.models.IssuesStatistics
- IssuesStatistics.Counts - Class in org.miaixz.bus.gitlab.models
- IssuesStatistics.Statistics - Class in org.miaixz.bus.gitlab.models
- IssuesStatisticsFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter issues when getting issue statistics. of them.
- IssuesStatisticsFilter() - Constructor for class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- isTag() - Method in class org.miaixz.bus.gitlab.models.Bridge
- isValid(Object) - Method in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.Branch
- isValid(MergeRequest) - Static method in class org.miaixz.bus.gitlab.models.MergeRequest
- isValid(Project) - Static method in class org.miaixz.bus.gitlab.models.Project
- isValid(ProtectedBranch) - Static method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- isValidEmail(String) - Static method in class org.miaixz.bus.gitlab.support.EmailChecker
-
Returns true if the provided String is a valid email address.
- isValidSecretToken(HttpServletRequest) - Method in interface org.miaixz.bus.gitlab.HookManager
-
Validate the provided secret token found in the HTTP header against the reference secret token.
- isValidSecretToken(String) - Method in interface org.miaixz.bus.gitlab.HookManager
-
Validate the provided secret token against the reference secret token.
- Iteration - Class in org.miaixz.bus.gitlab.models
- Iteration() - Constructor for class org.miaixz.bus.gitlab.models.Iteration
- ITERATION_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- ITERATION_TITLE - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- Iteration.IterationState - Enum Class in org.miaixz.bus.gitlab.models
- IterationFilter - Class in org.miaixz.bus.gitlab.models
- IterationFilter() - Constructor for class org.miaixz.bus.gitlab.models.IterationFilter
- IterationFilter.IterationFilterIn - Enum Class in org.miaixz.bus.gitlab.models
- IterationFilter.IterationFilterState - Enum Class in org.miaixz.bus.gitlab.models
J
- JacksonJson - Class in org.miaixz.bus.gitlab.support
-
Jackson JSON Configuration and utility class.
- JacksonJson() - Constructor for class org.miaixz.bus.gitlab.support.JacksonJson
- JacksonJson.DateOnlySerializer - Class in org.miaixz.bus.gitlab.support
-
JsonSerializer for serializing dates s yyyy-mm-dd in UTC timezone.
- JacksonJson.JsonDateDeserializer - Class in org.miaixz.bus.gitlab.support
-
JsonDeserializer for deserializing ISO8601 formatted dates.
- JacksonJson.JsonDateSerializer - Class in org.miaixz.bus.gitlab.support
-
JsonSerializer for serializing ISO8601 formatted dates.
- JacksonJson.UserListDeserializer - Class in org.miaixz.bus.gitlab.support
-
Deserializer for the odd User instances in the "approved_by" array in the merge_request JSON.
- JacksonJson.UserListSerializer - Class in org.miaixz.bus.gitlab.support
-
Serializer for the odd User instances in the "approved_by" array in the merge_request JSON.
- JacksonJsonEnumHelper<E> - Class in org.miaixz.bus.gitlab.support
- JacksonJsonEnumHelper(Class<E>) - Constructor for class org.miaixz.bus.gitlab.support.JacksonJsonEnumHelper
- JacksonJsonEnumHelper(Class<E>, boolean) - Constructor for class org.miaixz.bus.gitlab.support.JacksonJsonEnumHelper
- JacksonJsonEnumHelper(Class<E>, boolean, boolean) - Constructor for class org.miaixz.bus.gitlab.support.JacksonJsonEnumHelper
- JacksonJsonEnumHelper(Class<E>, boolean, boolean, boolean) - Constructor for class org.miaixz.bus.gitlab.support.JacksonJsonEnumHelper
- JIRA_CONNECT_APPLICATION_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
ID of the OAuth application used to authenticate with the GitLab for Jira Cloud app.
- JIRA_CONNECT_PROXY_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
URL of the GitLab instance used as a proxy for the GitLab for Jira Cloud app.
- JIRA_CONNECT_PUBLIC_KEY_STORAGE_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable public key storage for the GitLab for Jira Cloud app.
- JIRA_ISSUE_TRANSITION_ID_PROP - Static variable in class org.miaixz.bus.gitlab.services.JiraService
- JiraService - Class in org.miaixz.bus.gitlab.services
- JiraService() - Constructor for class org.miaixz.bus.gitlab.services.JiraService
- Job - Class in org.miaixz.bus.gitlab.models
- Job() - Constructor for class org.miaixz.bus.gitlab.models.Job
- JOB_HOOK_X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- JOB_HOOK_X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- JOB_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TokenType
- JOB_TOKEN_HEADER - Static variable in class org.miaixz.bus.gitlab.GitLabApiClient
- JobApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API job calls.
- JobApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.JobApi
- JobAttribute - Class in org.miaixz.bus.gitlab.models
- JobAttribute(String, String) - Constructor for class org.miaixz.bus.gitlab.models.JobAttribute
- JobAttributes - Class in org.miaixz.bus.gitlab.models
- JobAttributes(List<JobAttribute>) - Constructor for class org.miaixz.bus.gitlab.models.JobAttributes
- JobEvent - Class in org.miaixz.bus.gitlab.hooks.web
- JobEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.JobEvent
- JobStatus - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the various Job status values.
- JOINED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- JsonDateDeserializer() - Constructor for class org.miaixz.bus.gitlab.support.JacksonJson.JsonDateDeserializer
- JsonDateSerializer() - Constructor for class org.miaixz.bus.gitlab.support.JacksonJson.JsonDateSerializer
- JUNIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
K
- K8S_PROXY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants permission to perform Kubernetes API calls using the agent for Kubernetes.
- K8S_PROXY - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- Kas() - Constructor for class org.miaixz.bus.gitlab.models.Metadata.Kas
- KEEP_LATEST_ARTIFACT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Prevent the deletion of the artifacts from the most recent successful jobs, regardless of the expiry time.
- keepArtifacts(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Prevents artifacts from being deleted when expiration is set.
- Key - Class in org.miaixz.bus.gitlab.models
- Key() - Constructor for class org.miaixz.bus.gitlab.models.Key
- KEY_CREATE_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- KEY_DESTROY_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- KeysApi - Class in org.miaixz.bus.gitlab
- KeysApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.KeysApi
- KeySystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- KeySystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- KROKI_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: kroki_url) Enable Kroki integration.
- KROKI_FORMATS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Additional formats supported by the Kroki instance.
- KROKI_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Kroki instance URL for integration.
L
- Label - Class in org.miaixz.bus.gitlab.models
- Label() - Constructor for class org.miaixz.bus.gitlab.models.Label
- LabelEvent - Class in org.miaixz.bus.gitlab.models
- LabelEvent() - Constructor for class org.miaixz.bus.gitlab.models.LabelEvent
- LabelEvent.ResourceType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for specifying the label event resource type.
- LABELS - Enum constant in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
- LABELS - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- LABELS - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- LabelsApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API project and group label calls.
- LabelsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.LabelsApi
- last() - Method in class org.miaixz.bus.gitlab.Pager
-
Returns the last page of List.
- LAST_ACTIVITY_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- lazyStream() - Method in class org.miaixz.bus.gitlab.Pager
-
Creates a Stream instance for lazily streaming items from the GitLab server.
- LdapGroupLink - Class in org.miaixz.bus.gitlab.models
- LdapGroupLink() - Constructor for class org.miaixz.bus.gitlab.models.LdapGroupLink
- ldapSync(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Syncs the group with its linked LDAP group.
- LEFT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- length() - Method in class org.miaixz.bus.gitlab.support.SecretString
- level - Variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- License - Class in org.miaixz.bus.gitlab.models
- License() - Constructor for class org.miaixz.bus.gitlab.models.License
- LicenseApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API license calls.
- LicenseApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.LicenseApi
- LicenseTemplate - Class in org.miaixz.bus.gitlab.models
- LicenseTemplate() - Constructor for class org.miaixz.bus.gitlab.models.LicenseTemplate
- LicenseTemplatesApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API licenses calls.
- LicenseTemplatesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.LicenseTemplatesApi
- Link - Class in org.miaixz.bus.gitlab.models
- Link() - Constructor for class org.miaixz.bus.gitlab.models.Assets.Link
- Link() - Constructor for class org.miaixz.bus.gitlab.models.Link
- Link() - Constructor for class org.miaixz.bus.gitlab.models.WikiAttachment.Link
- LinkedIssue - Class in org.miaixz.bus.gitlab.models
- LinkedIssue() - Constructor for class org.miaixz.bus.gitlab.models.LinkedIssue
- LinkType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to model the type of link between issues or epics
- LIST - Enum constant in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
- listGpgKeys() - Method in class org.miaixz.bus.gitlab.UserApi
-
Get all GPG keys for the current user.
- listGpgKeys(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Get all GPG keys for a given user.
- listGroupIterations(Object, IterationFilter) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Lists group iterations.
- listProjectAccessTokens(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Lists the projects access tokens for the project.
- listProjectIterations(Object, IterationFilter) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Lists project iterations.
- LOCAL_MARKDOWN_VERSION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Increase this value when any cached markdown should be invalidated.
- LOCK_DUO_FEATURES_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether the GitLab Duo features enabled setting is enforced for all subgroups.
- LOCK_MEMBERSHIPS_TO_LDAP - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- LOCK_MEMBERSHIPS_TO_SAML - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- LOCKED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- log(StringBuilder) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- logger - Variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- LOGGING_ID_PROPERTY - Static variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Property name for the logging record id property
- login(String, String, String) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Gets a GitLab session cookie by logging in the specified user.
- LOGIN_RECAPTCHA_PROTECTION_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.support.AccessToken
-
Logs out the user associated with the GitLab session cookie.
M
- MAILGUN_EVENTS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Mailgun event receiver.
- MAILGUN_SIGNING_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Mailgun HTTP webhook signing key for receiving events from webhook.
- MAINTAINER - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- MAINTAINER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
- MAINTAINER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
- MAINTENANCE_MODE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
When instance is in maintenance mode, non-administrative users can sign in with read-only access and make read-only API requests.
- MAINTENANCE_MODE_MESSAGE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Message displayed when instance is in maintenance mode.
- MANAGE_RUNNER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants access to manage the runners.
- MANUAL - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- MANUAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
- MANUAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- MANUAL - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- MANUAL - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- MAP - Enum constant in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
- markAllAsDone() - Method in class org.miaixz.bus.gitlab.TodosApi
-
Marks all pending todos for the current user as done.
- markAsDone(Long) - Method in class org.miaixz.bus.gitlab.TodosApi
-
Marks a single pending todo given by its ID for the current user as done.
- Markdown - Class in org.miaixz.bus.gitlab.models
- Markdown() - Constructor for class org.miaixz.bus.gitlab.models.Markdown
- MarkdownApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API markdown calls.
- MarkdownApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.MarkdownApi
- MarkdownRequest - Class in org.miaixz.bus.gitlab.models
- MarkdownRequest(String, boolean) - Constructor for class org.miaixz.bus.gitlab.models.MarkdownRequest
- MarkdownRequest(String, boolean, String) - Constructor for class org.miaixz.bus.gitlab.models.MarkdownRequest
- MARKED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- marshal(T) - Method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Marshals the supplied object out as a formatted JSON string.
- maskedHeaderNames - Variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- MaskingLoggingFilter - Class in org.miaixz.bus.gitlab.support
-
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.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger with entity logging disabled.
- MaskingLoggingFilter(Logger, Level, int) - Constructor for class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger.
- MaskingLoggingFilter(Logger, Level, int, List<String>) - Constructor for class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger.
- MaskingLoggingFilter(Logger, Level, List<String>) - Constructor for class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Creates a masking logging filter for the specified logger with entity logging disabled.
- MaskingLoggingFilter.LoggingStream - Class in org.miaixz.bus.gitlab.support
-
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.miaixz.bus.gitlab.support.GitlabRequest
-
Masks the PRIVATE-TOKEN header value with "********".
- MATH_RENDERING_LIMITS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- MattermostService - Class in org.miaixz.bus.gitlab.services
- MattermostService() - Constructor for class org.miaixz.bus.gitlab.services.MattermostService
- MAVEN - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- MAVEN_PACKAGE_REQUESTS_FORWARDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Use repo.maven.apache.org as a default remote repository when the package is not found in the GitLab Package Registry for Maven.
- MAX_ARTIFACTS_CONTENT_INCLUDE_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- MAX_ARTIFACTS_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum artifacts size in MB
- MAX_ATTACHMENT_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Limit attachment size in MB
- MAX_DECOMPRESSED_ARCHIVE_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum decompressed file size for imported archives in MB.
- MAX_EXPORT_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum export size in MB. 0 for unlimited.
- MAX_IMPORT_REMOTE_FILE_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum remote file size for imports from external object storages.
- MAX_IMPORT_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum import size in MB. 0 for unlimited.
- MAX_LOGIN_ATTEMPTS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of sign-in attempts before locking out the user.
- MAX_PAGES_CUSTOM_DOMAINS_PER_PROJECT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- MAX_PAGES_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum size of pages repositories in MB
- MAX_PERSONAL_ACCESS_TOKEN_LIFETIME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum allowable lifetime for access tokens in days.
- MAX_SSH_KEY_LIFETIME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum allowable lifetime for SSH keys in days.
- MAX_TERRAFORM_STATE_SIZE_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum size in bytes of the Terraform state files.
- MAX_YAML_DEPTH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The maximum depth of nested CI/CD configuration added with the include keyword.
- MAX_YAML_SIZE_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The maximum size in bytes of a single CI/CD configuration file.
- maxEntitySize - Variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- Member - Class in org.miaixz.bus.gitlab.models
- Member() - Constructor for class org.miaixz.bus.gitlab.models.Member
- MEMBERS_DELETE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- Membership - Class in org.miaixz.bus.gitlab.models
- Membership() - Constructor for class org.miaixz.bus.gitlab.models.Membership
- MembershipSourceType - Enum Class in org.miaixz.bus.gitlab.models
- MENTION - Enum constant in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- MENTIONED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- MERGE - Enum constant in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
- MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
- MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
- MERGE_REQUEST - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- MERGE_REQUEST_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- MERGE_REQUEST_EVENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- MERGE_REQUEST_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
- MERGE_REQUESTS - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- MERGE_REQUESTS - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- MERGE_REQUESTS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- MERGED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- MERGED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- MergeRequest - Class in org.miaixz.bus.gitlab.models
- MergeRequest() - Constructor for class org.miaixz.bus.gitlab.models.MergeRequest
- MergeRequestApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab merge request calls.
- MergeRequestApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.MergeRequestApi
- MergeRequestChanges - Class in org.miaixz.bus.gitlab.hooks.web
- MergeRequestChanges() - Constructor for class org.miaixz.bus.gitlab.hooks.web.MergeRequestChanges
- MergeRequestDiff - Class in org.miaixz.bus.gitlab.models
- MergeRequestDiff() - Constructor for class org.miaixz.bus.gitlab.models.MergeRequestDiff
- MergeRequestEvent - Class in org.miaixz.bus.gitlab.hooks.web
- MergeRequestEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- MergeRequestEvent.ObjectAttributes - Class in org.miaixz.bus.gitlab.hooks.web
- MergeRequestFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter merge requests when getting lists of them.
- MergeRequestFilter() - Constructor for class org.miaixz.bus.gitlab.models.MergeRequestFilter
- MergeRequestFilter.MergeRequestField - Enum Class in org.miaixz.bus.gitlab.models
- MergeRequestParams - Class in org.miaixz.bus.gitlab.models
-
This class provides the form parameters for creating and updating merge requests.
- MergeRequestParams() - Constructor for class org.miaixz.bus.gitlab.models.MergeRequestParams
- MergeRequestSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- MergeRequestSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
- MergeRequestVersion - Class in org.miaixz.bus.gitlab.models
- MergeRequestVersion() - Constructor for class org.miaixz.bus.gitlab.models.MergeRequestVersion
- mergeTopics(Integer, Integer) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Merge two topics together.
- Metadata - Class in org.miaixz.bus.gitlab.models
- Metadata() - Constructor for class org.miaixz.bus.gitlab.models.Metadata
- METADATA - Enum constant in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
- Metadata.Kas - Class in org.miaixz.bus.gitlab.models
- MetadataApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the Gitlab metadata call.
- MetadataApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.MetadataApi
- METRICS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.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_INTERVALandSetting.METRICS_TIMEOUT) Enable influxDB metrics. - METRICS_HOST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDInfluxDB host. - METRICS_METHOD_CALL_THRESHOLD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDA method call is only tracked when it takes longer than the given amount of milliseconds. - METRICS_PACKET_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDThe amount of datapoints to send in a single UDP packet. - METRICS_POOL_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDThe amount of InfluxDB connections to keep open. - METRICS_PORT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDThe UDP port to use for connecting to InfluxDB. - METRICS_SAMPLE_INTERVAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDThe sampling interval in seconds. - METRICS_TIMEOUT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.METRICS_ENABLEDThe amount of seconds after which InfluxDB will time out. - Milestone - Class in org.miaixz.bus.gitlab.models
- Milestone() - Constructor for class org.miaixz.bus.gitlab.models.Milestone
- MILESTONE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- MILESTONE - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- MILESTONE - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- MILESTONE_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- MILESTONES - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- MILESTONES - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- MILESTONES - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- MilestonesApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab milestones calls.
- MilestonesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.MilestonesApi
- MINIMAL_ACCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- MINIMUM_PASSWORD_LENGTH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- MIRROR_AVAILABLE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Allow repository mirroring to configured by project Maintainers.
- MIRROR_CAPACITY_THRESHOLD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Minimum capacity to be available before scheduling more mirrors preemptively
- MIRROR_MAX_CAPACITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Maximum number of mirrors that can be synchronizing at the same time.
- MIRROR_MAX_DELAY - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.DiscussionsApi
-
Modify an existing discussion note of a commit.
- modifyHook(ProjectHook) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Modifies a hook for project.
- modifyIssueThreadNote(Object, Long, String, Long, String) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Modify existing thread note of an issue.
- modifyMergeRequestThreadNote(Object, Long, String, Long, String, Boolean) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Modify or resolve an existing thread note of a merge request.
- MOVE - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- moveIssue(Object, Long, Object) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Moves an issue to a different project.
- MSEC_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- MY_REACTION_EMOJI - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
N
- NAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
- NAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- NAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- NAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- NAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
- Namespace - Class in org.miaixz.bus.gitlab.models
- Namespace() - Constructor for class org.miaixz.bus.gitlab.models.Namespace
- NAMESPACE - Enum constant in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
-
Representing a group
- NAMESPACE_AGGREGATION_SCHEDULE_LEASE_DURATION_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- NamespaceApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab namespace calls.
- NamespaceApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.NamespaceApi
- NEVER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- NEW - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.LineType
- NEW_GROUP_MEMBER_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- NEW_ISSUE_URL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- NEW_TEAM_MEMBER_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- NEW_USER_AUTHENTICITY_TOKEN_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- NEW_USER_AUTHENTICITY_TOKEN_REGEX - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- next() - Method in class org.miaixz.bus.gitlab.Pager
-
Returns the next List in the iteration containing the next page of objects.
- NEXT_PAGE_HEADER - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
The index of the next page HTTP header key.
- NONE - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- NONE - Enum constant in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
- NONE - Enum constant in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- NOONE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
- NOT_PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
- NOT_PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
- Note - Class in org.miaixz.bus.gitlab.models
- Note() - Constructor for class org.miaixz.bus.gitlab.models.Note
- NOTE - Enum constant in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- NOTE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- NOTE_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- Note.NoteableType - Enum Class in org.miaixz.bus.gitlab.models
- Note.OrderBy - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for ordering the results.
- Note.Type - Enum Class in org.miaixz.bus.gitlab.models
- NoteableType(NoteEvent.NoteableType) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- NoteEvent - Class in org.miaixz.bus.gitlab.hooks.web
- NoteEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- NoteEvent.NoteableType - Enum Class in org.miaixz.bus.gitlab.hooks.web
- NoteEvent.ObjectAttributes - Class in org.miaixz.bus.gitlab.hooks.web
- NOTES - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- NOTES - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- NOTES_CREATE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- NOTES_CREATE_LIMIT_ALLOWLIST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- NotesApi - Class in org.miaixz.bus.gitlab
- NotesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.NotesApi
- NotificationService - Class in org.miaixz.bus.gitlab.services
- NotificationService() - Constructor for class org.miaixz.bus.gitlab.services.NotificationService
- NotificationService.BranchesToBeNotified - Enum Class in org.miaixz.bus.gitlab.services
- NotificationSettings - Class in org.miaixz.bus.gitlab.models
- NotificationSettings() - Constructor for class org.miaixz.bus.gitlab.models.NotificationSettings
- NotificationSettings.Events - Class in org.miaixz.bus.gitlab.models
- NotificationSettings.Level - Enum Class in org.miaixz.bus.gitlab.models
-
Notification level
- NotificationSettingsApi - Class in org.miaixz.bus.gitlab
- NotificationSettingsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.NotificationSettingsApi
- NOTIFY_ON_UNKNOWN_SIGN_IN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable sending notification if sign in from unknown IP address happens.
- NOTIFY_ONLY_BROKEN_PIPELINES_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- NOTIFY_ONLY_DEFAULT_BRANCH_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- NOTIFY_PROP - Static variable in class org.miaixz.bus.gitlab.services.HipChatService
- NPM - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- NPM_PACKAGE_REQUESTS_FORWARDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Use npmjs.org as a default remote repository when the package is not found in the GitLab Package Registry for npm.
- NUGET - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- NUGET_SKIP_METADATA_URL_VALIDATION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether to skip metadata URL validation for the NuGet package.
O
- OAUTH2_ACCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TokenType
- oauth2Login(String, String, char[]) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(String, String, char[], boolean) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(String, String, char[], String, Map<String, Object>, boolean) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(String, String, CharSequence) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(String, String, CharSequence, boolean) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(String, String, CharSequence, String, Map<String, Object>, boolean) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(GitLabApi.ApiVersion, String, String, char[], String, Map<String, Object>, boolean) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - oauth2Login(GitLabApi.ApiVersion, String, String, CharSequence, String, Map<String, Object>, boolean) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Logs into GitLab using OAuth2 with the provided
usernameandpassword, and creates a newGitLabApiinstance using returned access token. - Oauth2LoginStreamingOutput - Class in org.miaixz.bus.gitlab.support
-
This StreamingOutput implementation is utilized to send a OAuth2 token request in a secure manner.
- Oauth2LoginStreamingOutput(String, char[]) - Constructor for class org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
- Oauth2LoginStreamingOutput(String, CharSequence) - Constructor for class org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
- OauthTokenResponse - Class in org.miaixz.bus.gitlab.models
- OauthTokenResponse() - Constructor for class org.miaixz.bus.gitlab.models.OauthTokenResponse
- OBJECT - Enum constant in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.PushEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- OBJECT_KIND - Static variable in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- ObjectAttributes() - Constructor for class org.miaixz.bus.gitlab.hooks.web.IssueEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- ObjectAttributes() - Constructor for class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent.ObjectAttributes
- OFFLINE - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- OK - Enum constant in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
- OLD - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.LineType
- onBuildEvent(BuildEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook build event has been received.
- onDeploymentEvent(DeploymentEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook deployment event has been received.
- onGroupEvent(GroupSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook group event has been received.
- onGroupMemberEvent(GroupMemberSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook group member event has been received.
- onIssueEvent(IssueEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook issue event has been received.
- onJobEvent(JobEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook job event has been received.
- onKeyEvent(KeySystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook key event has been received.
- ONLINE - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- onMergeRequestEvent(MergeRequestSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook merge_request event has been received.
- onMergeRequestEvent(MergeRequestEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook merge request event has been received
- onNoteEvent(NoteEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook note event has been received.
- onPipelineEvent(PipelineEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook pipeline event has been received.
- onProjectEvent(ProjectSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook prject event has been received.
- onPushEvent(PushSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook push event has been received.
- onPushEvent(PushEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook push event has been received.
- onReleaseEvent(ReleaseEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook release event has been received.
- onRepositoryEvent(RepositorySystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook repository event has been received.
- onTagPushEvent(TagPushSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook tag push event has been received.
- onTagPushEvent(TagPushEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook tag push event has been received.
- onTeamMemberEvent(TeamMemberSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook team member event has been received.
- onUserEvent(UserSystemHookEvent) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookListener
-
This method is called when a System Hook user event has been received.
- onWikiPageEvent(WikiPageEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook wiki page event has been received.
- onWorkItemEvent(WorkItemEvent) - Method in interface org.miaixz.bus.gitlab.hooks.web.WebHookListener
-
This method is called when a WebHook work item event has been received.
- OPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
- OPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- OPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
- OPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- OPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- OPENID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants permission to authenticate with GitLab using OpenID Connect.
- orElseThrow(Optional<T>) - Static method in class org.miaixz.bus.gitlab.GitLabApi
-
Return the Optional instances contained value, if present, otherwise throw the exception that is associated with the Optional instance.
- org.miaixz.bus.gitlab - package org.miaixz.bus.gitlab
- org.miaixz.bus.gitlab.hooks.system - package org.miaixz.bus.gitlab.hooks.system
- org.miaixz.bus.gitlab.hooks.web - package org.miaixz.bus.gitlab.hooks.web
- org.miaixz.bus.gitlab.models - package org.miaixz.bus.gitlab.models
- org.miaixz.bus.gitlab.services - package org.miaixz.bus.gitlab.services
- org.miaixz.bus.gitlab.support - package org.miaixz.bus.gitlab.support
- OUTBOUND_LOCAL_REQUESTS_ALLOWLIST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- OUTBOUND_LOCAL_REQUESTS_WHITELIST - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.support.ISO8601
- OUTPUT_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- Owner - Class in org.miaixz.bus.gitlab.models
- Owner() - Constructor for class org.miaixz.bus.gitlab.models.Owner
- OWNER - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- OWNER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
P
- Package - Class in org.miaixz.bus.gitlab.models
- Package() - Constructor for class org.miaixz.bus.gitlab.models.Package
- PACKAGE_METADATA_PURL_TYPES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
List of package registry metadata to sync.
- PACKAGE_REGISTRY_ALLOW_ANYONE_TO_PULL_OPTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable to allow anyone to pull from Package Registry visible and changeable.
- PACKAGE_REGISTRY_CLEANUP_POLICIES_WORKER_CAPACITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Number of workers assigned to the packages cleanup policies.
- PackageFile - Class in org.miaixz.bus.gitlab.models
- PackageFile() - Constructor for class org.miaixz.bus.gitlab.models.PackageFile
- PackageFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Projects when getting lists of projects for a specified group.
- PackageFilter() - Constructor for class org.miaixz.bus.gitlab.models.PackageFilter
- PackagesApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Packages API.
- PackagesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.PackagesApi
- PackageType - Enum Class in org.miaixz.bus.gitlab.models
- page(int) - Method in class org.miaixz.bus.gitlab.Pager
-
Returns the specified page of List.
- PAGE_HEADER - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
The index of the current page (starting at 1) HTTP header key.
- PAGE_PARAM - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
Page param HTTP header key.
- Pager<T> - Class in org.miaixz.bus.gitlab
-
This class defines an Iterator implementation that is used as a paging iterator for all API methods that return a List of objects.
- Pager(AbstractApi, Class<T>, int, MultivaluedMap<String, String>, Object...) - Constructor for class org.miaixz.bus.gitlab.Pager
-
Creates a Pager instance to access the API through the specified path and query parameters.
- PAGES_DOMAIN_VERIFICATION_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Require users to prove ownership of custom domains.
- parse(String) - Static method in class org.miaixz.bus.gitlab.models.Duration
-
Parses a human readable duration string and calculates the number of seconds it represents.
- parseApplicationSettings(JsonNode) - Static method in class org.miaixz.bus.gitlab.ApplicationSettingsApi
-
Parses the returned JSON and returns an ApplicationSettings instance.
- PARTIALLY_PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
- Participant - Class in org.miaixz.bus.gitlab.models
- Participant() - Constructor for class org.miaixz.bus.gitlab.models.Participant
- PARTICIPATING - Enum constant in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- PASSED - Enum constant in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
- PASSWORD_AUTHENTICATION_ENABLED_FOR_GIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable authentication for Git over HTTP(S) via a GitLab account password.
- PASSWORD_AUTHENTICATION_ENABLED_FOR_WEB - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable authentication for the web interface via a GitLab account password.
- PASSWORD_LOWERCASE_REQUIRED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether passwords require at least one lowercase letter.
- PASSWORD_NUMBER_REQUIRED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether passwords require at least one number.
- PASSWORD_SYMBOL_REQUIRED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether passwords require at least one symbol character.
- PASSWORD_UPPERCASE_REQUIRED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Indicates whether passwords require at least one uppercase letter.
- patch(MultivaluedMap<String, String>, Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Perform an HTTP PATCH call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- patch(MultivaluedMap<String, String>, URL) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Perform an HTTP PATCH call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
- patch(Response.Status, MultivaluedMap<String, String>, Object...) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Perform an HTTP PATCH call with the specified query parameters and path objects, returning a ClientResponse instance with the data returned from the endpoint.
- patch(Response.Status, MultivaluedMap<String, String>, URL) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Perform an HTTP PATCH call with the specified query parameters and URL, returning a ClientResponse instance with the data returned from the endpoint.
- PATH - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- PATH - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- PATTERN_MSEC - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- PAUSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- PENDING - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- PENDO_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.PENDO_URL) Enable pendo tracking. - PENDO_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.PENDO_ENABLEDThe Pendo endpoint url with js snippet. - PER_PAGE - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
The number of items per page HTTP header key.
- PER_PAGE_PARAM - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
Items per page param HTTP header key.
- PERFORMANCE_BAR_ALLOWED_GROUP_PATH - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Path of the group that is allowed to toggle the performance bar.
- Permissions - Class in org.miaixz.bus.gitlab.models
- Permissions() - Constructor for class org.miaixz.bus.gitlab.models.Permissions
- PERSONAL_ACCESS_TOKEN_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- PERSONAL_ACCESS_TOKEN_PREFIX - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
personal_access_token_prefix
- PERSONAL_ACCESS_TOKEN_REGEX - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- PersonalAccessToken - Class in org.miaixz.bus.gitlab.models
- PersonalAccessToken() - Constructor for class org.miaixz.bus.gitlab.models.PersonalAccessToken
- PersonalAccessTokenApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API personal access token calls.
- PersonalAccessTokenApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.PersonalAccessTokenApi
- Pipeline - Class in org.miaixz.bus.gitlab.models
- Pipeline() - Constructor for class org.miaixz.bus.gitlab.models.Pipeline
- PIPELINE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- PIPELINE_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- PIPELINE_LIMIT_PER_PROJECT_USER_SHA - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of pipeline creation requests per minute per user and commit.
- PipelineApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API pipeline related calls.
- PipelineApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.PipelineApi
- PipelineEvent - Class in org.miaixz.bus.gitlab.hooks.web
- PipelineEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- PipelineEvent.ObjectAttributes - Class in org.miaixz.bus.gitlab.hooks.web
- PipelineFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Pipelines when getting lists of them.
- PipelineFilter() - Constructor for class org.miaixz.bus.gitlab.models.PipelineFilter
- PipelineSchedule - Class in org.miaixz.bus.gitlab.models
- PipelineSchedule() - Constructor for class org.miaixz.bus.gitlab.models.PipelineSchedule
- PipelineStatus - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the various Pipeline status values.
- PLANTUML_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.PLANTUML_URL) Enable PlantUML integration. - PLANTUML_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.PLANTUML_ENABLEDThe PlantUML instance URL for integration. - playJob(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Play specified job in a project.
- playJob(Object, Long, JobAttributes) - Method in class org.miaixz.bus.gitlab.JobApi
-
Play specified job with parameters in a project.
- playPipelineSchedule(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Trigger a new scheduled pipeline, which runs immediately.
- POLLING_INTERVAL_MULTIPLIER - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Interval multiplier used by endpoints that perform polling.
- Position - Class in org.miaixz.bus.gitlab.models
- Position() - Constructor for class org.miaixz.bus.gitlab.models.Position
- Position.PositionType - Enum Class in org.miaixz.bus.gitlab.models
- post(Form, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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, Form, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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, Object, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.
- post(Object, Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Perform an HTTP POST call with the specified payload object and URL, returning a ClientResponse instance with the data returned from the endpoint.
- PREPARING - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- PREV_PAGE_HEADER - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
The index of the previous page HTTP header key.
- PREVENT_MERGE_REQUESTS_AUTHOR_APPROVAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Prevent approval by author
- PREVENT_MERGE_REQUESTS_COMMITTERS_APPROVAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Prevent approval by committers to merge requests
- previewBadge(Object, String, String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.
- previous() - Method in class org.miaixz.bus.gitlab.Pager
-
Returns the previous page of List.
- printHeaders(StringBuilder, long, String, MultivaluedMap<String, String>) - Method in class org.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.MaskingLoggingFilter
- printResponseLine(StringBuilder, String, long, int) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
- PRIVATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- PRIVATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TokenType
- PRIVATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Visibility
- PRIVATE_TOKEN_HEADER - Static variable in class org.miaixz.bus.gitlab.GitLabApiClient
- PROCESSING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
- PRODUCT_ANALYTICS_CONFIGURATOR_CONNECTION_STRING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PRODUCT_ANALYTICS_DATA_COLLECTOR_HOST - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PRODUCT_ANALYTICS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROFILE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read-only access to the user's profile data using OpenID Connect.
- Project - Class in org.miaixz.bus.gitlab.models
- Project() - Constructor for class org.miaixz.bus.gitlab.models.Project
- PROJECT - Enum constant in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
- PROJECT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- PROJECT - Enum constant in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
- PROJECT_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROJECT_CREATE_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- PROJECT_DESTROY_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- PROJECT_DOWNLOAD_EXPORT_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROJECT_EXPORT_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable project export.
- PROJECT_EXPORT_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROJECT_IMPORT_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROJECT_JOBS_API_RATE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum authenticated requests to /project/:id/jobs per minute.
- PROJECT_KEY_PROP - Static variable in class org.miaixz.bus.gitlab.services.JiraService
- PROJECT_LABEL - Enum constant in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
- PROJECT_PATH - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- PROJECT_RENAME_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- PROJECT_RUNNER_TOKEN_EXPIRATION_INTERVAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Set the expiration time (in seconds) of authentication tokens of newly registered project runners.
- PROJECT_TRANSFER_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- PROJECT_TYPE - Enum constant in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
- PROJECT_UPDATE_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- PROJECT_URL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- Project.MergeMethod - Enum Class in org.miaixz.bus.gitlab.models
- ProjectAccess - Class in org.miaixz.bus.gitlab.models
- ProjectAccess() - Constructor for class org.miaixz.bus.gitlab.models.ProjectAccess
- ProjectAccessToken - Class in org.miaixz.bus.gitlab.models
- ProjectAccessToken() - Constructor for class org.miaixz.bus.gitlab.models.ProjectAccessToken
- ProjectApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API project calls.
- ProjectApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ProjectApi
- ProjectApprovalsConfig - Class in org.miaixz.bus.gitlab.models
- ProjectApprovalsConfig() - Constructor for class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- ProjectFetches - Class in org.miaixz.bus.gitlab.models
- ProjectFetches() - Constructor for class org.miaixz.bus.gitlab.models.ProjectFetches
- ProjectFetches.DateCount - Class in org.miaixz.bus.gitlab.models
- ProjectFetches.Fetches - Class in org.miaixz.bus.gitlab.models
- ProjectFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Projects when getting lists of projects for a specified user.
- ProjectFilter() - Constructor for class org.miaixz.bus.gitlab.models.ProjectFilter
- ProjectGroup - Class in org.miaixz.bus.gitlab.models
- ProjectGroup() - Constructor for class org.miaixz.bus.gitlab.models.ProjectGroup
- ProjectGroupsFilter - Class in org.miaixz.bus.gitlab.models
-
This class is used to filter Groups when getting lists of groups for a specified project.
- ProjectGroupsFilter() - Constructor for class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
- ProjectHook - Class in org.miaixz.bus.gitlab.models
- ProjectHook() - Constructor for class org.miaixz.bus.gitlab.models.ProjectHook
- ProjectLicense - Class in org.miaixz.bus.gitlab.models
- ProjectLicense - Class in org.miaixz.bus.gitlab
- ProjectLicense() - Constructor for class org.miaixz.bus.gitlab.models.ProjectLicense
- ProjectLicense() - Constructor for class org.miaixz.bus.gitlab.ProjectLicense
- PROJECTS - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- PROJECTS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- PROJECTS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROJECTS_API_RATE_LIMIT_UNAUTHENTICATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Introduced in GitLab 15.10.
- projectSearch(Object, Constants.ProjectSearchScope<T>, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified project.
- projectSearch(Object, Constants.ProjectSearchScope<T>, String, int) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified project.
- projectSearch(Object, Constants.ProjectSearchScope<T>, String, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified project.
- projectSearch(Object, Constants.ProjectSearchScope<T>, String, String, int) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified project.
- ProjectSearchScope(String, Class<T>) - Constructor for class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- projectSearchStream(Object, Constants.ProjectSearchScope<T>, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified project.
- projectSearchStream(Object, Constants.ProjectSearchScope<T>, String, String) - Method in class org.miaixz.bus.gitlab.SearchApi
-
Search within the specified project.
- ProjectStatistics - Class in org.miaixz.bus.gitlab.models
-
This class contains the sizing information from the project.
- ProjectStatistics() - Constructor for class org.miaixz.bus.gitlab.models.ProjectStatistics
- ProjectSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- ProjectSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- ProjectUser - Class in org.miaixz.bus.gitlab.models
- ProjectUser() - Constructor for class org.miaixz.bus.gitlab.models.ProjectUser
- PROMETHEUS_METRICS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Prometheus metrics.
- protectBranch(Object, String) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Protects a single project repository branch.
- protectBranch(Object, String, Long, Long, Long, Boolean) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String, Long, Long, Long, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- protectBranch(Object, String, AccessLevel, AccessLevel, AccessLevel, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProtectedBranchesApi
-
Protects a single repository branch or several project repository branches using a wildcard protected branch.
- PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
- PROTECTED_AGAINST_PUSHES - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
- PROTECTED_CI_VARIABLES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Environment variables are protected by default.
- PROTECTED_PATHS_FOR_GET_REQUEST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- PROTECTED_PATHS_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ProtectedBranch - Class in org.miaixz.bus.gitlab.models
- ProtectedBranch() - Constructor for class org.miaixz.bus.gitlab.models.ProtectedBranch
- ProtectedBranchesApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the Protected Branches API calls.
- ProtectedBranchesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ProtectedBranchesApi
- ProtectedTag - Class in org.miaixz.bus.gitlab.models
- ProtectedTag() - Constructor for class org.miaixz.bus.gitlab.models.ProtectedTag
- ProtectedTag.CreateAccessLevel - Class in org.miaixz.bus.gitlab.models
- protectTag(Object, String, AccessLevel) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Protects a single repository tag or several project repository tags using a wildcard protected tag.
- PSEUDONYMIZER_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- PUBLIC - Enum constant in enum class org.miaixz.bus.gitlab.models.Visibility
- PUSH - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- PUSH_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- PUSH_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.PushSystemHookEvent
- PUSH_EVENT_ACTIVITIES_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.services.NotificationService
- PushData - Class in org.miaixz.bus.gitlab.models
- PushData() - Constructor for class org.miaixz.bus.gitlab.models.PushData
- PUSHED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- PushEvent - Class in org.miaixz.bus.gitlab.hooks.web
- PushEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.PushEvent
- PushRules - Class in org.miaixz.bus.gitlab.models
- PushRules() - Constructor for class org.miaixz.bus.gitlab.models.PushRules
- PushSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- PushSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.PushSystemHookEvent
- put(Form, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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, MultivaluedMap<String, String>, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.AbstractApi
-
Perform an HTTP PUT call with the specified form data and URL, returning a ClientResponse instance with the data returned from the endpoint.
- put(Response.Status, Object, Object...) - Method in class org.miaixz.bus.gitlab.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(Object, Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Perform an HTTP PUT call with the specified payload object and URL, returning a ClientResponse instance with the data returned from the endpoint.
- putUpload(Response.Status, String, File, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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(String, File, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.
- putWithFormData(Response.Status, Form, Object...) - Method in class org.miaixz.bus.gitlab.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.
- putWithFormData(Response.Status, GitLabForm, Object...) - Method in class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.models.PackageType
- PYPI_PACKAGE_REQUESTS_FORWARDING - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Use pypi.org as a default remote repository when the package is not found in the GitLab Package Registry for PyPI.
R
- RATE_LIMITING_RESPONSE_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
When rate limiting is enabled via the throttle_* settings, send this plain text response when a rate limit is exceeded.
- RAW_BLOB_REQUEST_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- READ_API - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read access to the API, including all groups and projects, the container registry, and the package registry.
- READ_API - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- READ_API - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- READ_OBSERVABILITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read-only access to GitLab Observability.
- READ_REGISTRY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
- READ_REGISTRY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- READ_REGISTRY - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- READ_REGISTRY - Enum constant in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
-
Allows to read (pull) container registry images if a project is private and authorization is required (introduced in GitLab 9.3).
- READ_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read-only access to repositories on private projects using Git-over-HTTP or the Repository Files API.
- READ_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
- READ_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- READ_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- READ_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
-
Allows read-only access (pull) to the repository through git clone.
- READ_SERVICE_PING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grant access to download Service Ping payload via API when authenticated as an admin user.
- READ_USER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read-only access to your profile through the /user API endpoint, which includes username, public email, and full name.
- READ_USER - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- READ_USER - Enum constant in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
-
Allows access to the read-only endpoints under /users.
- readFileContents(File) - Static method in class org.miaixz.bus.gitlab.TagsApi
-
Reads the contents of a File to a String.
- readTree(Reader) - Method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Reads and parses the JSON data on the specified Reader instance to a JsonNode tree representation.
- readTree(String) - Method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Reads and parses the String containing JSON data and returns a JsonNode tree representation.
- REBASE_MERGE - Enum constant in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
- rebaseMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Automatically rebase the source_branch of the merge request against its target_branch.
- RECAPTCHA_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.RECAPTCHA_PRIVATE_KEYandSetting.RECAPTCHA_SITE_KEY) Enable reCAPTCHA. - RECAPTCHA_PRIVATE_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.RECAPTCHA_ENABLEDPrivate key for reCAPTCHA. - RECAPTCHA_SITE_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.RECAPTCHA_ENABLEDSite key for reCAPTCHA. - RECEIVE_MAX_INPUT_SIZE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum push size (MB).
- RECIPIENT_PROP - Static variable in class org.miaixz.bus.gitlab.services.EmailOnPushService
- REF - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- REF - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- REF_PROTECTED - Enum constant in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
- References - Class in org.miaixz.bus.gitlab.models
- References() - Constructor for class org.miaixz.bus.gitlab.models.References
- registerRunner(String, String, Boolean, List<String>, Boolean, Boolean, Integer) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Register a new runner for the gitlab instance.
- RegistryRepository - Class in org.miaixz.bus.gitlab.models
- RegistryRepository() - Constructor for class org.miaixz.bus.gitlab.models.RegistryRepository
- RegistryRepositoryTag - Class in org.miaixz.bus.gitlab.models
- RegistryRepositoryTag() - Constructor for class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- rejectUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Rejects specified user that is pending approval.
- RelatedEpic - Class in org.miaixz.bus.gitlab.models
- RelatedEpic() - Constructor for class org.miaixz.bus.gitlab.models.RelatedEpic
- RelatedEpicLink - Class in org.miaixz.bus.gitlab.models
- RelatedEpicLink() - Constructor for class org.miaixz.bus.gitlab.models.RelatedEpicLink
- RELATES_TO - Enum constant in enum class org.miaixz.bus.gitlab.models.LinkType
- Release - Class in org.miaixz.bus.gitlab.models
- Release() - Constructor for class org.miaixz.bus.gitlab.models.Release
- ReleaseEvent - Class in org.miaixz.bus.gitlab.hooks.web
- ReleaseEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- ReleaseLinkParams - Class in org.miaixz.bus.gitlab.models
- ReleaseLinkParams() - Constructor for class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- ReleaseLinksApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab ReleaseLinks API calls.
- ReleaseLinksApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ReleaseLinksApi
- ReleaseParams - Class in org.miaixz.bus.gitlab.models
- ReleaseParams() - Constructor for class org.miaixz.bus.gitlab.models.ReleaseParams
- ReleasesApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab Releases API calls.
- ReleasesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ReleasesApi
- REMEMBER_ME_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Remember me setting.
- RemoteMirror - Class in org.miaixz.bus.gitlab.models
- RemoteMirror() - Constructor for class org.miaixz.bus.gitlab.models.RemoteMirror
- remove() - Method in class org.miaixz.bus.gitlab.Pager
-
This method is not implemented and will throw an UnsupportedOperationException if called.
- removeBadge(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Remove a badge from a group.
- removeBadge(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Remove a badge from a project.
- REMOVED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- removeIssue(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Remove an epic - issue association.
- removeListener(SystemHookListener) - Method in class org.miaixz.bus.gitlab.SystemHookManager
-
Removes a System Hook event listener.
- removeListener(WebHookListener) - Method in class org.miaixz.bus.gitlab.WebHookManager
-
Removes a WebHook event listener.
- removeMember(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Removes member from the group.
- removeMember(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Removes user from project team.
- removeRunner(Long) - Method in class org.miaixz.bus.gitlab.RunnersApi
-
Remove a runner.
- removeSetting(String) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- removeSetting(Setting) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- renewSecret(Long) - Method in class org.miaixz.bus.gitlab.ApplicationsApi
-
Renews an application secret.
- REOPEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
- REOPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- REOPENED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
- reopenIssue(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Reopens an existing project issue.
- reOrderChildEpic(Object, Long, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Re-order a child epic
- REPORTER - Enum constant in enum class org.miaixz.bus.gitlab.models.AccessLevel
- Repository - Class in org.miaixz.bus.gitlab.models
- Repository() - Constructor for class org.miaixz.bus.gitlab.models.Repository
- REPOSITORY_CHECKS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
GitLab will periodically run git fsck in all project and wiki repositories to look for silent disk corruption issues.
- REPOSITORY_SIZE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) Size limit per repository (MB)
- REPOSITORY_STORAGES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
A list of names of enabled storage paths, taken from gitlab.yml.
- REPOSITORY_STORAGES_WEIGHTED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Hash of names of taken from gitlab.yml to weights.
- REPOSITORY_UPDATE_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- RepositoryApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API repository calls.
- RepositoryApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.RepositoryApi
- RepositoryArchiveParams - Class in org.miaixz.bus.gitlab.models
-
Params for getting file archive of the repository.
- RepositoryArchiveParams() - Constructor for class org.miaixz.bus.gitlab.models.RepositoryArchiveParams
- RepositoryChange - Class in org.miaixz.bus.gitlab.hooks.system
- RepositoryChange() - Constructor for class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- RepositoryFile - Class in org.miaixz.bus.gitlab.models
- RepositoryFile() - Constructor for class org.miaixz.bus.gitlab.models.RepositoryFile
- RepositoryFileApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API repository files calls.
- RepositoryFileApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.RepositoryFileApi
- RepositoryFileResponse - Class in org.miaixz.bus.gitlab.models
- RepositoryFileResponse() - Constructor for class org.miaixz.bus.gitlab.models.RepositoryFileResponse
- RepositorySubmodulesApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API repository submodules calls.
- RepositorySubmodulesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.RepositorySubmodulesApi
- RepositorySystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- RepositorySystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- REQUEST_PREFIX - Static variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Prefix for request log entries.
- requestAccess(Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Requests access for the authenticated user to the specified group.
- requestAccess(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Requests access for the authenticated user to the specified project.
- REQUIRE_ADMIN_APPROVAL_AFTER_USER_SIGNUP - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
When enabled, any user that signs up for an account using the registration form is placed under a Pending approval state and has to be explicitly approved by an administrator.
- REQUIRE_ADMIN_TWO_FACTOR_AUTHENTICATION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Allow administrators to require 2FA for all administrators on the instance.
- REQUIRE_PERSONAL_ACCESS_TOKEN_EXPIRY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
When enabled, users must set an expiration date when creating a group or project access token, or a personal access token owned by a non-service account.
- REQUIRE_TWO_FACTOR_AUTHENTICATION - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.IssuesApi
-
Resets the estimated time for this issue to 0 seconds.
- resetSpentTime(Object, Long) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Resets the total spent time for this issue to 0 seconds.
- resolveCommitDiscussionNote(Object, String, String, Long, Boolean) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Resolve or unresolve an existing discussion note of a commit.
- resolveMergeRequestDiscussion(Object, Long, String, Boolean) - Method in class org.miaixz.bus.gitlab.DiscussionsApi
-
Resolve or unresolve whole discussion of a merge request.
- ResourceLabelEventsApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab Resource label events API
- ResourceLabelEventsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ResourceLabelEventsApi
- ResourceStateEventsApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab Resource state events API
- ResourceStateEventsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ResourceStateEventsApi
- RESPONSE_PREFIX - Static variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Prefix for response log entries.
- RESTRICTED_VISIBILITY_LEVELS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Selected levels cannot be used by non-admin users for groups, projects or snippets.
- retryExternalStatusCheck(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Retry the specified failed external status check for a single merge request.
- retryJob(Object, Long) - Method in class org.miaixz.bus.gitlab.JobApi
-
Retry specified job in a project.
- retryPipelineJob(Object, long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Retry a job in specified pipelines in a project.
- revertCommit(Object, String, String) - Method in class org.miaixz.bus.gitlab.CommitsApi
-
Reverts a commit in a given branch.
- Reviewer - Class in org.miaixz.bus.gitlab.models
- Reviewer() - Constructor for class org.miaixz.bus.gitlab.models.Reviewer
- REVIEWER_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- REVIEWER_USERNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- REVOKE_PERSONAL_ACCESS_TOKEN_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- REVOKE_PERSONAL_ACCESS_TOKEN_REGEX - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- revokeGroupAccessToken(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Revoke a group access token.
- revokeImpersonationToken(Object, Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Revokes an impersonation token.
- revokePersonalAccessToken(Long) - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Revokes a personal access token.
- revokePersonalAccessToken(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Revokes a personal access token.
- revokePersonalAccessToken(String, String, String, String, List<AccessToken.Scope>) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Revoke the first matching GitLab personal access token.
- revokePersonalAccessToken(String, String, String, String, AccessToken.Scope[]) - Static method in class org.miaixz.bus.gitlab.support.AccessToken
-
Revoke the first matching GitLab personal access token.
- revokeProjectAccessToken(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Revokes the project access token.
- ROOM_PROP - Static variable in class org.miaixz.bus.gitlab.services.HipChatService
- rotateGroupAccessToken(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Rotate a group access token.
- rotateGroupAccessToken(Object, Long, Date) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Rotate a group access token.
- rotatePersonalAccessToken() - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Rotates the given personal access token.
- rotatePersonalAccessToken(String, Date) - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Rotates a specific personal access token.
- rotatePersonalAccessToken(Date) - Method in class org.miaixz.bus.gitlab.PersonalAccessTokenApi
-
Rotates the personal access token used in the request header.
- rotateProjectAccessToken(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Rotates the given project access token.
- rotateProjectAccessToken(Object, Long, Date) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Rotates the given project access token.
- RSA_KEY_RESTRICTION - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The minimum allowed bit length of an uploaded RSA key.
- Runner - Class in org.miaixz.bus.gitlab.models
- Runner() - Constructor for class org.miaixz.bus.gitlab.models.Runner
- RUNNER_TOKEN_EXPIRATION_INTERVAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Set the expiration time (in seconds) of authentication tokens of newly registered instance runners.
- Runner.RunnerStatus - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for RunnersApi filtering on status.
- Runner.RunnerType - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for RunnersApi filtering on type.
- RunnerDetail - Class in org.miaixz.bus.gitlab.models
- RunnerDetail() - Constructor for class org.miaixz.bus.gitlab.models.RunnerDetail
- RunnerDetail.RunnerAccessLevel - Enum Class in org.miaixz.bus.gitlab.models
-
Enum to use for RunnerDetail accessLevel property.
- RunnersApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API repository files calls.
- RunnersApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.RunnersApi
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- RUNNING - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
S
- SamlGroupLink - Class in org.miaixz.bus.gitlab.models
- SamlGroupLink() - Constructor for class org.miaixz.bus.gitlab.models.SamlGroupLink
- SCHEDULE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- SCHEDULED - Enum constant in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- SCHEDULED - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- scheduleExport(Object) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Schedule an export.
- scheduleExport(Object, String) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Schedule an export.
- scheduleExport(Object, String, Map<String, String>, String, String) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Schedule an export.
- SEARCH_MAX_DOCS_DENOMINATOR - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SEARCH_MAX_SHARD_SIZE_GB - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SEARCH_MIN_DOCS_BEFORE_ROLLOVER - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SEARCH_RATE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Max number of requests per minute for performing a search while authenticated.
- SEARCH_RATE_LIMIT_ALLOWLIST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SEARCH_RATE_LIMIT_UNAUTHENTICATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Max number of requests per minute for performing a search while unauthenticated.
- SearchApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API Search API calls.
- SearchApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.SearchApi
- SearchBlob - Class in org.miaixz.bus.gitlab.models
- SearchBlob() - Constructor for class org.miaixz.bus.gitlab.models.SearchBlob
- SECRET_DETECTION_REVOCATION_TOKEN_TYPES_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SECRET_DETECTION_TOKEN_REVOCATION_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SECRET_DETECTION_TOKEN_REVOCATION_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SECRET_DETECTION_TOKEN_REVOCATION_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SecretString - Class in org.miaixz.bus.gitlab.support
-
This class implements a CharSequence that can be cleared of it's contained characters.
- SecretString(char[]) - Constructor for class org.miaixz.bus.gitlab.support.SecretString
- SecretString(char[], int, int) - Constructor for class org.miaixz.bus.gitlab.support.SecretString
- SecretString(CharSequence) - Constructor for class org.miaixz.bus.gitlab.support.SecretString
- SECTION_PREFIX - Static variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Prefix that marks the beginning of a request or response section.
- SECURITY_APPROVAL_POLICIES_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum number of active merge request approval policies per security policy project.
- SECURITY_POLICY_GLOBAL_GROUP_APPROVERS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Whether to look up merge request approval policy approval groups globally or within project hierarchies.
- SECURITY_POLICY_SCHEDULED_SCANS_MAX_CONCURRENCY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SECURITY_TXT_CONTENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Public security contact information.
- SEND_FROM_COMMITTER_EMAIL_PROP - Static variable in class org.miaixz.bus.gitlab.services.EmailOnPushService
- SEND_USER_CONFIRMATION_EMAIL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Send confirmation email on sign-up.
- SENTRY_CLIENTSIDE_DSN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SENTRY_CLIENTSIDE_TRACES_SAMPLE_RATE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SENTRY_DSN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SENTRY_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SENTRY_ENVIRONMENT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.miaixz.bus.gitlab.support.JacksonJson.DateOnlySerializer
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.miaixz.bus.gitlab.support.JacksonJson.JsonDateSerializer
- serialize(List<User>, JsonGenerator, SerializerProvider) - Method in class org.miaixz.bus.gitlab.support.JacksonJson.UserListSerializer
- SERVER_PROP - Static variable in class org.miaixz.bus.gitlab.services.HipChatService
- SERVICE_ACCESS_TOKENS_EXPIRATION_ENFORCED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Flag to indicate if token expiry date can be optional for service account users
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.BugzillaService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.ExternalWikiService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.HipChatService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.JiraService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.MattermostService
-
Get the form data for this service based on it's properties.
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- servicePropertiesForm() - Method in class org.miaixz.bus.gitlab.services.SlackService
-
Get the form data for this service based on it's properties.
- ServicesApi - Class in org.miaixz.bus.gitlab
-
Access for the services API.
- ServicesApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.ServicesApi
- SESSION_EXPIRE_DELAY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Session duration in minutes.
- set(String, ChangeContainer<Object>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setAccess_level(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.ProtectedTag.CreateAccessLevel
- setAccessLevel(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setAccessLevel(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.AccessRequest
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.GroupAccessToken
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.Member
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.Membership
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.ProjectAccess
- setAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- setAccessLevel(RunnerDetail.RunnerAccessLevel) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setAccessLevelDescription(String) - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- setAccessLevelDescription(String) - Method in class org.miaixz.bus.gitlab.models.ProtectedTag.CreateAccessLevel
- setAccessToken(String) - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- setAction(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setAction(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setAction(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setAction(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setAction(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setAction(String) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setAction(CommitAction.Action) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setAction(Constants.ActionType) - Method in class org.miaixz.bus.gitlab.models.PushData
- setActionName(String) - Method in class org.miaixz.bus.gitlab.models.Event
- setActionName(Constants.TodoAction) - Method in class org.miaixz.bus.gitlab.models.Todo
- setActions(List<CommitAction>) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setActive(Boolean) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setActive(Boolean) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setActive(Boolean) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setActive(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setActive(Boolean) - Method in class org.miaixz.bus.gitlab.models.Runner
- setActive(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setActiveUsers(Integer) - Method in class org.miaixz.bus.gitlab.models.License
- setActualId(ValueNode) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setAdd(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setAdded(List<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setAdditions(Integer) - Method in class org.miaixz.bus.gitlab.models.CommitStats
- setAdditions(Integer) - Method in class org.miaixz.bus.gitlab.models.Contributor
- setAddOns(Map<String, Integer>) - Method in class org.miaixz.bus.gitlab.models.License
- setAfter(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- setAfter(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setAfter(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- setAlertStatus(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setAll(Integer) - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- setAllowCollaboration(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setAllowFailure(boolean) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setAllowFailure(Boolean) - Method in class org.miaixz.bus.gitlab.models.Build
- setAllowFailure(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setAllowFailure(Boolean) - Method in class org.miaixz.bus.gitlab.models.Job
- setAllowForcePush(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setAllowMaintainerToPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setAllowMergeOnSkippedPipeline(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setAllowPipelineTriggerApproveDeployment(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setAlt(String) - Method in class org.miaixz.bus.gitlab.models.FileUpload
- setAMode(String) - Method in class org.miaixz.bus.gitlab.models.Changes
- setAMode(String) - Method in class org.miaixz.bus.gitlab.models.Diff
- setAnalyticsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setApiUrl(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setApiVersion(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setApplicationId(String) - Method in class org.miaixz.bus.gitlab.models.Application
- setApplicationName(String) - Method in class org.miaixz.bus.gitlab.models.Application
- setAppliesToAllProtectedBranches(Boolean) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setApprovalRulesOverwritten(Boolean) - Method in class org.miaixz.bus.gitlab.models.ApprovalState
- setApprovalsBeforeMerge(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setApprovalsBeforeMerge(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setApprovalsBeforeMerge(Integer) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setApprovalsConfiguration(Object, ProjectApprovalsConfig) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Set the project's approvals configuration.
- setApprovalsLeft(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
-
Set the number of approvals missing for the merge request.
- setApprovalsRequired(Integer) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setApprovalsRequired(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
-
Set the number of approvals required for the merge request.
- setApproved(Boolean) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setApprovedBy(List<User>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setApprovedBy(List<User>) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
-
Set the list of users that have approved the merge request.
- setArchitecture(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setArchived(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setArtifacts(List<Artifact>) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setArtifacts(List<Artifact>) - Method in class org.miaixz.bus.gitlab.models.Job
- setArtifactsExpireAt(Date) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setArtifactsExpireAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- setArtifactsFile(ArtifactsFile) - Method in class org.miaixz.bus.gitlab.models.Build
- setArtifactsFile(ArtifactsFile) - Method in class org.miaixz.bus.gitlab.models.Job
- setAssets(EventReleaseAssets) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setAssets(Assets) - Method in class org.miaixz.bus.gitlab.models.Release
- setAssets(Assets) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setAssignee(Assignee) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setAssignee(Assignee) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setAssignee(Assignee) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setAssignee(Assignee) - Method in class org.miaixz.bus.gitlab.models.Board
- setAssignee(Assignee) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setAssignee(Assignee) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setAssigneeIds(List<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setAssigneeIds(List<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setAssigneeIds(List<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setAssignees(List<Assignee>) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setAssignees(List<Assignee>) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setAssignees(List<Assignee>) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setAssignees(List<Assignee>) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setAssignees(List<Assignee>) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setAssignees(ChangeContainer<List<Assignee>>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setAttachment(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setAttachment(String) - Method in class org.miaixz.bus.gitlab.models.Note
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Comment
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Commit
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Event
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Note
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Release
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Todo
- setAuthoredDate(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- setAuthorEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setAuthorEmail(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setAuthorEmail(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setAuthorEmailRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setAuthorId(ChangeContainer<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setAuthorName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setAuthorName(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setAuthorName(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setAuthorName(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setAuthorUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setAuthorUsername(String) - Method in class org.miaixz.bus.gitlab.models.Event
- setAuthTokenSupplier(Supplier<String>) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Set auth token supplier for gitlab api client.
- setAuthTokenSupplier(Supplier<String>) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Set auth token supplier for gitlab api client.
- setAutoCancelPendingPipelines(Constants.AutoCancelPendingPipelines) - Method in class org.miaixz.bus.gitlab.models.Project
- setAutocloseReferencedIssues(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setAutoDevopsDeployStrategy(Constants.AutoDevopsDeployStrategy) - Method in class org.miaixz.bus.gitlab.models.Project
- setAutoDevopsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setAutoStopAt(Date) - Method in class org.miaixz.bus.gitlab.models.Environment
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.Topic
- setAwardableId(Long) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setAwardableType(AwardEmoji.AwardableType) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setBaseCommitSha(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setBasename(String) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setBaseSha(String) - Method in class org.miaixz.bus.gitlab.models.DiffRef
- setBaseSha(String) - Method in class org.miaixz.bus.gitlab.models.Position
- setBefore(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- setBefore(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setBefore(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- setBeforeSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBeforeSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setBeforeSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setBeforeSha(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setBio(String) - Method in class org.miaixz.bus.gitlab.models.User
- setBlobId(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setBlockingDiscussionsResolved(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setBlockingDiscussionsResolved(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setBMode(String) - Method in class org.miaixz.bus.gitlab.models.Changes
- setBMode(String) - Method in class org.miaixz.bus.gitlab.models.Diff
- setBody(String) - Method in class org.miaixz.bus.gitlab.models.Note
- setBody(String) - Method in class org.miaixz.bus.gitlab.models.Todo
- setBot(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setBranch(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setBranch(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setBranch(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFileResponse
- setBranch(String) - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- setBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- setBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setBranchFilterStrategy(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setBranchFilterStrategy(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setBranchName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setBranchName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setBranchNameRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setBuildAllowFailure(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildCoverageRegex(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setBuildCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildDuration(Float) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setBuildFailureReason(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildGitStrategy(Constants.BuildGitStrategy) - Method in class org.miaixz.bus.gitlab.models.Project
- setBuildId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildQueuedDuration(Float) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuilds(List<Build>) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setBuildsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setBuildStage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildStartedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setBuildTimeout(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setCacheCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setCadence(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setCallbackUrl(String) - Method in class org.miaixz.bus.gitlab.models.Application
- setCanCreateGroup(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setCanCreateMergeRequestIn(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setCanCreateProject(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setCanPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- setCanPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.DeployKey
- setChange(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setChanges(List<RepositoryChange>) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setChanges(List<Diff>) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setChanges(IssueChanges) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setChanges(MergeRequestChanges) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setChanges(MergeRequestChanges) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setChanges(WorkItemChanges) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setChangesCount(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setCheckoutSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setCiAllowForkPipelinesToRunInParentProject(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiConfigPath(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setCiConfigPath(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiDefaultGitDepth(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiForwardDeploymentEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiForwardDeploymentRollbackAllowed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiIdTokenSubClaimComponents(List<String>) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiJobTokenScopeEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiPipelineVariablesMinimumOverrideRole(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiPushRepositoryForJobTokenAllowed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiRestrictPipelineCancellationRole(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setCiSeparatedCaches(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setClosed(Integer) - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- setClosedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setClosedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setClosedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setClosedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setClosedBy(Participant) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setClosedBy(User) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setClosedIssuesCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Label
- setCloseIssue(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setCloseMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setCn(String) - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- setCodeOwnerApprovalRequired(Boolean) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- setCodeOwnerApprovalRequired(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setCodeOwnerApprovalRequired(Object, String, Boolean) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Sets the code_owner_approval_required flag on the specified protected branch.
- setColor(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setColor(String) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setColor(String) - Method in class org.miaixz.bus.gitlab.models.Label
- setColor(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setColorSchemeId(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- setCommit(BuildCommit) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setCommit(BuildCommit) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setCommit(EventCommit) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setCommit(EventCommit) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setCommit(EventCommit) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Blame
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Branch
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.CompareResults
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Job
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Release
- setCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Tag
- setCommitCommitterCheck(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setCommitCommitterNameCheck(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setCommitCount(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setCommitCount(Integer) - Method in class org.miaixz.bus.gitlab.models.PushData
- setCommitEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setCommitEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setCommitFrom(String) - Method in class org.miaixz.bus.gitlab.models.PushData
- setCommitId(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setCommitId(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setCommitMessage(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setCommitMessageNegativeRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setCommitMessageRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setCommitPath(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setCommits(Integer) - Method in class org.miaixz.bus.gitlab.models.Contributor
- setCommits(List<EventCommit>) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setCommits(List<Commit>) - Method in class org.miaixz.bus.gitlab.models.CompareResults
- setCommits(List<Commit>) - Method in class org.miaixz.bus.gitlab.models.EventData
- setCommits(List<Commit>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestDiff
- setCommittedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setCommittedDate(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- setCommitterEmail(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setCommitterName(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setCommitTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setCommitTitle(String) - Method in class org.miaixz.bus.gitlab.models.PushData
- setCommitTo(String) - Method in class org.miaixz.bus.gitlab.models.PushData
- setCommitUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setCompareSameRef(Boolean) - Method in class org.miaixz.bus.gitlab.models.CompareResults
- setCompareTimeout(Boolean) - Method in class org.miaixz.bus.gitlab.models.CompareResults
- setCompletedCount(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
- setCompletedCount(Integer) - Method in class org.miaixz.bus.gitlab.models.TaskCompletionStatus
- setComplianceFrameworks(List<String>) - Method in class org.miaixz.bus.gitlab.models.Project
- setConditions(List<String>) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setConfidential(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setConfidential(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setConfidential(Boolean) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setConfidential(Boolean) - Method in class org.miaixz.bus.gitlab.models.Application
- setConfidential(ChangeContainer<Boolean>) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- setConfidentialIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setConfidentialIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setConfidentialNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setConfidentialNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setConfirmedAt(Date) - Method in class org.miaixz.bus.gitlab.models.User
- setContactedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setContainerExpirationPolicy(ContainerExpirationPolicy) - Method in class org.miaixz.bus.gitlab.models.Project
- setContainerRegistryAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setContainerRegistryEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setContainerRegistryImagePrefix(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setContainsHiddenGroups(Boolean) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setContent(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setContent(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setContent(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setContent(String) - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplate
- setContent(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setContent(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setContent(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setContent(String) - Method in class org.miaixz.bus.gitlab.models.WikiPage
- setContentSha256(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setCount(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- setCount(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
- setCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Assets
- setCount(Integer) - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
- setCount(Integer) - Method in class org.miaixz.bus.gitlab.models.TaskCompletionStatus
- setCounts(IssuesStatistics.Counts) - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Statistics
- setCoverage(Float) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setCoverage(Float) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setCoverage(String) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setCoverage(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setCoverage(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setCreateAccessLevels(List<ProtectedTag.CreateAccessLevel>) - Method in class org.miaixz.bus.gitlab.models.ProtectedTag
- setCreatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setCreatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setCreatedAt(Long) - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- setCreatedAt(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setCreatedAt(String) - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- setCreatedAt(String) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Build
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Comment
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.DeployKey
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Event
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.GpgKey
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Group
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Key
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.License
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Note
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Package
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Project
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Release
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.SshKey
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Tag
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Todo
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- setCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setCreatedAt(ChangeContainer<Date>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setCreatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setCreatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setCreatorId(Long) - Method in class org.miaixz.bus.gitlab.models.Project
- setCron(String) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setCronTimezone(String) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setCurrent(T) - Method in class org.miaixz.bus.gitlab.hooks.web.ChangeContainer
- setCurrentSignInAt(Date) - Method in class org.miaixz.bus.gitlab.models.User
- setCustomAttribute(Object, String, String) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Set a custom attribute for the specified group.
- setCustomAttribute(Object, String, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Set a custom attribute for the specified project.
- setCustomAttributes(List<CustomAttribute>) - Method in class org.miaixz.bus.gitlab.models.Group
- setCustomAttributes(List<CustomAttribute>) - Method in class org.miaixz.bus.gitlab.models.Project
- setCustomAttributes(List<CustomAttribute>) - Method in class org.miaixz.bus.gitlab.models.User
- setCustomMessage(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setCustomWebhookTemplate(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setCustomWebhookTemplate(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setData(String) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setData(EventData) - Method in class org.miaixz.bus.gitlab.models.Event
- setDate(Date) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setDate(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.DateCount
- setDays(List<ProjectFetches.DateCount>) - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
- setDbCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setDefault(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- setDefaultBranch(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setDefaultBranch(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- setDefaultBranch(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setDefaultBranchProtection(Constants.DefaultBranchProtectionLevel) - Method in class org.miaixz.bus.gitlab.models.Group
- setDefaultChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setDefaultChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setDefaultPerPage(int) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Set the default number per page for calls that return multiple items.
- setDeletedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setDeletedFile(Boolean) - Method in class org.miaixz.bus.gitlab.models.Changes
- setDeletedFile(Boolean) - Method in class org.miaixz.bus.gitlab.models.Diff
- setDeletions(Integer) - Method in class org.miaixz.bus.gitlab.models.CommitStats
- setDeletions(Integer) - Method in class org.miaixz.bus.gitlab.models.Contributor
- setDenyDeleteTag(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setDeployable(Deployable) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setDeployableId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setDeployableUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setDeploymentEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setDeploymentEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setDeploymentEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setDeploymentId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setDescription(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Group
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Label
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Repository
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Runner
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Topic
- setDescription(String) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setDescription(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- setDescription(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- setDescription(ChangeContainer<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setDescriptionHtml(String) - Method in class org.miaixz.bus.gitlab.models.Label
- setDescriptionHtml(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setDescriptionHtml(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setDetailedMergeStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setDetailedMergeStatus(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDetailedStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setDetailedStatus(DetailedStatus) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setDetails(AuditEventDetail) - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- setDetailsPath(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setDevelopersCanMerge(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- setDevelopersCanPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- setDiff(String) - Method in class org.miaixz.bus.gitlab.models.Changes
- setDiff(String) - Method in class org.miaixz.bus.gitlab.models.Diff
- setDiffRefs(DiffRef) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDiffs(List<Diff>) - Method in class org.miaixz.bus.gitlab.models.CompareResults
- setDiffs(List<Diff>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestDiff
- setDiffUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setDigest(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setDisableDiffs(Boolean) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- setDisabledUntil(Date) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setDisableOverridingApproversPerMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setDiscussionId(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setDiscussionLocked(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setDiscussionLocked(Boolean) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setDiscussionLocked(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDivergedCommitsCount(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDownstreamPipeline(DownstreamPipeline) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setDownvote(Boolean) - Method in class org.miaixz.bus.gitlab.models.Note
- setDownvotes(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setDownvotes(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setDownvotes(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDraft(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setDueDate(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setDueDate(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setDueDate(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setDueDate(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setDueDate(Date) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setDueDate(Date) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setDueDate(ChangeContainer<Date>) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- setDueDateFromInheritedSource(Date) - Method in class org.miaixz.bus.gitlab.models.Epic
- setDueDateFromInheritedSource(Date) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setDueDateIsFixed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Epic
- setDueDateIsFixed(Boolean) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setDuplicatedToId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setDuration(Double) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setDuration(Double) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setDuration(Float) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Build
- setDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Job
- setDuration(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setDuration(Integer) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setEligibleApprovers(List<User>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- setEmail(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setEmail(String) - Method in class org.miaixz.bus.gitlab.models.Email
- setEmail(String) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- setEmailsDisabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setEmailsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setEmptyRepo(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- setEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setEnableSslVerification(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setEnableSslVerification(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setEnableSslVerification(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setEnableSslVerification(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setEncoding(Constants.Encoding) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setEncoding(Constants.Encoding) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setEndDate(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setEnforceAuthChecksOnUploads(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setEnterprise(Boolean) - Method in class org.miaixz.bus.gitlab.models.Metadata
- setEntityId(Long) - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- setEntityPath(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setEntityType(String) - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- setEnvironment(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setEnvironment(String) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- setEnvironment(Environment) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setEnvironmentsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setEnvironmentScope(String) - Method in class org.miaixz.bus.gitlab.models.Variable
- setEpic(Epic) - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- setEpic(IssueEpic) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setEpicIssueId(Long) - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- setErasedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setErasedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setEventName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setEvents(NotificationSettings.Events) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- setEventType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- setEventType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setEvidenceFilePath(String) - Method in class org.miaixz.bus.gitlab.models.Assets
- setEvidenceSha(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setExecuteFilemode(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setExists(Boolean) - Method in class org.miaixz.bus.gitlab.models.Exists
- setExpired(Boolean) - Method in class org.miaixz.bus.gitlab.models.License
- setExpired(Boolean) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.DeployToken
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.License
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.Member
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.Note
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.SshKey
- setExportStatus(ExportStatus.Status) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setExternal(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- setExternal(Boolean) - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- setExternal(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setExternalApprovalRule(EventExternalStatusCheck) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setExternalAuthorizationClassificationLabel(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setExternalId(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setExternalStatusCheck(ExternalStatusCheck) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- setExternalUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- setExternalUrl(String) - Method in class org.miaixz.bus.gitlab.models.Environment
- setExternalUrl(String) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- setExternalUrl(String) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- setExternalUrl(String) - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- setExternalWikiUrl(String) - Method in class org.miaixz.bus.gitlab.services.ExternalWikiService
- setExternUid(String) - Method in class org.miaixz.bus.gitlab.models.Identity
- setExternUid(String) - Method in class org.miaixz.bus.gitlab.models.User
- setExtraSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- setFailedPipeline(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setFailureReason(String) - Method in class org.miaixz.bus.gitlab.models.Build
- setFailureReason(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setFavicon(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setFeatured(boolean) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setFeatureFlagEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setFeatureFlagEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setFeatureFlagsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setFetches(ProjectFetches.Fetches) - Method in class org.miaixz.bus.gitlab.models.ProjectFetches
- setFile(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setFileFormat(String) - Method in class org.miaixz.bus.gitlab.models.Artifact
- setFileMd5(String) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setFilename(String) - Method in class org.miaixz.bus.gitlab.models.Artifact
- setFilename(String) - Method in class org.miaixz.bus.gitlab.models.ArtifactsFile
- setFilename(String) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setFilename(String) - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- setFileName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setFileName(String) - Method in class org.miaixz.bus.gitlab.models.Note
- setFileName(String) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setFileName(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setFileName(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setFileName(String) - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- setFileNameRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setFilepath(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- setFilePath(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setFilePath(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setFilePath(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFileResponse
- setFilePath(String) - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- setFileSha1(String) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setFileSha256(String) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setFileType(Artifact.FileType) - Method in class org.miaixz.bus.gitlab.models.Artifact
- setFilter(String) - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Build
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- setFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setFirstContribution(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setForce(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setForceRemoveSourceBranch(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setForkedFromProject(Project) - Method in class org.miaixz.bus.gitlab.models.Project
- setForkingAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setForksCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setFormat(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseSource
- setFormat(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setFormat(String) - Method in class org.miaixz.bus.gitlab.models.WikiPage
- setFormat(Constants.ArchiveFormat) - Method in class org.miaixz.bus.gitlab.models.Assets.Source
- setFrom(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setFrom(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setFsShardsCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setFull(String) - Method in class org.miaixz.bus.gitlab.models.References
- setFullName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- setFullPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setFullPath(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- setFullPath(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setGfm(boolean) - Method in class org.miaixz.bus.gitlab.models.MarkdownRequest
- setGit_http_url(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setGit_http_url(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- setGit_ssh_url(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setGit_ssh_url(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- setGitalyCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setGitHttpUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setGitSshUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setGpgKeyId(Long) - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- setGpgKeyPrimaryKeyid(String) - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- setGpgKeySubkeyId(String) - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- setGpgKeyUserEmail(String) - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- setGpgKeyUserName(String) - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- setGroup(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setGroup(Group) - Method in class org.miaixz.bus.gitlab.models.ApprovedBy
- setGroup(Group) - Method in class org.miaixz.bus.gitlab.models.Board
- setGroupAccess(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setGroupAccess(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- setGroupAccess(ProjectAccess) - Method in class org.miaixz.bus.gitlab.models.Permissions
- setGroupAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- setGroupAvatar(Object, File) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Uploads and sets the project avatar for the specified group.
- setGroupFullPath(String) - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- setGroupId(long) - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setGroupName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setGroupName(String) - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- setGroupPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setGroupRunnersEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setGroups(List<Group>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setGroupSamlIdentity(Identity) - Method in class org.miaixz.bus.gitlab.models.Member
- setGroupsCount(int) - Method in class org.miaixz.bus.gitlab.models.Associations
- setGroupWithProjectTemplatesId(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setHasChildren(Boolean) - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- setHasConflicts(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setHasDetails(Boolean) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setHasIssues(Boolean) - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- setHasTasks(Boolean) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setHeadCommitSha(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setHeadPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setHeadPipelineId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setHeadSha(String) - Method in class org.miaixz.bus.gitlab.models.DiffRef
- setHeadSha(String) - Method in class org.miaixz.bus.gitlab.models.Position
- setHealthStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setHealthStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setHealthStatus(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setHeathStatus(ChangeContainer<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueChanges
- setHeathStatus(ChangeContainer<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemChanges
- setHeight(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- setHideBacklogList(Boolean) - Method in class org.miaixz.bus.gitlab.models.Board
- setHideClosedList(Boolean) - Method in class org.miaixz.bus.gitlab.models.Board
- setHistoricalMax(Integer) - Method in class org.miaixz.bus.gitlab.models.License
- setHomepage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setHomepage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setHomepage(String) - Method in class org.miaixz.bus.gitlab.models.Repository
- setHtml(String) - Method in class org.miaixz.bus.gitlab.models.Markdown
- setHtmlUrl(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setHtmlUrl(String) - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- setHtmlUrl(String) - Method in class org.miaixz.bus.gitlab.ProjectLicense
- setHttpUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setHttpUrlToRepo(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setHumanTimeChange(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setHumanTimeChange(Duration) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setHumanTimeEstimate(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setHumanTimeEstimate(Duration) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setHumanTimeEstimate(Duration) - Method in class org.miaixz.bus.gitlab.models.TimeStats
- setHumanTotalTimeSpent(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setHumanTotalTimeSpent(Duration) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setHumanTotalTimeSpent(Duration) - Method in class org.miaixz.bus.gitlab.models.TimeStats
- setIcon(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setId(Integer) - Method in class org.miaixz.bus.gitlab.models.Link
- setId(Integer) - Method in class org.miaixz.bus.gitlab.models.Topic
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Application
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Badge
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Board
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Build
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.DeployKey
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.DeployToken
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Email
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Environment
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.GpgKey
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Job
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Key
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Label
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.License
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Note
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Package
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Project
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Runner
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.SshKey
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Todo
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- setId(Long) - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- setId(Long) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setId(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setId(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setId(String) - Method in class org.miaixz.bus.gitlab.models.Discussion
- setId(String) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setId(String) - Method in class org.miaixz.bus.gitlab.models.TreeItem
- setIdentities(List<Identity>) - Method in class org.miaixz.bus.gitlab.models.User
- setIgnoreCertificateErrors(boolean) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Sets up the Jersey system ignore SSL certificate errors or not.
- setIgnoreCertificateErrors(boolean) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Sets up the Jersey system ignore SSL certificate errors or not.
- setIid(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setIid(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setIid(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setIid(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setIid(Long) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setIids(List<Long>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setIids(List<Long>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setIllustration(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setImageUrl(String) - Method in class org.miaixz.bus.gitlab.models.Badge
- setImpersonation(Boolean) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setImported(Boolean) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setImportedFrom(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setImportError(String) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setImportError(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setImportStatus(ImportStatus.Status) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setImportStatus(ImportStatus.Status) - Method in class org.miaixz.bus.gitlab.models.Project
- setImportType(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setImportUrl(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setIn(List<String>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setIn(Constants.MergeRequestSearchIn) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setIn(IterationFilter.IterationFilterIn) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- setIncludeAncestors(Boolean) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- setIndividualNote(Boolean) - Method in class org.miaixz.bus.gitlab.models.Discussion
- setInfrastructureAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setInitializeWithReadme(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setInProgressMergeCommitSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setInternal(Boolean) - Method in class org.miaixz.bus.gitlab.models.Note
- setIpAddress(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setIpAddress(String) - Method in class org.miaixz.bus.gitlab.models.Runner
- setIs_shared(Boolean) - Method in class org.miaixz.bus.gitlab.models.Runner
- setIsAdmin(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setIsProjectLabel(Boolean) - Method in class org.miaixz.bus.gitlab.models.Label
- setIssue(EventIssue) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setIssue(Issue) - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- setIssueBranchTemplate(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setIssueLinkId(Long) - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- setIssuesAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setIssuesCount(int) - Method in class org.miaixz.bus.gitlab.models.Associations
- setIssuesEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setIssuesTemplate(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setIssuesUrl(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- setIssuesUrl(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- setIssueType(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setIteration(Iteration) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setIteration(Iteration) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setIterationTitle(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setJiraIssueTransitionId(Integer) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setJobAllowFailure(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobArtifactsSize(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setJobArtifactsSize(Long) - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- setJobAttributes(List<JobAttribute>) - Method in class org.miaixz.bus.gitlab.models.JobAttributes
- setJobDuration(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setJobFailureReason(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobs(List<Job>) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setJobsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setJobStage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobStartedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setJobStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setKas(Metadata.Kas) - Method in class org.miaixz.bus.gitlab.models.Metadata
- setKeepDivergentRefs(Boolean) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setKeepLatestArtifact(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setKeepN(Integer) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setKey(String) - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.CustomAttribute
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.DeployKey
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.GpgKey
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.JobAttribute
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.Key
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.SshKey
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook.UrlVariable
- setKey(String) - Method in class org.miaixz.bus.gitlab.models.Variable
- setKey(String) - Method in class org.miaixz.bus.gitlab.ProjectLicense
- setKind(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setKind(Badge.BadgeKind) - Method in class org.miaixz.bus.gitlab.models.Badge
- setLabel(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setLabel(Label) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setLabel(Label) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setLabels(List<EventLabel>) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setLabels(List<Label>) - Method in class org.miaixz.bus.gitlab.models.Board
- setLabels(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- setLabels(ChangeContainer<List<EventLabel>>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setLastActivityAt(Date) - Method in class org.miaixz.bus.gitlab.models.Project
- setLastActivityOn(Date) - Method in class org.miaixz.bus.gitlab.models.User
- setLastCommit(EventCommit) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setLastCommitId(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setLastCommitId(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setLastDeployment(Deployment) - Method in class org.miaixz.bus.gitlab.models.Environment
- setLastEditedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setLastEditedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setLastEditedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setLastEditedAt(ChangeContainer<Date>) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemChanges
- setLastEditedById(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setLastEditedById(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setLastEditedById(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setLastError(String) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setLastPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.Commit
- setLastPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setLastSignInAt(Date) - Method in class org.miaixz.bus.gitlab.models.User
- setLastSuccessfulUpdateAt(Date) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setLastUpdateAt(Date) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setLastUpdateStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setLastUsed(Date) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setLastUsedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setLastUsedAt(Date) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setLastUsedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setLatestBuildFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setLatestBuildStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setLevel(NotificationSettings.Level) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- setLfsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- setLfsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setLfsObjectsSize(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setLfsObjectsSize(Long) - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- setLicense(ProjectLicense) - Method in class org.miaixz.bus.gitlab.models.Project
- setLicensee(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.License
- setLicenseUrl(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setLimitations(List<String>) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setLimitMetric(Integer) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setLine(Integer) - Method in class org.miaixz.bus.gitlab.models.Comment
- setLineCode(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setLines(List<String>) - Method in class org.miaixz.bus.gitlab.models.Blame
- setLineType(Constants.LineType) - Method in class org.miaixz.bus.gitlab.models.Comment
- setLink(WikiAttachment.Link) - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- setLinkCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- setLinkCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setLinkedin(String) - Method in class org.miaixz.bus.gitlab.models.User
- setLinks(List<EventReleaseLink>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- setLinks(List<Assets.Link>) - Method in class org.miaixz.bus.gitlab.models.Assets
- setLinks(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setLinks(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- setLinks(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setLinks(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.Project
- setLinks(Map<String, String>) - Method in class org.miaixz.bus.gitlab.models.Release
- setLinkType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- setLinkType(String) - Method in class org.miaixz.bus.gitlab.models.Link
- setLinkType(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- setLinkType(LinkType) - Method in class org.miaixz.bus.gitlab.models.IssueLink
- setLinkType(LinkType) - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- setLinkType(LinkType) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setLinkType(LinkType) - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- setLinkUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- setLinkUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setLinkUrl(String) - Method in class org.miaixz.bus.gitlab.models.Badge
- setLists(List<BoardList>) - Method in class org.miaixz.bus.gitlab.models.Board
- setListType(String) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setLocation(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- setLocation(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setLocation(String) - Method in class org.miaixz.bus.gitlab.models.User
- setLocked(Boolean) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setLockedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setLockVersion(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setManual(Boolean) - Method in class org.miaixz.bus.gitlab.models.Build
- setManual(Boolean) - Method in class org.miaixz.bus.gitlab.models.Job
- setMarkdown(String) - Method in class org.miaixz.bus.gitlab.models.FileUpload
- setMarkdown(String) - Method in class org.miaixz.bus.gitlab.models.WikiAttachment.Link
- setMarkedForDeletionOn(Date) - Method in class org.miaixz.bus.gitlab.models.Group
- setMarkedForDeletionOn(Date) - Method in class org.miaixz.bus.gitlab.models.Project
- setMasked(Boolean) - Method in class org.miaixz.bus.gitlab.models.Variable
- setMaskedHeaderNames(List<String>) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
-
Set the list of header names to mask values for.
- setMaxFileSize(Integer) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setMaxIssueCount(Integer) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setMaxIssueWeight(Integer) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setMemberCheck(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setMemberEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setMemberEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setMemberRoleId(int) - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- setMergeAccessLevels(List<BranchAccessLevel>) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setMergeCommitSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeCommitSha(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setMergeCommitTemplate(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setMerged(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- setMergedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setMergeError(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeError(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setMergeIid(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setMergeMethod(Project.MergeMethod) - Method in class org.miaixz.bus.gitlab.models.Project
- setMergeParams(Map<String, String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeRequest(EventMergeRequest) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setMergeRequest(EventMergeRequest) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setMergeRequest(MergeRequest) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- setMergeRequestChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setMergeRequestChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setMergeRequestId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setMergeRequestsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setMergeRequestsAuthorApproval(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setMergeRequestsCount(int) - Method in class org.miaixz.bus.gitlab.models.Associations
- setMergeRequestsCount(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setMergeRequestsDisableCommittersApproval(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setMergeRequestsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setMergeRequestsTemplate(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setMergeStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeStatus(ChangeContainer<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestChanges
- setMergeUser(Participant) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setMergeUserId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeWhenPipelineSucceeds(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMergeWhenPipelineSucceeds(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setMessage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setMessage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setMessage(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setMessage(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setMessage(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setMessage(String) - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- setMessage(String) - Method in class org.miaixz.bus.gitlab.models.Tag
- setMilestone(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setMilestone(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setMilestone(Milestone) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setMilestone(Milestone) - Method in class org.miaixz.bus.gitlab.models.Board
- setMilestone(Milestone) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setMilestone(Milestone) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setMilestoneId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setMilestoneId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setMilestoneId(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setMilestoneId(ChangeContainer<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setMilestones(List<String>) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setMilestones(List<Milestone>) - Method in class org.miaixz.bus.gitlab.models.Release
- setMirror(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setMirrorTriggerBuilds(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setMode(String) - Method in class org.miaixz.bus.gitlab.models.TreeItem
- setModelExperimentsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setModelRegistryAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setModified(List<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setMonitorAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setMovedToId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- setName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- setName(String) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Badge
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Board
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Branch
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Build
- setName(String) - Method in class org.miaixz.bus.gitlab.models.CommitRef
- setName(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setName(String) - Method in class org.miaixz.bus.gitlab.models.DeployToken
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Environment
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- setName(String) - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplate
- setName(String) - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
- setName(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setName(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Label
- setName(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Link
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Package
- setName(String) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setName(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ProtectedTag
- setName(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- setName(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- setName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Repository
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Runner
- setName(String) - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- setName(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Tag
- setName(String) - Method in class org.miaixz.bus.gitlab.models.Topic
- setName(String) - Method in class org.miaixz.bus.gitlab.models.TreeItem
- setName(String) - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- setName(String) - Method in class org.miaixz.bus.gitlab.ProjectLicense
- setNameRegex(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setNameRegexKeep(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setNamespace(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setNamespace(Namespace) - Method in class org.miaixz.bus.gitlab.models.Project
- setNamespaceId(Long) - Method in class org.miaixz.bus.gitlab.models.User
- setNameWithNamespace(String) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setNameWithNamespace(String) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setNameWithNamespace(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setNewFile(Boolean) - Method in class org.miaixz.bus.gitlab.models.Changes
- setNewFile(Boolean) - Method in class org.miaixz.bus.gitlab.models.Diff
- setNewIssue(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setNewIssueUrl(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- setNewIssueUrl(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- setNewLine(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- setNewMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setNewNote(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setNewPath(String) - Method in class org.miaixz.bus.gitlab.models.Changes
- setNewPath(String) - Method in class org.miaixz.bus.gitlab.models.Diff
- setNewPath(String) - Method in class org.miaixz.bus.gitlab.models.Position
- setNextRunAt(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setNextRunAt(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setNickname(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setNickname(String) - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- setNickname(String) - Method in class org.miaixz.bus.gitlab.ProjectLicense
- setNot(Map<IssueFilter.IssueField, Object>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setNote(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setNote(String) - Method in class org.miaixz.bus.gitlab.models.Comment
- setNote(Note) - Method in class org.miaixz.bus.gitlab.models.Event
- setNoteableId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setNoteableId(Long) - Method in class org.miaixz.bus.gitlab.models.Note
- setNoteableIid(Long) - Method in class org.miaixz.bus.gitlab.models.Note
- setNoteableType(String) - Method in class org.miaixz.bus.gitlab.models.Note
- setNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setNotes(List<Note>) - Method in class org.miaixz.bus.gitlab.models.Discussion
- setNotificationLevel(int) - Method in class org.miaixz.bus.gitlab.models.ProjectAccess
- setNotify(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setNotifyOnlyBrokenPipelines(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setNotifyOnlyBrokenPipelines(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setNotifyOnlyBrokenPipelines(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setNotifyOnlyDefaultBranch(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setObjectAttributes(IssueEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setObjectAttributes(MergeRequestEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setObjectAttributes(MergeRequestEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setObjectAttributes(NoteEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setObjectAttributes(PipelineEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setObjectAttributes(WikiPageEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- setObjectAttributes(WorkItemEvent.ObjectAttributes) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PushEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- setObjectKind(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setOlderThan(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- setOldFullPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setOldLine(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- setOldPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setOldPath(String) - Method in class org.miaixz.bus.gitlab.models.Changes
- setOldPath(String) - Method in class org.miaixz.bus.gitlab.models.Diff
- setOldPath(String) - Method in class org.miaixz.bus.gitlab.models.Position
- setOldPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setOldrev(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setOldUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setOnline(Boolean) - Method in class org.miaixz.bus.gitlab.models.Runner
- setOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setOnlyAllowMergeIfAllStatusChecksPassed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setOnlyProtectedBranches(Boolean) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setOpened(Integer) - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics.Counts
- setOpenIssuesCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Label
- setOpenIssuesCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setOpenMergeRequestsCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Label
- setOrderBy(Constants.DeploymentOrderBy) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- setOrderBy(Constants.IssueOrderBy) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setOrderBy(Constants.MergeRequestOrderBy) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setOrderBy(Constants.PipelineOrderBy) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setOrganization(String) - Method in class org.miaixz.bus.gitlab.models.User
- setOverage(Integer) - Method in class org.miaixz.bus.gitlab.models.License
- setOwner(Owner) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setOwner(Owner) - Method in class org.miaixz.bus.gitlab.models.Project
- setOwner(User) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setOwnerEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setOwnerEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setOwnerName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setOwnerName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setPackageId(Long) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setPackagesEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setPackagesSize(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setPackageType(PackageType) - Method in class org.miaixz.bus.gitlab.models.Package
- setPagesAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setParentId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setParentId(Long) - Method in class org.miaixz.bus.gitlab.models.Group
- setParentId(Long) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setParentIds(List<String>) - Method in class org.miaixz.bus.gitlab.models.Commit
- setParentIid(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setPassword(CharSequence) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.Comment
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.Group
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setPath(String) - Method in class org.miaixz.bus.gitlab.models.TreeItem
- setPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- setPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- setPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- setPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setPermissions(List<String>) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setPermissions(Permissions) - Method in class org.miaixz.bus.gitlab.models.Project
- setPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.Job
- setPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setPipelineChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setPipelineChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setPipelineId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setPipelineId(Long) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setPlan(String) - Method in class org.miaixz.bus.gitlab.models.License
- setPlatform(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setPosition(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setPosition(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setPosition(Integer) - Method in class org.miaixz.bus.gitlab.models.BoardList
- setPosition(Position) - Method in class org.miaixz.bus.gitlab.models.Note
- setPositionType(Position.PositionType) - Method in class org.miaixz.bus.gitlab.models.Position
- setPreventForkingOutsideGroup(Boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- setPreventSecrets(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setPreventSharingGroupsOutsideHierarchy(Boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- setPrevious(T) - Method in class org.miaixz.bus.gitlab.hooks.web.ChangeContainer
- setPreviousPath(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- setPrintingMergeRequestLinkEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setPriority(Integer) - Method in class org.miaixz.bus.gitlab.models.Label
- setPrivateProfile(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setProject(String) - Method in class org.miaixz.bus.gitlab.models.MarkdownRequest
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- setProject(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setProject(Project) - Method in class org.miaixz.bus.gitlab.models.Board
- setProject(Project) - Method in class org.miaixz.bus.gitlab.models.Job
- setProject(Project) - Method in class org.miaixz.bus.gitlab.models.Todo
- setProjectAccess(ProjectAccess) - Method in class org.miaixz.bus.gitlab.models.Permissions
- setProjectAvatar(Object, File) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Uploads and sets the project avatar for the specified project.
- setProjectCreationLevel(Constants.ProjectCreationLevel) - Method in class org.miaixz.bus.gitlab.models.Group
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.Commit
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setProjectKey(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setProjectName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setProjectName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setProjectName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setProjectPath(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setProjectPathWithNamespace(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setProjects(List<Project>) - Method in class org.miaixz.bus.gitlab.models.Group
- setProjects(List<Project>) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setProjectsCount(int) - Method in class org.miaixz.bus.gitlab.models.Associations
- setProjectsLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- setProjectUrl(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- setProjectUrl(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- setProjectVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setProjectVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setProperties(Map<String, Object>) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setProperties(Map<String, Object>) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setProperty(String, Object) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setProtected(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- setProtected(Boolean) - Method in class org.miaixz.bus.gitlab.models.Variable
- setProtectedBranches(List<ExternalStatusCheckProtectedBranch>) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- setProtectedBranches(List<ProtectedBranch>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setProvider(String) - Method in class org.miaixz.bus.gitlab.models.Identity
- setProvider(String) - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- setProvider(String) - Method in class org.miaixz.bus.gitlab.models.User
- setPublic(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setPublicBuilds(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setPublicEmail(String) - Method in class org.miaixz.bus.gitlab.models.User
- setPublicJobs(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setPushAccessLevels(List<BranchAccessLevel>) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setPushData(PushData) - Method in class org.miaixz.bus.gitlab.models.Event
- setPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setPushEventsBranchFilter(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setPushEventsBranchFilter(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setPushEventsBranchFilter(String) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setQueuedDuration(Double) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setQueuedDuration(Float) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setQueuedDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Build
- setQueuedDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Job
- setQueuedDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setQueuesCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setRawUrl(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setReadmeUrl(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setRealSize(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setReassignIssue(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setReassignMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setRebaseInProgress(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setRecipients(String) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- setRedisCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setRef(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- setRef(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setRef(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setRef(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setRef(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.PushData
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setRef(String) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setReference(String) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setReferences(References) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setReferences(References) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setReferences(References) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setRefFetched(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setRefProtected(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setRefreshToken(String) - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- setRefs(List<String>) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setRefType(String) - Method in class org.miaixz.bus.gitlab.models.PushData
- setRejectUnsignedCommits(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- setRelatedEpicLinkId(Long) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setRelationUrl(String) - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- setRelative(String) - Method in class org.miaixz.bus.gitlab.models.References
- setRelativePosition(Integer) - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- setRelativePosition(Integer) - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- setRelativePosition(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setRelativePosition(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setRelease(Release) - Method in class org.miaixz.bus.gitlab.models.Tag
- setReleasedAt(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setReleasedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Release
- setReleasedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setReleasesAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setReleasesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setReleasesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setReleasesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setRemoved(List<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setRemoveSourceBranchAfterMerge(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setRenamedFile(Boolean) - Method in class org.miaixz.bus.gitlab.models.Changes
- setRenamedFile(Boolean) - Method in class org.miaixz.bus.gitlab.models.Diff
- setRenderedImageUrl(String) - Method in class org.miaixz.bus.gitlab.models.Badge
- setRenderedLinkUrl(String) - Method in class org.miaixz.bus.gitlab.models.Badge
- setReopenIssue(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setReopenMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setReportType(String) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setRepository(EventRepository) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setRepository(Repository) - Method in class org.miaixz.bus.gitlab.models.EventData
- setRepositoryAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setRepositoryObjectFormat(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setRepositorySize(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setRepositorySize(Long) - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- setRepositoryStorage(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setRepositoryUpdateEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setRepositoryUpdateEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setRepositoryUpdateEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setRequestAccessEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- setRequestAccessEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setRequestedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AccessRequest
- setRequestQueryString(String) - Method in class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- setRequestQueryString(String) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- setRequestQueryString(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- setRequestQueryString(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setRequestQueryString(String) - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- setRequestSecretToken(String) - Method in class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- setRequestSecretToken(String) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- setRequestSecretToken(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- setRequestSecretToken(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setRequestSecretToken(String) - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- setRequestTimeout(Integer, Integer) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Sets the per request connect and read timeout.
- setRequestUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.system.AbstractSystemHookEvent
- setRequestUrl(String) - Method in interface org.miaixz.bus.gitlab.hooks.system.SystemHookEvent
- setRequestUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractEvent
- setRequestUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setRequestUrl(String) - Method in interface org.miaixz.bus.gitlab.hooks.web.Event
- setRequirementsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setRequirementsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setRequirePasswordToApprove(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setResetApprovalsOnPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setResolvable(Boolean) - Method in class org.miaixz.bus.gitlab.models.Note
- setResolved(Boolean) - Method in class org.miaixz.bus.gitlab.models.Note
- setResolvedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Note
- setResolvedBy(Participant) - Method in class org.miaixz.bus.gitlab.models.Note
- setResolveOutdatedDiffDiscussions(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setResourceAccessTokenEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setResourceAccessTokenEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setResourceId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- setResourceId(Long) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setResourceType(IssueEvent.ResourceType) - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- setResourceType(LabelEvent.ResourceType) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setRestrictUserDefinedVariables(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setRetriesCount(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setReviewerId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setReviewerIds(List<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setReviewers(List<Reviewer>) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setReviewers(List<Reviewer>) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setReviewers(ChangeContainer<List<Reviewer>>) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestChanges
- setRevision(String) - Method in class org.miaixz.bus.gitlab.models.Metadata
- setRevision(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setRevision(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setRevision(String) - Method in class org.miaixz.bus.gitlab.models.Version
- setRevoked(Boolean) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setRevoked(Boolean) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setRevoked(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setRoom(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setRules(List<ApprovalRule>) - Method in class org.miaixz.bus.gitlab.models.ApprovalState
- setRuleType(String) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setRunner(Runner) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setRunner(Runner) - Method in class org.miaixz.bus.gitlab.models.Build
- setRunner(Runner) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setRunner(Runner) - Method in class org.miaixz.bus.gitlab.models.Job
- setRunnersToken(String) - Method in class org.miaixz.bus.gitlab.models.Group
- setRunnersToken(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setRunnerTokenExpirationInterval(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setRunnerType(Runner.RunnerType) - Method in class org.miaixz.bus.gitlab.models.Runner
- setSamlProviderId(Integer) - Method in class org.miaixz.bus.gitlab.models.Identity
- setScope(String) - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- setScope(Constants.IssueScope) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setScope(Constants.MergeRequestScope) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setScope(Constants.PipelineScope) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setScopes(List<Constants.DeployTokenScope>) - Method in class org.miaixz.bus.gitlab.models.DeployToken
- setScopes(List<Constants.ProjectAccessTokenScope>) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setScopes(List<Constants.ProjectAccessTokenScope>) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setScopes(List<ImpersonationToken.Scope>) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setSearch(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setSearch(String) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- setSearch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setSeconds(int) - Method in class org.miaixz.bus.gitlab.models.Duration
-
Set the number of seconds this duration represents.
- setSecret(String) - Method in class org.miaixz.bus.gitlab.models.Application
- setSecretPushProtectionEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setSecretToken(String) - Method in interface org.miaixz.bus.gitlab.HookManager
-
Set the secret token that received hook events should be validated against.
- setSecretToken(String) - Method in class org.miaixz.bus.gitlab.SystemHookManager
-
Set the secret token that received hook events should be validated against.
- setSecretToken(String) - Method in class org.miaixz.bus.gitlab.WebHookManager
-
Set the secret token that received hook events should be validated against.
- setSecurityAndComplianceAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setSecurityAndComplianceEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setSelectiveCodeOwnerRemovals(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- setSendFromCommitterEmail(Boolean) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- setSequence(Long) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setServer(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setServiceDeskEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setSettings(Map<String, Object>) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- setSeverity(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setSeverity(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setSeverity(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setSha(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setSha(String) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setSha(String) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setSha(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setSha(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setSha(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setSharedProjects(List<Project>) - Method in class org.miaixz.bus.gitlab.models.Group
- setSharedRunnersEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.Group
- setSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- setSharedStateCheck(HealthCheckItem) - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- setSharedWithGroups(List<SharedGroup>) - Method in class org.miaixz.bus.gitlab.models.Group
- setSharedWithGroups(List<SharedGroup>) - Method in class org.miaixz.bus.gitlab.models.Project
- setShort(String) - Method in class org.miaixz.bus.gitlab.models.References
- setShortId(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setShortRevision(String) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setShortSha(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setShouldRemoveSourceBranch(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setShowDefaultAwardEmojis(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setSimpleView(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setSize(Integer) - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- setSize(Long) - Method in class org.miaixz.bus.gitlab.models.Artifact
- setSize(Long) - Method in class org.miaixz.bus.gitlab.models.ArtifactsFile
- setSize(Long) - Method in class org.miaixz.bus.gitlab.models.PackageFile
- setSize(Long) - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- setSkipConfirmation(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setSkype(String) - Method in class org.miaixz.bus.gitlab.models.User
- setSlug(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setSlug(String) - Method in class org.miaixz.bus.gitlab.models.Environment
- setSlug(String) - Method in class org.miaixz.bus.gitlab.models.WikiPage
- setSlug(String) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setSnippet(EventSnippet) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setSnippetsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setSnippetsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setSort(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setSort(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setSort(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setSortOrder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- setSource(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setSource(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setSource(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setSource(Constants.PipelineSource) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setSourceBranch(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setSourceBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setSourceBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setSourceEpic(EpicInLink) - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- setSourceId(Long) - Method in class org.miaixz.bus.gitlab.models.Membership
- setSourceIssue(Issue) - Method in class org.miaixz.bus.gitlab.models.IssueLink
- setSourceName(String) - Method in class org.miaixz.bus.gitlab.models.Membership
- setSourceProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setSourceProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setSourceRule(ApprovalRule) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setSources(List<EventReleaseSource>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- setSources(List<Assets.Source>) - Method in class org.miaixz.bus.gitlab.models.Assets
- setSourceType(MembershipSourceType) - Method in class org.miaixz.bus.gitlab.models.Membership
- setSourceUrl(String) - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- setSourceUrl(String) - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- setSourceUrl(String) - Method in class org.miaixz.bus.gitlab.ProjectLicense
- setSquash(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setSquashCommitSha(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setSquashCommitTemplate(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setSquashOption(Constants.SquashOption) - Method in class org.miaixz.bus.gitlab.models.Project
- setSshUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setSshUrlToRepo(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setStage(String) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setStage(String) - Method in class org.miaixz.bus.gitlab.models.Build
- setStage(String) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setStage(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setStages(List<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setStarCount(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setStartBranch(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setStartCommitSha(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setStartDate(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setStartDate(Date) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setStartDate(Date) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setStartDateIsFixed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Epic
- setStartDateIsFixed(Boolean) - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Build
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- setStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setStartline(Integer) - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- setStartProject(Object) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setStartsAt(Date) - Method in class org.miaixz.bus.gitlab.models.License
- setStartSha(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setStartSha(String) - Method in class org.miaixz.bus.gitlab.models.DiffRef
- setStartSha(String) - Method in class org.miaixz.bus.gitlab.models.Position
- setState(String) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setState(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setState(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setState(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setState(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setState(String) - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- setState(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setState(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- setState(String) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setState(ChangeContainer<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setState(AbstractEpic.EpicState) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setState(Constants.IssueState) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setState(Constants.IssueState) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setState(Constants.MergeRequestState) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setState(Constants.TodoState) - Method in class org.miaixz.bus.gitlab.models.Todo
- setState(Environment.EnvironmentState) - Method in class org.miaixz.bus.gitlab.models.Environment
- setState(Iteration.IterationState) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setState(IterationFilter.IterationFilterState) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- setStateId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setStateId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setStateId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setStatistics(Group.Statistics) - Method in class org.miaixz.bus.gitlab.models.Group
- setStatistics(IssuesStatistics.Statistics) - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics
- setStatistics(ProjectStatistics) - Method in class org.miaixz.bus.gitlab.models.Project
- setStats(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- setStats(CommitStats) - Method in class org.miaixz.bus.gitlab.models.Commit
- setStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- setStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setStatus(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setStatus(String) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setStatus(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setStatus(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setStatus(String) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setStatus(BuildStatus) - Method in class org.miaixz.bus.gitlab.models.Build
- setStatus(Constants.DeploymentStatus) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setStatus(Constants.DeploymentStatus) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setStatus(Constants.DeploymentStatus) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- setStatus(ExternalStatusCheckStatus.Status) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- setStatus(HealthCheckStatus) - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- setStatus(JobStatus) - Method in class org.miaixz.bus.gitlab.models.Job
- setStatus(PipelineStatus) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setStatus(PipelineStatus) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setStatus(Runner.RunnerStatus) - Method in class org.miaixz.bus.gitlab.models.Runner
- setStatusChangedAt(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setStatusOfExternalStatusCheck(Object, Long, String, Long, ExternalStatusCheckStatus.Status) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Set the status of an external status check for a given merge request.
- setStCommits(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setStDiff(Diff) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setStDiffs(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setStorageSize(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setStorageSize(Long) - Method in class org.miaixz.bus.gitlab.models.Group.Statistics
- setSubgroupCreationLevel(Constants.SubgroupCreationLevel) - Method in class org.miaixz.bus.gitlab.models.Group
- setSubgroupEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setSubgroupEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setSubscribed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Epic
- setSubscribed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Issue
- setSubscribed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Label
- setSubscribed(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setSuccessPipeline(Boolean) - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- setSudoAsId(Long) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.Project
- setSystem(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setSystem(Boolean) - Method in class org.miaixz.bus.gitlab.models.Note
- setTag(boolean) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setTag(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setTag(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setTag(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setTag(Boolean) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setTag(Boolean) - Method in class org.miaixz.bus.gitlab.models.Job
- setTag(Boolean) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setTag(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setTagList(List<String>) - Method in class org.miaixz.bus.gitlab.models.Job
- setTagList(List<String>) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setTagName(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setTagName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- setTagName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- setTagPath(String) - Method in class org.miaixz.bus.gitlab.models.Release
- setTagPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setTagPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setTags(List<String>) - Method in class org.miaixz.bus.gitlab.models.Runner
- setTarget(Object) - Method in class org.miaixz.bus.gitlab.models.Todo
- setTarget(EventProject) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTargetBranch(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTargetBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setTargetBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setTargetDetails(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setTargetEpic(EpicInLink) - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- setTargetId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- setTargetId(Object) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setTargetIid(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- setTargetIssue(Issue) - Method in class org.miaixz.bus.gitlab.models.IssueLink
- setTargetProjectId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTargetProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setTargetTitle(String) - Method in class org.miaixz.bus.gitlab.models.Event
- setTargetType(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setTargetType(Constants.TargetType) - Method in class org.miaixz.bus.gitlab.models.Event
- setTargetType(Constants.TodoType) - Method in class org.miaixz.bus.gitlab.models.Todo
- setTargetUrl(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- setTargetUrl(String) - Method in class org.miaixz.bus.gitlab.models.Todo
- setTaskCompletionStatus(AbstractIssue.TaskCompletionStatus) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setTaskCompletionStatus(TaskCompletionStatus) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setTaskStatus(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setTemplate(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setTemplateName(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setText(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setText(String) - Method in class org.miaixz.bus.gitlab.models.MarkdownRequest
- setTextColor(String) - Method in class org.miaixz.bus.gitlab.models.Label
- setThemeId(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- setTier(String) - Method in class org.miaixz.bus.gitlab.models.Environment
- setTimeChange(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTimeChange(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setTimeChange(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setTimeEstimate(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTimeEstimate(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setTimeEstimate(Integer) - Method in class org.miaixz.bus.gitlab.models.TimeStats
- setTimeEstimate(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setTimestamp(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setTimestamp(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- setTimeStats(TimeStats) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setTimeStats(TimeStats) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- Setting - Enum Class in org.miaixz.bus.gitlab.models
-
This enum provides constants and value validation for the available GitLab application settings.
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setTitle(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.DeployKey
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Event
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Key
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Note
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.SshKey
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.Topic
- setTitle(String) - Method in class org.miaixz.bus.gitlab.models.WikiPage
- setTitle(String) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setTitle(ChangeContainer<String>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setTo(String) - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- setTo(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.DeployToken
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setToken(String) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setToken(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- setTokenExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- setTokenType(String) - Method in class org.miaixz.bus.gitlab.models.OauthTokenResponse
- setTooltip(String) - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- setTopics(List<String>) - Method in class org.miaixz.bus.gitlab.models.Project
- setTotal(Integer) - Method in class org.miaixz.bus.gitlab.models.CommitStats
- setTotal(Integer) - Method in class org.miaixz.bus.gitlab.models.ProjectFetches.Fetches
- setTotalCommitsCount(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setTotalCommitsCount(Integer) - Method in class org.miaixz.bus.gitlab.models.EventData
- setTotalProjectsCount(int) - Method in class org.miaixz.bus.gitlab.models.Topic
- setTotalSize(Long) - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- setTotalTimeSpent(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setTotalTimeSpent(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setTotalTimeSpent(Integer) - Method in class org.miaixz.bus.gitlab.models.TimeStats
- setTotalTimeSpent(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setTotalTimeSpent(ChangeContainer<Integer>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setTrailer(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setTwitter(String) - Method in class org.miaixz.bus.gitlab.models.User
- setTwoFactorEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- setType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setType(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setType(EventLabel.LabelType) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setType(CommitRef.RefType) - Method in class org.miaixz.bus.gitlab.models.CommitRef
- setType(Note.Type) - Method in class org.miaixz.bus.gitlab.models.Note
- setType(TreeItem.Type) - Method in class org.miaixz.bus.gitlab.models.TreeItem
- setUnprotectAccessLevels(List<BranchAccessLevel>) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- setUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- setUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- setUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setUpdatedAt(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Note
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Project
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Trigger
- setUpdatedAt(Date) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setUpdatedAt(ChangeContainer<Date>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- setUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- setUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- setUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setUpdatedById(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setUpdatedById(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setUpdatedById(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setUpdatedById(ChangeContainer<Long>) - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- setUpdateStatus(String) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setUploadedBy(UploadedByUser) - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- setUpvote(Boolean) - Method in class org.miaixz.bus.gitlab.models.Note
- setUpvotes(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setUpvotes(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setUpvotes(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseSource
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent.ObjectAttributes
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- setUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.Assets.Source
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.FileUpload
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.Link
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.Repository
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setUrl(String) - Method in class org.miaixz.bus.gitlab.models.WikiAttachment.Link
- setUrl(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setUrlVariables(List<SystemHook.UrlVariable>) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- setUseCustomTemplate(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- setUser(EventUser) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- setUser(User) - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.ApprovedBy
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Build
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Deployment
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Job
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Key
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- setUser(User) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setUserAgentHeader(String) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Configures a custom value for the 'User-Agent' header
- setUserAgentHeader(String) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Configures a custom value for the 'User-Agent' header
- setUserAvatar(Object, File) - Method in class org.miaixz.bus.gitlab.UserApi
-
Uploads and sets the user's avatar for the specified user.
- setUserAvatar(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setUserAvatar(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setUserEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setUserEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setUserEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setUserEmail(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.models.EventData
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- setUserId(Long) - Method in class org.miaixz.bus.gitlab.models.SshKey
- setUserLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.License
- setUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- setUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- setUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- setUsername(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setUsername(String) - Method in class org.miaixz.bus.gitlab.models.DeployToken
- setUsername(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setUsername(String) - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- setUsername(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- setUsername(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setUsername(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setUserName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setUserName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- setUserName(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setUserName(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setUserName(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- setUserNotesCount(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setUserNotesCount(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setUsers(List<User>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- setUserUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- setUserUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- setUserUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- setUserUsername(String) - Method in class org.miaixz.bus.gitlab.hooks.web.AbstractPushEvent
- setValue(String) - Method in class org.miaixz.bus.gitlab.models.CustomAttribute
- setValue(String) - Method in class org.miaixz.bus.gitlab.models.JobAttribute
- setValue(String) - Method in class org.miaixz.bus.gitlab.models.Variable
- setVariables(List<Variable>) - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent.ObjectAttributes
- setVariables(List<Variable>) - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- setVariableType(Variable.Type) - Method in class org.miaixz.bus.gitlab.models.Variable
- setVerificationStatus(String) - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- setVersion(String) - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- setVersion(String) - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- setVersion(String) - Method in class org.miaixz.bus.gitlab.models.Metadata
- setVersion(String) - Method in class org.miaixz.bus.gitlab.models.Package
- setVersion(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- setVersion(String) - Method in class org.miaixz.bus.gitlab.models.Version
- setVersionId(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.ObjectAttributes
- setVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.Group
- setVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.Project
- setVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setVisibility_level(AccessLevel) - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- setVisibilityLevel(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- setVisibilityLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setVisibilityLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- setWallEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setWarnAboutPotentiallyUnwantedCharacters(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setWebhook(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setWebhook(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setWebsiteUrl(String) - Method in class org.miaixz.bus.gitlab.models.User
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Branch
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Bridge
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Deployable
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Iteration
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Milestone
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Project
- setWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Snippet
- setWeight(Integer) - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- setWeight(Integer) - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- setWeight(Integer) - Method in class org.miaixz.bus.gitlab.models.Board
- setWeight(Long) - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- setWhen(String) - Method in class org.miaixz.bus.gitlab.models.Build
- setWhen(String) - Method in class org.miaixz.bus.gitlab.models.Job
- setWidth(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- setWiki(WikiPageEvent.Wiki) - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- setWikiAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- setWikiEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- setWikiPageChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- setWikiPageChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- setWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHook
- setWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupHookParams
- setWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- setWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- setWikiSize(long) - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- setWip(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- setWorkInProgress(Boolean) - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- setWorkInProgress(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- setX(Double) - Method in class org.miaixz.bus.gitlab.models.Position
- setY(Double) - Method in class org.miaixz.bus.gitlab.models.Position
- setYamlErrors(Boolean) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- setYamlErrors(String) - Method in class org.miaixz.bus.gitlab.models.Pipeline
- SHARED_RUNNERS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.SHARED_RUNNERS_TEXTandSetting.SHARED_RUNNERS_MINUTES) Enable shared runners for new projects. - SHARED_RUNNERS_MINUTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SHARED_RUNNERS_ENABLEDSet the maximum number of pipeline minutes that a group can use on shared Runners per month. - SHARED_RUNNERS_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.SHARED_RUNNERS_ENABLEDShared runners text. - SharedGroup - Class in org.miaixz.bus.gitlab.models
- SharedGroup() - Constructor for class org.miaixz.bus.gitlab.models.SharedGroup
- shareGroup(Object, Long, AccessLevel, Date) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Share group with another group.
- shareProject(Object, Long, AccessLevel, Date) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Share a project with the specified group.
- SIDEKIQ_JOB_LIMITER_COMPRESSION_THRESHOLD_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The threshold in bytes at which Sidekiq jobs are compressed before being stored in Redis.
- SIDEKIQ_JOB_LIMITER_LIMIT_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The threshold in bytes at which Sidekiq jobs are rejected.
- SIDEKIQ_JOB_LIMITER_MODE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
track or compress.
- SIGN_IN_TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Text on the login page.
- SIGNUP_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable registration.
- SILENT_ADMIN_EXPORTS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Silent admin exports.
- SILENT_MODE_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable Silent mode.
- SIMILARITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- SKIPPED - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- SKIPPED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- SKIPPED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- SKIPPED - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- SKIPPED - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- SLACK_APP_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) (If enabled, requires:
Setting.SLACK_APP_ID,Setting.SLACK_APP_SECRETandSetting.SLACK_APP_VERIFICATION_TOKEN) Enable Slack app. - SLACK_APP_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SLACK_APP_ENABLEDThe app id of the Slack-app. - SLACK_APP_SECRET - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SLACK_APP_ENABLEDThe app secret of the Slack-app. - SLACK_APP_SIGNING_SECRET - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The signing secret of the GitLab for Slack app.
- SLACK_APP_VERIFICATION_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(PREMIUM | SILVER) required by:
Setting.SLACK_APP_ENABLEDThe verification token of the Slack-app. - SlackService - Class in org.miaixz.bus.gitlab.services
- SlackService() - Constructor for class org.miaixz.bus.gitlab.services.SlackService
- Snippet - Class in org.miaixz.bus.gitlab.models
- Snippet() - Constructor for class org.miaixz.bus.gitlab.models.Snippet
- Snippet(String, String, String) - Constructor for class org.miaixz.bus.gitlab.models.Snippet
- Snippet(String, String, String, Visibility, String) - Constructor for class org.miaixz.bus.gitlab.models.Snippet
- SNIPPET - Enum constant in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- SNIPPET - Enum constant in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- SNIPPET - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- SNIPPET - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- SNIPPET_BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- SNIPPET_SIZE_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- SNIPPET_TITLES - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- SnippetsApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab Snippets API project calls.
- SnippetsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.SnippetsApi
- SNOWPLOW_APP_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Snowplow site name / application id.
- SNOWPLOW_COLLECTOR_HOSTNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.SNOWPLOW_ENABLEDThe Snowplow collector hostname. - SNOWPLOW_COOKIE_DOMAIN - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Snowplow cookie domain.
- SNOWPLOW_DATABASE_COLLECTOR_HOSTNAME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Snowplow collector for database events hostname.
- SNOWPLOW_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.SNOWPLOW_COLLECTOR_HOSTNAME) Enable snowplow tracking. - SNOWPLOW_IGLU_REGISTRY_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Snowplow base Iglu Schema Registry URL to use for custom context and self describing events.
- SNOWPLOW_SITE_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Snowplow site name / application id.
- Source() - Constructor for class org.miaixz.bus.gitlab.models.Assets.Source
- SOURCEGRAPH_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enables Sourcegraph integration.
- SOURCEGRAPH_PUBLIC_ONLY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Blocks Sourcegraph from being loaded on private and internal projects.
- SOURCEGRAPH_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
The Sourcegraph instance URL for integration.
- SPACEY_MSEC_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- SPACEY_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
- SPAM_CHECK_API_KEY - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
API key used by GitLab for accessing the Spam Check service endpoint.
- SPAM_CHECK_ENDPOINT_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enables Spam Check via external API endpoint.
- SPAM_CHECK_ENDPOINT_URL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
URL of the external Spam Check service endpoint.
- SshKey - Class in org.miaixz.bus.gitlab.models
- SshKey() - Constructor for class org.miaixz.bus.gitlab.models.SshKey
- starProject(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Star a project.
- STARTED - Enum constant in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
- STARTED - Enum constant in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- startImport(Object, File, String, Boolean, Project) - Method in class org.miaixz.bus.gitlab.ImportExportApi
-
Import an exported project.
- STATIC_OBJECTS_EXTERNAL_STORAGE_AUTH_TOKEN - Enum constant in enum class org.miaixz.bus.gitlab.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 - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.Group.Statistics
- Statistics() - Constructor for class org.miaixz.bus.gitlab.models.IssuesStatistics.Statistics
- STATUS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- stopEnvironment(Object, Long) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Stop an environment.
- STOPPED - Enum constant in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
- stream() - Method in class org.miaixz.bus.gitlab.Pager
-
Builds and returns a Stream instance which is pre-populated with all items from all pages.
- subscribeGroupLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Subscribe a specified group label.
- subscribeProjectLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Subscribe a specified project label.
- subSequence(int, int) - Method in class org.miaixz.bus.gitlab.support.SecretString
- SUCCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.BuildStatus
- SUCCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- SUCCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- SUCCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- SUCCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.JobStatus
- SUCCESS - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- sudo(String) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Sets up all future calls to the GitLab API to be done as another user specified by sudoAsUsername.
- SUDO - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants permission to perform API actions as any user in the system, when authenticated as an admin user.
- SUDO - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- SUDO - Enum constant in enum class org.miaixz.bus.gitlab.support.AccessToken.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.miaixz.bus.gitlab.GitLabApiClient
- SUGGEST_PIPELINE_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enable pipeline suggestion banner.
- SYSTEM_HOOK_EVENT - Static variable in class org.miaixz.bus.gitlab.SystemHookManager
- SystemHook - Class in org.miaixz.bus.gitlab.models
- SystemHook() - Constructor for class org.miaixz.bus.gitlab.models.SystemHook
- SystemHook.UrlVariable - Class in org.miaixz.bus.gitlab.models
- SystemHookEvent - Interface in org.miaixz.bus.gitlab.hooks.system
- SystemHookListener - Interface in org.miaixz.bus.gitlab.hooks.system
-
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.miaixz.bus.gitlab
-
This class provides a handler for processing GitLab System Hook callouts.
- SystemHookManager() - Constructor for class org.miaixz.bus.gitlab.SystemHookManager
-
Create a HookManager to handle GitLab system hook events.
- SystemHookManager(String) - Constructor for class org.miaixz.bus.gitlab.SystemHookManager
-
Create a HookManager to handle GitLab system hook events which will be verified against the specified secretToken.
- SystemHooksApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab System Hooks Keys API calls.
- SystemHooksApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.SystemHooksApi
T
- Tag - Class in org.miaixz.bus.gitlab.models
- Tag() - Constructor for class org.miaixz.bus.gitlab.models.Tag
- TAG - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
- TAG_PUSH_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- TAG_PUSH_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.TagPushSystemHookEvent
- TagPushEvent - Class in org.miaixz.bus.gitlab.hooks.web
- TagPushEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
- TagPushSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- TagPushSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.TagPushSystemHookEvent
- TAGS - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- TagsApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab Tags and Protected Tags API calls.
- TagsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.TagsApi
- takeOwnershipPipelineSchedule(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Update the owner of the pipeline schedule of a project.
- takeOwnewrshipOfPipelineTrigger(Object, Long) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Take ownership of a pipeline trigger for project.
- TAR - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- TAR_BZ2 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- TAR_GZ - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- TaskCompletionStatus - Class in org.miaixz.bus.gitlab.models
- TaskCompletionStatus() - Constructor for class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
- TaskCompletionStatus() - Constructor for class org.miaixz.bus.gitlab.models.TaskCompletionStatus
- TB2 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- TBZ - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- TBZ2 - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- TEAM_MEMBER_REMOVED_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- TeamMemberSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- TeamMemberSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- TERMINAL_MAX_SESSION_TIME - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum time for web terminal websocket connection (in seconds).
- TERMS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.ENFORCE_TERMSMarkdown content for the ToS. - testSystemHook(Long) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Test a system hook.
- testSystemHook(SystemHook) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Test a system hook.
- TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
- TEXT - Enum constant in enum class org.miaixz.bus.gitlab.models.Position.PositionType
- THROTTLE_AUTHENTICATED_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.THROTTLE_AUTHENTICATED_API_PERIOD_IN_SECONDSandSetting.THROTTLE_AUTHENTICATED_API_REQUESTS_PER_PERIOD) Enable authenticated API request rate limit. - THROTTLE_AUTHENTICATED_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_API_ENABLEDRate limit period in seconds. - THROTTLE_AUTHENTICATED_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_API_ENABLEDMax requests per period per user. - THROTTLE_AUTHENTICATED_DEPRECATED_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_DEPRECATED_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_DEPRECATED_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_FILES_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_FILES_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_FILES_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_GIT_LFS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_GIT_LFS_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_GIT_LFS_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_AUTHENTICATED_PACKAGES_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: throttle_authenticated_packages_api_period_in_seconds and throttle_authenticated_packages_api_requests_per_period) Enable authenticated API request rate limit.
- THROTTLE_AUTHENTICATED_PACKAGES_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Rate limit period (in seconds).
- THROTTLE_AUTHENTICATED_PACKAGES_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum requests per period per user.
- THROTTLE_AUTHENTICATED_WEB_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.THROTTLE_AUTHENTICATED_WEB_PERIOD_IN_SECONDSandSetting.THROTTLE_AUTHENTICATED_WEB_REQUESTS_PER_PERIOD) Enable authenticated web request rate limit. - THROTTLE_AUTHENTICATED_WEB_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_WEB_ENABLEDRate limit period in seconds. - THROTTLE_AUTHENTICATED_WEB_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.THROTTLE_AUTHENTICATED_WEB_ENABLEDMax requests per period per user. - THROTTLE_INCIDENT_MANAGEMENT_NOTIFICATION_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_INCIDENT_MANAGEMENT_NOTIFICATION_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_INCIDENT_MANAGEMENT_NOTIFICATION_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_PROTECTED_PATHS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_PROTECTED_PATHS_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_PROTECTED_PATHS_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: throttle_unauthenticated_api_period_in_seconds and throttle_unauthenticated_api_requests_per_period) Enable unauthenticated API request rate limit.
- THROTTLE_UNAUTHENTICATED_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Rate limit period in seconds.
- THROTTLE_UNAUTHENTICATED_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Max requests per period per IP.
- THROTTLE_UNAUTHENTICATED_DEPRECATED_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_DEPRECATED_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_DEPRECATED_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.THROTTLE_UNAUTHENTICATED_PERIOD_IN_SECONDSandSetting.THROTTLE_UNAUTHENTICATED_REQUESTS_PER_PERIOD) Enable unauthenticated request rate limit. - THROTTLE_UNAUTHENTICATED_FILES_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_FILES_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_FILES_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_GIT_HTTP_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_GIT_HTTP_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_GIT_HTTP_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- THROTTLE_UNAUTHENTICATED_PACKAGES_API_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: throttle_unauthenticated_packages_api_period_in_seconds and throttle_unauthenticated_packages_api_requests_per_period) Enable authenticated API request rate limit.
- THROTTLE_UNAUTHENTICATED_PACKAGES_API_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Rate limit period (in seconds).
- THROTTLE_UNAUTHENTICATED_PACKAGES_API_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum requests per period per user.
- THROTTLE_UNAUTHENTICATED_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.THROTTLE_UNAUTHENTICATED_ENABLEDRate limit period in seconds. - THROTTLE_UNAUTHENTICATED_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.THROTTLE_UNAUTHENTICATED_ENABLEDMax requests per period per IP. - THROTTLE_UNAUTHENTICATED_WEB_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires: throttle_unauthenticated_web_period_in_seconds and throttle_unauthenticated_web_requests_per_period) Enable unauthenticated web request rate limit.
- THROTTLE_UNAUTHENTICATED_WEB_PERIOD_IN_SECONDS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Rate limit period in seconds.
- THROTTLE_UNAUTHENTICATED_WEB_REQUESTS_PER_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Max requests per period per IP.
- TIME_TRACKING_LIMIT_TO_HOURS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Limit display of time tracking units to hours.
- TIMED_INCREMENTAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
- TimeStats - Class in org.miaixz.bus.gitlab.models
- TimeStats() - Constructor for class org.miaixz.bus.gitlab.models.TimeStats
- TITLE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
- TITLE - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
- TITLE_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- toCalendar(String) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Parses an ISO8601 formatted string a returns a Calendar instance.
- toDate(String) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Parses an ISO8601 formatted string a returns a Date instance.
- Todo - Class in org.miaixz.bus.gitlab.models
- Todo() - Constructor for class org.miaixz.bus.gitlab.models.Todo
- TodosApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Todos API.
- TodosApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.TodosApi
- toInstant(String) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Parses an ISO8601 formatted string a returns an Instant instance.
- toIntValue() - Method in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
- toJsonNode(String) - Static method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Parse the provided String into a JsonNode instance.
- toJsonString(T) - Static method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Gets a the supplied object output as a formatted JSON string.
- TOKEN_PROP - Static variable in class org.miaixz.bus.gitlab.services.HipChatService
- Topic - Class in org.miaixz.bus.gitlab.models
- Topic() - Constructor for class org.miaixz.bus.gitlab.models.Topic
- TopicParams - Class in org.miaixz.bus.gitlab.models
-
This class is utilized by the
org.miaixz.bus.gitlab.TopicsApi#createTopic(TopicParams)andorg.miaixz.bus.gitlab.TopicsApi#updateTopic(Integer, TopicParams)methods to set the parameters for the call to the GitLab API. - TopicParams() - Constructor for class org.miaixz.bus.gitlab.models.TopicParams
- TopicsApi - Class in org.miaixz.bus.gitlab
- TopicsApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.TopicsApi
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupMemberSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.GroupSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.KeySystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.ProjectSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.PushSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositoryChange
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.RepositorySystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.TagPushSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.TeamMemberSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildCommit
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.BuildEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.ChangeContainer
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventChanges
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventCommit
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventExternalStatusCheck
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventIssue
- toString() - Method in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventLabel
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventMergeRequest
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventProject
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseAssets
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseLink
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventReleaseSource
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventRepository
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventSnippet
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventUser
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.EventWorkItem
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.ExternalStatusCheckEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.JobEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- toString() - Method in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.PushEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- toString() - Method in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- toString() - Method in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
- toString() - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- toString() - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- toString() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue.TaskCompletionStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.AbstractIssue
- toString() - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- toString() - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- toString() - Method in enum class org.miaixz.bus.gitlab.models.AccessLevel
- toString() - Method in class org.miaixz.bus.gitlab.models.Application
- toString() - Method in class org.miaixz.bus.gitlab.models.ApplicationSettings
- toString() - Method in class org.miaixz.bus.gitlab.models.ApprovalRule
- toString() - Method in class org.miaixz.bus.gitlab.models.ApprovalState
- toString() - Method in class org.miaixz.bus.gitlab.models.ApprovedBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
- toString() - Method in class org.miaixz.bus.gitlab.models.Artifact
- toString() - Method in class org.miaixz.bus.gitlab.models.ArtifactsFile
- toString() - Method in class org.miaixz.bus.gitlab.models.Assets.Link
- toString() - Method in class org.miaixz.bus.gitlab.models.Assets.Source
- toString() - Method in class org.miaixz.bus.gitlab.models.Assets
- toString() - Method in class org.miaixz.bus.gitlab.models.Assignee
- toString() - Method in class org.miaixz.bus.gitlab.models.Associations
- toString() - Method in class org.miaixz.bus.gitlab.models.AuditEvent
- toString() - Method in class org.miaixz.bus.gitlab.models.AuditEventDetail
- toString() - Method in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- toString() - Method in class org.miaixz.bus.gitlab.models.AwardEmoji
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
- toString() - Method in class org.miaixz.bus.gitlab.models.Badge
- toString() - Method in class org.miaixz.bus.gitlab.models.Blame
- toString() - Method in class org.miaixz.bus.gitlab.models.Board
- toString() - Method in class org.miaixz.bus.gitlab.models.BoardList
- toString() - Method in class org.miaixz.bus.gitlab.models.Branch
- toString() - Method in class org.miaixz.bus.gitlab.models.BranchAccessLevel
- toString() - Method in class org.miaixz.bus.gitlab.models.Bridge
- toString() - Method in class org.miaixz.bus.gitlab.models.Build
- toString() - Method in enum class org.miaixz.bus.gitlab.models.BuildStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.ChangelogPayload
- toString() - Method in class org.miaixz.bus.gitlab.models.Changes
- toString() - Method in class org.miaixz.bus.gitlab.models.ChildEpic
- toString() - Method in class org.miaixz.bus.gitlab.models.Comment
- toString() - Method in class org.miaixz.bus.gitlab.models.Commit
- toString() - Method in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- toString() - Method in class org.miaixz.bus.gitlab.models.CommitAction
- toString() - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- toString() - Method in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
- toString() - Method in class org.miaixz.bus.gitlab.models.CommitRef
- toString() - Method in class org.miaixz.bus.gitlab.models.CommitStats
- toString() - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.CompareResults
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.EventScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- toString() - Method in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.LineType
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- toString() - Method in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- toString() - Method in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
- toString() - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- toString() - Method in class org.miaixz.bus.gitlab.models.CreatedChildEpic
- toString() - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- toString() - Method in class org.miaixz.bus.gitlab.models.CreateRunnerResponse
- toString() - Method in class org.miaixz.bus.gitlab.models.Deployable
- toString() - Method in class org.miaixz.bus.gitlab.models.DeployKey
- toString() - Method in class org.miaixz.bus.gitlab.models.Deployment
- toString() - Method in class org.miaixz.bus.gitlab.models.DeployToken
- toString() - Method in class org.miaixz.bus.gitlab.models.DetailedStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.Diff
- toString() - Method in class org.miaixz.bus.gitlab.models.DiffRef
- toString() - Method in class org.miaixz.bus.gitlab.models.Discussion
- toString() - Method in class org.miaixz.bus.gitlab.models.DownstreamPipeline
- toString() - Method in class org.miaixz.bus.gitlab.models.Duration
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
- toString() - Method in class org.miaixz.bus.gitlab.models.Environment
- toString() - Method in class org.miaixz.bus.gitlab.models.Epic
- toString() - Method in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
- toString() - Method in class org.miaixz.bus.gitlab.models.EpicInLink
- toString() - Method in class org.miaixz.bus.gitlab.models.EpicIssue
- toString() - Method in class org.miaixz.bus.gitlab.models.EpicIssueLink
- toString() - Method in class org.miaixz.bus.gitlab.models.Event
- toString() - Method in class org.miaixz.bus.gitlab.models.EventData
- toString() - Method in class org.miaixz.bus.gitlab.models.Exists
- toString() - Method in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
- toString() - Method in class org.miaixz.bus.gitlab.models.ExportStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheck
- toString() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckProtectedBranch
- toString() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckResult
- toString() - Method in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
- toString() - Method in class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.FileUpload
- toString() - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplate
- toString() - Method in class org.miaixz.bus.gitlab.models.GitLabCiTemplateElement
- toString() - Method in class org.miaixz.bus.gitlab.models.GitLabFormValue
- toString() - Method in class org.miaixz.bus.gitlab.models.GpgSignature
- toString() - Method in class org.miaixz.bus.gitlab.models.Group
- toString() - Method in class org.miaixz.bus.gitlab.models.GroupAccessToken
- toString() - Method in class org.miaixz.bus.gitlab.models.GroupFilter
- toString() - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
- toString() - Method in class org.miaixz.bus.gitlab.models.HealthCheckInfo
- toString() - Method in class org.miaixz.bus.gitlab.models.HealthCheckItem
- toString() - Method in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.Identity
- toString() - Method in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- toString() - Method in class org.miaixz.bus.gitlab.models.ImpersonationToken
- toString() - Method in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- toString() - Method in class org.miaixz.bus.gitlab.models.ImportStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.Issue
- toString() - Method in class org.miaixz.bus.gitlab.models.IssueEpic
- toString() - Method in enum class org.miaixz.bus.gitlab.models.IssueEvent.ResourceType
- toString() - Method in class org.miaixz.bus.gitlab.models.IssueEvent
- toString() - Method in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- toString() - Method in class org.miaixz.bus.gitlab.models.IssueLink
- toString() - Method in class org.miaixz.bus.gitlab.models.IssuesStatistics
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
- toString() - Method in class org.miaixz.bus.gitlab.models.Iteration
- toString() - Method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
- toString() - Method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- toString() - Method in class org.miaixz.bus.gitlab.models.Job
- toString() - Method in class org.miaixz.bus.gitlab.models.JobAttribute
- toString() - Method in class org.miaixz.bus.gitlab.models.JobAttributes
- toString() - Method in enum class org.miaixz.bus.gitlab.models.JobStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.Key
- toString() - Method in class org.miaixz.bus.gitlab.models.Label
- toString() - Method in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
- toString() - Method in class org.miaixz.bus.gitlab.models.LabelEvent
- toString() - Method in class org.miaixz.bus.gitlab.models.LdapGroupLink
- toString() - Method in class org.miaixz.bus.gitlab.models.License
- toString() - Method in class org.miaixz.bus.gitlab.models.LicenseTemplate
- toString() - Method in class org.miaixz.bus.gitlab.models.Link
- toString() - Method in class org.miaixz.bus.gitlab.models.LinkedIssue
- toString() - Method in enum class org.miaixz.bus.gitlab.models.LinkType
- toString() - Method in class org.miaixz.bus.gitlab.models.Markdown
- toString() - Method in class org.miaixz.bus.gitlab.models.Member
- toString() - Method in class org.miaixz.bus.gitlab.models.Membership
- toString() - Method in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
- toString() - Method in class org.miaixz.bus.gitlab.models.MergeRequest
- toString() - Method in class org.miaixz.bus.gitlab.models.MergeRequestDiff
- toString() - Method in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- toString() - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- toString() - Method in class org.miaixz.bus.gitlab.models.MergeRequestVersion
- toString() - Method in class org.miaixz.bus.gitlab.models.Metadata.Kas
- toString() - Method in class org.miaixz.bus.gitlab.models.Metadata
- toString() - Method in class org.miaixz.bus.gitlab.models.Milestone
- toString() - Method in class org.miaixz.bus.gitlab.models.Namespace
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
- toString() - Method in class org.miaixz.bus.gitlab.models.Note
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Note.Type
- toString() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings.Events
- toString() - Method in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- toString() - Method in class org.miaixz.bus.gitlab.models.NotificationSettings
- toString() - Method in class org.miaixz.bus.gitlab.models.Package
- toString() - Method in class org.miaixz.bus.gitlab.models.PackageFile
- toString() - Method in enum class org.miaixz.bus.gitlab.models.PackageType
- toString() - Method in class org.miaixz.bus.gitlab.models.Permissions
- toString() - Method in class org.miaixz.bus.gitlab.models.PersonalAccessToken
- toString() - Method in class org.miaixz.bus.gitlab.models.Pipeline
- toString() - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- toString() - Method in class org.miaixz.bus.gitlab.models.PipelineSchedule
- toString() - Method in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Position.PositionType
- toString() - Method in class org.miaixz.bus.gitlab.models.Position
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
- toString() - Method in class org.miaixz.bus.gitlab.models.Project
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectAccess
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectAccessToken
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectFetches
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectLicense
- toString() - Method in class org.miaixz.bus.gitlab.models.ProjectStatistics
- toString() - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- toString() - Method in class org.miaixz.bus.gitlab.models.ProtectedTag
- toString() - Method in class org.miaixz.bus.gitlab.models.PushData
- toString() - Method in class org.miaixz.bus.gitlab.models.PushRules
- toString() - Method in class org.miaixz.bus.gitlab.models.References
- toString() - Method in class org.miaixz.bus.gitlab.models.RegistryRepository
- toString() - Method in class org.miaixz.bus.gitlab.models.RegistryRepositoryTag
- toString() - Method in class org.miaixz.bus.gitlab.models.RelatedEpic
- toString() - Method in class org.miaixz.bus.gitlab.models.RelatedEpicLink
- toString() - Method in class org.miaixz.bus.gitlab.models.Release
- toString() - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- toString() - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- toString() - Method in class org.miaixz.bus.gitlab.models.RemoteMirror
- toString() - Method in class org.miaixz.bus.gitlab.models.Repository
- toString() - Method in class org.miaixz.bus.gitlab.models.RepositoryFile
- toString() - Method in class org.miaixz.bus.gitlab.models.RepositoryFileResponse
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
- toString() - Method in class org.miaixz.bus.gitlab.models.Runner
- toString() - Method in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
- toString() - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- toString() - Method in class org.miaixz.bus.gitlab.models.SamlGroupLink
- toString() - Method in class org.miaixz.bus.gitlab.models.SearchBlob
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Setting
- toString() - Method in class org.miaixz.bus.gitlab.models.SharedGroup
- toString() - Method in class org.miaixz.bus.gitlab.models.Snippet
- toString() - Method in class org.miaixz.bus.gitlab.models.SshKey
- toString() - Method in class org.miaixz.bus.gitlab.models.SystemHook
- toString() - Method in class org.miaixz.bus.gitlab.models.SystemHook.UrlVariable
- toString() - Method in class org.miaixz.bus.gitlab.models.Tag
- toString() - Method in class org.miaixz.bus.gitlab.models.TaskCompletionStatus
- toString() - Method in class org.miaixz.bus.gitlab.models.TimeStats
- toString() - Method in class org.miaixz.bus.gitlab.models.Todo
- toString() - Method in class org.miaixz.bus.gitlab.models.Topic
- toString() - Method in class org.miaixz.bus.gitlab.models.TreeItem
- toString() - Method in enum class org.miaixz.bus.gitlab.models.TreeItem.Type
- toString() - Method in class org.miaixz.bus.gitlab.models.UploadedByUser
- toString() - Method in class org.miaixz.bus.gitlab.models.UploadedFile
- toString() - Method in class org.miaixz.bus.gitlab.models.User
- toString() - Method in class org.miaixz.bus.gitlab.models.Variable
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Variable.Type
- toString() - Method in class org.miaixz.bus.gitlab.models.Version
- toString() - Method in enum class org.miaixz.bus.gitlab.models.Visibility
- toString() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment.Link
- toString() - Method in class org.miaixz.bus.gitlab.models.WikiAttachment
- toString() - Method in class org.miaixz.bus.gitlab.models.WikiPage
- toString() - Method in class org.miaixz.bus.gitlab.ProjectLicense
- toString() - Method in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
- toString() - Method in class org.miaixz.bus.gitlab.services.NotificationService
- toString() - Method in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
- toString(int, boolean) - Static method in class org.miaixz.bus.gitlab.models.Duration
-
Create a human readable duration string from seconds.
- toString(E) - Method in class org.miaixz.bus.gitlab.support.JacksonJsonEnumHelper
-
Get the string used by the API for this enum.
- toString(Calendar) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Get a ISO8601 formatted string for the provided Calendar instance.
- toString(Date) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Get a ISO8601 formatted string for the provided Date instance.
- toString(Date, boolean) - Static method in class org.miaixz.bus.gitlab.support.ISO8601
-
Get a ISO8601 formatted string for the provided Date instance.
- TOTAL_HEADER - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
The total number of items HTTP header key.
- TOTAL_PAGES_HEADER - Static variable in interface org.miaixz.bus.gitlab.models.Constants
-
The total number of pages HTTP header key.
- toValue() - Method in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
- toValue() - Method in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.AccessLevel
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.BuildStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.EventScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
- toValue() - Method in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.LineType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- toValue() - Method in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- toValue() - Method in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.IssueEvent.ResourceType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.JobStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.LinkType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Note.Type
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.PackageType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Position.PositionType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Setting
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Variable.Type
- toValue() - Method in enum class org.miaixz.bus.gitlab.models.Visibility
- toValue() - Method in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
- TRACE - Enum constant in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
- transferProject(Object, Object) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Transfer a project to the Group namespace.
- transferProject(Object, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Transfer a project to a new namespace.
- TREE - Enum constant in enum class org.miaixz.bus.gitlab.models.TreeItem.Type
- TreeItem - Class in org.miaixz.bus.gitlab.models
- TreeItem() - Constructor for class org.miaixz.bus.gitlab.models.TreeItem
- TreeItem.Type - Enum Class in org.miaixz.bus.gitlab.models
- Trigger - Class in org.miaixz.bus.gitlab.models
- Trigger() - Constructor for class org.miaixz.bus.gitlab.models.Trigger
- TRIGGER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- triggerHousekeeping(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Start the Housekeeping task for a project.
- triggerPipeline(Object, String, String, List<Variable>) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Trigger a pipeline for a project.
- triggerPipeline(Object, Trigger, String, List<Variable>) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Trigger a pipeline for a project.
- TWO_FACTOR_GRACE_PERIOD - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.REQUIRE_TWO_FACTOR_AUTHENTICATIONAmount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication. - TYPE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
U
- unapproveMergeRequest(Object, Long) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Unapprove a merge request.
- unarchiveProject(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Unarchive a project
- unassignChildEpic(Object, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Unassigns a child epic from a parent epic.
- unblockUser(Long) - Method in class org.miaixz.bus.gitlab.UserApi
-
Unblocks the specified user.
- UNCONFIRMED_USERS_DELETE_AFTER_DAYS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Specifies how many days after sign-up to delete users who have not confirmed their email.
- UNIQUE_IPS_LIMIT_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
(If enabled, requires:
Setting.UNIQUE_IPS_LIMIT_PER_USERandSetting.UNIQUE_IPS_LIMIT_TIME_WINDOW) Limit sign in from multiple ips. - UNIQUE_IPS_LIMIT_PER_USER - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.UNIQUE_IPS_LIMIT_ENABLEDMaximum number of ips per user. - UNIQUE_IPS_LIMIT_TIME_WINDOW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
required by:
Setting.UNIQUE_IPS_LIMIT_ENABLEDHow many seconds an IP will be counted towards the limit. - unmarshal(Class<T>, JsonNode) - Method in class org.miaixz.bus.gitlab.support.JacksonJson
-
Unmarshal the JsonNode (tree) to an instance of the provided class.
- unmarshal(Class<T>, Reader) - Method in class org.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.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.miaixz.bus.gitlab.support.JacksonJson
-
Unmarshal the JSON data and populate a Map of String keys and values of the provided returnType class.
- UNMERGEABLE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
- unprotectBranch(Object, String) - Method in class org.miaixz.bus.gitlab.ProtectedBranchesApi
-
Unprotects the given protected branch or wildcard protected branch.
- unprotectBranch(Object, String) - Method in class org.miaixz.bus.gitlab.RepositoryApi
-
Unprotects a single project repository branch.
- unprotectTag(Object, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Unprotects the given protected tag or wildcard protected tag.
- unshareGroup(Object, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Unshare the group from another group.
- unshareProject(Object, Long) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Unshare the project from the group.
- unstarProject(Object) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Unstar a project.
- unsubscribeGroupLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Unsubscribe a specified group label.
- unsubscribeProjectLabel(Object, Object) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Unsubscribe a specified project label.
- unsudo() - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Turns off the currently configured sudo as ID.
- UPCOMING - Enum constant in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
- UPCOMMING - Enum constant in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
- UPDATE - Enum constant in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
- UPDATE_RUNNER_VERSIONS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Fetch GitLab Runner release version data from GitLab.com.
- updateApplicationSetting(String, Object) - Method in class org.miaixz.bus.gitlab.ApplicationSettingsApi
-
Update a single application setting of the GitLab instance with the provided settings and value.
- updateApplicationSetting(Setting, Object) - Method in class org.miaixz.bus.gitlab.ApplicationSettingsApi
-
Update a single application setting of the GitLab instance with the provided settings and value.
- updateApplicationSettings(ApplicationSettings) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.MergeRequestApi
-
Update the specified the merge request level approval rule.
- updateApprovalRule(Object, Long, ApprovalRuleParams) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Update the specified the project-level approval rule.
- updateBugzillaService(Object, BugzillaService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the Bugzilla service settings for a project.
- updateCustomIssueTrackerService(Object, CustomIssueTrackerService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the Custom Issue Tracker service settings for a project.
- UPDATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
- UPDATED - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
- UPDATED_AT - Enum constant in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
- updateDeployKey(Object, Long, String, Boolean) - Method in class org.miaixz.bus.gitlab.DeployKeysApi
-
Updates an existing project deploy key.
- updateDeployment(Object, Long, Constants.DeploymentStatus) - Method in class org.miaixz.bus.gitlab.DeploymentsApi
-
Updates an existing project deploy key.
- updateEmailOnPushService(Object, EmailOnPushService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the EmailsOnPush service settings for a project.
- updateEnvironment(Object, Long, String, String, String) - Method in class org.miaixz.bus.gitlab.EnvironmentsApi
-
Update an existing environment.
- updateEpic(Object, Long, String, String, String, Date, Date, Constants.StateEvent, Boolean, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Updates an existing epic.
- updateEpic(Object, Long, Epic) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Updates an epic using the information contained in the provided Epic instance.
- updateEpicNote(Object, Long, Long, String) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Update the specified epics's note.
- updateExistingSubmoduleReference(Object, String, String, String, String) - Method in class org.miaixz.bus.gitlab.RepositorySubmodulesApi
-
Update existing submodule reference in repository.
- updateExternalStatusCheck(Object, Long, String, String, List<Long>) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Updates an existing external status check.
- updateExternalStatusCheck(Object, ExternalStatusCheck) - Method in class org.miaixz.bus.gitlab.ExternalStatusCheckApi
-
Updates an external status check using the information contained in the provided ExternalStatusCheck instance.
- updateExternalWikiService(Object, ExternalWikiService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the ExternalWikiService service settings for a project.
- updateFile(Object, RepositoryFile, String, String) - Method in class org.miaixz.bus.gitlab.RepositoryFileApi
-
Update existing file in repository
- updateGlobalNotificationSettings(NotificationSettings) - Method in class org.miaixz.bus.gitlab.NotificationSettingsApi
-
Update the global notification settings.
- updateGroup(Object, String, String, String, Visibility, Boolean, Boolean, Long) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates a project group.
- updateGroup(Object, GroupParams) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates the project group.
- updateGroup(Group) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates a project group.
- updateGroupIssueBoard(Object, Long, String, Boolean, Boolean, Long, Long, String, Integer) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Updates an existing Issue Board.
- updateGroupIssueBoardList(Object, Long, Long, Integer) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Updates an existing Issue Board list.
- updateGroupLabel(Object, Object, Label) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Update the specified label.
- updateGroupMilestone(Object, Long, String, String, Date, Date, Constants.MilestoneState) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Update the specified group milestone.
- updateGroupNotificationSettings(long, NotificationSettings) - Method in class org.miaixz.bus.gitlab.NotificationSettingsApi
-
Update the notification settings for a group
- updateHipChatService(Object, HipChatService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the HipChatService notification settings for a project.
- updateIssue(Object, Long, Long, Long, Long) - Method in class org.miaixz.bus.gitlab.EpicsApi
-
Updates an epic - issue association.
- updateIssue(Object, Long, String, String, Boolean, List<Long>, Long, String, Constants.StateEvent, Date, Date) - Method in class org.miaixz.bus.gitlab.IssuesApi
-
Updates an existing project issue.
- updateIssueNote(Object, Long, Long, String) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Update the specified issues's note.
- updateJiraService(Object, JiraService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the JIRA service settings for a project.
- updateLink(Object, Integer, ReleaseLinkParams) - Method in class org.miaixz.bus.gitlab.ReleaseLinksApi
-
Updates the attributes of a given Link.
- updateMattermostService(Object, MattermostService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the Mattermost service settings for a project.
- updateMember(Object, Long, Integer) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, Integer) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Updates a member of a project.
- updateMember(Object, Long, Integer, Date) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, Integer, Date) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Updates a member of a project.
- updateMember(Object, Long, AccessLevel) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, AccessLevel) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Updates a member of a project.
- updateMember(Object, Long, AccessLevel, Date) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Updates a member of a group.
- updateMember(Object, Long, AccessLevel, Date) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.MergeRequestApi
-
Updates an existing merge request.
- updateMergeRequest(Object, Long, MergeRequestParams) - Method in class org.miaixz.bus.gitlab.MergeRequestApi
-
Updates an existing merge request.
- updateMergeRequestNote(Object, Long, Long, String) - Method in class org.miaixz.bus.gitlab.NotesApi
-
Update the specified merge request's note.
- updateMilestone(Object, Long, String, String, Date, Date, Constants.MilestoneState) - Method in class org.miaixz.bus.gitlab.MilestonesApi
-
Update the specified milestone.
- updatePage(Object, String, String, String) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Updates an existing project wiki page.
- updatePipelineSchedule(Object, PipelineSchedule) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Modifies a pipeline schedule for project.
- updatePipelineScheduleVariable(Object, Long, String, String) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Update a pipeline schedule variable.
- updatePipelineTrigger(Object, Long, String) - Method in class org.miaixz.bus.gitlab.PipelineApi
-
Updates a pipeline trigger for project.
- updateProject(Project) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Updates a project.
- updateProjectIssueBoard(Object, Long, String, Boolean, Boolean, Long, Long, String, Integer) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Updates an existing Issue Board.
- updateProjectIssueBoardList(Object, Long, Long, Integer) - Method in class org.miaixz.bus.gitlab.BoardsApi
-
Updates an existing Issue Board list.
- updateProjectLabel(Object, Object, Label) - Method in class org.miaixz.bus.gitlab.LabelsApi
-
Update the specified project label.
- updateProjectNotificationSettings(long, NotificationSettings) - Method in class org.miaixz.bus.gitlab.NotificationSettingsApi
-
Update the notification settings for a project
- updatePushRules(Object, PushRules) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Updates a push rule for the specified project.
- updateRelease(Object, String, String) - Method in class org.miaixz.bus.gitlab.TagsApi
-
Updates the release notes of a given release.
- updateRelease(Object, ReleaseParams) - Method in class org.miaixz.bus.gitlab.ReleasesApi
-
Updates the release notes of a given release.
- updateRemoteMirror(Object, Long, Boolean, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.RunnersApi
-
Update details of a runner.
- updateSlackService(Object, SlackService) - Method in class org.miaixz.bus.gitlab.ServicesApi
-
Updates the Slack notification settings for a project.
- updateSnippet(Object, Long, String, String, String, String, Visibility) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Updates an existing project snippet.
- updateSystemHook(SystemHook, String) - Method in class org.miaixz.bus.gitlab.SystemHooksApi
-
Add a new system hook.
- updateTopic(Integer, TopicParams) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Update a project topic.
- updateTopicAvatar(Integer, File) - Method in class org.miaixz.bus.gitlab.TopicsApi
-
Uploads and sets the topic's avatar for the specified topic.
- updateUser(User, CharSequence) - Method in class org.miaixz.bus.gitlab.UserApi
-
Modifies an existing user.
- updateVariable(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Update a group variable.
- updateVariable(Object, String, String, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Update a project variable.
- updateVariable(Object, String, String, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.GroupApi
-
Update a group variable.
- updateVariable(Object, String, String, Boolean, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Update a project variable.
- updateVariable(Object, String, String, Variable.Type, Boolean, Boolean) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Update a project variable.
- updateVariable(Object, String, String, Variable.Type, Boolean, Boolean, String) - Method in class org.miaixz.bus.gitlab.ProjectApi
-
Update a project variable.
- UPDATING_NAME_DISABLED_FOR_USERS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Disable user profile name changes.
- upload(Response.Status, String, File, String, Form, URL) - Method in class org.miaixz.bus.gitlab.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, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.AbstractApi
- upload(String, File, String, Form, Object...) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GitLabApiClient
-
Perform a file upload using multipart/form-data, returning a ClientResponse instance with the data returned from the endpoint.
- upload(String, File, String, Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
-
Perform a file upload using the specified media type, returning a ClientResponse instance with the data returned from the endpoint.
- upload(String, InputStream, String, String, Form, URL) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
- upload(String, InputStream, String, String, Object...) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
- upload(BodyPart, Form, URL) - Method in class org.miaixz.bus.gitlab.GitLabApiClient
- uploadAttachment(Object, File) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Uploads a file to the attachment folder inside the wiki’s repository.
- uploadAttachment(Object, File, String) - Method in class org.miaixz.bus.gitlab.WikisApi
-
Uploads a file to the attachment folder inside the wiki’s repository.
- UploadedByUser - Class in org.miaixz.bus.gitlab.models
- UploadedByUser() - Constructor for class org.miaixz.bus.gitlab.models.UploadedByUser
- UploadedFile - Class in org.miaixz.bus.gitlab.models
- UploadedFile() - Constructor for class org.miaixz.bus.gitlab.models.UploadedFile
- uploadFile(Object, File) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.ProjectApi
-
Uploads some data in an
InputStreamto the specified project, to be used in an issue or merge request description, or a comment. - URL_PROP - Static variable in class org.miaixz.bus.gitlab.services.JiraService
- urlEncode(String) - Method in class org.miaixz.bus.gitlab.AbstractApi
-
Encode a string to be used as in-path argument for a gitlab api request.
- UrlVariable() - Constructor for class org.miaixz.bus.gitlab.models.SystemHook.UrlVariable
- USAGE_PING_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Every week GitLab will report license usage back to GitLab, Inc.
- USAGE_PING_FEATURES_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- USE_CLICKHOUSE_FOR_ANALYTICS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Enables ClickHouse as a data source for analytics reports.
- User - Class in org.miaixz.bus.gitlab.models
- User() - Constructor for class org.miaixz.bus.gitlab.models.User
- USER - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
- USER_AGENT - Static variable in class org.miaixz.bus.gitlab.support.AccessToken
- USER_CONTRIBUTED_PROJECTS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- USER_CREATE_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- USER_DEACTIVATION_EMAILS_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Send an email to users upon account deactivation.
- USER_DEFAULT_EXTERNAL - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Newly registered users will be external by default.
- USER_DEFAULT_INTERNAL_REGEX - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Specify an e-mail address regex pattern to identify default internal users.
- USER_DEFAULTS_TO_PRIVATE_PROFILE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Newly created users have private profile by default.
- USER_DESTROY_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- USER_FAILED_LOGIN_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- USER_ID - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
- USER_OAUTH_APPLICATIONS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Allow users to register any application to use GitLab as an OAuth provider.
- USER_PROJECTS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- USER_RENAME_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- USER_SHOW_ADD_SSH_KEY_MESSAGE - Enum constant in enum class org.miaixz.bus.gitlab.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.
- USER_STARRED_PROJECTS_API_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- UserApi - Class in org.miaixz.bus.gitlab
-
This class provides an entry point to all the GitLab API users calls.
- UserApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.UserApi
- UserListDeserializer() - Constructor for class org.miaixz.bus.gitlab.support.JacksonJson.UserListDeserializer
- UserListSerializer() - Constructor for class org.miaixz.bus.gitlab.support.JacksonJson.UserListSerializer
- USERNAME_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- USERS - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- USERS - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- USERS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- USERS_GET_BY_ID_LIMIT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- USERS_GET_BY_ID_LIMIT_ALLOWLIST_RAW - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- UserSystemHookEvent - Class in org.miaixz.bus.gitlab.hooks.system
- UserSystemHookEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.system.UserSystemHookEvent
- UTC_PATTERN - Static variable in class org.miaixz.bus.gitlab.support.ISO8601
V
- V4 - Enum constant in enum class org.miaixz.bus.gitlab.GitLabApi.ApiVersion
- VALID_RUNNER_REGISTRARS - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
List of types which are allowed to register a GitLab Runner.
- validate(Response, Response.Status) - Method in class org.miaixz.bus.gitlab.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.
- validate(Object) - Method in enum class org.miaixz.bus.gitlab.models.Setting
-
Validates the provided value against the data type of this ApplicationSetting enum.
- validateSecretToken(Response) - Method in class org.miaixz.bus.gitlab.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 class org.miaixz.bus.gitlab.models.AccessLevel
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.GitLabApi.ApiVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.AccessLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.BuildStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.EventScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.LineType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TokenType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.IssueEvent.ResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.JobStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.LinkType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Note.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.PackageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.PipelineStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Position.PositionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Setting
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.TreeItem.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Variable.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.models.Visibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.miaixz.bus.gitlab.GitLabApi.ApiVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.hooks.web.EventLabel.LabelType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.hooks.web.NoteEvent.NoteableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.AbstractEpic.EpicState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.AccessLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Artifact.FileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.AwardEmoji.AwardableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Badge.BadgeKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.BuildStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.CommitAction.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.CommitRef.RefType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ActionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.AutoCancelPendingPipelines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.AutoDevopsDeployStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.BuildGitStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.CommitBuildState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ContributorOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DefaultBranchProtectionLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeploymentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.DeployTokenScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.Encoding
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.EpicOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.EventScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.GroupOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ImpersonationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.IssueState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.LineType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestSearchIn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MergeRequestState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.MilestoneState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PackageStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectCreationLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectFeatureVisibilityAccessLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.ProjectOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- values() - Static method in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SortOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SquashOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.StateEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.SubgroupCreationLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TagOrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TargetType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TodoType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Constants.TokenType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Environment.EnvironmentState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.EpicFilter.EpicField
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.ExportStatus.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.GitLabFormValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.HealthCheckStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.ImportStatus.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.IssueEvent.ResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.IssueFilter.IssueField
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Iteration.IterationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterIn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.IterationFilter.IterationFilterState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.JobStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.LabelEvent.ResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.LinkType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.MembershipSourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.MergeRequestFilter.MergeRequestField
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Note.NoteableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Note.OrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Note.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.PackageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.PipelineStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Position.PositionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Project.MergeMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Runner.RunnerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.RunnerDetail.RunnerAccessLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Setting
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.TreeItem.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Variable.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.models.Visibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.services.NotificationService.BranchesToBeNotified
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.miaixz.bus.gitlab.support.AccessToken.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Variable - Class in org.miaixz.bus.gitlab.models
- Variable() - Constructor for class org.miaixz.bus.gitlab.models.Variable
- Variable(String, String) - Constructor for class org.miaixz.bus.gitlab.models.Variable
- Variable.Type - Enum Class in org.miaixz.bus.gitlab.models
-
Enum for the various Commit build status values.
- Version - Class in org.miaixz.bus.gitlab.models
- Version() - Constructor for class org.miaixz.bus.gitlab.models.Version
- VERSION - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PackageOrderBy
- VERSION_CHECK_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Let GitLab inform you when an update is available.
- Visibility - Enum Class in org.miaixz.bus.gitlab.models
W
- WAITING_FOR_RESOURCE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.JobScope
- WAITING_FOR_RESOURCE - Enum constant in enum class org.miaixz.bus.gitlab.models.PipelineStatus
- WATCH - Enum constant in enum class org.miaixz.bus.gitlab.models.NotificationSettings.Level
- WEB - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- WEB_IDE_CLIENTSIDE_PREVIEW_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.services.NotificationService
- WebHookListener - Interface in org.miaixz.bus.gitlab.hooks.web
-
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.miaixz.bus.gitlab
-
This class provides a handler for processing GitLab WebHook callouts.
- WebHookManager() - Constructor for class org.miaixz.bus.gitlab.WebHookManager
-
Create a HookManager to handle GitLab webhook events.
- WebHookManager(String) - Constructor for class org.miaixz.bus.gitlab.WebHookManager
-
Create a HookManager to handle GitLab webhook events which will be verified against the specified secretToken.
- WEBIDE - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.PipelineSource
- WHATS_NEW_VARIANT - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
What’s new variant, possible values: all_tiers, current_tier, and disabled.
- Wiki() - Constructor for class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent.Wiki
- WIKI_ASCIIDOC_ALLOW_URI_INCLUDES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- WIKI_BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.GroupSearchScope
- WIKI_BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.ProjectSearchScope
- WIKI_BLOBS - Static variable in class org.miaixz.bus.gitlab.models.Constants.SearchScope
- WIKI_PAGE_CHANNEL_PROP - Static variable in class org.miaixz.bus.gitlab.services.NotificationService
- WIKI_PAGE_MAX_CONTENT_BYTES - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
-
Maximum wiki page content size in bytes.
- WikiAttachment - Class in org.miaixz.bus.gitlab.models
- WikiAttachment() - Constructor for class org.miaixz.bus.gitlab.models.WikiAttachment
- WikiAttachment.Link - Class in org.miaixz.bus.gitlab.models
- WikiPage - Class in org.miaixz.bus.gitlab.models
- WikiPage() - Constructor for class org.miaixz.bus.gitlab.models.WikiPage
- WikiPage(String, String, String) - Constructor for class org.miaixz.bus.gitlab.models.WikiPage
- WikiPageEvent - Class in org.miaixz.bus.gitlab.hooks.web
- WikiPageEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- WikiPageEvent.ObjectAttributes - Class in org.miaixz.bus.gitlab.hooks.web
- WikiPageEvent.Wiki - Class in org.miaixz.bus.gitlab.hooks.web
- WikisApi - Class in org.miaixz.bus.gitlab
-
This class implements the client side API for the GitLab Wikis API.
- WikisApi(GitLabApi) - Constructor for class org.miaixz.bus.gitlab.WikisApi
- WIKIURL_KEY_PROP - Static variable in class org.miaixz.bus.gitlab.services.ExternalWikiService
- withAccessLevel(String) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.AllowedTo
- withAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.Member
- withAccessLevel(RunnerDetail.RunnerAccessLevel) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withAction(CommitAction) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withAction(CommitAction.Action) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withAction(CommitAction.Action, String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withAction(CommitAction.Action, String, String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withActionName(String) - Method in class org.miaixz.bus.gitlab.models.Event
- withActions(List<CommitAction>) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withActive(Boolean) - Method in class org.miaixz.bus.gitlab.models.Runner
- withAfter(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- withAll(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitStatusFilter
- withAllAvailable(Boolean) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.MergeRequestParams
-
Allow commits from members who can merge to the target branch.
- withAllowFailure(Boolean) - Method in class org.miaixz.bus.gitlab.models.Job
- withAllowForcePush(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- withAllowMergeOnSkippedPipeline(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withAnalyticsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withApiUrl(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withApiVersion(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withAppliesToAllProtectedBranches(Boolean) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withApprovalsBeforeMerge(Integer) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the approvals_before_merge field value.
- withApprovalsBeforeMerge(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- withApprovalsBeforeMerge(Integer) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withApprovalsRequired(Integer) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withArchitecture(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withArchived(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Limit by archived status.
- withArchived(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by archived status.
- withArtifactsFile(ArtifactsFile) - Method in class org.miaixz.bus.gitlab.models.Job
- withAssets(Assets) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the assignee user ID.
- withAssigneeIds(List<Long>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
The ID of the user(s) to assign the merge request to.
- withAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- withAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Commit
- withAuthor(Author) - Method in class org.miaixz.bus.gitlab.models.Event
- withAuthoredDate(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- withAuthorEmail(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withAuthorEmail(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withAuthorEmailRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'author id' filter.
- withAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- withAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withAuthorName(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withAuthorName(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withAuthorUsername(String) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'author username' filter.
- withAuthorUsername(String) - Method in class org.miaixz.bus.gitlab.models.Event
- withAutoCancelPendingPipelines(Constants.AutoCancelPendingPipelines) - Method in class org.miaixz.bus.gitlab.models.Project
- withAutocloseReferencedIssues(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withAutoDevopsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withAutoDevopsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- withAvatarUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withBaseSha(String) - Method in class org.miaixz.bus.gitlab.models.Position
- withBefore(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- withBio(String) - Method in class org.miaixz.bus.gitlab.models.User
- withBranch(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- withBranchesToBeNotified(NotificationService.BranchesToBeNotified) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withBranchNameRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withBuildCoverageRegex(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withBuildGitStrategy(Constants.BuildGitStrategy) - Method in class org.miaixz.bus.gitlab.models.Project
- withBuildsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withBuildTimeout(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- withCadence(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- withCanCreateGroup(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withCanCreateProject(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withCiConfigPath(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withCodeOwnerApprovalRequired(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- withColor(String) - Method in class org.miaixz.bus.gitlab.models.Label
- withColor(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withColorSchemeId(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- withCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Branch
- withCommit(Commit) - Method in class org.miaixz.bus.gitlab.models.Job
- withCommitCommitterCheck(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withCommitEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withCommitEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withCommitMessage(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withCommitMessageNegativeRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withCommitMessageRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withCommits(List<Commit>) - Method in class org.miaixz.bus.gitlab.models.EventData
- withCommittedDate(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- withCommitterEmail(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withCommitterName(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withConfidential(Boolean) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withConfidentialIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withConfidentialIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withConfidentialIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withConfidentialIssuesEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withConfidentialNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withConfidentialNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withConfidentialNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withConfidentialNoteEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withConfirmedAt(Date) - Method in class org.miaixz.bus.gitlab.models.User
- withContactedAt(Date) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withContainerExpirationPolicy(ContainerExpirationPolicy) - Method in class org.miaixz.bus.gitlab.models.Project
- withContainerRegistryAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withContainerRegistryEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withContent(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withCoverage(Float) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- withCoverage(String) - Method in class org.miaixz.bus.gitlab.models.Job
- withCreatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'created after' filter.
- withCreatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withCreatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withCreatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- withCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Event
- withCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- withCreatedAt(Date) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withCreatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withCreatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withCreatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withCurrentSignInAt(Date) - Method in class org.miaixz.bus.gitlab.models.User
- withCustomAttributeFilter(String, String) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Results must have custom attribute (admins only).
- withCustomAttributes(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Include custom attributes in response (admins only).
- withCustomAttributes(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Include custom attributes in response (admins only).
- withCustomAttributes(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Include custom attributes in response (admins only).
- withCustomAttributes(List<CustomAttribute>) - Method in class org.miaixz.bus.gitlab.models.Group
- withCustomAttributes(List<CustomAttribute>) - Method in class org.miaixz.bus.gitlab.models.User
- withData(EventData) - Method in class org.miaixz.bus.gitlab.models.Event
- withDefaultBranch(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withDefaultBranchProtection(Constants.DefaultBranchProtectionLevel) - Method in class org.miaixz.bus.gitlab.models.Group
- withDefaultBranchProtection(Constants.DefaultBranchProtectionLevel) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withDefaultChannelk(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withDefaultChannelk(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withDenyDeleteTag(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withDeploymentEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.Group
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.Label
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the description of the merge request.
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.Runner
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withDescription(String) - Method in class org.miaixz.bus.gitlab.models.TopicParams
- withDescription(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- withDescription(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- withDevelopersCanMerge(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- withDevelopersCanPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- withDisableDiffs(Boolean) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- withDisableOverridingApproversPerMergeRequest(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withDiscussionLocked(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Flag indicating if the merge request’s discussion is locked.
- withDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Job
- withEmail(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withEmailsDisabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withEmailsDisabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withEmailsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- withEnableSslVerification(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withEncoding(Constants.Encoding) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withEndDate(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- withEnvironment(String) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- withEnvironmentsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withErasedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- withExcludeSubgroups(Boolean) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Exclude Subgroups.
- withExecuteFilemode(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withExpiresAt(Date) - Method in class org.miaixz.bus.gitlab.models.Member
- withExternal(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withExternalAuthorizationClassificationLabel(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withExternalWikiUrl(String) - Method in class org.miaixz.bus.gitlab.services.ExternalWikiService
- withExternUid(String) - Method in class org.miaixz.bus.gitlab.models.User
- withExtraSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withExtraSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- withFeatureFlagsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withFileContent(File, String, Constants.Encoding) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withFileContent(String, Constants.Encoding) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withFileNameRegex(String) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withFilepath(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- withFilePath(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withFileTemplateProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.GroupParams
-
The ID of a project to load custom file templates from.
- withFinishedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- withForce(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withForkingAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withFullName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- withFullPath(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- withFullPath(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- withGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.AllowedTo
- withGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withGroupId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withGroupIds(List<Long>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withGroupRunnersEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withGroupSamlIdentity(Identity) - Method in class org.miaixz.bus.gitlab.models.Member
- withGroupWithProjectTemplatesId(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- withHeadSha(String) - Method in class org.miaixz.bus.gitlab.models.Position
- withHeight(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.Job
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.Namespace
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.Project
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.Runner
- withId(Long) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withId(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withIdAfter(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects with IDs greater than the specified projectID.
- withIdBefore(Long) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects with IDs less than the specified project ID.
- withIdentities(List<Identity>) - Method in class org.miaixz.bus.gitlab.models.User
- withIids(List<Long>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withIids(List<Long>) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withIids(List<Long>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withImported(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects which were imported from external systems by current user.
- withIn(String) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withIn(Constants.MergeRequestSearchIn) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withIn(IterationFilter.IterationFilterIn) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- withIncludeAncestorGroups(Boolean) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'include ancestor groups' filter.
- withIncludeAncestors(Boolean) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- withIncludeDescendantGroups(Boolean) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'include descendant groups' filter.
- withIncludeSubGroups(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Include projects that are located in subgroups
- withIncludeVersionless(Boolean) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
- withInfrastructureAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withInitializeWithReadme(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withIpAddress(String) - Method in class org.miaixz.bus.gitlab.models.Runner
- withIsAdmin(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withIsProtected(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- withIsShared(Boolean) - Method in class org.miaixz.bus.gitlab.models.Runner
- withIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withIssueChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withIssuesAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withIssuesEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Limit by enabled issues feature
- withIssuesEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withIssuesEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by enabled issues feature
- withIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withIssuesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withIssuesEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withIssuesUrl(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- withIssuesUrl(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- withIterationTitle(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withJiraIssueTransitionId(Integer) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withJobEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withJobEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withJobsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withKeepN(Integer) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- withKey(String) - Method in class org.miaixz.bus.gitlab.models.CustomAttribute
- withKind(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- withLabels(String) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'labels' filter.
- withLabels(String[]) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the labels for the merge request.
- withLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- withLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withLabels(List<String>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the labels for the merge request.
- withLastActivityAfter(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects with last_activity after specified time.
- withLastActivityBefore(Date) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects with last_activity before specified time.
- withLastActivityOn(Date) - Method in class org.miaixz.bus.gitlab.models.User
- withLastCommitId(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withLastSignInAt(Date) - Method in class org.miaixz.bus.gitlab.models.User
- withlfsEnabled(boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- withLfsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withLfsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withLinkedin(String) - Method in class org.miaixz.bus.gitlab.models.User
- withLinkType(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- withLocation(String) - Method in class org.miaixz.bus.gitlab.models.User
- withLocked(Boolean) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withMaintenanceNote(String) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withManual(Boolean) - Method in class org.miaixz.bus.gitlab.models.Job
- withMaxFileSize(Integer) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withMaximumTimeout(Integer) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withMemberCheck(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withMembership(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by projects that the current user is a member of
- withMembershipLock(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
-
Prevent adding new members to project membership within this group.
- withMergeAccessLevels(List<BranchAccessLevel>) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- withMergeCommitMessage(String) - Method in class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
-
Custom merge commit message.
- withMerged(Boolean) - Method in class org.miaixz.bus.gitlab.models.Branch
- withMergeMethod(Project.MergeMethod) - Method in class org.miaixz.bus.gitlab.models.Project
- withMergeRequestChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withMergeRequestChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withMergeRequestsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withMergeRequestsAuthorApproval(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withMergeRequestsDisableCommittersApproval(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withMergeRequestsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Limit by enabled merge requests feature
- withMergeRequestsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withMergeRequestsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by enabled merge requests feature
- withMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withMergeRequestsEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withMergeRequestsEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withMergeWhenPipelineSucceeds(Boolean) - Method in class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
-
If
truethe MR is merged when the pipeline succeeds. - withMessage(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withMilestone(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withMilestone(String) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withMilestone(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withMilestoneId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the milestone ID field value.
- withMilestones(List<String>) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withMinAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Limit to groups where current user has at least this access level.
- withMinAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by current user minimal access level.
- withMirror(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withMirrorTriggerBuilds(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withModelExperimentsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withModelRegistryAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withMonitorAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'my reaction emoji' filter.
- withMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- withName(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withName(String) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withName(String) - Method in class org.miaixz.bus.gitlab.models.Branch
- withName(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- withName(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatusFilter
- withName(String) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withName(String) - Method in class org.miaixz.bus.gitlab.models.Job
- withName(String) - Method in class org.miaixz.bus.gitlab.models.Label
- withName(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- withName(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withName(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withName(String) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- withName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- withName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withName(String) - Method in class org.miaixz.bus.gitlab.models.Runner
- withName(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withName(String) - Method in class org.miaixz.bus.gitlab.models.TopicParams
- withNameRegex(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- withNameRegexKeep(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- withNamespace(Namespace) - Method in class org.miaixz.bus.gitlab.models.Project
- withNamespaceId(long) - Method in class org.miaixz.bus.gitlab.models.Project
- withNewIssueUrl(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- withNewIssueUrl(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- withNewLine(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- withNewPath(String) - Method in class org.miaixz.bus.gitlab.models.Position
- withNot(Map<EpicFilter.EpicField, Object>) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'not' filter.
- withNot(Map<IssueFilter.IssueField, Object>) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add 'not' filter.
- withNot(Map<MergeRequestFilter.MergeRequestField, Object>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add 'not' filter.
- withNot(EpicFilter.EpicField, Object) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'not' filter entry.
- withNot(IssueFilter.IssueField, Object) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add 'not' filter entry.
- withNot(MergeRequestFilter.MergeRequestField, Object) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add 'not' filter entry.
- withNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withNoteChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withNoteEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withNoteEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withNotify(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withNotifyOnlyBrokenPipelines(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withNotifyOnlyBrokenPipelines(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withNotifyOnlyBrokenPipelines(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withNotifyOnlyDefaultBranch(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withOlderThan(String) - Method in class org.miaixz.bus.gitlab.models.ContainerExpirationPolicy
- withOldLine(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- withOldPath(String) - Method in class org.miaixz.bus.gitlab.models.Position
- withOnline(Boolean) - Method in class org.miaixz.bus.gitlab.models.Runner
- withOnlyAllowMergeIfAllDiscussionsAreResolved(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withOnlyAllowMergeIfAllStatusChecksPassed(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withOnlyAllowMergeIfPipelineSucceeds(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withOrderBy(Constants.DeploymentOrderBy) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- withOrderBy(Constants.EpicOrderBy) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'order by' filter.
- withOrderBy(Constants.GroupOrderBy) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.IssueFilter
- withOrderBy(Constants.MergeRequestOrderBy) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withOrderBy(Constants.PackageOrderBy) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Return projects ordered by created_at, name, version, type, or project_path
- withOrderBy(Constants.PipelineOrderBy) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withOrderBy(Constants.ProjectOrderBy) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.ProjectFilter
-
Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields.
- withOrganization(String) - Method in class org.miaixz.bus.gitlab.models.User
- withoutAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add assignee_id to the 'not' filter entry.
- withoutAssigneeId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add assignee_id to the 'not' filter entry.
- withoutAssigneeUsername(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add assignee_username to the 'not' filter entry.
- withoutAssigneeUsername(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add assignee_username to the 'not' filter entry.
- withoutAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add author_id to the 'not' filter entry.
- withoutAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add author_id to the 'not' filter entry.
- withoutAuthorId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add author_id to the 'not' filter entry.
- withoutAuthorUsername(String) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add author_username to the 'not' filter entry.
- withoutAuthorUsername(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add author_username to the 'not' filter entry.
- withoutAuthorUsername(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add author_username to the 'not' filter entry.
- withoutIids(String...) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withoutIterationId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add iteration_id to the 'not' filter entry.
- withoutIterationTitle(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add iteration_title to the 'not' filter entry.
- withoutLabels(String...) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add labels to the 'not' filter entry.
- withoutLabels(String...) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add labels to the 'not' filter entry.
- withoutLabels(String...) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add labels to the 'not' filter entry.
- withoutMilestone(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add milestone to the 'not' filter entry.
- withoutMilestone(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add milestone to the 'not' filter entry.
- withoutMilestoneId(Long) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
-
Add milestone_id to the 'not' filter entry.
- withoutMyReactionEmoji(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add my_reaction_emoji to the 'not' filter entry.
- withoutReviewerId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add reviewer_id to the 'not' filter entry.
- withoutReviewerUsername(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
-
Add reviewer_username to the 'not' filter entry.
- withOwned(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Limit by groups explicitly owned by the current user
- withOwned(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Limit by projects explicitly owned by the current user
- withOwned(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by projects explicitly owned by the current user
- withPackageName(String) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Filter the project packages with a fuzzy search by name
- withPackagesEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withPackageType(PackageType) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Filter the returned packages by type.
- withPackageVersion(String) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Filter the returned packages by version.
- withPagesAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withParam(String, Object) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding query and form parameters to a get() or post() call.
- withParam(String, Object) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding query and form parameters to a get() or post() call.
- withParam(String, Object, boolean) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding query and form parameters to a get() or post() call.
- withParam(String, Object, boolean) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding query and form parameters to a get() or post() call.
- withParam(String, Date) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding Date query and form parameters to a get() or post() call.
- withParam(String, Date) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding Date query and form parameters to a get() or post() call.
- withParam(String, Date, boolean) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding Date query and form parameters to a get() or post() call.
- withParam(String, Date, boolean) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding Date query and form parameters to a get() or post() call.
- withParam(String, List<?>) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding a List type query and form parameters to a get() or post() call.
- withParam(String, List<?>) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding a List type query and form parameters to a get() or post() call.
- withParam(String, List<?>, boolean) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding a List type query and form parameters to a get() or post() call.
- withParam(String, List<?>, boolean) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
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.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding an array of hash type query and form parameters to a get() or post() call.
- withParam(String, Map<String, ?>, boolean) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
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.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
- withParam(String, AccessLevel) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
- withParam(String, AccessLevel, boolean) - Method in class org.miaixz.bus.gitlab.GitLabApiForm
-
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
- withParam(String, AccessLevel, boolean) - Method in class org.miaixz.bus.gitlab.models.GitLabForm
-
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.
- withParam(List<Variable>) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.Group
- withParentId(Long) - Method in class org.miaixz.bus.gitlab.models.GroupParams
-
The parent group ID for creating nested group.
- withParentIds(List<String>) - Method in class org.miaixz.bus.gitlab.models.Commit
- withPassword(CharSequence) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withPath(String) - Method in class org.miaixz.bus.gitlab.models.Group
- withPath(String) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withPath(String) - Method in class org.miaixz.bus.gitlab.models.Namespace
- withPath(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withPath(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryArchiveParams
-
Add param "The subpath of the repository to download".
- withPaused(Boolean) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withPipeline(Pipeline) - Method in class org.miaixz.bus.gitlab.models.Job
- withPipelineChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withPipelineChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withPipelineEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withPipelineEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withPipelineId(Long) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- withPlatform(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withPositionType(Position.PositionType) - Method in class org.miaixz.bus.gitlab.models.Position
- withPreventForkingOutsideGroup(Boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- withPreventForkingOutsideGroup(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withPreventSecrets(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withPreventSharingGroupsOutsideHierarchy(Boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- withPreventSharingGroupsOutsideHierarchy(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withPreviousPath(String) - Method in class org.miaixz.bus.gitlab.models.CommitAction
- withPrintingMergeRequestLinkEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withPriority(Integer) - Method in class org.miaixz.bus.gitlab.models.Label
- withPrivateProfile(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withProgrammingLanguage(String) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by projects which use the given programming language.
- withProject(Project) - Method in class org.miaixz.bus.gitlab.models.Job
- withProjectCreationLevel(Constants.ProjectCreationLevel) - Method in class org.miaixz.bus.gitlab.models.Group
- withProjectCreationLevel(Constants.ProjectCreationLevel) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- withProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withProjectKey(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withProjects(List<Project>) - Method in class org.miaixz.bus.gitlab.models.Group
- withProjects(List<Project>) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withProjectsLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- withProjectUrl(String) - Method in class org.miaixz.bus.gitlab.services.BugzillaService
- withProjectUrl(String) - Method in class org.miaixz.bus.gitlab.services.CustomIssueTrackerService
- withProtectedBranchIds(List<Long>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withProvider(String) - Method in class org.miaixz.bus.gitlab.models.User
- withPublic(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withPublicBuilds(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withPublicEmail(String) - Method in class org.miaixz.bus.gitlab.models.User
- withPublicJobs(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withPushAccessLevels(List<BranchAccessLevel>) - Method in class org.miaixz.bus.gitlab.models.ProtectedBranch
- withPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- withPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withPushEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withPushEventsBranchFilter(String) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withQueuedDuration(Float) - Method in class org.miaixz.bus.gitlab.models.Job
- withRecipients(String) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- withRef(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- withRef(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatusFilter
- withRef(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- withRef(String) - Method in class org.miaixz.bus.gitlab.models.Job
- withRef(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withRef(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withRejectUnsignedCommits(Boolean) - Method in class org.miaixz.bus.gitlab.models.PushRules
- withReleasedAt(Date) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withReleasesAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withReleasesEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withRemoveSourceBranch(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Flag indicating if a merge request should remove the source branch when merging.
- withRemoveSourceBranchAfterMerge(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withReportType(String) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withRepository(Repository) - Method in class org.miaixz.bus.gitlab.models.EventData
- withRepositoryAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withRepositoryChecksumFailed(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit projects where the repository checksum calculation has failed.
- withRepositoryObjectFormat(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withRepositoryStorage(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withRepositoryStorage(String) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects stored on the specified repository_storage.
- withRepositoryUpdateEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withRepositoryUpdateEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withRequestAccessEnabled(boolean) - Method in class org.miaixz.bus.gitlab.models.Group
- withRequestAccessEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withRequestAccessEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withRequestResponseLogging() - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.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.miaixz.bus.gitlab.GitLabApi
-
Enable the logging of the requests to and the responses from the GitLab server API.
- withRequestTimeout(Integer, Integer) - Method in class org.miaixz.bus.gitlab.GitLabApi
-
Fluent method that sets the per request connect and read timeout.
- withRequirementsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withRequirePasswordToApprove(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withRequireTwoFactorAuthentication(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withResetApprovalsOnPush(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withResolveOutdatedDiffDiscussions(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withReviewerId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withReviewerIds(List<Long>) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
The ID of the user(s) to assign to the review of the merge request.
- withRevision(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withRoom(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withRuleType(String) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withRunner(Runner) - Method in class org.miaixz.bus.gitlab.models.Job
- withRunnerType(Runner.RunnerType) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withRunUntagged(Boolean) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withScope(Constants.IssueScope) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withScope(Constants.IssueScope) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withScope(Constants.MergeRequestScope) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withScope(Constants.PipelineScope) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'search' filter.
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Return list of groups matching the search criteria.
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Return list of projects matching the search criteria.
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Return list of projects matching the search criteria.
- withSearch(String) - Method in class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
-
Search for specific groups.
- withSearchNamespaces(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Include ancestor namespaces when matching search criteria.
- withSecurityAndComplianceAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withSelectiveCodeOwnerRemovals(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectApprovalsConfig
- withSendFromCommitterEmail(Boolean) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- withServer(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withSha(String) - Method in class org.miaixz.bus.gitlab.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.miaixz.bus.gitlab.models.PipelineFilter
- withSha(String) - Method in class org.miaixz.bus.gitlab.models.RepositoryArchiveParams
-
Add param "The commit SHA to download".
- withShared(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Include projects that are shared with this group
- withSharedMinAccessLevel(AccessLevel) - Method in class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
-
Limit to shared groups with at least this role.
- withSharedProjects(List<Project>) - Method in class org.miaixz.bus.gitlab.models.Group
- withSharedRunnersEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.Group
- withSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withSharedRunnersMinutesLimit(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- withSharedVisibleOnly(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
-
Limit to shared groups user has access to.
- withShareWithGroupLock(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withShortId(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withShouldRemoveSourceBranch(Boolean) - Method in class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
-
If
trueremoves the source branch. - withShowDefaultAwardEmojis(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withSimple(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Return only limited fields for each project.
- withSimple(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Return only limited fields for each project.
- withSimpleView(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withSkipConfirmation(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withSkipGroups(List<Long>) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Do not include the provided groups IDs.
- withSkipGroups(List<Long>) - Method in class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
-
Do not include the provided groups IDs.
- withSkype(String) - Method in class org.miaixz.bus.gitlab.models.User
- withSnippetsAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withSnippetsEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withSort(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withSort(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withSort(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withSortOder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Return groups sorted in asc or desc order.
- withSortOder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Return projects sorted in asc or desc order.
- withSortOder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Return projects sorted in asc or desc order.
- withSortOder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Return projects sorted in asc or desc order.
- withSortOrder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- withSortOrder(Constants.SortOrder) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'sort' filter.
- withSource(Constants.PipelineSource) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withSourceBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withSourceBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the source branch.
- withSquash(Boolean) - Method in class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
-
If
truethe commits will be squashed into a single commit on merge. - withSquash(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Squash commits into a single commit when merging.
- withSquashCommitMessage(String) - Method in class org.miaixz.bus.gitlab.models.AcceptMergeRequestParams
-
Custom squash commit message.
- withSquashOption(Constants.SquashOption) - Method in class org.miaixz.bus.gitlab.models.Project
- withStage(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatusFilter
- withStage(String) - Method in class org.miaixz.bus.gitlab.models.Job
- withStarred(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Limit by projects starred by the current user.
- withStarred(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by projects starred by the current user.
- withStartBranch(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withStartDate(Date) - Method in class org.miaixz.bus.gitlab.models.AbstractEpic
- withStartedAt(Date) - Method in class org.miaixz.bus.gitlab.models.Job
- withStartProject(Object) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withStartSha(String) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withStartSha(String) - Method in class org.miaixz.bus.gitlab.models.Position
- withState(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withState(AbstractEpic.EpicState) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'state' filter.
- withState(Constants.IssueState) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withState(Constants.MergeRequestState) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withState(IterationFilter.IterationFilterState) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- withStateEvent(Constants.StateEvent) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
New state (close/reopen).
- withStatistics(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Include group statistics (admins only).
- withStatistics(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Include project statistics.
- withStatistics(Group.Statistics) - Method in class org.miaixz.bus.gitlab.models.Group
- withStats(Boolean) - Method in class org.miaixz.bus.gitlab.models.CommitPayload
- withStats(CommitStats) - Method in class org.miaixz.bus.gitlab.models.Commit
- withStatus(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withStatus(Constants.DeploymentStatus) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- withStatus(Constants.PackageStatus) - Method in class org.miaixz.bus.gitlab.models.PackageFilter
-
Filter the returned packages by status.
- withStatus(JobStatus) - Method in class org.miaixz.bus.gitlab.models.Job
- withStatus(PipelineStatus) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withStatus(Runner.RunnerStatus) - Method in class org.miaixz.bus.gitlab.models.Runner
- withSubgroupCreationLevel(Constants.SubgroupCreationLevel) - Method in class org.miaixz.bus.gitlab.models.Group
- withSubgroupCreationLevel(Constants.SubgroupCreationLevel) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withSuggestionCommitMessage(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withTag(Boolean) - Method in class org.miaixz.bus.gitlab.models.Job
- withTagList(List<String>) - Method in class org.miaixz.bus.gitlab.models.CreateRunnerParams
- withTagList(List<String>) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withTagName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- withTagName(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseParams
- withTagPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withTagPushChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.EmailOnPushService
- withTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withTagPushEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withTagPushEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withTargetBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withTargetBranch(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the target branch.
- withTargetId(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- withTargetIid(Long) - Method in class org.miaixz.bus.gitlab.models.Event
- withTargetProjectId(Long) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the target project ID.
- withTargetTitle(String) - Method in class org.miaixz.bus.gitlab.models.Event
- withTargetType(Constants.TargetType) - Method in class org.miaixz.bus.gitlab.models.Event
- withTargetUrl(String) - Method in class org.miaixz.bus.gitlab.models.CommitStatus
- withTemplateName(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withThemeId(Integer) - Method in class org.miaixz.bus.gitlab.models.User
- withTimestamp(Date) - Method in class org.miaixz.bus.gitlab.models.Commit
- withTitle(String) - Method in class org.miaixz.bus.gitlab.models.AbstractMinimalEpic
- withTitle(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withTitle(String) - Method in class org.miaixz.bus.gitlab.models.Event
- withTitle(String) - Method in class org.miaixz.bus.gitlab.models.MergeRequestParams
-
Set the title of the merge request.
- withTitle(String) - Method in class org.miaixz.bus.gitlab.models.TopicParams
- withToken(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withToken(String) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withTopic(String) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects that match all of given topics.
- withTopicId(Integer) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit results to projects with the assigned topic given by the topic ID.
- withTopics(List<String>) - Method in class org.miaixz.bus.gitlab.models.Project
- withTopLevelOnly(Boolean) - Method in class org.miaixz.bus.gitlab.models.GroupFilter
-
Limit by groups which are top level groups
- withTotalCommitsCount(Integer) - Method in class org.miaixz.bus.gitlab.models.EventData
- withTwitter(String) - Method in class org.miaixz.bus.gitlab.models.User
- withTwoFactorEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.User
- withTwoFactorGracePeriod(Integer) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'updated after' filter.
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withUpdatedAfter(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.DeploymentFilter
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.EpicFilter
-
Add 'updated before' filter.
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IssueFilter
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.IterationFilter
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withUpdatedBefore(Date) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withUrl(String) - Method in class org.miaixz.bus.gitlab.models.Commit
- withUrl(String) - Method in class org.miaixz.bus.gitlab.models.ReleaseLinkParams
- withUrl(String) - Method in class org.miaixz.bus.gitlab.models.SystemHook
- withUrl(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withUseCustomTemplate(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withUser(User) - Method in class org.miaixz.bus.gitlab.models.Job
- withUserId(Long) - Method in class org.miaixz.bus.gitlab.models.AllowedTo
- withUserId(Long) - Method in class org.miaixz.bus.gitlab.models.EventData
- withUserIds(List<Long>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withUsername(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withUsername(String) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- withUsername(String) - Method in class org.miaixz.bus.gitlab.services.JiraService
- withUsername(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withUsername(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withUserName(String) - Method in class org.miaixz.bus.gitlab.models.EventData
- withUsernames(List<String>) - Method in class org.miaixz.bus.gitlab.models.ApprovalRuleParams
- withValue(String) - Method in class org.miaixz.bus.gitlab.models.CustomAttribute
- withVersion(String) - Method in class org.miaixz.bus.gitlab.models.RunnerDetail
- withVisibility(String) - Method in class org.miaixz.bus.gitlab.models.GroupParams
- withVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.Group
- withVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.GroupProjectsFilter
-
Limit by visibility public, internal, or private.
- withVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.Project
- withVisibility(Visibility) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit by visibility public, internal, or private.
- withVisibilityLevel(Integer) - Method in class org.miaixz.bus.gitlab.models.Project
- withWallEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withWarnAboutPotentiallyUnwantedCharacters(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withWebhook(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withWebhook(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withWebsiteUrl(String) - Method in class org.miaixz.bus.gitlab.models.User
- withWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractGroup
- withWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.AbstractUser
- withWebUrl(String) - Method in class org.miaixz.bus.gitlab.models.Project
- withWhen(String) - Method in class org.miaixz.bus.gitlab.models.Job
- withWidth(Integer) - Method in class org.miaixz.bus.gitlab.models.Position
- withWikiAccessLevel(Constants.ProjectFeatureVisibilityAccessLevel) - Method in class org.miaixz.bus.gitlab.models.Project
- withWikiChecksumFailed(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectFilter
-
Limit projects where the wiki checksum calculation has failed.
- withWikiEnabled(Boolean) - Method in class org.miaixz.bus.gitlab.models.Project
- withWikiPageChannel(String) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withWikiPageChannel(String) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectHook
- withWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.HipChatService
- withWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.MattermostService
- withWikiPageEvents(Boolean) - Method in class org.miaixz.bus.gitlab.services.SlackService
- withWikiPageEvents(Boolean, T) - Method in class org.miaixz.bus.gitlab.services.NotificationService
- withWip(Boolean) - Method in class org.miaixz.bus.gitlab.models.MergeRequestFilter
- withWithShared(Boolean) - Method in class org.miaixz.bus.gitlab.models.ProjectGroupsFilter
-
Include projects shared with this group.
- withX(Double) - Method in class org.miaixz.bus.gitlab.models.Position
- withY(Double) - Method in class org.miaixz.bus.gitlab.models.Position
- withYamlErrors(Boolean) - Method in class org.miaixz.bus.gitlab.models.PipelineFilter
- WorkItemChanges - Class in org.miaixz.bus.gitlab.hooks.web
- WorkItemChanges() - Constructor for class org.miaixz.bus.gitlab.hooks.web.WorkItemChanges
- WorkItemEvent - Class in org.miaixz.bus.gitlab.hooks.web
- WorkItemEvent() - Constructor for class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- WorkItemEvent.ObjectAttributes - Class in org.miaixz.bus.gitlab.hooks.web
- write(int) - Method in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter.LoggingStream
- write(OutputStream) - Method in class org.miaixz.bus.gitlab.support.Oauth2LoginStreamingOutput
- WRITE_OBSERVABILITY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants write access to GitLab Observability.
- WRITE_REGISTRY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- WRITE_REGISTRY - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- WRITE_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ApplicationScope
-
Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API).
- WRITE_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ProjectAccessTokenScope
- WRITE_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
- WRITE_REPOSITORY - Enum constant in enum class org.miaixz.bus.gitlab.support.AccessToken.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.miaixz.bus.gitlab.hooks.system.MergeRequestSystemHookEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.DeploymentEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.IssueEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.MergeRequestEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.NoteEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.PipelineEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.PushEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.ReleaseEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.TagPushEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.WikiPageEvent
- X_GITLAB_EVENT - Static variable in class org.miaixz.bus.gitlab.hooks.web.WorkItemEvent
- X_GITLAB_TOKEN_HEADER - Static variable in class org.miaixz.bus.gitlab.GitLabApiClient
Z
- ZIP - Enum constant in enum class org.miaixz.bus.gitlab.models.Constants.ArchiveFormat
- ZOEKT_AUTO_INDEX_ROOT_NAMESPACE - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ZOEKT_INDEXING_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ZOEKT_INDEXING_PAUSED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
- ZOEKT_SEARCH_ENABLED - Enum constant in enum class org.miaixz.bus.gitlab.models.Setting
_
- _id - Variable in class org.miaixz.bus.gitlab.support.MaskingLoggingFilter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form