Uses of Class
com.atlassian.confluence.it.export.Exporter.ContentOption
-
Packages that use Exporter.ContentOption Package Description com.atlassian.confluence.it.export -
-
Uses of Exporter.ContentOption in com.atlassian.confluence.it.export
Methods in com.atlassian.confluence.it.export that return Exporter.ContentOption Modifier and Type Method Description static Exporter.ContentOption
Exporter.ContentOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static Exporter.ContentOption[]
Exporter.ContentOption. 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.ContentOption Modifier and Type Method Description static URL
Exporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Exporter.ContentOption contentOption)
Export a space through the web interface.static URL
Exporter. exportSpace(Space space, net.sourceforge.jwebunit.junit.WebTester webTester, Exporter.ContentOption contentOption, Collection<Long> excludedPageIds)
Export a space through the web interface.
-