Uses of Class
com.atlassian.confluence.it.export.Exporter.AttachmentOption
-
Packages that use Exporter.AttachmentOption Package Description com.atlassian.confluence.it.export -
-
Uses of Exporter.AttachmentOption in com.atlassian.confluence.it.export
Methods in com.atlassian.confluence.it.export that return Exporter.AttachmentOption Modifier and Type Method Description static Exporter.AttachmentOption
Exporter.AttachmentOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static Exporter.AttachmentOption[]
Exporter.AttachmentOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.it.export with parameters of type Exporter.AttachmentOption Modifier and Type Method Description static URL
Exporter. exportSite(ConfluenceRpc rpc, Exporter.AttachmentOption attachmentOption)
Export a site via RPC.
-