Uses of Class
org.gitlab4j.api.services.BugzillaService
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.services |
-
Uses of BugzillaService in org.gitlab4j.api
Methods in org.gitlab4j.api that return BugzillaService Modifier and Type Method Description BugzillaServiceServicesApi. getBugzillaService(Object projectIdOrPath)Get the Bugzilla service settings for a project.BugzillaServiceServicesApi. updateBugzillaService(Object projectIdOrPath, BugzillaService bugzillaService)Updates the Bugzilla service settings for a project.Methods in org.gitlab4j.api with parameters of type BugzillaService Modifier and Type Method Description BugzillaServiceServicesApi. 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 BugzillaService Modifier and Type Method Description BugzillaServiceBugzillaService. withDescription(String description)BugzillaServiceBugzillaService. withIssuesUrl(String endpoint)BugzillaServiceBugzillaService. withNewIssueUrl(String endpoint)BugzillaServiceBugzillaService. withProjectUrl(String endpoint)