@Internal public interface BuildResultWarningSummaryDao extends BambooObjectDao<BuildResultWarningSummary>
Modifier and Type | Method and Description |
---|---|
@NotNull List<BuildResultWarningSummary> |
findByResult(long resultsSummaryId) |
@Nullable BuildResultWarningSummary |
findByResultAndRepository(long resultsSummaryId,
long repositoryId) |
void |
scrollBuildResultWarningsForExport(@NotNull Consumer<BuildResultWarningSummaryDto> buildResultWarningSummaryConsumer) |
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull @NotNull List<BuildResultWarningSummary> findByResult(long resultsSummaryId)
@Nullable @Nullable BuildResultWarningSummary findByResultAndRepository(long resultsSummaryId, long repositoryId)
void scrollBuildResultWarningsForExport(@NotNull @NotNull Consumer<BuildResultWarningSummaryDto> buildResultWarningSummaryConsumer)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.