Class SplitIssueLinkTypeServiceImpl
java.lang.Object
com.atlassian.greenhopper.service.issuelink.SplitIssueLinkTypeServiceImpl
- All Implemented Interfaces:
SplitIssueLinkTypeService
@Service
public class SplitIssueLinkTypeServiceImpl
extends Object
implements SplitIssueLinkTypeService
-
Constructor Summary
ConstructorsConstructorDescriptionSplitIssueLinkTypeServiceImpl
(PropertyDao propertyDao, com.atlassian.jira.issue.link.IssueLinkTypeManager issueLinkTypeManager, I18nFactoryService i18nFactoryService, com.atlassian.beehive.ClusterLockService clusterLockService) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.issue.link.IssueLinkType
Get the issue link type used to link an issue to other issues that were split from it.
-
Constructor Details
-
SplitIssueLinkTypeServiceImpl
@Autowired public SplitIssueLinkTypeServiceImpl(PropertyDao propertyDao, com.atlassian.jira.issue.link.IssueLinkTypeManager issueLinkTypeManager, I18nFactoryService i18nFactoryService, com.atlassian.beehive.ClusterLockService clusterLockService)
-
-
Method Details
-
getOrCreateIssueLinkType
public com.atlassian.jira.issue.link.IssueLinkType getOrCreateIssueLinkType()Description copied from interface:SplitIssueLinkTypeService
Get the issue link type used to link an issue to other issues that were split from it. If the issue link type we're after does not exist, then a new one will be created.- Specified by:
getOrCreateIssueLinkType
in interfaceSplitIssueLinkTypeService
- Returns:
- The issue link type used to link an issue to other issues that were split from it.
-