public class ViewCustomDirectoryDetailsPage extends ViewDirectory
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
attributesButton |
protected DirectoryDetails |
details |
protected com.atlassian.pageobjects.elements.PageElement |
implementationClass |
protected com.atlassian.pageobjects.elements.PageElement |
label |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
protected com.atlassian.pageobjects.elements.PageElement |
type |
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 |
---|
ViewCustomDirectoryDetailsPage() |
ViewCustomDirectoryDetailsPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
ViewCustomDirectoryDetailsPage |
details(Consumer<DirectoryDetails> detailsConsumer) |
DirectoryDetails |
getDetails() |
String |
getImplementationClass() |
String |
getLabel() |
String |
getType() |
String |
getUrl() |
ViewCustomDirectoryAttributesPage |
goToAttributes() |
void |
init() |
ViewCustomDirectoryDetailsPage |
submit() |
ViewCustomDirectoryPermissionsPage |
toPermissions() |
delete, getId
getAuiMessages, getHeader, getReactMessage, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, waitUntilContentLoad, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement type
protected com.atlassian.pageobjects.elements.PageElement implementationClass
protected com.atlassian.pageobjects.elements.PageElement label
protected com.atlassian.pageobjects.elements.PageElement attributesButton
protected com.atlassian.pageobjects.elements.PageElement permissionsButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected DirectoryDetails details
public ViewCustomDirectoryDetailsPage()
public ViewCustomDirectoryDetailsPage(String idQueryParam)
public void init()
public String getImplementationClass()
public String getType()
public String getLabel()
public ViewCustomDirectoryDetailsPage details(Consumer<DirectoryDetails> detailsConsumer)
public DirectoryDetails getDetails()
public ViewCustomDirectoryAttributesPage goToAttributes()
public ViewCustomDirectoryPermissionsPage toPermissions()
public ViewCustomDirectoryDetailsPage submit()
public String getUrl()
Copyright © 2019 Atlassian. All rights reserved.