Uses of Class
org.gitlab4j.api.services.JiraService
Packages that use JiraService
-
Uses of JiraService in org.gitlab4j.api
Methods in org.gitlab4j.api that return JiraServiceModifier and TypeMethodDescriptionServicesApi.getJiraService(Object projectIdOrPath) Get the JIRA service settings for a project.ServicesApi.updateJiraService(Object projectIdOrPath, JiraService jira) Updates the JIRA service settings for a project.Methods in org.gitlab4j.api with parameters of type JiraServiceModifier and TypeMethodDescriptionServicesApi.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 JiraServiceModifier and TypeMethodDescriptionJiraService.withApiUrl(String apiUrl) JiraService.withCommitEvents(Boolean commitEvents) JiraService.withJiraIssueTransitionId(Integer jiraIssueTransitionId) JiraService.withMergeRequestsEvents(Boolean mergeRequestsEvents) JiraService.withPassword(CharSequence password) JiraService.withProjectKey(String projectKey) JiraService.withUsername(String username)