com.atlassian.jira.portal
Class AutoTransitionServiceSearcherValuesGenerator
java.lang.Object
com.atlassian.jira.portal.AutoTransitionServiceSearcherValuesGenerator
- All Implemented Interfaces:
- com.atlassian.configurable.ValuesGenerator
public class AutoTransitionServiceSearcherValuesGenerator
- extends java.lang.Object
- implements com.atlassian.configurable.ValuesGenerator
FQCN : com.atlassian.jira.portal.AutoTransitionServiceSearcherValuesGenerator
- Since:
- 3.10.1.30
Description : Provides a list of User usable as Searcher in AutorTransitionService
- Current Remote User (an Administrator account)
- User mentioned in AutoTransitionService Settings
- Author:
- Kaamelot
Field Summary |
protected static com.atlassian.jira.config.properties.ApplicationProperties |
applicationProperties
|
protected static org.apache.log4j.Category |
log
|
protected static com.opensymphony.user.UserManager |
userManager
|
Fields inherited from interface com.atlassian.configurable.ValuesGenerator |
NONE |
Method Summary |
protected void |
appendUser(java.util.Map _values,
com.opensymphony.user.User _user)
|
protected com.opensymphony.user.User |
getDefaultSearcher()
|
protected com.opensymphony.user.User |
getRemoteUser()
|
java.util.Map |
getValues(java.util.Map arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Category log
applicationProperties
protected static com.atlassian.jira.config.properties.ApplicationProperties applicationProperties
userManager
protected static com.opensymphony.user.UserManager userManager
AutoTransitionServiceSearcherValuesGenerator
public AutoTransitionServiceSearcherValuesGenerator()
getValues
public java.util.Map getValues(java.util.Map arg0)
- Specified by:
getValues
in interface com.atlassian.configurable.ValuesGenerator
- Returns:
- Map of User Name
appendUser
protected void appendUser(java.util.Map _values,
com.opensymphony.user.User _user)
- Parameters:
_values
- Map to update_user
- User to add as valid Values
getRemoteUser
protected com.opensymphony.user.User getRemoteUser()
- Returns:
- Current Remote User (Normally an Administrator)
getDefaultSearcher
protected com.opensymphony.user.User getDefaultSearcher()
- Returns:
- User provided by Settings
Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.