public class UserAccessTokenTableComponent extends InfiniteScrollTableComponent<UserAccessTokenTableComponent.UserAccessTokenTableRow>
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAccessTokenTableComponent.UserAccessTokenTableRow |
elementFinder| Constructor and Description |
|---|
UserAccessTokenTableComponent(String containerCssSelector) |
| Modifier and Type | Method and Description |
|---|---|
protected UserAccessTokenTableComponent.UserAccessTokenTableRow |
convertRow(com.atlassian.pageobjects.elements.PageElement row,
List<com.atlassian.pageobjects.elements.PageElement> previousRows)
Convert the given
PageElement to a typed table row instance. |
List<String> |
getUserAccessTokens() |
void |
revokeAccessToken(String name) |
getAllTableRows, getTable, scrollTop, waitUntilCurrentRowsLoadedpublic UserAccessTokenTableComponent(String containerCssSelector)
public void revokeAccessToken(String name)
@NotNull protected UserAccessTokenTableComponent.UserAccessTokenTableRow convertRow(@NotNull com.atlassian.pageobjects.elements.PageElement row, @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows)
InfiniteScrollTableComponentPageElement to a typed table row instance.convertRow in class InfiniteScrollTableComponent<UserAccessTokenTableComponent.UserAccessTokenTableRow>row - current table row (HTML 'tr')previousRows - a list of previous rows (HTML 'tr' elements)Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.