public class

UserGroupPicker

extends Object
implements NavigatorCondition
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.navigator.UserGroupPicker
Known Direct Subclasses

Class Overview

A parameter that can be used work with User/Group selector navigator components.

Summary

Public Constructors
UserGroupPicker(String elementName)
UserGroupPicker(String elementName, String value)
Public Methods
void assertSettings(Document document)
Assert that the condition is corrected configured for the passed tester.
NavigatorCondition copyCondition()
NavigatorCondition copyConditionForParse()
void parseCondition(WebTester tester)
Get the condition as configured on the web page.
UserGroupPicker setAnyUser()
UserGroupPicker setCurrentUser()
UserGroupPicker setEmpty()
UserGroupPicker setGroup(String group)
UserGroupPicker setUser(String user)
UserGroupPicker setValue(String value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.navigator.NavigatorCondition

Public Constructors

public UserGroupPicker (String elementName)

public UserGroupPicker (String elementName, String value)

Public Methods

public void assertSettings (Document document)

Assert that the condition is corrected configured for the passed tester. The tester must be on the Navigator page when called.

Parameters
document the tester pointed at the Navigator page.

public NavigatorCondition copyCondition ()

public NavigatorCondition copyConditionForParse ()

public void parseCondition (WebTester tester)

Get the condition as configured on the web page. The tester will be on the Navigator page when called.

Parameters
tester the tester pointed at the Navigator page.

public UserGroupPicker setAnyUser ()

public UserGroupPicker setCurrentUser ()

public UserGroupPicker setEmpty ()

public UserGroupPicker setGroup (String group)

public UserGroupPicker setUser (String user)

public UserGroupPicker setValue (String value)