Class ViewAllDeploymentProjectsPage.TableComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent<ViewAllDeploymentProjectsPage.TableRow>
com.atlassian.bamboo.pageobjects.pages.deployment.ViewAllDeploymentProjectsPage.TableComponent
- Enclosing class:
- ViewAllDeploymentProjectsPage
public static class ViewAllDeploymentProjectsPage.TableComponent
extends InfiniteScrollTableComponent<ViewAllDeploymentProjectsPage.TableRow>
Component for the infinite scroll table used on this page.
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
elementFinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull ViewAllDeploymentProjectsPage.TableRow
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.protected void
Waits until all rows currently present in the table have been fully loaded.Methods inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
findRow, getAllTableRows, getTable, scrollTop
-
Constructor Details
-
TableComponent
public TableComponent()
-
-
Method Details
-
convertRow
@NotNull protected @NotNull ViewAllDeploymentProjectsPage.TableRow 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<ViewAllDeploymentProjectsPage.TableRow>
- Parameters:
row
- current table row (HTML 'tr')previousRows
- a list of previous rows (HTML 'tr' elements)
-
waitUntilCurrentRowsLoaded
protected void waitUntilCurrentRowsLoaded()Description copied from class:InfiniteScrollTableComponent
Waits until all rows currently present in the table have been fully loaded.- Overrides:
waitUntilCurrentRowsLoaded
in classInfiniteScrollTableComponent<ViewAllDeploymentProjectsPage.TableRow>
-