public final class DataImportParams extends Object
DataImportParams.Builder
to construct an instance of this class.Modifier and Type | Class and Description |
---|---|
static class |
DataImportParams.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getFilename() |
String |
getLicenseString() |
File |
getUnsafeAOBackup() |
File |
getUnsafeJiraBackup() |
boolean |
isAllowDowngrade() |
boolean |
isNoLicenseCheck() |
boolean |
isQuickImport() |
boolean |
isSafeMode()
Deprecated.
SafeMode has been removed as there is no longer a DangerMode. To be removed in 7.0.
|
boolean |
isSetup() |
boolean |
isStartupDataOnly() |
boolean |
isUseDefaultPaths() |
boolean |
outgoingMail() |
boolean |
shouldChangeOutgoingMail() |
public String getFilename()
public String getLicenseString()
public boolean isQuickImport()
public boolean isUseDefaultPaths()
public boolean isAllowDowngrade()
public boolean isSetup()
public File getUnsafeJiraBackup()
public File getUnsafeAOBackup()
public boolean outgoingMail()
public boolean shouldChangeOutgoingMail()
@Deprecated public boolean isSafeMode()
public boolean isNoLicenseCheck()
public boolean isStartupDataOnly()
Copyright © 2002-2015 Atlassian. All Rights Reserved.