public final class IssueLinkTypeFinderImpl extends Object implements IssueLinkTypeFinder
| Constructor and Description |
|---|
IssueLinkTypeFinderImpl(IssueLinkTypeManager issueLinkTypeManager,
I18nHelper.BeanFactory i18nFactory,
JiraAuthenticationContext jiraAuthenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
IssueLinkType |
findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean,
ErrorCollection errors)
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of
linkTypeBean. |
public IssueLinkTypeFinderImpl(IssueLinkTypeManager issueLinkTypeManager, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext jiraAuthenticationContext)
public IssueLinkType findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors)
linkTypeBean. If the link type does not exist, the appropriate error will be added to the
errors parameter (and the return value will be null).findIssueLinkType in interface IssueLinkTypeFinderlinkTypeBean - the IssueLinkTypeJsonBeanerrors - a SimpleErrorCollectionCopyright © 2002-2019 Atlassian. All Rights Reserved.