|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanVcsRevisionHistoryStandaloneDao
Method Summary | |
---|---|
void |
createChangeDetectionHistoryItem(PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
Inserts new history item. |
PlanVcsRevisionHistoryItem |
findLatestVcsRevisionHistoryItem(long repositoryId)
Retrieves a history item with the highest build number. |
PlanVcsRevisionHistoryItem |
findLatestVcsRevisionHistoryItem(PlanKey planKey)
Retrieves a history item with the highest build number. |
void |
removeVcsHistoryForPlan(PlanKey planKey)
Remove all history for PlanKey. |
long |
scrollPlanVcsRevisionHistoryItemsForExport(com.google.common.base.Function<PlanVcsRevisionHistoryItem,java.lang.Void> function)
Scroll through and execute function for each of PlanVcsRevisionHistoryItem Objects passed to function are not fully initialized. |
void |
updateRepositoryIdForPlan(PlanKey planKey,
long repositoryId)
Update all repository entries for PlanKey setting repository id in all of them. |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll |
Method Detail |
---|
@Nullable PlanVcsRevisionHistoryItem findLatestVcsRevisionHistoryItem(@NotNull PlanKey planKey)
planKey
-
@Nullable PlanVcsRevisionHistoryItem findLatestVcsRevisionHistoryItem(long repositoryId)
repositoryId
-
void createChangeDetectionHistoryItem(@NotNull PlanVcsRevisionHistoryItem planVcsRevisionHistoryItem)
planVcsRevisionHistoryItem
- long scrollPlanVcsRevisionHistoryItemsForExport(@NotNull com.google.common.base.Function<PlanVcsRevisionHistoryItem,java.lang.Void> function)
function
- function to be executed on each of the TestClassResults
void updateRepositoryIdForPlan(@NotNull PlanKey planKey, long repositoryId)
planKey
- repositoryId
- void removeVcsHistoryForPlan(PlanKey planKey)
planKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |