Class ProjectRepositoriesPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.project.ProjectRepositoriesPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ProjectRepositoriesPage extends AbstractBambooPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectRepositoriesPage.RepositoryRow
static class
ProjectRepositoriesPage.TableComponent
static class
ProjectRepositoriesPage.UsageDialog
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.PageBinder
pageBinder
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description ProjectRepositoriesPage(String projectKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
addRepoBtn()
<P extends VcsComponent>
PaddRepository(Class<P> vcsComponentClass, String displayName)
void
filterResults(String input)
String
getProjectKey()
String
getUrl()
com.atlassian.pageobjects.elements.PageElement
indicator()
This must return an element whose presence indicates that we're on given page.List<String>
repositoriesList()
Optional<ProjectRepositoriesPage.RepositoryRow>
repository(String name)
VcsConfigurationComponent
vcsConfiguration()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Constructor Detail
-
ProjectRepositoriesPage
public ProjectRepositoriesPage(String projectKey)
-
-
Method Detail
-
getUrl
public String getUrl()
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()
Description copied from class:AbstractBambooPage
This must return an element whose presence indicates that we're on given page.- Specified by:
indicator
in classAbstractBambooPage
- Returns:
- element uniquely identifying given page
-
addRepository
public <P extends VcsComponent> P addRepository(Class<P> vcsComponentClass, String displayName)
-
vcsConfiguration
public VcsConfigurationComponent vcsConfiguration()
-
filterResults
public void filterResults(String input)
-
getProjectKey
public String getProjectKey()
-
addRepoBtn
public com.atlassian.pageobjects.elements.PageElement addRepoBtn()
-
repository
public Optional<ProjectRepositoriesPage.RepositoryRow> repository(String name)
-
-