com.atlassian.confluence.webdriver.pageobjects.component.form.AddSpaceForm
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class AddSpaceForm extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
AddSpaceForm()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AddSpaceForm |
appendToName(CharSequence extraText)
Deprecated.
|
AddSpaceForm |
appendToNameAndWaitForValidation(CharSequence extraText,
CharSequence expectedKey)
Deprecated.
|
String |
getKey()
Deprecated.
|
String |
getName()
Deprecated.
|
boolean |
hasFieldError(String fieldName)
Deprecated.
|
boolean |
isPermissionPrivate()
Deprecated.
|
AddSpaceForm |
setKey(String key)
Deprecated.
|
AddSpaceForm |
setName(CharSequence name)
Deprecated.
|
AddSpaceForm |
setPermissionPrivate(boolean isPrivate)
Deprecated.
|
void |
waitForFieldError(String fieldName)
Deprecated.
|
void |
waitForSpaceExampleUrl(String spaceKey)
Deprecated.
|
getComponent
public AddSpaceForm setName(CharSequence name)
public String getName()
public AddSpaceForm setKey(String key)
public String getKey()
public AddSpaceForm appendToName(CharSequence extraText)
public AddSpaceForm appendToNameAndWaitForValidation(CharSequence extraText, CharSequence expectedKey)
public void waitForSpaceExampleUrl(String spaceKey) throws InterruptedException
InterruptedException
public void waitForFieldError(String fieldName) throws InterruptedException
InterruptedException
public boolean hasFieldError(String fieldName) throws InterruptedException
InterruptedException
public AddSpaceForm setPermissionPrivate(boolean isPrivate)
public boolean isPermissionPrivate()
Copyright © 2003–2015 Atlassian. All rights reserved.