com.atlassian.jira.pageobjects.project.components
Class ComponentsPageTab
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.project.AbstractProjectConfigPageTab
com.atlassian.jira.pageobjects.project.components.ComponentsPageTab
- All Implemented Interfaces:
- ProjectConfigPageTab, com.atlassian.pageobjects.Page
public class ComponentsPageTab
- extends AbstractProjectConfigPageTab
Represents the components page in JIRA.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAB_LINK_ID
public static final String TAB_LINK_ID
- See Also:
- Constant Field Values
ComponentsPageTab
public ComponentsPageTab(String projectKey)
isReady
public void isReady()
initialise
public void initialise()
isLoading
public com.atlassian.pageobjects.elements.query.TimedCondition isLoading()
getComponents
public List<Component> getComponents()
getComponentByName
public Component getComponentByName(String name)
getCreateComponentForm
public EditComponentForm getCreateComponentForm()
hasEmptyMessage
public boolean hasEmptyMessage()
getUrl
public String getUrl()
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
- Description copied from class:
AbstractJiraPage
- Timed condition checking if we're at given page.
- Specified by:
isAt
in class AbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
Copyright © 2002-2014 Atlassian. All Rights Reserved.