@Internal public class

JiraWebDriverScreenshotRule

extends WebDriverScreenshotRule
java.lang.Object
   ↳ org.junit.rules.TestWatcher
     ↳ com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
       ↳ com.atlassian.jira.pageobjects.setup.JiraWebDriverScreenshotRule

@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

An extension of the screenshot rule that gets the target dir from TestEnvironment.

Summary

Public Constructors
@Inject JiraWebDriverScreenshotRule(JiraTestedProduct product, TestEnvironment environment)
[Expand]
Inherited Methods
From class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
From class org.junit.rules.TestWatcher
From class java.lang.Object
From interface org.junit.rules.TestRule

Public Constructors

@Inject public JiraWebDriverScreenshotRule (JiraTestedProduct product, TestEnvironment environment)