Uses of Class
org.aoju.bus.gitlab.services.BugzillaService
Packages that use BugzillaService
-
Uses of BugzillaService in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab 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.aoju.bus.gitlab.services
Methods in org.aoju.bus.gitlab.services that return BugzillaServiceModifier and TypeMethodDescriptionBugzillaService.withDescription(String description) BugzillaService.withIssuesUrl(String endpoint) BugzillaService.withNewIssueUrl(String endpoint) BugzillaService.withProjectUrl(String endpoint)