com.atlassian.jira.pageobjects.config
Class RestoreJiraDataFromBackdoor

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

public class RestoreJiraDataFromBackdoor
extends Object
implements RestoreJiraData

Implementation of RestoreJiraData that uses the func test plugin REST resource if present


Constructor Summary
RestoreJiraDataFromBackdoor(JiraTestedProduct jiraProduct)
           
 
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

RestoreJiraDataFromBackdoor

public RestoreJiraDataFromBackdoor(JiraTestedProduct jiraProduct)
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.