java.lang.Object | ||
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil | |
↳ | com.atlassian.jira.functest.framework.UserProfileImpl |
Default implementation of UserProfile
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserProfileImpl.DefaultLink |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Changes the current user's autowatch preference.
| |||||||||||
Changes the default sharing settings for users that have not configured any.
| |||||||||||
Changes the current user would like to be notified by their own changes.
| |||||||||||
Changes the current user's language preferences.
| |||||||||||
Changes the current user's language preferences by value.
| |||||||||||
Changes the current user's language preferences to the system default.
| |||||||||||
Changes the current user's notification preferences.
| |||||||||||
Changes the user's default sharing settings.
| |||||||||||
Changes the current user's time zone.
| |||||||||||
Goto the current user's profile page.
| |||||||||||
Go to the user's profile page.
| |||||||||||
Retrieves the user profile link on the JIRA Header.
| |||||||||||
Retrieves the username on the profile for the currently logged in user.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.functest.framework.UserProfile
| |||||||||||
From interface
com.atlassian.jira.testkit.client.log.FuncTestLogger
|
Changes the current user's autowatch preference.
autowatch | true if autowatch should be enabled |
---|
Changes the default sharing settings for users that have not configured any.
global | true if default sharing should be public, false otherwise. |
---|
Changes the current user would like to be notified by their own changes.
Changes the current user's language preferences.
lang | the full language text to change to e.g. "German (Germany)" |
---|
Changes the current user's language preferences by value.
Note that the JIRA (not system) default will have a value of -1. Consider
changeUserLanguageToJiraDefault()
langValue | the language value to change to e.g. "en_AU" |
---|
Changes the current user's language preferences to the system default.
Changes the current user's notification preferences.
useHtml | Set to True for HTML notifications, False for plain text notifications |
---|
Changes the user's default sharing settings.
global | true if default sharing should be public, false otherwise. |
---|
Changes the current user's time zone. A null time zone means that this user will use the default JIRA user time zone.
Goto the current user's profile page.
Go to the user's profile page.
userName | The user name of the other user. |
---|
Retrieves the user profile link on the JIRA Header.
Retrieves the username on the profile for the currently logged in user.