com.atlassian.bamboo.jira.jiraissues
Interface LinkedJiraIssue

All Superinterfaces:
BambooIdProvider, BambooObject, java.lang.Comparable<LinkedJiraIssue>, InternalLinkedJiraIssue
All Known Implementing Classes:
LinkedJiraIssueImpl

public interface LinkedJiraIssue
extends InternalLinkedJiraIssue, BambooObject, java.lang.Comparable<LinkedJiraIssue>

A JIRA issue and how it is linked to the corresponding build result summary


Method Summary
 ResultsSummary getResultsSummary()
          Get ResultsSummary to which this LinkedJiraIssue applies (DB field)
 void setIssueKey(java.lang.String issueKey)
          Set JIRA issue key
 void setIssueType(JiraIssueLinkType issueLinkType)
          Set how build relates to JIRA issue
 void setResultsSummary(ResultsSummary resultsSummary)
          Set ResultsSummary to which this LinkedJiraIssue applies (DB field)
 
Methods inherited from interface com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
getIssueKey, getIssueType, getJiraIssueDetails, setJiraIssueDetails
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setIssueKey

void setIssueKey(java.lang.String issueKey)
Set JIRA issue key

Parameters:
issueKey - JIRA issue key

setIssueType

void setIssueType(JiraIssueLinkType issueLinkType)
Set how build relates to JIRA issue

Parameters:
issueLinkType - defines how build relates to JIRA issue

getResultsSummary

ResultsSummary getResultsSummary()
Get ResultsSummary to which this LinkedJiraIssue applies (DB field)

Returns:
ResultsSummary object

setResultsSummary

void setResultsSummary(ResultsSummary resultsSummary)
Set ResultsSummary to which this LinkedJiraIssue applies (DB field)

Parameters:
resultsSummary - ResultsSummary object


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.