Uses of Class
org.aoju.bus.gitlab.services.ExternalWikiService
Packages that use ExternalWikiService
-
Uses of ExternalWikiService in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return ExternalWikiServiceModifier and TypeMethodDescriptionServicesApi.getExternalWikiService(Object projectIdOrPath) Get the ExternalWiki service settings for a project.ServicesApi.updateExternalWikiService(Object projectIdOrPath, ExternalWikiService externalWiki) Updates the ExternalWikiService service settings for a project.Methods in org.aoju.bus.gitlab with parameters of type ExternalWikiServiceModifier and TypeMethodDescriptionServicesApi.updateExternalWikiService(Object projectIdOrPath, ExternalWikiService externalWiki) Updates the ExternalWikiService service settings for a project. -
Uses of ExternalWikiService in org.aoju.bus.gitlab.services
Methods in org.aoju.bus.gitlab.services that return ExternalWikiService