Uses of Class
com.atlassian.confluence.it.Attachment

Packages that use Attachment
com.atlassian.confluence.it   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

Uses of Attachment in com.atlassian.confluence.it
 

Constructors in com.atlassian.confluence.it with parameters of type Attachment
Attachment(ContentEntity contentEntity, Attachment other)
          Copy constructor -- put the provided attachment on another page.
 

Uses of Attachment in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc with parameters of type Attachment
 void ConfluenceRpc.changeAttachmentCreatedDate(Attachment attachment, java.util.Date createdDate)
           
 long ConfluenceRpc.createAttachment(Attachment attachment)
           
 long ConfluenceRpc.createAttachment(long contentId, Attachment attachment)
           
 void ConfluenceRpc.editAttachment(Attachment oldAttachment, Attachment newAttachment)
          Edit either the owning page or the filename of the attachment.
 

Uses of Attachment in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as Attachment
protected  Attachment AbstractSeleniumTest.testImage
           
protected  Attachment AbstractSeleniumTest.testImage2
           
 

Methods in com.atlassian.confluence.selenium with parameters of type Attachment
protected  void AbstractLinkBrowserTest.assertLinkInserted(java.lang.String linkText, Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type Attachment
 void InsertLinkPopup.clickAttachment(Attachment attachment)
          Clicks the link for the given attachment.
 boolean LinkBrowser.isAttachmentPresent(Attachment attachment)
           
 void LinkBrowser.selectAttachment(Attachment attachment)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.