public class CsvImporterConfigurationPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
delimiter |
protected com.atlassian.pageobjects.elements.SelectElement |
directory |
protected Iterable<com.atlassian.pageobjects.elements.PageElement> |
encryptedPasswords |
protected com.atlassian.pageobjects.elements.PageElement |
form |
protected com.atlassian.pageobjects.elements.PageElement |
groupMemberships |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
protected com.atlassian.pageobjects.elements.PageElement |
users |
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 |
---|
CsvImporterConfigurationPage() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getErrors() |
String |
getUrl() |
CsvImporterConfigurationPage |
setDelimiter(String value) |
CsvImporterConfigurationPage |
setDirectoryById(long directoryId) |
CsvImporterConfigurationPage |
setDirectoryByName(String directoryName) |
CsvImporterConfigurationPage |
setEncryptedPasswords(boolean value) |
CsvImporterConfigurationPage |
setGroupMembershipsFile(String value) |
CsvImporterConfigurationPage |
setUsersFile(String value) |
CsvImporterConfigurationPage |
submitExpectingFailure() |
CsvImporterMappingPage |
submitExpectingSuccess() |
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement form
protected com.atlassian.pageobjects.elements.SelectElement directory
protected Iterable<com.atlassian.pageobjects.elements.PageElement> encryptedPasswords
protected com.atlassian.pageobjects.elements.PageElement delimiter
protected com.atlassian.pageobjects.elements.PageElement users
protected com.atlassian.pageobjects.elements.PageElement groupMemberships
protected com.atlassian.pageobjects.elements.PageElement submitButton
public CsvImporterConfigurationPage setDirectoryById(long directoryId)
public CsvImporterConfigurationPage setDirectoryByName(String directoryName)
public CsvImporterConfigurationPage setDelimiter(String value)
public CsvImporterConfigurationPage setUsersFile(String value)
public CsvImporterConfigurationPage setGroupMembershipsFile(String value)
public CsvImporterConfigurationPage setEncryptedPasswords(boolean value)
public CsvImporterMappingPage submitExpectingSuccess()
public CsvImporterConfigurationPage submitExpectingFailure()
public String getUrl()
Copyright © 2020 Atlassian. All rights reserved.