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 String
SITE_TITLE_SUFFIX
static String
TITLE_SEPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List
getBreadcrumbs()
static ConfluencePage
getInstance(net.sourceforge.jwebunit.junit.WebTester webTester)
Date
getRequestTime()
-
-
-
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()
-
-