com.atlassian.confluence.pageobjects.page.content
Class EditAttachmentPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.content.EditAttachmentPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class EditAttachmentPage
extends ConfluenceAbstractPage


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
EditAttachmentPage(Attachment attachment)
           
 
Method Summary
 void assertTitleMatchesAttachment()
           
 String getUrl()
           
 ViewAttachmentsPage save()
           
<T> T
save(Class<T> clazz)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditAttachmentPage

public EditAttachmentPage(Attachment attachment)
Method Detail

save

public ViewAttachmentsPage save()

save

public <T> T save(Class<T> clazz)

assertTitleMatchesAttachment

public void assertTitleMatchesAttachment()

getUrl

public String getUrl()


Copyright © 2003–2015 Atlassian. All rights reserved.