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)voidsetDeploymentVersion(MutableDeploymentVersion deploymentVersion) voidsetIssueKey(String issueKey) voidsetIssueType(JiraIssueLinkType issueLinkType) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods 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:InternalLinkedJiraIssueJIRA issue key (DB field)- Specified by:
getIssueKeyin interfaceInternalLinkedJiraIssue- Returns:
- JIRA issue key
-
getIssueType
JiraIssueLinkType getIssueType()Description copied from interface:InternalLinkedJiraIssueReturn information how Bamboo object relates to JIRA issue (DB field)- Specified by:
getIssueTypein interfaceInternalLinkedJiraIssue- Returns:
JiraIssueLinkTypeobject
-
setIssueType
-