Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
WikiPage |
WikisApi.createPage(Integer projectId,
String title,
String content)
Creates a new project wiki page.
|
WikiPage |
WikisApi.getPage(Integer projectId,
String slug)
Get a single page of project wiki.
|
WikiPage |
WikisApi.updatePage(Integer projectId,
String slug,
String title,
String content)
Updates an existing project wiki page.
|
Modifier and Type | Method and Description |
---|---|
Optional<WikiPage> |
WikisApi.getOptionalPage(Integer projectId,
String slug)
Get a single page of project wiki as an Optional instance.
|
List<WikiPage> |
WikisApi.getPages(Integer projectId)
Get a list of pages in project wiki.
|
Pager<WikiPage> |
WikisApi.getPages(Integer projectId,
int itemsPerPage)
Get a Pager of project's wiki pages.
|
List<WikiPage> |
WikisApi.getPages(Integer projectId,
int page,
int perPage)
Get a list of project snippets.
|
Copyright © 2018. All rights reserved.