Uses of Class
com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
-
Packages that use ExportDescriptor.Source Package Description com.atlassian.confluence.importexport.impl -
-
Uses of ExportDescriptor.Source in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return ExportDescriptor.Source Modifier and Type Method Description static ExportDescriptor.Source
ExportDescriptor.Source. fromString(String src)
ExportDescriptor.Source
ExportDescriptor. getSource()
Source instance type - cloud or server.static ExportDescriptor.Source
ExportDescriptor.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportDescriptor.Source[]
ExportDescriptor.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportDescriptor.Source Modifier and Type Method Description void
ExportDescriptor. setSource(ExportDescriptor.Source source)
-