com.atlassian.confluence.selenium.client
Class AttachTo

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.AttachTo

public class AttachTo
extends Object


Constructor Summary
AttachTo(ConfluenceSeleniumClient client, ConfluenceRpc rpc)
           
 
Method Summary
 Attachment draftFromEditor(String attachmentPath, String contentType, User remoteUser, Space space)
           
 Attachment pageViaRpc(String attachmentPath, String contentType, User remoteUser, Page page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachTo

public AttachTo(ConfluenceSeleniumClient client,
                ConfluenceRpc rpc)
Method Detail

draftFromEditor

public Attachment draftFromEditor(String attachmentPath,
                                  String contentType,
                                  User remoteUser,
                                  Space space)

pageViaRpc

public Attachment pageViaRpc(String attachmentPath,
                             String contentType,
                             User remoteUser,
                             Page page)


Copyright © 2003-2013 Atlassian. All Rights Reserved.