Uses of Class
org.gitlab4j.api.services.CustomIssueTrackerService
Packages that use CustomIssueTrackerService
-
Uses of CustomIssueTrackerService in org.gitlab4j.api
Methods in org.gitlab4j.api that return CustomIssueTrackerServiceModifier and TypeMethodDescriptionServicesApi.getCustomIssueTrackerService
(Object projectIdOrPath) Get the Custom Issue Tracker service settings for a project.ServicesApi.updateCustomIssueTrackerService
(Object projectIdOrPath, CustomIssueTrackerService customIssueTracker) Updates the Custom Issue Tracker service settings for a project.Methods in org.gitlab4j.api with parameters of type CustomIssueTrackerServiceModifier and TypeMethodDescriptionServicesApi.updateCustomIssueTrackerService
(Object projectIdOrPath, CustomIssueTrackerService customIssueTracker) Updates the Custom Issue Tracker service settings for a project. -
Uses of CustomIssueTrackerService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return CustomIssueTrackerServiceModifier and TypeMethodDescriptionCustomIssueTrackerService.withDescription
(String description) CustomIssueTrackerService.withIssuesUrl
(String endpoint) CustomIssueTrackerService.withNewIssueUrl
(String endpoint) CustomIssueTrackerService.withProjectUrl
(String endpoint)