@Singleton public class JiraIssueRelatedDeploymentsResource extends Object
Constructor and Description |
---|
JiraIssueRelatedDeploymentsResource(DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
EnvironmentService environmentService,
DeploymentResultService deploymentResultService,
AdministrationConfigurationAccessor administrationConfigurationAccessor,
com.atlassian.sal.api.message.I18nResolver i18nResolver) |
Modifier and Type | Method and Description |
---|---|
RestJiraIssueRelatedDeploymentProjects |
getJiraIssueStatusForProject(String issueKey)
Get all deployment projects associated with JIRA issue key
|
RestDeploymentProjectStatusForJiraIssue |
getJiraIssueStatusForProject(String issueKey,
long deploymentProjectId)
Get deployment project environments and versions associated with JIRA issue
|
public JiraIssueRelatedDeploymentsResource(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, DeploymentResultService deploymentResultService, AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver)
public RestDeploymentProjectStatusForJiraIssue getJiraIssueStatusForProject(String issueKey, long deploymentProjectId)
issueKey
- JIRA issue key. MandatorydeploymentProjectId
- deployment project idpublic RestJiraIssueRelatedDeploymentProjects getJiraIssueStatusForProject(String issueKey)
issueKey
- JIRA issue key. MandatoryCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.