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


Method Summary
 MutableDeploymentVersion getDeploymentVersion()
           
 java.lang.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(java.lang.String issueKey)
           
 void setIssueType(JiraIssueLinkType issueLinkType)
           
 
Methods inherited from interface com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
getJiraIssueDetails, setJiraIssueDetails
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getDeploymentVersion

MutableDeploymentVersion getDeploymentVersion()

setDeploymentVersion

void setDeploymentVersion(MutableDeploymentVersion deploymentVersion)

setIssueKey

void setIssueKey(java.lang.String issueKey)

getIssueKey

java.lang.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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.