public class ViewCustomFields extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
class |
ViewCustomFields.CustomField |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
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, isLoggedIn
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public 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-2024 Atlassian. All Rights Reserved.