Class ConfluenceProductInstance
- java.lang.Object
-
- com.atlassian.confluence.webdriver.ConfluenceProductInstance
-
- All Implemented Interfaces:
com.atlassian.pageobjects.ProductInstance
public final class ConfluenceProductInstance extends Object implements com.atlassian.pageobjects.ProductInstance
-
-
Constructor Summary
Constructors Constructor Description ConfluenceProductInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
String
getContextPath()
int
getHttpPort()
String
getInstanceId()
-
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrl
in interfacecom.atlassian.pageobjects.ProductInstance
-
getHttpPort
public int getHttpPort()
- Specified by:
getHttpPort
in interfacecom.atlassian.pageobjects.ProductInstance
-
getContextPath
public String getContextPath()
- Specified by:
getContextPath
in interfacecom.atlassian.pageobjects.ProductInstance
-
getInstanceId
public String getInstanceId()
- Specified by:
getInstanceId
in interfacecom.atlassian.pageobjects.ProductInstance
-
-