Interface MutableDeploymentVersionLinkedJiraIssue
- All Superinterfaces:
BambooIdProvider
,BambooObject
,InternalLinkedJiraIssue
- All Known Implementing Classes:
MutableDeploymentVersionLinkedJiraIssueImpl
public interface MutableDeploymentVersionLinkedJiraIssue
extends InternalLinkedJiraIssue, BambooObject
-
Method Summary
Modifier and TypeMethodDescriptionJIRA issue key (DB field)Return information how Bamboo object relates to JIRA issue (DB field)void
setDeploymentVersion
(MutableDeploymentVersion deploymentVersion) void
setIssueKey
(String issueKey) void
setIssueType
(JiraIssueLinkType issueLinkType) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
getJiraIssueDetails, setJiraIssueDetails
-
Method Details
-
getDeploymentVersion
MutableDeploymentVersion getDeploymentVersion() -
setDeploymentVersion
-
setIssueKey
-
getIssueKey
String getIssueKey()Description copied from interface:InternalLinkedJiraIssue
JIRA issue key (DB field)- Specified by:
getIssueKey
in interfaceInternalLinkedJiraIssue
- Returns:
- JIRA issue key
-
getIssueType
JiraIssueLinkType getIssueType()Description copied from interface:InternalLinkedJiraIssue
Return information how Bamboo object relates to JIRA issue (DB field)- Specified by:
getIssueType
in interfaceInternalLinkedJiraIssue
- Returns:
JiraIssueLinkType
object
-
setIssueType
-