Uses of Class
org.gitlab4j.api.services.BugzillaService
Packages that use BugzillaService
-
Uses of BugzillaService in org.gitlab4j.api
Methods in org.gitlab4j.api that return BugzillaServiceModifier and TypeMethodDescriptionServicesApi.getBugzillaService
(Object projectIdOrPath) Get the Bugzilla service settings for a project.ServicesApi.updateBugzillaService
(Object projectIdOrPath, BugzillaService bugzillaService) Updates the Bugzilla service settings for a project.Methods in org.gitlab4j.api with parameters of type BugzillaServiceModifier and TypeMethodDescriptionServicesApi.updateBugzillaService
(Object projectIdOrPath, BugzillaService bugzillaService) Updates the Bugzilla service settings for a project. -
Uses of BugzillaService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return BugzillaServiceModifier and TypeMethodDescriptionBugzillaService.withDescription
(String description) BugzillaService.withIssuesUrl
(String endpoint) BugzillaService.withNewIssueUrl
(String endpoint) BugzillaService.withProjectUrl
(String endpoint)