public class ViewCustomFields extends AbstractJiraPage
| Modifier and Type | Class and Description |
|---|---|
class |
ViewCustomFields.CustomField |
body, driver, elementFinder, metaElement, pageBinder, timeouts| Constructor and Description |
|---|
ViewCustomFields() |
| Modifier and Type | Method and Description |
|---|---|
TypeSelectionCustomFieldDialog |
addCustomField() |
void |
filterProject(String text) |
void |
filterScreen(String text) |
void |
filterType(String text) |
ViewCustomFields.CustomField |
getCustomField(String customFieldId) |
String |
getUrl() |
void |
goToPage(int pageNumber) |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
void |
searchText(String searchText) |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
public TypeSelectionCustomFieldDialog addCustomField()
public ViewCustomFields.CustomField getCustomField(String customFieldId)
public void goToPage(int pageNumber)
public void searchText(String searchText)
public void filterType(String text)
public void filterProject(String text)
public void filterScreen(String text)
Copyright © 2002-2021 Atlassian. All Rights Reserved.