Uses of Class
org.sahli.asciidoc.confluence.publisher.client.support.RuntimeUse
-
Packages that use RuntimeUse Package Description org.sahli.asciidoc.confluence.publisher.client.http.payloads org.sahli.asciidoc.confluence.publisher.client.metadata -
-
Uses of RuntimeUse in org.sahli.asciidoc.confluence.publisher.client.http.payloads
Methods in org.sahli.asciidoc.confluence.publisher.client.http.payloads with annotations of type RuntimeUse Modifier and Type Method Description List<Ancestor>PagePayload. getAncestors()BodyPagePayload. getBody()StringAncestor. getId()StringPropertyPayload. getKey()StringSpace. getKey()StringVersion. getMessage()BooleanVersion. getMinorEdit()StringLabel. getName()intVersion. getNumber()StringStorage. getRepresentation()SpacePagePayload. getSpace()StorageBody. getStorage()StringPagePayload. getTitle()StringPagePayload. getType()StringPropertyPayload. getValue()StringStorage. getValue()VersionPagePayload. getVersion() -
Uses of RuntimeUse in org.sahli.asciidoc.confluence.publisher.client.metadata
Methods in org.sahli.asciidoc.confluence.publisher.client.metadata with annotations of type RuntimeUse Modifier and Type Method Description voidConfluencePublisherMetadata. setAncestorId(String ancestorId)voidConfluencePageMetadata. setAttachments(Map<String,String> attachments)voidConfluencePageMetadata. setChildren(List<ConfluencePageMetadata> children)voidConfluencePageMetadata. setContentFilePath(String contentFilePath)voidConfluencePageMetadata. setLabels(List<String> labels)voidConfluencePublisherMetadata. setPages(List<ConfluencePageMetadata> pages)voidConfluencePublisherMetadata. setSpaceKey(String spaceKey)voidConfluencePageMetadata. setTitle(String title)
-