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