Class AttachmentStorageConfiguration
- java.lang.Object
-
- com.atlassian.confluence.it.admin.AttachmentStorageConfiguration
-
@Deprecated public class AttachmentStorageConfiguration extends Object
Deprecated.since 7.0.0, it will be removed in futureEmbodies the view/edit/migrate Attachment Storage screens.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AttachmentStorageConfiguration.StorageMethod
Deprecated.
-
Constructor Summary
Constructors Constructor Description AttachmentStorageConfiguration()
Deprecated.AttachmentStorageConfiguration(net.sourceforge.jwebunit.junit.WebTester webTester)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
edit()
Deprecated.Navigate to the edit screen.AttachmentStorageConfiguration.StorageMethod
getCurrentStorageType()
Deprecated.This can only be called from the edit screen.boolean
migrateToDatabase(boolean nonBackgroundTask)
Deprecated.boolean
migrateToFilesystem(boolean nonBackgroundTask)
Deprecated.void
view()
Deprecated.
-
-
-
Method Detail
-
view
public void view()
Deprecated.
-
migrateToDatabase
public boolean migrateToDatabase(boolean nonBackgroundTask)
Deprecated.
-
migrateToFilesystem
public boolean migrateToFilesystem(boolean nonBackgroundTask)
Deprecated.
-
edit
public void edit()
Deprecated.Navigate to the edit screen. This is currently a better screen for checking the configuration than the view screen. (Needs html fixin').
-
getCurrentStorageType
public AttachmentStorageConfiguration.StorageMethod getCurrentStorageType()
Deprecated.This can only be called from the edit screen. That is, calledit()
first- Returns:
- the currently selected StorageType.
-
-