Class Sidebar
java.lang.Object
com.atlassian.jira.projects.pageobjects.webdriver.page.sidebar.Sidebar
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Sidebar.SidebarLink>> getLinkById(String id) getLinkByName(String name) Gets a link given its name.com.atlassian.pageobjects.elements.PageElementcom.atlassian.pageobjects.elements.query.TimedConditioncom.atlassian.pageobjects.elements.query.TimedConditionhasLinkById(String id) com.atlassian.pageobjects.elements.query.TimedConditioncom.atlassian.pageobjects.elements.query.TimedConditionvoid
-
Constructor Details
-
Sidebar
-
Sidebar
-
-
Method Details
-
isPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isPresent() -
hasAdminLink
public com.atlassian.pageobjects.elements.query.TimedCondition hasAdminLink() -
getProjectAdminLink
public com.atlassian.pageobjects.elements.PageElement getProjectAdminLink() -
waitUntil
public void waitUntil() -
expandSidebar
-
getScopeFilter
-
collapseSidebar
-
sidebarIsCollapsed
public com.atlassian.pageobjects.elements.query.TimedCondition sidebarIsCollapsed() -
getShortcutsSection
-
getLinkByName
Gets a link given its name. Please, note that since some of the links on the sidebar were renamed, this method gracefully handles a mapping between the old names and the new ones. This is a temporary measure to keep the builds green while we locate and fix the tests that are asking for the old names.- See Also:
-
getLinkById
-
hasLinkById
-
getAllSidebarLinks
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Sidebar.SidebarLink>> getAllSidebarLinks()
-