com.atlassian.greenhopper.service.issuelink
Class EpicLinkTypeServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.issuelink.EpicLinkTypeServiceImpl
All Implemented Interfaces:
EpicLinkTypeService

@Service
public class EpicLinkTypeServiceImpl
extends java.lang.Object
implements EpicLinkTypeService


Constructor Summary
EpicLinkTypeServiceImpl()
           
 
Method Summary
 com.atlassian.jira.issue.link.IssueLinkType getOrCreateEpicLinkType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicLinkTypeServiceImpl

public EpicLinkTypeServiceImpl()
Method Detail

getOrCreateEpicLinkType

public com.atlassian.jira.issue.link.IssueLinkType getOrCreateEpicLinkType()
Specified by:
getOrCreateEpicLinkType in interface EpicLinkTypeService
Returns:
the link type representing the Epic-Story relationship


Copyright © 2007-2014 Atlassian. All Rights Reserved.