@Internal public interface LinkedJiraIssueDao extends BambooObjectDao<LinkedJiraIssue>
Modifier and Type | Method and Description |
---|---|
Collection<LinkedJiraIssue> |
getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey,
int firstBuildNumber,
int currentBuildNumber)
Find and retrieve all jira issues related to build results from specified range.
|
long |
scrollJiraIssuesForExport(@NotNull 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 @NotNull Consumer<LinkedJiraIssue> consumer)
consumer
- consumer that will consume each of the LinkedJiraIssuesCollection<LinkedJiraIssue> getLinkedJiraIssuesForBuildNumberRange(@NotNull @NotNull PlanKey planKey, int firstBuildNumber, int currentBuildNumber)
planKey
- firstBuildNumber
- currentBuildNumber
- Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.