Modifier and Type | Field and Description |
---|---|
Page |
AbstractConfluenceAcceptanceTest.TEST_PAGE |
Modifier and Type | Field and Description |
---|---|
Page |
TestData.page |
static Page |
Page.TEST
Deprecated.
|
static Page |
AcceptanceTestHelper.TEST_PAGE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Page |
Space.getHomePage()
Deprecated.
|
Page |
Draft.getPage() |
Constructor and Description |
---|
Draft(User owner,
Page page,
String title,
String content) |
Draft(User owner,
String type,
String title,
String content,
Page page,
Space space) |
Location(Page parentPage) |
Page(Page page)
Deprecated.
|
Page(String title,
String content,
Page parentPage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Page |
ApiEntityConverter.convertApiContentToItPage(Content content) |
static Page |
ApiEntityConverter.convertApiContentToItPage(com.atlassian.fugue.Option<Content> contentOption) |
Modifier and Type | Method and Description |
---|---|
static Content |
ApiEntityConverter.convertItPageToApiContent(Page page)
Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the
ContentRepresentation.STORAGE format. |
static Content |
ApiEntityConverter.convertItPageToApiContent(Page page,
ContentRepresentation format)
Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the
passed
ContentRepresentation format. |
Modifier and Type | Method and Description |
---|---|
static EditContentBean |
EditContentBean.editPage(Page page) |
static EditContentBean |
EditContentBean.editPage(Page page,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static String |
ViewAttachmentsBean.getViewAttachmentsPageTitle(Page page) |
ViewContentBean.Builder |
ViewContentBean.Builder.page(Page page) |
static ViewAttachmentsBean |
ViewAttachmentsBean.viewAttachments(Page page) |
static ViewAttachmentsBean |
ViewAttachmentsBean.viewAttachments(Page page,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewAttachmentsBean |
ViewAttachmentsBean.viewAttachmentsAndHighlight(Page page,
String highlight) |
static ViewAttachmentsBean |
ViewAttachmentsBean.viewAttachmentsAndHighlight(Page page,
String highlight,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewAttachmentsBean |
ViewAttachmentsBean.viewAttachmentsByKeyAndTitle(Page page) |
static ViewAttachmentsBean |
ViewAttachmentsBean.viewAttachmentsByKeyAndTitle(Page page,
net.sourceforge.jwebunit.junit.WebTester tester1) |
static ContentInfoBean |
ContentInfoBean.viewInfo(Page page) |
static ContentInfoBean |
ContentInfoBean.viewInfo(Page page,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ViewContentBean |
ViewContentBean.viewPage(Page page) |
static ViewContentBean |
ViewContentBean.viewPage(Page page,
net.sourceforge.jwebunit.junit.WebTester tester) |
Modifier and Type | Method and Description |
---|---|
UrlBuilder |
SpacesListMacro.getUrl(Page page,
SpacesListMacro.SpacesTab tab) |
Modifier and Type | Method and Description |
---|---|
static String |
SimpleHtmlSpaceExportStructure.computeZipEntryName(Page page) |
boolean |
SimpleHtmlSpaceExportStructure.hasPage(Page page) |
Modifier and Type | Method and Description |
---|---|
static void |
MailAssertions.assertBodyDoesNotContainPageTitle(javax.mail.internet.MimeMessage message,
Page page) |
Modifier and Type | Field and Description |
---|---|
protected static Page |
AbstractRestAcceptanceTest.TEST_PAGE
Deprecated.
|
protected static Page |
AbstractJUnit3RestAcceptanceTest.TEST_PAGE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Page |
ConfluenceRpc.getExistingPage(long pageId)
Deprecated.
Retrieve the
Page object for a page, known to
exist in confluence. |
Page |
ConfluenceRpc.getExistingPage(Space space,
String pageTitle)
Deprecated.
Retrieve the fully populated
Page object for a page, known to
exist in confluence. |
Page |
ConfluenceRpc.getPageWithDetails(long pageId)
Deprecated.
A heavier version of
ConfluenceRpc.getExistingPage(long) , that makes several calls to the server to flesh out
the space and the last modifier. |
Modifier and Type | Method and Description |
---|---|
List<Page> |
ConfluenceRpc.createPageHierarchy(Space space,
int depth,
String pageTitlePrefix)
Deprecated.
Create a simple hierarchy of pages where each page is the parent of the next.
|
List<Page> |
ConfluenceRpc.createPagesFromPrototype(Page pageTemplate,
int count)
Deprecated.
|
List<Page> |
ConfluenceRpc.getAncestors(Page homePage)
Deprecated.
|
List<Page> |
ConfluenceRpc.getChildren(long parentPageId)
Deprecated.
|
List<Page> |
ConfluenceRpc.getDescendents(Page homePage)
Deprecated.
|
List<Page> |
ConfluenceRpc.getPagesInSpace(Space space)
Deprecated.
|
List<Page> |
ConfluenceRpc.getTopLevelPages(String spaceKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LabelsRpc.addLabelByObject(Object remoteLabel,
Page page)
Adds a label to the specified page
|
boolean |
ConfluenceRpc.addLabelByObject(Object remoteLabel,
Page page)
Deprecated.
Adds a label to the specified page
|
long |
ConfluenceRpc.createPage(Page page)
Deprecated.
|
List<Page> |
ConfluenceRpc.createPagesFromPrototype(Page pageTemplate,
int count)
Deprecated.
|
long |
ConfluenceRpc.createWikiMarkupPage(Page page)
Deprecated.
Since 5.4. Use XHTML markup in your tests, and call
ConfluenceRpc.createPage(Page) |
List<Page> |
ConfluenceRpc.getAncestors(Page homePage)
Deprecated.
|
List<Attachment> |
ConfluenceRpc.getAttachments(Page homePage)
Deprecated.
|
List<Comment> |
ConfluenceRpc.getComments(Page page)
Deprecated.
|
List<Page> |
ConfluenceRpc.getDescendents(Page homePage)
Deprecated.
|
List<Map<String,String>> |
ConfluenceRpc.getPageHistory(Page homePage)
Deprecated.
|
long |
ConfluenceRpc.getPageId(Page page)
Deprecated.
|
void |
ConfluenceRpc.movePage(Page page,
Page target,
String position)
Deprecated.
Move a page "to" another page.
|
void |
ConfluenceRpc.movePageToTopLevel(Page page,
Space targetSpace)
Deprecated.
Moves a page to the top of the target space
|
boolean |
ConfluenceRpc.removeLabel(String label,
Page page)
Deprecated.
Removes a label from the specified page
|
boolean |
ConfluenceRpc.removeLabelByObject(Object remoteLabel,
Page page)
Deprecated.
Removes a label from the specified page
|
boolean |
ConfluenceRpc.removePage(Page page)
Deprecated.
|
long |
ConfluenceRpc.savePage(Page page)
Deprecated.
|
void |
ConfluenceRpc.setPageRestriction(ContentPermission contentPermission,
Page page)
Deprecated.
Restricts page to a single given user or group, wiping out any other existing restrictions.
|
void |
ConfluenceRpc.setPageRestriction(Page page,
Entity entity,
ContentPermissionType contentPermissionType)
Deprecated.
Restrict page to single given user or group.
|
long |
ConfluenceRpc.updatePage(Page page,
boolean minorEdit,
String versionComment)
Deprecated.
Saves pages, but not blogs, see
ConfluenceRpc.saveBlogPost(BlogPost) . |
Modifier and Type | Method and Description |
---|---|
Page |
ContentRpc.createPage(Page page,
ContentRepresentation format) |
Page |
ContentRpc.getPage(ContentId pageId) |
Page |
ContentRpc.getPage(String spaceKey,
String title) |
Page |
ContentRpc.updatePage(Page page,
boolean minorEdit,
String versionComment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
ContentRpc.getChildren(ContentId parentPageId) |
Modifier and Type | Method and Description |
---|---|
Page |
ContentRpc.createPage(Page page,
ContentRepresentation format) |
List<Attachment> |
AttachmentRpc.getAttachments(Page page) |
Page |
ContentRpc.updatePage(Page page,
boolean minorEdit,
String versionComment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
Page |
XmlRpcContentClient.getExistingPage(long pageId)
Retrieve the
Page object for a page, known to
exist in confluence. |
Page |
XmlRpcContentClient.getExistingPage(Space space,
String pageTitle)
Retrieve the fully populated
Page object for a page, known to
exist in confluence. |
Modifier and Type | Method and Description |
---|---|
static List<Page> |
XmlRpcUtils.convertMapsToPages(List<Map<String,String>> pageMaps) |
List<Page> |
XmlRpcContentClient.getChildren(long parentPageId) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlRpcLabelsClient.addLabelByObject(Object remoteLabel,
Page page)
Adds a label to the specified page
|
long |
XmlRpcContentClient.createPage(Page page) |
List<Attachment> |
XmlRpcAttachmentClient.getAttachments(Page homePage) |
static Hashtable<String,String> |
XmlRpcUtils.makePageHashtable(Page page) |
boolean |
XmlRpcContentClient.removePage(Page page) |
long |
XmlRpcContentClient.savePage(Page page) |
long |
XmlRpcContentClient.updatePage(Page page,
boolean minorEdit,
String versionComment)
Saves pages, but not blogs, see
XmlRpcContentClient.saveBlogPost(BlogPost) . |
Modifier and Type | Method and Description |
---|---|
CopyPage |
ConfluenceTestedProduct.loginAndCopyPage(User user,
Page page)
Deprecated.
|
EditContentPage |
ConfluenceTestedProduct.loginAndEdit(User user,
Page page)
Deprecated.
|
ViewPage |
ConfluenceTestedProduct.loginAndView(User user,
Page page)
Deprecated.
|
Constructor and Description |
---|
FavouritePage(Page page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
DashboardUpdatesContent.containsPage(Page page)
Deprecated.
|
FavouritePage |
DashboardPagesTab.getFavouritePage(Page page)
Deprecated.
|
org.openqa.selenium.WebElement |
DashboardPagesTab.getPageItem(Page page)
Deprecated.
|
boolean |
DashboardPagesTab.isPagePresent(Page page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageOrderingRootTree |
PageOrderingRootTree.clickPage(Page page)
Deprecated.
|
String |
PageOrderingRootTree.getNodeTextForPage(Page p)
Deprecated.
|
boolean |
PageOrderingRootTree.isClickable(Page page)
Deprecated.
since 5.8
Please use
#isClickableTimed() instead |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
PageOrderingRootTree.isClickableTimed(Page page)
Deprecated.
|
boolean |
PageOrderingRootTree.isPageVisible(Page page)
Deprecated.
since 5.8
Please use
#isPageVisibleTimed() instead |
com.atlassian.pageobjects.elements.query.TimedCondition |
PageOrderingRootTree.isPageVisibleTimed(Page page)
Deprecated.
|
MovePageDialog |
MovePageDialog.waitForBreadcrumbs(Space space,
Page parentPage)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PageRedirectMenuItem<T extends Page>
Deprecated.
in 5.8. Use
PageRedirectMenuItem instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects . See the new README. |
Constructor and Description |
---|
CopyPage(Page page)
Deprecated.
|
EditContentPage(Page page)
Deprecated.
|
OfficeConnectorPreviewPage(Page page,
String docFileName)
Deprecated.
|
PageTemplateWizard(Space space,
Page parentPage)
Deprecated.
|
ViewAttachmentsPage(Page page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceExportTree.tickPage(Page page)
Deprecated.
|
void |
SpaceExportTree.untickPage(Page page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Page[] |
PagesXmlRpcAcceptanceTest.createPageHierarchy() |
Modifier and Type | Field and Description |
---|---|
Page |
ExistingFormattingTest.formattingPage |
Modifier and Type | Field and Description |
---|---|
protected Page |
AbstractSeleniumTest.testPage |
Modifier and Type | Method and Description |
---|---|
protected void |
EditorLinkStyleTest.testLinkColor(Page page,
com.atlassian.confluence.selenium.EditorLinkStyleTest.RGB expectedBrowserColor) |
Modifier and Type | Method and Description |
---|---|
void |
Editor.addComment(Page page) |
void |
ConfluenceSeleniumAssertions.assertLinkInserted(String linkText,
Page page) |
void |
PageOrderingTree.clickPage(Page newParent) |
void |
PageOrderingTree.dragAndDropPageOutSide(Page page,
String locationOutSide) |
void |
PageOrderingTree.expandTree(Page page)
Expands the tree of the given page by clicking on the plus icon.
|
String |
PageOrderingTree.getClickPageLocator(Page page)
Returns a locator for clicking on the link for a specified page in the tree
|
String |
PageOrderingTree.getFirstChildNode(Page page)
Returns the first child node id of the given page.
|
String |
PageOrderingTree.getSortAlphabeticallyLocator(Page page)
Returns the sort alphabetical link locator for the given page.
|
String |
PageOrderingTree.getTreeNodeLocator(Page page)
Returns the tree node locator for the page
|
String |
PageOrderingTree.getUndoLocator(Page page)
Returns the undo sort link locator for the given page
|
PageView |
Suite.logIn(User user,
Page destination) |
TinyMce |
Editor.logInAndAddComment(User user,
Page page) |
void |
PageOrderingTree.movePageAsChild(Page page,
Page newParent) |
void |
PageOrderingTree.sortAlphabetically(Page page)
Clicks the sort alphabetical link of the given page
|
void |
Editor.triggerDraftAndCheckUserDrafts(Page page)
Triggers a draft to be saved and then checks that the draft screen contains a draft with the title
of the given page.
|
void |
Editor.triggerDraftAndEdit(Page page)
Triggers a draft to be saved.
|
void |
MovePageDialog.waitForBreadcrumbs(Space space,
Page parentPage)
Waits until the location breadcrumbs match the passed Space and parent Page.
|
Modifier and Type | Method and Description |
---|---|
protected Page |
AbstractLinkBrowserTest.createPage(String title,
String content) |
Modifier and Type | Method and Description |
---|---|
protected LinkBrowserDialog |
AbstractLinkBrowserTest.loginAndOpenLinkBrowserOnEditPage(Page page,
User user) |
Copyright © 2003–2017 Atlassian. All rights reserved.