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 GitLabApiForm
GitLabApiForm. withParam(String name, Object value)
Fluent method for adding query and form parameters to a get() or post() call.GitLabApiForm
GitLabApiForm. withParam(String name, Object value, boolean required)
Fluent method for adding query and form parameters to a get() or post() call.GitLabApiForm
GitLabApiForm. withParam(String name, Date date)
Fluent method for adding Date query and form parameters to a get() or post() call.GitLabApiForm
GitLabApiForm. withParam(String name, Date date, boolean required)
Fluent method for adding Date query and form parameters to a get() or post() call.<T> GitLabApiForm
GitLabApiForm. withParam(String name, List<T> values)
Fluent method for adding a List type query and form parameters to a get() or post() call.<T> GitLabApiForm
GitLabApiForm. 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.GitLabApiForm
GitLabApiForm. 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.GitLabApiForm
GitLabApiForm. withParam(String name, AccessLevel level)
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.GitLabApiForm
GitLabApiForm. withParam(String name, AccessLevel level, boolean required)
Fluent method for adding AccessLevel query and form parameters to a get() or post() call.GitLabApiForm
GitLabApiForm. 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 GitLabApiForm
AcceptMergeRequestParams. getForm()
Get the form params specified by this instance.GitLabApiForm
AllowedTo. getForm(GitLabApiForm form, String allowedToName)
GitLabApiForm
ApprovalRuleParams. getForm()
Get the form params specified by this instance.GitLabApiForm
GroupParams. getForm(boolean isCreate)
Get the form params for a group create oir update call.GitLabApiForm
Label. getForm(boolean isCreate)
Get the form params specified by this instance.GitLabApiForm
MergeRequestParams. getForm(boolean isCreate)
Get the form params specified by this instance.GitLabApiForm
ProjectApprovalsConfig. getForm()
Get the form params specified by this instance.GitLabApiForm
ChangelogPayload. getFormData()
GitLabApiForm
CommitStatusFilter. getQueryParams()
GitLabApiForm
CommitStatusFilter. getQueryParams(int page, int perPage)
GitLabApiForm
DeploymentFilter. getQueryParams()
GitLabApiForm
DeploymentFilter. getQueryParams(int page, int perPage)
GitLabApiForm
GroupFilter. getQueryParams()
Get the query params specified by this filter.GitLabApiForm
GroupProjectsFilter. getQueryParams()
Get the query params specified by this filter.GitLabApiForm
IssueFilter. getQueryParams()
GitLabApiForm
IssueFilter. getQueryParams(int page, int perPage)
GitLabApiForm
IssuesStatisticsFilter. getQueryParams()
GitLabApiForm
MergeRequestFilter. getQueryParams()
GitLabApiForm
MergeRequestFilter. getQueryParams(int page, int perPage)
GitLabApiForm
PackageFilter. getQueryParams()
Get the query params specified by this filter.GitLabApiForm
PipelineFilter. getQueryParams()
GitLabApiForm
ProjectFilter. getQueryParams()
Get the query params specified by this filter.GitLabApiForm
ProjectFilter. 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 GitLabApiForm
AllowedTo. 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 GitLabApiForm
BugzillaService. servicePropertiesForm()
Get the form data for this service based on it's properties.GitLabApiForm
CustomIssueTrackerService. servicePropertiesForm()
Get the form data for this service based on it's properties.GitLabApiForm
EmailOnPushService. servicePropertiesForm()
GitLabApiForm
ExternalWikiService. servicePropertiesForm()
Get the form data for this service based on it's properties.GitLabApiForm
HipChatService. servicePropertiesForm()
Get the form data for this service based on it's properties.GitLabApiForm
JiraService. servicePropertiesForm()
Get the form data for this service based on it's properties.GitLabApiForm
MattermostService. servicePropertiesForm()
Get the form data for this service based on it's properties.abstract GitLabApiForm
NotificationService. servicePropertiesForm()
GitLabApiForm
SlackService. servicePropertiesForm()
Get the form data for this service based on it's properties.