@Internal public interface LinkedJiraIssueDao extends BambooObjectDao<LinkedJiraIssue>
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkedJiraIssue> |
getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int currentBuildNumber)
Find and retrieve all jira issues related to build results from specified range.
|
long |
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.
|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAlllong scrollJiraIssuesForExport(@NotNull
com.google.common.base.Function<LinkedJiraIssue,Void> function)
function - function to be executed on each of the LinkedJiraIssueCollection<LinkedJiraIssue> getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int currentBuildNumber)
planKey - firstBuildNumber - currentBuildNumber - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.