com.atlassian.bamboo.plugins.jira.rest.resource
Class JiraIssueRelatedDeploymentsResource

java.lang.Object
  extended by com.atlassian.bamboo.plugins.jira.rest.resource.JiraIssueRelatedDeploymentsResource

@Singleton
public class JiraIssueRelatedDeploymentsResource
extends java.lang.Object


Constructor Summary
JiraIssueRelatedDeploymentsResource(EnvironmentIndexSearcher environmentIndexSearcher, VersionIndexSearcher versionIndexSearcher, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentProjectService deploymentProjectService, DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, FeatureManager featureManager)
           
 
Method Summary
 DeploymentProjectSummaries getLatestRelevantBuildStatusesForJiraIssue(java.util.List<java.lang.String> issueKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraIssueRelatedDeploymentsResource

public JiraIssueRelatedDeploymentsResource(@NotNull
                                           EnvironmentIndexSearcher environmentIndexSearcher,
                                           @NotNull
                                           VersionIndexSearcher versionIndexSearcher,
                                           @NotNull
                                           AdministrationConfigurationAccessor administrationConfigurationAccessor,
                                           @NotNull
                                           DeploymentProjectService deploymentProjectService,
                                           @NotNull
                                           DashboardCachingManager dashboardCachingManager,
                                           @NotNull
                                           CustomVariableContext customVariableContext,
                                           @NotNull
                                           FeatureManager featureManager)
Method Detail

getLatestRelevantBuildStatusesForJiraIssue

public DeploymentProjectSummaries getLatestRelevantBuildStatusesForJiraIssue(java.util.List<java.lang.String> issueKeys)


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