com.atlassian.confluence.pageobjects.page.space
Class CopySpacePage

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

public class CopySpacePage
extends ConfluenceAbstractPage


Field Summary
 com.atlassian.pageobjects.elements.PageElement newKey
           
 com.atlassian.pageobjects.elements.PageElement newName
           
 com.atlassian.pageobjects.elements.PageElement submitButton
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
CopySpacePage(Space space)
           
 
Method Summary
 void copySpace(java.lang.String name, java.lang.String key)
           
 java.lang.String getUrl()
           
 
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
 

Field Detail

newName

public com.atlassian.pageobjects.elements.PageElement newName

newKey

public com.atlassian.pageobjects.elements.PageElement newKey

submitButton

public com.atlassian.pageobjects.elements.PageElement submitButton
Constructor Detail

CopySpacePage

public CopySpacePage(Space space)
Method Detail

getUrl

public java.lang.String getUrl()

copySpace

public void copySpace(java.lang.String name,
                      java.lang.String key)


Copyright © 2003-2014 Atlassian. All Rights Reserved.