Interface ConfluenceAdapter
- All Known Implementing Classes:
ConfluenceAdapterMock
@Retryable(retryFor=org.sahli.asciidoc.confluence.publisher.client.http.RequestFailedException.class,
maxAttempts=4,
backoff=@Backoff(delay=2000L,multiplier=2.0))
public interface ConfluenceAdapter
-
Method Summary
Modifier and TypeMethodDescriptionaddOrUpdatePageUnderAncestor(String ancestorId, String pageName, String content) createBlogpost(String spaceKey, String title, String content) voiddeletePage(String pageId) voiddeletePageAndChildPages(String pageId) getPageByName(String pageName) void
-
Method Details
-
getPageByName
- Returns:
- Page ID
-
addOrUpdatePageUnderAncestor
- Returns:
- Page ID
-
movePage
-
deletePage
-
deletePageAndChildPages
-
createBlogpost
-