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 BugzillaService
ServicesApi. getBugzillaService(Object projectIdOrPath)
Get the Bugzilla service settings for a project.BugzillaService
ServicesApi. 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 BugzillaService
ServicesApi. 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 BugzillaService
BugzillaService. withDescription(String description)
BugzillaService
BugzillaService. withIssuesUrl(String endpoint)
BugzillaService
BugzillaService. withNewIssueUrl(String endpoint)
BugzillaService
BugzillaService. withProjectUrl(String endpoint)