com.atlassian.confluence.pageobjects.component.form
Class AddSpaceForm

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.form.AddSpaceForm
All Implemented Interfaces:
PageComponent

public class AddSpaceForm
extends ConfluenceAbstractPageComponent

Form shared between the add space dialog and page

Since:
4.2.6

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, waiter
 
Constructor Summary
AddSpaceForm()
           
 
Method Summary
 AddSpaceForm appendToName(String extraText)
           
 String getKey()
           
 String getName()
           
 boolean isPermissionPrivate()
           
 AddSpaceForm setKey(String key)
           
 AddSpaceForm setName(String name)
           
 AddSpaceForm setPermissionPrivate(boolean isPrivate)
           
 ViewPage submit()
           
 AddSpacePage submitExpectingErrors()
           
 void waitForSpaceExampleUrl(String spaceKey)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddSpaceForm

public AddSpaceForm()
Method Detail

setName

public AddSpaceForm setName(String name)

getName

public String getName()

setKey

public AddSpaceForm setKey(String key)

getKey

public String getKey()

appendToName

public AddSpaceForm appendToName(String extraText)

waitForSpaceExampleUrl

public void waitForSpaceExampleUrl(String spaceKey)
                            throws InterruptedException
Throws:
InterruptedException

setPermissionPrivate

public AddSpaceForm setPermissionPrivate(boolean isPrivate)

isPermissionPrivate

public boolean isPermissionPrivate()

submit

public ViewPage submit()

submitExpectingErrors

public AddSpacePage submitExpectingErrors()


Copyright © 2003-2012 Atlassian. All Rights Reserved.