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 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 |
submitButton |
protected ViewCustomTabs |
tabs |
idQueryParamauiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_FORM_FIELD_SELECTOR, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, 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() |
void |
init() |
ViewCustomDirectoryAttributesPage |
removeAttribute(String attributeName) |
ViewCustomDirectoryAttributesPage |
setAttributeValue(String attributeName,
String attributeValue) |
ViewCustomDirectoryAttributesPage |
setNewAttributeName(String value) |
ViewCustomDirectoryAttributesPage |
setNewAttributeValue(String value) |
ViewCustomDirectoryAttributesPage |
submit() |
delete, getIdbindAndWaitUntilPageLoad, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadprotected ViewCustomTabs tabs
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 void init()
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 © 2024 Atlassian. All rights reserved.