com.atlassian.bamboo.deployments.versions.persistence.issues
Interface MutableDeploymentVersionLinkedJiraIssue
- All Superinterfaces:
- BambooIdProvider, BambooObject, InternalLinkedJiraIssue
- All Known Implementing Classes:
- MutableDeploymentVersionLinkedJiraIssueImpl
public interface MutableDeploymentVersionLinkedJiraIssue
- extends InternalLinkedJiraIssue, BambooObject
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 interface InternalLinkedJiraIssue
- 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 interface InternalLinkedJiraIssue
- Returns:
JiraIssueLinkType
object
setIssueType
void setIssueType(JiraIssueLinkType issueLinkType)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.