| Package | Description |
|---|---|
| com.atlassian.bamboo.deployments.versions.history.issues | |
| com.atlassian.bamboo.deployments.versions.service |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentVersionLinkedJiraIssueImpl |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.compareVersionsByJiraIssues(long deploymentProjectId,
@NotNull DeploymentVersion version1,
@NotNull DeploymentVersion version2) |
List<DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.compareVersionsByJiraIssues(long deploymentProjectId,
@NotNull DeploymentVersion version1,
@NotNull DeploymentVersion version2)
Get JIRA issue links for comparing two versions, i.e.
|
List<DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForDeploymentVersion(long deploymentVersionId) |
List<DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForDeploymentVersion(long deploymentVersionId)
DeploymentVersionEventListener
Get all JIRA issues associated with
DeploymentVersion |
SortedMap<String,DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForDeploymentVersionsMap(long deploymentVersionId) |
SortedMap<String,DeploymentVersionLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForDeploymentVersionsMap(long deploymentVersionId)
Get all JIRA issues associated with
DeploymentVersion as mapping between issue key and DeploymentVersionLinkedJiraIssue |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.