public class IssueLinkDisplayHelper extends Object
Constructor and Description |
---|
IssueLinkDisplayHelper(UserHistoryManager userHistoryManager,
ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
String |
getLastUsedLinkType() |
Collection<String> |
getSortedIssueLinkTypes(Collection<IssueLinkType> linkTypes)
Sorts the link types into a list of strings (for a combo box) sorted in previous usage order
|
public IssueLinkDisplayHelper(UserHistoryManager userHistoryManager, ApplicationUser user)
public Collection<String> getSortedIssueLinkTypes(Collection<IssueLinkType> linkTypes)
linkTypes
- the collection of link types to sortpublic String getLastUsedLinkType()
Copyright © 2002-2024 Atlassian. All Rights Reserved.