ConfluenceService.Model.Blogpost |
RESTConfluenceService.createBlogpost(String space,
String title,
ConfluenceService.Storage content,
int version) |
CompletableFuture<ConfluenceService.Model.Page> |
RESTConfluenceService.createPage(ConfluenceService.Model.Page parentPage,
String title,
ConfluenceService.Storage content) |
CompletableFuture<ConfluenceService.Model.Page> |
RESTConfluenceService.createPageByTitle(String spaceKey,
String title,
ConfluenceService.Storage content) |
javax.json.JsonObjectBuilder |
RESTConfluenceService.jsonAddBody(javax.json.JsonObjectBuilder builder,
ConfluenceService.Storage storage) |
javax.json.JsonObjectBuilder |
RESTConfluenceService.jsonForCreatingContent(RESTConfluenceService.ContentType type,
String spaceKey,
long parentPageId,
String title,
ConfluenceService.Storage content) |
javax.json.JsonObjectBuilder |
RESTConfluenceService.jsonForCreatingContent(RESTConfluenceService.ContentType type,
String spaceKey,
String title,
ConfluenceService.Storage content) |
CompletableFuture<ConfluenceService.Model.Page> |
RESTConfluenceService.storePage(ConfluenceService.Model.Page page,
ConfluenceService.Storage content) |