com.atlassian.jira.pageobjects.config
Class TestEnvironment

java.lang.Object
  extended by com.atlassian.jira.pageobjects.config.TestEnvironment

public class TestEnvironment
extends Object

Describes JIRA test environment.

Since:
v4.4

Constructor Summary
TestEnvironment()
           
 
Method Summary
 File artifactDirectory()
          A directory to store test output in.
 File targetDirectory()
          Target directory of the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEnvironment

public TestEnvironment()
Method Detail

targetDirectory

public File targetDirectory()
Target directory of the test.

Returns:
target directory

artifactDirectory

public File artifactDirectory()
A directory to store test output in.

Returns:
artifact directory of the test


Copyright © 2002-2013 Atlassian. All Rights Reserved.