Uses of Class
org.gitlab4j.api.services.JiraService
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.services |
-
Uses of JiraService in org.gitlab4j.api
Methods in org.gitlab4j.api that return JiraService Modifier and Type Method Description JiraServiceServicesApi. getJiraService(Object projectIdOrPath)Get the JIRA service settings for a project.JiraServiceServicesApi. updateJiraService(Object projectIdOrPath, JiraService jira)Updates the JIRA service settings for a project.Methods in org.gitlab4j.api with parameters of type JiraService Modifier and Type Method Description JiraServiceServicesApi. updateJiraService(Object projectIdOrPath, JiraService jira)Updates the JIRA service settings for a project. -
Uses of JiraService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return JiraService Modifier and Type Method Description JiraServiceJiraService. withApiUrl(String apiUrl)JiraServiceJiraService. withCommitEvents(Boolean commitEvents)JiraServiceJiraService. withJiraIssueTransitionId(Integer jiraIssueTransitionId)JiraServiceJiraService. withMergeRequestsEvents(Boolean mergeRequestsEvents)JiraServiceJiraService. withPassword(CharSequence password)JiraServiceJiraService. withProjectKey(String projectKey)JiraServiceJiraService. withUrl(String url)JiraServiceJiraService. withUsername(String username)