public static class IssuePickerPopup.IssuePickerSection extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected ExtendedElementFinder | 
extendedFinder  | 
protected com.atlassian.pageobjects.PageBinder | 
pageBinder  | 
protected com.atlassian.pageobjects.elements.timeout.Timeouts | 
timeouts  | 
| Constructor and Description | 
|---|
IssuePickerSection(com.atlassian.pageobjects.elements.PageElement container)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<String> | 
getHeader()  | 
IssuePickerPopup.IssuePickerRow | 
getIssueRow(String issueKey)  | 
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<IssuePickerPopup.IssuePickerRow>> | 
getIssueRows()  | 
com.atlassian.pageobjects.elements.query.TimedCondition | 
hasIssueRow(String issueKey)  | 
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected ExtendedElementFinder extendedFinder
public IssuePickerSection(com.atlassian.pageobjects.elements.PageElement container)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getHeader()
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<IssuePickerPopup.IssuePickerRow>> getIssueRows()
public com.atlassian.pageobjects.elements.query.TimedCondition hasIssueRow(String issueKey)
public IssuePickerPopup.IssuePickerRow getIssueRow(String issueKey)
Copyright © 2002-2018 Atlassian. All Rights Reserved.