com.atlassian.jira.issue.fields
Interface IssueLinksSystemField.IssueLinkingValue

Enclosing class:
IssueLinksSystemField

@Internal
public static interface IssueLinksSystemField.IssueLinkingValue

This interface is used as a value object for IssueLinking information.

It lurks around inside the field values holder maps while JIRA does its thang. It's referenced by the velocity views and also by the IssueLinksSystemField itself.

While the class is PUBLIC, it is only so that the Velocity template can get to it. Please do not consider this part of the JIRA API. It's for the IssueLinksSystemField only. You have been warned :)


Nested Class Summary
static class IssueLinksSystemField.IssueLinkingValue.Builder
           
 
Method Summary
 String getLinkDescription()
           
 List<String> getLinkedIssues()
           
 IssueLinkService.AddIssueLinkValidationResult getValidationResult()
           
 boolean isCreateIssue()
           
 boolean isIssueLinkingActivated()
           
 

Method Detail

isCreateIssue

boolean isCreateIssue()

isIssueLinkingActivated

boolean isIssueLinkingActivated()

getLinkDescription

String getLinkDescription()

getLinkedIssues

List<String> getLinkedIssues()

getValidationResult

IssueLinkService.AddIssueLinkValidationResult getValidationResult()


Copyright © 2002-2013 Atlassian. All Rights Reserved.