Interface MutableDeploymentVersionLinkedJiraIssue
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,InternalLinkedJiraIssue
- All Known Implementing Classes:
MutableDeploymentVersionLinkedJiraIssueImpl
public interface MutableDeploymentVersionLinkedJiraIssue extends InternalLinkedJiraIssue, BambooObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableDeploymentVersion
getDeploymentVersion()
String
getIssueKey()
JIRA issue key (DB field)JiraIssueLinkType
getIssueType()
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 Detail
-
getDeploymentVersion
MutableDeploymentVersion getDeploymentVersion()
-
setDeploymentVersion
void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)
-
setIssueKey
void setIssueKey(String issueKey)
-
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
void setIssueType(JiraIssueLinkType issueLinkType)
-
-