com.atlassian.bamboo.webdriver
Class WebDriverTestEnvironmentData

java.lang.Object
  extended by com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
      extended by com.atlassian.bamboo.webdriver.WebDriverTestEnvironmentData
All Implemented Interfaces:
BambooEnvironmentData

public class WebDriverTestEnvironmentData
extends AbstractEnvironmentData


Field Summary
 
Fields inherited from class com.atlassian.bamboo.testutils.config.AbstractEnvironmentData
baseUrl
 
Constructor Summary
WebDriverTestEnvironmentData()
           
 
Method Summary
 java.net.URL getBaseUrl()
          Logic stolen from TestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)
protected  java.lang.String getProperty(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDriverTestEnvironmentData

public WebDriverTestEnvironmentData()
Method Detail

getBaseUrl

@NotNull
public java.net.URL getBaseUrl()
Logic stolen from TestedProductFactory.create(Class, String, TestedProductFactory.TesterFactory)

Specified by:
getBaseUrl in interface BambooEnvironmentData
Overrides:
getBaseUrl in class AbstractEnvironmentData

getProperty

protected java.lang.String getProperty(@NotNull
                                       java.lang.String key)
Overrides:
getProperty in class AbstractEnvironmentData


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.