public class ViewIssueTypesPage extends AbstractJiraPage
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewIssueTypesPage.IssueType |
body, driver, elementFinder, metaElement, pageBinder, timeouts| Constructor and Description |
|---|
ViewIssueTypesPage() |
| Modifier and Type | Method and Description |
|---|---|
AddIssueTypeDialog |
addIssueType() |
<T> T |
addIssueTypeAndBind(Class<T> page,
Object... args) |
List<ViewIssueTypesPage.IssueType> |
getIssueTypes() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic AddIssueTypeDialog addIssueType()
public List<ViewIssueTypesPage.IssueType> getIssueTypes()
public String getUrl()
Copyright © 2002-2017 Atlassian. All Rights Reserved.