com.atlassian.pageobjects
Interface ProductInstance
- All Known Implementing Classes:
- DefaultProductInstance
public interface ProductInstance
Encapsulates information about the product instance being tested.
- Since:
- 2.1
getBaseUrl
java.lang.String getBaseUrl()
- Returns:
- The base URL of the instance. Cannot be null.
getHttpPort
int getHttpPort()
- Returns:
- The HTTP port
getContextPath
java.lang.String getContextPath()
- Returns:
- The context path, starting with "/". Cannot be null.
getInstanceId
java.lang.String getInstanceId()
- Returns:
- The instance id. Cannot be null.
Copyright © 2013 Atlassian. All Rights Reserved.