Uses of Interface
com.atlassian.bamboo.deployments.versions.history.issues.DeploymentVersionLinkedJiraIssue

Packages that use DeploymentVersionLinkedJiraIssue
com.atlassian.bamboo.deployments.versions.history.issues   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of DeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.history.issues
 

Classes in com.atlassian.bamboo.deployments.versions.history.issues that implement DeploymentVersionLinkedJiraIssue
 class DeploymentVersionLinkedJiraIssueImpl
           
 

Uses of DeploymentVersionLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.index
 

Constructor parameters in com.atlassian.bamboo.deployments.versions.index with type arguments of type DeploymentVersionLinkedJiraIssue
IndexedVersionImpl(DeploymentVersion deploymentVersion, DeploymentProject deploymentProject, PlanResultKey planResultKey, java.util.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 DeploymentVersionLinkedJiraIssue
 java.util.List<DeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesServiceImpl.compareVersionsByJiraIssues(long deploymentProjectId, DeploymentVersion version1, DeploymentVersion version2)
           
 java.util.List<DeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesService.compareVersionsByJiraIssues(long deploymentProjectId, DeploymentVersion version1, DeploymentVersion version2)
          Get JIRA issue links for comparing two versions, i.e.
 java.util.List<DeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForDeploymentVersion(long deploymentVersionId)
           
 java.util.List<DeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForDeploymentVersion(long deploymentVersionId)
          DeploymentVersionEventListener Get all JIRA issues associated with DeploymentVersion
 java.util.SortedMap<java.lang.String,DeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForDeploymentVersionsMap(long deploymentVersionId)
           
 java.util.SortedMap<java.lang.String,DeploymentVersionLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForDeploymentVersionsMap(long deploymentVersionId)
          Get all JIRA issues associated with DeploymentVersion as mapping between issue key and DeploymentVersionLinkedJiraIssue
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.