Uses of Class
org.gitlab4j.api.GitLabApiForm
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models | |
| org.gitlab4j.api.services |
-
Uses of GitLabApiForm in org.gitlab4j.api
Methods in org.gitlab4j.api that return GitLabApiForm Modifier and Type Method Description GitLabApiFormGitLabApiForm. withParam(String name, Object value)Fluent method for adding query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(String name, Object value, boolean required)Fluent method for adding query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(String name, Date date)Fluent method for adding Date query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(String name, Date date, boolean required)Fluent method for adding Date query and form parameters to a get() or post() call.<T> GitLabApiFormGitLabApiForm. withParam(String name, List<T> values)Fluent method for adding a List type query and form parameters to a get() or post() call.<T> GitLabApiFormGitLabApiForm. withParam(String name, List<T> values, boolean required)Fluent method for adding a List type query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(String name, Map<String,?> variables, boolean required)Fluent method for adding an array of hash type query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(String name, AccessLevel level)Fluent method for adding AccessLevel query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(String name, AccessLevel level, boolean required)Fluent method for adding AccessLevel query and form parameters to a get() or post() call.GitLabApiFormGitLabApiForm. withParam(List<Variable> variables)Fluent method for adding a List<Variable> type query and form parameters to a get(), post(), or put() call. -
Uses of GitLabApiForm in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return GitLabApiForm Modifier and Type Method Description GitLabApiFormAcceptMergeRequestParams. getForm()Get the form params specified by this instance.GitLabApiFormAllowedTo. getForm(GitLabApiForm form, String allowedToName)GitLabApiFormApprovalRuleParams. getForm()Get the form params specified by this instance.GitLabApiFormGroupParams. getForm(boolean isCreate)Get the form params for a group create oir update call.GitLabApiFormLabel. getForm(boolean isCreate)Get the form params specified by this instance.GitLabApiFormMergeRequestParams. getForm(boolean isCreate)Get the form params specified by this instance.GitLabApiFormProjectApprovalsConfig. getForm()Get the form params specified by this instance.GitLabApiFormChangelogPayload. getFormData()GitLabApiFormCommitStatusFilter. getQueryParams()GitLabApiFormCommitStatusFilter. getQueryParams(int page, int perPage)GitLabApiFormDeploymentFilter. getQueryParams()GitLabApiFormDeploymentFilter. getQueryParams(int page, int perPage)GitLabApiFormGroupFilter. getQueryParams()Get the query params specified by this filter.GitLabApiFormGroupProjectsFilter. getQueryParams()Get the query params specified by this filter.GitLabApiFormIssueFilter. getQueryParams()GitLabApiFormIssueFilter. getQueryParams(int page, int perPage)GitLabApiFormIssuesStatisticsFilter. getQueryParams()GitLabApiFormMergeRequestFilter. getQueryParams()GitLabApiFormMergeRequestFilter. getQueryParams(int page, int perPage)GitLabApiFormPipelineFilter. getQueryParams()GitLabApiFormProjectFilter. getQueryParams()Get the query params specified by this filter.GitLabApiFormProjectFilter. getQueryParams(int page, int perPage)Get the query params specified by this filter.Methods in org.gitlab4j.api.models with parameters of type GitLabApiForm Modifier and Type Method Description GitLabApiFormAllowedTo. getForm(GitLabApiForm form, String allowedToName) -
Uses of GitLabApiForm in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return GitLabApiForm Modifier and Type Method Description GitLabApiFormBugzillaService. servicePropertiesForm()Get the form data for this service based on it's properties.GitLabApiFormCustomIssueTrackerService. servicePropertiesForm()Get the form data for this service based on it's properties.GitLabApiFormEmailOnPushService. servicePropertiesForm()GitLabApiFormExternalWikiService. servicePropertiesForm()Get the form data for this service based on it's properties.GitLabApiFormHipChatService. servicePropertiesForm()Get the form data for this service based on it's properties.GitLabApiFormJiraService. servicePropertiesForm()Get the form data for this service based on it's properties.GitLabApiFormMattermostService. servicePropertiesForm()Get the form data for this service based on it's properties.abstract GitLabApiFormNotificationService. servicePropertiesForm()GitLabApiFormSlackService. servicePropertiesForm()Get the form data for this service based on it's properties.