V
- type of the field's valueE
- type of the field's edit page objectpublic interface ViewIssueField<V,E>
Implementing page object are expected to have a construtor taking a PageElement
instance that represents system field's HTML on the view issue page. For custom fields, the constructor should also
accept an int param representing the field's ID
Modifier and Type | Method and Description |
---|---|
E |
edit()
Triggers edit for the field from bview issue (if applicable) and returns the page object responsible for
editing.
|
com.atlassian.pageobjects.elements.query.TimedQuery<V> |
getValue() |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasValue() |
com.atlassian.pageobjects.elements.query.TimedQuery<V> getValue()
com.atlassian.pageobjects.elements.query.TimedCondition hasValue()
E edit()
Copyright © 2002-2024 Atlassian. All Rights Reserved.