com.atlassian.jira.issue.issuelink
Interface IssueLinkType


Deprecated. Use IssueLinkType instead. Since v5.0.

@PublicApi
public interface IssueLinkType

This interfaces represents the possible linking information between two issues

Since:
v4.3

Method Summary
 Long getId()
          Deprecated.  
 String getInward()
          Deprecated.  
 String getName()
          Deprecated.  
 String getOutward()
          Deprecated.  
 String getStyle()
          Deprecated.  
 boolean isSubTaskLinkType()
          Deprecated.  
 boolean isSystemLinkType()
          Deprecated. Checks if this link type is a System Link type.
 

Method Detail

getId

Long getId()
Deprecated. 
Returns:
the id of this IssueLinkType

getName

String getName()
Deprecated. 
Returns:
the name of this IssueLinkType

getOutward

String getOutward()
Deprecated. 
Returns:
the outward name of this IssueLinkType

getInward

String getInward()
Deprecated. 
Returns:
the inward name of this IssueLinkType

getStyle

String getStyle()
Deprecated. 
Returns:
the style name of this IssueLinkType

isSubTaskLinkType

boolean isSubTaskLinkType()
Deprecated. 
Returns:
true if the link type is a subtask link

isSystemLinkType

boolean isSystemLinkType()
Deprecated. 
Checks if this link type is a System Link type. System link types are used by JIRA to denote a special relationship between issues. For example, a sub-task is linked ot its parent issue using a link that is of a system link type.

Returns:
true if its a system link type


Copyright © 2002-2013 Atlassian. All Rights Reserved.