com.atlassian.pageobjects
Interface ProductInstance

All Known Implementing Classes:
DefaultProductInstance

public interface ProductInstance

Encapsulates information about the product instance being tested.

Since:
2.1

Method Summary
 String getBaseUrl()
           
 String getContextPath()
           
 int getHttpPort()
           
 String getInstanceId()
           
 

Method Detail

getBaseUrl

String getBaseUrl()
Returns:
The base URL of the instance. Cannot be null.

getHttpPort

int getHttpPort()
Returns:
The HTTP port

getContextPath

String getContextPath()
Returns:
The context path, starting with "/". Cannot be null.

getInstanceId

String getInstanceId()
Returns:
The instance id. Cannot be null.


Copyright © 2014 Atlassian. All rights reserved.