Uses of Interface
com.atlassian.bamboo.deployments.versions.history.issues.DeploymentVersionLinkedJiraIssue
Packages that use DeploymentVersionLinkedJiraIssue
Package
Description
-
Uses of DeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.history.issues
Classes in com.atlassian.bamboo.deployments.versions.history.issues that implement DeploymentVersionLinkedJiraIssue -
Uses of DeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.index
Constructor parameters in com.atlassian.bamboo.deployments.versions.index with type arguments of type DeploymentVersionLinkedJiraIssueModifierConstructorDescriptionIndexedVersionImpl
(@NotNull DeploymentVersion deploymentVersion, @Nullable PlanResultKey planResultKey, @NotNull List<DeploymentVersionLinkedJiraIssue> issues) -
Uses of DeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersionLinkedJiraIssueModifier and TypeMethodDescriptionDeploymentVersionLinkedJiraIssuesService.compareVersionsByJiraIssues
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) Get JIRA issue links for comparing two versions, i.e.DeploymentVersionLinkedJiraIssuesServiceImpl.compareVersionsByJiraIssues
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2) DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForDeploymentVersion
(long deploymentVersionId) DeploymentVersionEventListener Get all JIRA issues associated withDeploymentVersion
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForDeploymentVersion
(long deploymentVersionId) DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForDeploymentVersionsMap
(long deploymentVersionId) Get all JIRA issues associated withDeploymentVersion
as mapping between issue key andDeploymentVersionLinkedJiraIssue
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForDeploymentVersionsMap
(long deploymentVersionId)