com.atlassian.bamboo.jira.jiraissues
Class BuildRelatesIssueLinkType

java.lang.Object
  extended by com.atlassian.bamboo.jira.jiraissues.BuildRelatesIssueLinkType
All Implemented Interfaces:
JiraIssueLinkType, java.io.Serializable

public class BuildRelatesIssueLinkType
extends java.lang.Object
implements JiraIssueLinkType, java.io.Serializable

Build Result Summary to Jira Issue Link type indicating the the build related to the jira issue

See Also:
Serialized Form

Constructor Summary
BuildRelatesIssueLinkType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getLinkDescription()
          Description of link for UI.
 java.lang.String getLinkType()
          Returns a string representation of the linke type
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildRelatesIssueLinkType

public BuildRelatesIssueLinkType()
Method Detail

getLinkType

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

Specified by:
getLinkType in interface JiraIssueLinkType
Returns:

getLinkDescription

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

Specified by:
getLinkDescription in interface JiraIssueLinkType
Returns:

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2011 Atlassian. All Rights Reserved.