com.atlassian.jira.pageobjects.config
Class RestoreJiraDataFromUi

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

public class RestoreJiraDataFromUi
extends Object
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 execute(String resourcePath)
          Execute restore from given resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreJiraDataFromUi

@Inject
public RestoreJiraDataFromUi(JiraTestedProduct product,
                                    JiraConfigProvider configProvider)
Method Detail

execute

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

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.