Interface DeploymentVersionLinkedJiraIssue
-
- All Superinterfaces:
InternalLinkedJiraIssue
- All Known Implementing Classes:
DeploymentVersionLinkedJiraIssueImpl
public interface DeploymentVersionLinkedJiraIssue extends InternalLinkedJiraIssue
JIRA issue connected with aDeploymentVersion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDeploymentVersionId()
-
Methods inherited from interface com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
getIssueKey, getIssueType, getJiraIssueDetails, setJiraIssueDetails
-
-
-
-
Method Detail
-
getDeploymentVersionId
long getDeploymentVersionId()
- Returns:
- id of the associated
DeploymentVersion
-
-