com.atlassian.jira.pageobjects.config
Class SmartRestoreJiraData

java.lang.Object
  extended by com.atlassian.jira.pageobjects.config.SmartRestoreJiraData
All Implemented Interfaces:
RestoreJiraData

public class SmartRestoreJiraData
extends Object
implements RestoreJiraData

Delegates restore action to the best available implementation.

Since:
6.1

Constructor Summary
SmartRestoreJiraData()
           
 
Method Summary
 void restore(String resourcePath)
          Execute restore from given resource.
 void restoreBlank()
          Restore blank instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartRestoreJiraData

public SmartRestoreJiraData()
Method Detail

restore

public void restore(String resourcePath)
Description copied from interface: RestoreJiraData
Execute restore from given resource.

Specified by:
restore in interface RestoreJiraData
Parameters:
resourcePath - path of the class path resource to restore.

restoreBlank

public void restoreBlank()
Description copied from interface: RestoreJiraData
Restore blank instance.

Specified by:
restoreBlank in interface RestoreJiraData


Copyright © 2002-2014 Atlassian. All Rights Reserved.