com.atlassian.jira.pageobjects.config
Class RestoreJiraDataFromUi

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

public class RestoreJiraDataFromUi
extends AbstractRestoreJiraData
implements RestoreJiraData

Implementation of RestoreJiraData that uses UI.

Web-sudo needs to be disabled for this to work.

Since:
v4.4

Constructor Summary
RestoreJiraDataFromUi(JiraTestedProduct product, JiraConfigProvider configProvider)
           
 
Method Summary
 void restore(String resourcePath)
          Execute restore from given resource.
 
Methods inherited from class com.atlassian.jira.pageobjects.config.AbstractRestoreJiraData
restoreBlank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.pageobjects.config.RestoreJiraData
restoreBlank
 

Constructor Detail

RestoreJiraDataFromUi

@Inject
public RestoreJiraDataFromUi(JiraTestedProduct product,
                                    JiraConfigProvider configProvider)
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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.