Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
AdminHistoryLinkFactory.getLinks(ApplicationUser user,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
IssueOperationsBarUtil.getNonPromotedLinksForSection(SimpleLinkSection group,
SimpleLinkSection section)
Get all the links for a section that were not promoted.
|
List<SimpleLink> |
IssueOperationsBarUtil.getPrimaryOperationLinks(Issue issue) |
List<SimpleLink> |
IssueOperationsBarUtil.getPromotedLinks(SimpleLinkSection group)
Gets all the links that have been promoted out of the sub-sections, into the top level.
|
Modifier and Type | Method and Description |
---|---|
String |
IssueOperationsBarUtil.getLabelForLink(SimpleLink link)
Get a display label for a link Shows a maximum of 25 characters.
|
String |
IssueOperationsBarUtil.getTitleForLink(SimpleLink link)
Get the title for the link.
|
Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
MainHeaderLinksContextProvider.HeaderDropdownSection.getItems() |
Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
SimpleLinkFactory.getLinks(ApplicationUser user,
Map<String,Object> params)
Deprecated.
Generates a list of
SimpleLink objects. |
List<SimpleLink> |
DefaultSimpleLinkManager.getLinksForSection(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
List<SimpleLink> |
ThreadLocalCachingSimpleLinkManager.getLinksForSection(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper) |
List<SimpleLink> |
SimpleLinkManager.getLinksForSection(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
Gets a list of
SimpleLink for the given section. |
List<SimpleLink> |
DefaultSimpleLinkManager.getLinksForSection(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper,
boolean addIconCachingPrefix)
Deprecated.
|
List<SimpleLink> |
ThreadLocalCachingSimpleLinkManager.getLinksForSection(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper,
boolean addIconCachingPrefix) |
List<SimpleLink> |
SimpleLinkManager.getLinksForSection(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper,
boolean addIconCachingPrefix)
Deprecated.
Gets a list of
SimpleLink for the given section. |
List<SimpleLink> |
DefaultSimpleLinkManager.getLinksForSectionIgnoreConditions(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
List<SimpleLink> |
ThreadLocalCachingSimpleLinkManager.getLinksForSectionIgnoreConditions(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper) |
List<SimpleLink> |
SimpleLinkManager.getLinksForSectionIgnoreConditions(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
Gets a list of
SimpleLink for the given section, without
filtering links using the conditions specified for the links. |
Modifier and Type | Class and Description |
---|---|
class |
MockSimpleLink |
class |
SimpleLinkImpl
Default implementation of
SimpleLink . |
Constructor and Description |
---|
Link(SimpleLink link) |
Constructor and Description |
---|
SimpleLinkBean(SimpleLink link) |
Modifier and Type | Method and Description |
---|---|
Collection<SimpleLink> |
UserBrowser.getOpsbarLinks() |
Modifier and Type | Method and Description |
---|---|
Collection<SimpleLink> |
BrowseProjects.getOperationLinks() |
Modifier and Type | Method and Description |
---|---|
SimpleLink |
ViewUserHover.getFirstHoverLink() |
Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
ViewUserHover.getHoverLinks() |
List<SimpleLink> |
ViewUserHover.getRemainingLinks() |
List<SimpleLink> |
ViewProfile.getSectionLinks(String key) |
Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
ModuleWebComponentFieldsImpl.getHeaderItems(String key,
ApplicationUser user,
JiraHelper helper) |
List<SimpleLink> |
ModuleWebComponentFields.getHeaderItems(String key,
ApplicationUser user,
JiraHelper helper)
Returns header links for the given module
|
List<SimpleLink> |
ModuleWebComponentFields.SectionsAndLinks.getLinks() |
Constructor and Description |
---|
SectionsAndLinks(SimpleLinkSection section,
List<SimpleLink> links) |
Modifier and Type | Method and Description |
---|---|
List<SimpleLink> |
AdminDecoratorHelper.getLinksForSection(String parentSection,
String section) |
Modifier and Type | Method and Description |
---|---|
LinkedList<com.atlassian.jira.web.sitemesh.AdminDecoratorHelper.PathSegment> |
AdminDecoratorHelper.getPathToLink(SimpleLink simpleLink) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.