public final class DataImportParams extends Object
Optional
Clients should use the provided 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 |
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()
public boolean isNoLicenseCheck()
public boolean isStartupDataOnly()
Copyright © 2002-2018 Atlassian. All Rights Reserved.