com.atlassian.jira.pageobjects.config
Interface RestoreJiraData

All Known Implementing Classes:
RestoreJiraDataFromUi

public interface RestoreJiraData

Represents JIRA restore data operation.

Author:
Dariusz Kordonski

Method Summary
 void execute(String resourcePath)
          Execute restore from given resource.
 

Method Detail

execute

void execute(String resourcePath)
Execute restore from given resource.

Parameters:
resourcePath - path of the class path resource to restore.


Copyright © 2002-2012 Atlassian. All Rights Reserved.