com.atlassian.bamboo.jira.jiraissues
Interface JiraIssueManager
- All Known Implementing Classes:
- JiraIssueManagerImpl
public interface JiraIssueManager
getJiraIssueDetails
@NotNull
java.lang.Iterable<LinkedJiraIssue> getJiraIssueDetails(@NotNull
Project bambooProject,
@NotNull
java.lang.Iterable<LinkedJiraIssue> linkedJiraIssues)
throws CredentialsRequiredContextException,
com.atlassian.sal.api.net.ResponseException
- Get issue details from JIRA via XML Search.
- Parameters:
bambooProject
- Bamboo project for which the search is executedlinkedJiraIssues
- JIRA issues to be completed with data fetched from JIRA
- Returns:
Iterable
of JiraIssueDetails
objects representing JIRA issues.
- Throws:
com.atlassian.applinks.api.CredentialsRequiredException
- In case applicationLink requires authentication in order to establish connection with JIRA
CredentialsRequiredContextException
com.atlassian.sal.api.net.ResponseException
Copyright © 2012 Atlassian. All Rights Reserved.