Interface IssueLinkTypeFinder
- All Known Implementing Classes:
IssueLinkTypeFinderImpl
@PublicApi
public interface IssueLinkTypeFinder
Finds an IssueLinkType by 'id' or 'name'.
- Since:
- v5.0
-
Method Summary
Modifier and TypeMethodDescriptionfindIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors) Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the IssueLinkTypeJsonBean.
-
Method Details
-
findIssueLinkType
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the IssueLinkTypeJsonBean. If the link type does not exist, the appropriate error will be added to the passed-in ErrorCollection, and this method will return null.- Parameters:
linkTypeBean- the issue type to finderrors- an ErrorCollection- Returns:
- an IssueLinkType, or null
- Since:
- v5.0
-