Class LegacyPicker
java.lang.Object
com.atlassian.jira.pageobjects.components.userpicker.LegacyTriggerPicker
com.atlassian.jira.pageobjects.components.userpicker.LegacyPicker
- All Implemented Interfaces:
CustomField
- Direct Known Subclasses:
LegacyUserPicker
The old user/group picker that shows up as a popup window, with autocomplete suggestions.
Should go away but it won't any time soon...
- Since:
- v5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected ExtendedElementFinder
protected com.atlassian.pageobjects.PageBinder
protected com.atlassian.pageobjects.elements.timeout.Timeouts
Fields inherited from class com.atlassian.jira.pageobjects.components.userpicker.LegacyTriggerPicker
elementFinder, field, form, pickerId, trigger
-
Constructor Summary
ConstructorsConstructorDescriptionLegacyPicker
(com.atlassian.pageobjects.elements.PageElement form, String pickerId) LegacyPicker
(String pickerId) -
Method Summary
Modifier and TypeMethodDescriptionacceptUsingMouse
(MultiSelectSuggestion suggestion) protected com.atlassian.pageobjects.elements.PageElement
down
(int steps) com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Suggestion>>
getSuggestionWithId
(String substring) com.atlassian.pageobjects.elements.query.TimedCondition
com.atlassian.pageobjects.elements.query.TimedCondition
hasSuggestionWithId
(String substring) protected void
init()
com.atlassian.pageobjects.elements.query.TimedCondition
up
(int steps) Methods inherited from class com.atlassian.jira.pageobjects.components.userpicker.LegacyTriggerPicker
field, getTrigger, getValue, root
-
Field Details
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder -
timeouts
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts -
extendedFinder
-
container
protected com.atlassian.pageobjects.elements.PageElement container
-
-
Constructor Details
-
LegacyPicker
-
LegacyPicker
-
-
Method Details
-
init
protected void init()- Overrides:
init
in classLegacyTriggerPicker
-
container
protected com.atlassian.pageobjects.elements.PageElement container() -
getSuggestions
-
hasActiveSuggestion
public com.atlassian.pageobjects.elements.query.TimedCondition hasActiveSuggestion() -
getActiveSuggestion
-
isSuggestionsPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isSuggestionsPresent() -
hasSuggestionWithId
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuggestionWithId(String substring) -
getSuggestionWithId
-
query
-
clearQuery
-
acceptUsingMouse
-
acceptActiveSuggestion
-
down
-
up
-