public interface

ViewIssueField

com.atlassian.jira.pageobjects.pages.viewissue.fields.ViewIssueField<V, E>
Known Indirect Subclasses

Class Overview

Represents any field on the view issue page (the details section).

Implementing page object are expected to have a construtor taking a com.atlassian.pageobjects.elements.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

Summary

Public Methods
E edit()
Triggers edit for the field from bview issue (if applicable) and returns the page object responsible for editing.
TimedQuery<V> getValue()
TimedCondition hasValue()

Public Methods

public E edit ()

Triggers edit for the field from bview issue (if applicable) and returns the page object responsible for editing. That object should be initialized and ready to use.

Returns
  • edit page object

public TimedQuery<V> getValue ()

public TimedCondition hasValue ()