com.atlassian.bamboo.jira.jiraissues
Interface JiraIssueLinkType

All Known Implementing Classes:
BuildFixesIssueLinkType, BuildRelatesIssueLinkType

public interface JiraIssueLinkType

Represents a type of link between a build result and a jira issue


Method Summary
 java.lang.String getLinkDescription()
          Description of link for UI.
 java.lang.String getLinkType()
          Returns a string representation of the linke type
 

Method Detail

getLinkType

@NotNull
java.lang.String getLinkType()
Returns a string representation of the linke type

Returns:

getLinkDescription

@NotNull
java.lang.String getLinkDescription()
Description of link for UI.

Returns:


Copyright © 2011 Atlassian. All Rights Reserved.