Class UserAccessTokenTableComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent<UserAccessTokenTableComponent.UserAccessTokenTableRow>
-
- com.atlassian.bamboo.pageobjects.pages.user.UserAccessTokenTableComponent
-
public class UserAccessTokenTableComponent extends InfiniteScrollTableComponent<UserAccessTokenTableComponent.UserAccessTokenTableRow>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserAccessTokenTableComponent.UserAccessTokenTableRow
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
elementFinder
-
-
Constructor Summary
Constructors Constructor Description UserAccessTokenTableComponent(String containerCssSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull UserAccessTokenTableComponent.UserAccessTokenTableRow
convertRow(@NotNull com.atlassian.pageobjects.elements.PageElement row, @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows)
Convert the givenPageElement
to a typed table row instance.List<String>
getUserAccessTokens()
void
revokeAccessToken(String name)
-
Methods inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
findRow, getAllTableRows, getTable, scrollTop, waitUntilCurrentRowsLoaded
-
-
-
-
Constructor Detail
-
UserAccessTokenTableComponent
public UserAccessTokenTableComponent(String containerCssSelector)
-
-
Method Detail
-
revokeAccessToken
public void revokeAccessToken(String name)
-
convertRow
@NotNull protected @NotNull UserAccessTokenTableComponent.UserAccessTokenTableRow convertRow(@NotNull @NotNull com.atlassian.pageobjects.elements.PageElement row, @NotNull @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows)
Description copied from class:InfiniteScrollTableComponent
Convert the givenPageElement
to a typed table row instance.- Specified by:
convertRow
in classInfiniteScrollTableComponent<UserAccessTokenTableComponent.UserAccessTokenTableRow>
- Parameters:
row
- current table row (HTML 'tr')previousRows
- a list of previous rows (HTML 'tr' elements)
-
-