public class SpecsWizardCreationPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
SpecsWizardCreationPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSelectBuildProject(String projectName) |
boolean |
canSelectDeploymentProject(String deploymentName) |
boolean |
canSelectExisingRepository(String repositoryName) |
<P extends VcsComponent> |
createNewRepository(Class<P> vcsRepositoryComponentClass,
Consumer<P> vacsDetailsPopular) |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
boolean |
isCreateButtonPresent() |
boolean |
isExistingRepositoryRadioPresent() |
boolean |
isNewRepositoryRadioPresent() |
boolean |
isWarningPresent() |
SpecsWizardCreationPage |
selectBuildProject(String name) |
SpecsWizardCreationPage |
selectDeploymentProject(String name) |
SpecsWizardCreationPage |
selectExistingRepository(String name) |
BambooDashboardPage |
submit() |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public SpecsWizardCreationPage selectBuildProject(String name)
public SpecsWizardCreationPage selectDeploymentProject(String name)
public SpecsWizardCreationPage selectExistingRepository(String name)
public <P extends VcsComponent> SpecsWizardCreationPage createNewRepository(@NotNull Class<P> vcsRepositoryComponentClass, @NotNull Consumer<P> vacsDetailsPopular)
public BambooDashboardPage submit()
public boolean canSelectBuildProject(String projectName)
projectName
- name of the build projectpublic boolean canSelectDeploymentProject(String deploymentName)
deploymentName
- name of the deployment projectpublic boolean isNewRepositoryRadioPresent()
public boolean isExistingRepositoryRadioPresent()
public boolean canSelectExisingRepository(String repositoryName)
repositoryName
- name of the linked repositorypublic boolean isWarningPresent()
public boolean isCreateButtonPresent()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.