Package | Description |
---|---|
com.atlassian.confluence.it.export |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2003–2020 Atlassian. All rights reserved.