|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.webtest.selenium.framework.components.Pickers
public final class Pickers
Factory for convenient creation of various JIRA pickers.
| Method Summary | |
|---|---|
static GenericMultiSelect |
newAffectedVersionPicker(String contextLocator,
SeleniumContext ctx)
Factory method for 'Affected Versions' system field picker. |
static GenericMultiSelect |
newComponentPicker(String contextLocator,
SeleniumContext ctx)
Factory method for a component system field picker. |
static GenericMultiSelect |
newCustomFieldVersionPicker(String contextLocator,
int customFieldId,
SeleniumContext ctx)
Factory method for a version picker associated with a custom field. |
static GenericMultiSelect |
newFixVersionPicker(String contextLocator,
SeleniumContext ctx)
Factory method for 'Fix Version' system field picker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GenericMultiSelect newAffectedVersionPicker(String contextLocator,
SeleniumContext ctx)
contextLocator - context of the pickerctx - Selenium context
public static GenericMultiSelect newFixVersionPicker(String contextLocator,
SeleniumContext ctx)
contextLocator - context of the pickerctx - Selenium context
public static GenericMultiSelect newCustomFieldVersionPicker(String contextLocator,
int customFieldId,
SeleniumContext ctx)
contextLocator - context of the pickercustomFieldId - ID of the custom field associated with the pickerctx - Selenium context
public static GenericMultiSelect newComponentPicker(String contextLocator,
SeleniumContext ctx)
contextLocator - context of the pickerctx - Selenium context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||