Class ConfluencePage
- java.lang.Object
-
- com.atlassian.confluence.it.global.ConfluencePage
-
public class ConfluencePage extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSITE_TITLE_SUFFIXstatic StringTITLE_SEPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetBreadcrumbs()static ConfluencePagegetInstance(net.sourceforge.jwebunit.junit.WebTester webTester)DategetRequestTime()
-
-
-
Field Detail
-
TITLE_SEPARATOR
public static final String TITLE_SEPARATOR
- See Also:
- Constant Field Values
-
SITE_TITLE_SUFFIX
public static final String SITE_TITLE_SUFFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ConfluencePage getInstance(net.sourceforge.jwebunit.junit.WebTester webTester)
-
getRequestTime
public Date getRequestTime()
-
getBreadcrumbs
public List getBreadcrumbs()
-
-