public class AssociatePrioritySchemesPage extends AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
AssociatePrioritySchemesPage(Long schemeId) |
Modifier and Type | Method and Description |
---|---|
ManagePrioritySchemesPage |
cancel() |
Collection<Long> |
getAllProjects() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getInfoMessage() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getInstructions() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getSchemeName() |
Collection<Long> |
getSelectedProjects() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isProjectSelectorPresent() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isSaveChangesPresent() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isSchemeNamePresent() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isSDProjectsWarningVisible() |
AssociatePrioritySchemesPage |
selectAllProjects() |
AssociatePrioritySchemesPage |
setSelectedProjects(Collection<Long> projectIds) |
ManagePrioritySchemesPage |
submit() |
MigratePrioritySchemePage |
submitAndMigrate() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public AssociatePrioritySchemesPage(Long schemeId)
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSchemeName()
public Collection<Long> getAllProjects()
public Collection<Long> getSelectedProjects()
public AssociatePrioritySchemesPage setSelectedProjects(Collection<Long> projectIds)
public AssociatePrioritySchemesPage selectAllProjects()
public ManagePrioritySchemesPage submit()
public MigratePrioritySchemePage submitAndMigrate()
public ManagePrioritySchemesPage cancel()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getInstructions()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getInfoMessage()
public com.atlassian.pageobjects.elements.query.TimedCondition isSDProjectsWarningVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isSchemeNamePresent()
public com.atlassian.pageobjects.elements.query.TimedCondition isProjectSelectorPresent()
public com.atlassian.pageobjects.elements.query.TimedCondition isSaveChangesPresent()
Copyright © 2002-2024 Atlassian. All Rights Reserved.