|
||||||||||
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 |
void |
removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity)
|
void |
saveRelevantChangesets(java.util.List<RelevantChangeset> relevantChangesets)
Deprecated. |
long |
scrollChangesetsForExport(com.google.common.base.Function<RepositoryChangeset,java.lang.Void> function)
Deprecated. |
long |
scrollRelevantChangesetsForExport(com.google.common.base.Function<RelevantChangeset,java.lang.Void> function)
Deprecated. |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
delete, deleteAll, 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,java.lang.Void> function)
@Deprecated long scrollRelevantChangesetsForExport(com.google.common.base.Function<RelevantChangeset,java.lang.Void> function)
@Deprecated void saveRelevantChangesets(java.util.List<RelevantChangeset> relevantChangesets)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |