com.atlassian.jira.pageobjects.components.userpicker
Class MentionsUserPicker.UserSuggestion

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.userpicker.MentionsUserPicker.UserSuggestion
All Implemented Interfaces:
Suggestion, HasId
Enclosing class:
MentionsUserPicker

public static class MentionsUserPicker.UserSuggestion
extends Object
implements Suggestion


Field Summary
static org.openqa.selenium.By ELEMENT_SELECTOR
           
 
Constructor Summary
MentionsUserPicker.UserSuggestion(com.atlassian.pageobjects.elements.PageElement pageElement)
           
 
Method Summary
 Suggestion click()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getUsername()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isActive()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ELEMENT_SELECTOR

public static final org.openqa.selenium.By ELEMENT_SELECTOR
Constructor Detail

MentionsUserPicker.UserSuggestion

public MentionsUserPicker.UserSuggestion(com.atlassian.pageobjects.elements.PageElement pageElement)
Method Detail

click

public Suggestion click()
Specified by:
click in interface Suggestion

isActive

public com.atlassian.pageobjects.elements.query.TimedCondition isActive()
Specified by:
isActive in interface Suggestion

getText

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
Specified by:
getText in interface Suggestion

getId

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
Specified by:
getId in interface HasId

getUsername

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getUsername()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.