public class AttachmentStorageConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AttachmentStorageConfiguration.StorageMethod |
Constructor and Description |
---|
AttachmentStorageConfiguration() |
AttachmentStorageConfiguration(net.sourceforge.jwebunit.junit.WebTester webTester) |
Modifier and Type | Method and Description |
---|---|
void |
edit()
Navigate to the edit screen.
|
AttachmentStorageConfiguration.StorageMethod |
getCurrentStorageType()
This can only be called from the edit screen.
|
boolean |
migrateToDatabase(boolean nonBackgroundTask) |
boolean |
migrateToFilesystem(boolean nonBackgroundTask) |
void |
view() |
public AttachmentStorageConfiguration(net.sourceforge.jwebunit.junit.WebTester webTester)
public AttachmentStorageConfiguration()
public void view()
public boolean migrateToDatabase(boolean nonBackgroundTask)
public boolean migrateToFilesystem(boolean nonBackgroundTask)
public void edit()
public AttachmentStorageConfiguration.StorageMethod getCurrentStorageType()
edit()
firstCopyright © 2003–2016 Atlassian. All rights reserved.