Interface LinkedJiraIssue
- All Superinterfaces:
BambooIdProvider,BambooObject,Comparable<LinkedJiraIssue>,InternalLinkedJiraIssue
- All Known Implementing Classes:
LinkedJiraIssueImpl
@PublicApi
public interface LinkedJiraIssue
extends InternalLinkedJiraIssue, BambooObject, Comparable<LinkedJiraIssue>
A JIRA issue and how it is linked to the corresponding build result summary
-
Method Summary
Modifier and TypeMethodDescriptionGetResultsSummaryto which thisLinkedJiraIssueapplies (DB field)voidsetIssueKey(String issueKey) Set JIRA issue keyvoidsetIssueType(JiraIssueLinkType issueLinkType) Set how build relates to JIRA issuevoidsetResultsSummary(ResultsSummary resultsSummary) SetResultsSummaryto which thisLinkedJiraIssueapplies (DB field)Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
getIssueKey, getIssueType, getJiraIssueDetails, setJiraIssueDetails
-
Method Details
-
setIssueKey
Set JIRA issue key- Parameters:
issueKey- JIRA issue key
-
setIssueType
Set how build relates to JIRA issue- Parameters:
issueLinkType- defines how build relates to JIRA issue
-
getResultsSummary
ResultsSummary getResultsSummary()GetResultsSummaryto which thisLinkedJiraIssueapplies (DB field)- Returns:
ResultsSummaryobject
-
setResultsSummary
SetResultsSummaryto which thisLinkedJiraIssueapplies (DB field)- Parameters:
resultsSummary-ResultsSummaryobject
-