| Package | Description |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.resultsummary |
| Modifier and Type | Method and Description |
|---|---|
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForBuild(ImmutablePlan plan)
Deprecated.
replaced by
#findJiraIssuesForPlanKey(String)} |
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForBuildResults(List<ResultsSummary> buildResults)
Finds a list of jira issues linked to the given build results
|
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForPlanKey(PlanKey planKey)
Finds a list of jira issues linked to a particular build key
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForPlan(ImmutablePlan plan)
Deprecated.
replaced by
#findJiraIssuesForPlanKey(String)} |
List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForPlanKey(PlanKey planKey)
Retrieves a list of
LinkedJiraIssue linked to the given plan key |
List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForResults(List<ResultsSummary> buildResults)
Retrieves a list of
LinkedJiraIssue linked to the given build result summaries |
Set<LinkedJiraIssue> |
ImmutableResultsSummary.getFixingJiraIssues()
Return JIRA issues that this build result summary fixes
|
Set<LinkedJiraIssue> |
ImmutableResultsSummary.getJiraIssues()
Returns all the JIRA issues linked to this build result
|
List<LinkedJiraIssue> |
BuildResultsSummaryDao.getJiraIssuesForBuildResults(List<ResultsSummary> buildResults)
Retrieves a list of
LinkedJiraIssue linked to the given build result summaries |
List<LinkedJiraIssue> |
BuildResultsSummaryDao.getJiraIssuesForPlanKey(PlanKey planKey)
Retrieves a list of
LinkedJiraIssue that are linked to the given build. |
Collection<LinkedJiraIssue> |
LinkedJiraIssueDao.getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int currentBuildNumber)
Find and retrieve all jira issues related to build results from specified range.
|
Set<LinkedJiraIssue> |
ImmutableResultsSummary.getRelatedJiraIssues()
Returns JIRA issues that are related to this build result.
|
| Modifier and Type | Method and Description |
|---|---|
long |
LinkedJiraIssueDao.scrollJiraIssuesForExport(com.google.common.base.Function<LinkedJiraIssue,Void> function)
Scroll through and execute function for each of LinkedJiraIssue
Objects passed to function are not fully initialized.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.