Class Overview
Helper class for dealing with assignees.
Summary
Public Methods |
AssigneeOptions
|
makeAssigneeOptions(Collection<Issue> issues, 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.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
AssigneeOptions
makeAssigneeOptions
(Collection<Issue> issues, 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.