public class ViewSystemFields extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
static class |
ViewSystemFields.ActionLink |
static class |
ViewSystemFields.AssociatedItemsDialog |
static class |
ViewSystemFields.Contexts |
static class |
ViewSystemFields.ContextsDialog |
static class |
ViewSystemFields.Screens |
static class |
ViewSystemFields.ScreensDialog |
static class |
ViewSystemFields.SystemField |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
ViewSystemFields() |
Modifier and Type | Method and Description |
---|---|
Collection<ViewSystemFields.SystemField> |
getAllFields() |
ViewSystemFields.SystemField |
getSystemField(String systemFieldId) |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
static <T extends com.atlassian.jira.pageobjects.pages.admin.systemfields.ViewSystemFields.TdElement> |
tdElementWith(String text,
String hrefEndingWith,
String fieldId) |
static <T extends com.atlassian.jira.pageobjects.pages.admin.systemfields.ViewSystemFields.TdElement> |
tdElementWithFieldId(String text,
String fieldId) |
static <T extends com.atlassian.jira.pageobjects.pages.admin.systemfields.ViewSystemFields.TdElement> |
tdElementWithTextOnly(String text) |
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 ViewSystemFields.SystemField getSystemField(String systemFieldId)
public Collection<ViewSystemFields.SystemField> getAllFields()
public static <T extends com.atlassian.jira.pageobjects.pages.admin.systemfields.ViewSystemFields.TdElement> org.hamcrest.Matcher<T> tdElementWith(String text, String hrefEndingWith, String fieldId)
public static <T extends com.atlassian.jira.pageobjects.pages.admin.systemfields.ViewSystemFields.TdElement> org.hamcrest.Matcher<T> tdElementWithTextOnly(String text)
Copyright © 2002-2024 Atlassian. All Rights Reserved.