com.atlassian.jira.web.action.user.UserProfileAction |
An interface that lists the methods assumed to exist when the action runs under the context of a UserProfile. This should introduce some type safety to these actions.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a string that can be used to describe the passed e-mail.
| |||||||||||
Return the current user.
| |||||||||||
Returns whether or not the passed caller is allowed to see the passed group.
|
Get a string that can be used to describe the passed e-mail. This allows JIRA to hide the passed e-mail if asked to do so.
the e-mail to convert. |
Returns whether or not the passed caller is allowed to see the passed group.
group | the name of the group to check. |
---|---|
user | the user to check. |