Uses of Class
org.gitlab4j.api.models.WikiPage
Packages that use WikiPage
-
Uses of WikiPage in org.gitlab4j.api
Methods in org.gitlab4j.api that return WikiPageModifier and TypeMethodDescriptionWikisApi.createPage(Object projectIdOrPath, String title, String content) Creates a new project wiki page.Get a single page of project wiki.WikisApi.updatePage(Object projectIdOrPath, String slug, String title, String content) Updates an existing project wiki page.Methods in org.gitlab4j.api that return types with arguments of type WikiPageModifier and TypeMethodDescriptionWikisApi.getOptionalPage(Object projectIdOrPath, String slug) Get a single page of project wiki as an Optional instance.Get a list of pages in project wiki.Get a List of pages in project wiki.Get a Pager of pages in project wiki.Get a Pager of pages in project wiki.Deprecated.WikisApi.getPagesStream(Object projectIdOrPath) Get a Stream of pages in project wiki.WikisApi.getPagesStream(Object projectIdOrPath, boolean withContent) Get a Stream of pages in project wiki.
WikisApi.getPages(Object, boolean, int)