public class ViewCustomDirectoryAttributesPage extends ViewDirectory
Modifier and Type | Class and Description |
---|---|
static class |
ViewCustomDirectoryAttributesPage.AttributeRow |
static class |
ViewCustomDirectoryAttributesPage.AttributeRowMatcher |
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
addAttributeButton |
protected com.atlassian.pageobjects.elements.PageElement |
detailsButton |
protected Iterable<com.atlassian.pageobjects.elements.PageElement> |
existingAttributes |
protected com.atlassian.pageobjects.elements.PageElement |
newAttributeName |
protected com.atlassian.pageobjects.elements.PageElement |
newAttributeValue |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
idQueryParam
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
Constructor and Description |
---|
ViewCustomDirectoryAttributesPage() |
ViewCustomDirectoryAttributesPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
ViewCustomDirectoryAttributesPage |
addAttribute() |
List<ViewCustomDirectoryAttributesPage.AttributeRow> |
getAttributeRows() |
String |
getUrl() |
ViewCustomDirectoryDetailsPage |
goToDetails() |
ViewCustomDirectoryPermissionsPage |
goToPermissions() |
ViewCustomDirectoryAttributesPage |
removeAttribute(String attributeName) |
ViewCustomDirectoryAttributesPage |
setAttributeValue(String attributeName,
String attributeValue) |
ViewCustomDirectoryAttributesPage |
setNewAttributeName(String value) |
ViewCustomDirectoryAttributesPage |
setNewAttributeValue(String value) |
ViewCustomDirectoryAttributesPage |
submit() |
delete, getId
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement detailsButton
protected com.atlassian.pageobjects.elements.PageElement permissionsButton
protected Iterable<com.atlassian.pageobjects.elements.PageElement> existingAttributes
protected com.atlassian.pageobjects.elements.PageElement newAttributeName
protected com.atlassian.pageobjects.elements.PageElement newAttributeValue
protected com.atlassian.pageobjects.elements.PageElement addAttributeButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
public ViewCustomDirectoryAttributesPage()
public ViewCustomDirectoryAttributesPage(String idQueryParam)
public ViewCustomDirectoryAttributesPage removeAttribute(String attributeName)
public ViewCustomDirectoryAttributesPage setAttributeValue(String attributeName, String attributeValue)
public List<ViewCustomDirectoryAttributesPage.AttributeRow> getAttributeRows()
public ViewCustomDirectoryAttributesPage setNewAttributeName(String value)
public ViewCustomDirectoryAttributesPage setNewAttributeValue(String value)
public ViewCustomDirectoryAttributesPage addAttribute()
public ViewCustomDirectoryAttributesPage submit()
public ViewCustomDirectoryDetailsPage goToDetails()
public ViewCustomDirectoryPermissionsPage goToPermissions()
public String getUrl()
Copyright © 2020 Atlassian. All rights reserved.