com.atlassian.jira.pageobjects.config
Interface RestoreJiraData

All Known Implementing Classes:
AbstractRestoreJiraData, RestoreJiraDataFromBackdoor, RestoreJiraDataFromUi

public interface RestoreJiraData

Represents JIRA restore data operation.

Author:
Dariusz Kordonski

Method Summary
 void restore(String resourcePath)
          Execute restore from given resource.
 void restoreBlank()
          Restore blank instance.
 

Method Detail

restore

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

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

restoreBlank

void restoreBlank()
Restore blank instance.



Copyright © 2002-2012 Atlassian. All Rights Reserved.