|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryChangesetDao
Method Summary | |
---|---|
RepositoryChangeset |
findById(long id)
|
RepositoryChangeset |
findChangesetByResultId(long resultsSummaryId)
Deprecated. since 3.3 only for backward compatibility in import |
List<RepositoryChangeset> |
getChangesetsForBuildNumberRange(PlanKey planKey,
int firstBuildNumber,
int lastBuildNumber)
Finds and returns all repository change sets related with build results from specified range. |
void |
removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity)
|
void |
saveRelevantChangesets(List<RelevantChangeset> relevantChangesets)
Deprecated. since 3.3 |
long |
scrollChangesetsForExport(com.google.common.base.Function<RepositoryChangeset,Void> function)
Deprecated. since 3.3 |
long |
scrollRelevantChangesetsForExport(com.google.common.base.Function<RelevantChangeset,Void> function)
Deprecated. since 3.3 |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Method Detail |
---|
@Nullable RepositoryChangeset findById(long id)
void removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity)
@Deprecated RepositoryChangeset findChangesetByResultId(long resultsSummaryId)
resultsSummaryId
-
@Deprecated long scrollChangesetsForExport(com.google.common.base.Function<RepositoryChangeset,Void> function)
@Deprecated long scrollRelevantChangesetsForExport(com.google.common.base.Function<RelevantChangeset,Void> function)
@Deprecated void saveRelevantChangesets(List<RelevantChangeset> relevantChangesets)
List<RepositoryChangeset> getChangesetsForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
planKey
- firstBuildNumber
- lastBuildNumber
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |