@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(Consumer<LinkedJiraIssue> consumer)
Scroll through and execute function for each of LinkedJiraIssue
Objects passed to function are not fully initialized.
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
long scrollJiraIssuesForExport(@NotNull Consumer<LinkedJiraIssue> consumer)
consumer
- consumer that will consume each of the LinkedJiraIssuesCollection<LinkedJiraIssue> getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int currentBuildNumber)
planKey
- firstBuildNumber
- currentBuildNumber
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.