com.atlassian.jira.bc.dataimport
Class DataImportParams
java.lang.Object
com.atlassian.jira.bc.dataimport.DataImportParams
public final class DataImportParams
- extends Object
Provides all the parameters required to perform a data import in JIRA. Specifically this includes:
Required
- filename - Path of the file to be imported
Optional
- licenseString - A license string to override the license from the XML data file
- quickImport - If this is set to true the plugins system will *not* be restarted. (false by default)
- useDefaultPaths - Whether default paths in JIRA home should be used for indexing & attachments (true by default)
- isSetup - true if this import is being performed during JIRA's setup (false by default)
Clients should use the provided DataImportParams.Builder
to construct an instance of this class.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFilename
public String getFilename()
getLicenseString
public String getLicenseString()
isQuickImport
public boolean isQuickImport()
isUseDefaultPaths
public boolean isUseDefaultPaths()
isSetup
public boolean isSetup()
Copyright © 2002-2012 Atlassian. All Rights Reserved.