public class IssueTypesTab extends AbstractProjectConfigPageTab
Modifier and Type | Field and Description |
---|---|
static String |
TAB_LINK_ID |
discoverInfo, projectInfoLocator
body, driver, elementFinder, metaElement, pageBinder, timeouts
Constructor and Description |
---|
IssueTypesTab(String projectKey) |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
getIssueTypes()
Get all the listed issue types on the Issue Types page.
|
String |
getSchemeName() |
String |
getUrl() |
EditIssueTypeSchemePage |
gotoScheme() |
ChangeIssueTypeSchemePage |
gotoSelectScheme() |
void |
initialise() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isSchemeChangeAvailable() |
boolean |
isSchemeLinked() |
IssueTypeHeader |
selectIssueType(IssueType issueType)
Select an Issue Type on the Issue Types page.
|
getOperations, getProjectHeader, getProjectId, getProjectKey, getProjectSettingsHeader, getTabs, init, isDiscoverInfoVisible
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public static final String TAB_LINK_ID
public IssueTypesTab(String projectKey)
public void initialise()
public List<IssueType> getIssueTypes()
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public boolean isSchemeLinked()
public boolean isSchemeChangeAvailable()
public EditIssueTypeSchemePage gotoScheme()
public ChangeIssueTypeSchemePage gotoSelectScheme()
public String getSchemeName()
public IssueTypeHeader selectIssueType(IssueType issueType)
IssueTypeHeader
issueType
- the issue type appearing on the Issue Types page see getIssueTypes()
IssueTypeHeader
the Issue Type Header on the Issue Type View.Copyright © 2002-2022 Atlassian. All Rights Reserved.