public class Assignees extends Object
Constructor and Description |
---|
Assignees(JiraAuthenticationContext authenticationContext,
ApplicationProperties applicationProperties,
AssigneeService assigneeService,
AvatarService avatarService,
UserManager userManager,
EmailFormatter emailFormatter) |
Modifier and Type | Method and Description |
---|---|
AssigneeOptions |
makeAssigneeOptions(Collection<Issue> issues,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor,
List<ApplicationUser> suggestedUsers,
ApplicationUser currentAssignee,
boolean assignAutomaticIfUnassigned)
Basically public so that we don't need to replicate the business logic
that governs the creation of the default special unassigned and automatic
assignees, nor the optgroup they get packaged in with.
|
public Assignees(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, AssigneeService assigneeService, AvatarService avatarService, UserManager userManager, EmailFormatter emailFormatter)
public AssigneeOptions makeAssigneeOptions(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, List<ApplicationUser> suggestedUsers, ApplicationUser currentAssignee, boolean assignAutomaticIfUnassigned)
Copyright © 2002-2018 Atlassian. All Rights Reserved.