@Internal public class

RestoreDataMethodRule

extends Object
implements TestRule
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.config.junit4.rule.RestoreDataMethodRule

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

A class rule for setting up JIRA and restoring data if necessary. Supports com.atlassian.integrationtesting.runner.restore.RestoreOnce

Summary

Public Constructors
@Inject RestoreDataMethodRule(RestoreJiraData restoreJiraData)
Public Methods
Statement apply(Statement base, Description description)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.junit.rules.TestRule

Public Constructors

@Inject public RestoreDataMethodRule (RestoreJiraData restoreJiraData)

Public Methods

public Statement apply (Statement base, Description description)