Uses of Class
org.miaixz.bus.gitlab.models.GitLabForm
Packages that use GitLabForm
Package
Description
-
Uses of GitLabForm in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type GitLabFormModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseAbstractApi.putWithFormData(jakarta.ws.rs.core.Response.Status expectedStatus, GitLabForm form, Object... pathArgs) Perform an HTTP PUT call with the specified form data and path objects, returning a ClientResponse instance with the data returned from the endpoint.Constructors in org.miaixz.bus.gitlab with parameters of type GitLabForm -
Uses of GitLabForm in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return GitLabFormModifier and TypeMethodDescriptionAcceptMergeRequestParams.getForm()Get the form params specified by this instance.AllowedTo.getForm(GitLabForm form, String allowedToName) ApprovalRuleParams.getForm()Get the form params specified by this instance.CreateRunnerParams.getForm()GroupHookParams.getForm()GroupParams.getForm(boolean isCreate) Get the form params for a group create oir update call.Label.getForm(boolean isCreate) Get the form params specified by this instance.MergeRequestParams.getForm(boolean isCreate) Get the form params specified by this instance.ProjectApprovalsConfig.getForm()Get the form params specified by this instance.RepositoryArchiveParams.getForm()Get form with params.TopicParams.getForm(boolean isCreate) Get the form params for a group create oir update call.ChangelogPayload.getFormData()CommitStatusFilter.getQueryParams()CommitStatusFilter.getQueryParams(int page, int perPage) DeploymentFilter.getQueryParams()DeploymentFilter.getQueryParams(int page, int perPage) EpicFilter.getQueryParams()Get the query params specified by this filter.GroupFilter.getQueryParams()Get the query params specified by this filter.GroupProjectsFilter.getQueryParams()Get the query params specified by this filter.IssueFilter.getQueryParams()IssueFilter.getQueryParams(int page, int perPage) IssuesStatisticsFilter.getQueryParams()IterationFilter.getQueryParams()IterationFilter.getQueryParams(int page, int perPage) MergeRequestFilter.getQueryParams()MergeRequestFilter.getQueryParams(int page, int perPage) PackageFilter.getQueryParams()Get the query params specified by this filter.PipelineFilter.getQueryParams()ProjectFilter.getQueryParams()Get the query params specified by this filter.ProjectFilter.getQueryParams(int page, int perPage) Get the query params specified by this filter.ProjectGroupsFilter.getQueryParams()Get the query params specified by this filter.Fluent method for adding query and form parameters to a get() or post() call.Fluent method for adding query and form parameters to a get() or post() call.Fluent method for adding Date query and form parameters to a get() or post() call.Fluent method for adding Date query and form parameters to a get() or post() call.Fluent method for adding a List type query and form parameters to a get() or post() call.Fluent method for adding a List type query and form parameters to a get() or post() call.Fluent method for adding an array of hash type query and form parameters to a get() or post() call.GitLabForm.withParam(String name, AccessLevel level) Fluent method for adding AccessLevel query and form parameters to a get() or post() call.GitLabForm.withParam(String name, AccessLevel level, boolean required) Fluent method for adding AccessLevel query and form parameters to a get() or post() call.Methods in org.miaixz.bus.gitlab.models with parameters of type GitLabForm -
Uses of GitLabForm in org.miaixz.bus.gitlab.services
Methods in org.miaixz.bus.gitlab.services that return GitLabFormModifier and TypeMethodDescriptionBugzillaService.servicePropertiesForm()Get the form data for this service based on it's properties.CustomIssueTrackerService.servicePropertiesForm()Get the form data for this service based on it's properties.EmailOnPushService.servicePropertiesForm()ExternalWikiService.servicePropertiesForm()Get the form data for this service based on it's properties.HipChatService.servicePropertiesForm()Get the form data for this service based on it's properties.JiraService.servicePropertiesForm()Get the form data for this service based on it's properties.MattermostService.servicePropertiesForm()Get the form data for this service based on it's properties.abstract GitLabFormNotificationService.servicePropertiesForm()SlackService.servicePropertiesForm()Get the form data for this service based on it's properties.