com.atlassian.jira.functest.framework.backdoor
Class DataImportControl
java.lang.Object
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<DataImportControl>
com.atlassian.jira.functest.framework.backdoor.DataImportControl
- All Implemented Interfaces:
- FuncTestLogger
public class DataImportControl
- extends BackdoorControl<DataImportControl>
Use this class from func/selenium/page-object tests that need to import data. Which is all of them.
See DataImportBackdoor for the code this plugs into at the back-end.
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FS
public static final String FS
DataImportControl
public DataImportControl(JIRAEnvironmentData environmentData)
restoreBlankInstance
public void restoreBlankInstance()
- Restores the instance with the default XML file. A commercial license is used.
restoreData
public void restoreData(String xmlFileName)
- Restores the instance with the specified XML file. A commercial license is used.
- Parameters:
xmlFileName
- the name of the file to import
Copyright © 2002-2012 Atlassian. All Rights Reserved.