|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanVcsRevisionHistoryManager
Method Summary | |
---|---|
void |
cleanupUnusedEntriesForPlan(PlanKey planKey)
Removes history entries that are not used in change detection process. |
void |
clearRevisionHistoryForPlanNewTx(PlanKey planKey)
Removes all history entries for the plan. |
java.util.Map<java.lang.Long,PlanVcsRevisionData> |
getLastVcsRevisionKeys(PlanKey planKey)
Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection. |
java.util.Map<java.lang.Long,PlanVcsRevisionData> |
getLastVcsRevisionKeysBeforeBuildNumber(PlanKey planKey,
int buildNumber)
Return the mapping between repository ids and strings representing the vcs revisions which were result of last change detection performed before given build. |
void |
markBuildStartedNewTx(BuildContext buildContext)
Saves the information on started build in the plan's vcs revision history. |
void |
markChangeDetectionCompletedNewTx(PlanKey planKey,
int buildNumber,
PlanVcsRevisionData vcsRevisionKey,
long repositoryId)
Saves the information on change detection result in the plan's vcs revision history. |
Method Detail |
---|
@NotNull java.util.Map<java.lang.Long,PlanVcsRevisionData> getLastVcsRevisionKeys(@NotNull PlanKey planKey)
@NotNull java.util.Map<java.lang.Long,PlanVcsRevisionData> getLastVcsRevisionKeysBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber)
void markBuildStartedNewTx(@NotNull BuildContext buildContext)
BuildContext
buildContext
- void markChangeDetectionCompletedNewTx(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData vcsRevisionKey, long repositoryId)
planKey
- buildNumber
- vcsRevisionKey
- void clearRevisionHistoryForPlanNewTx(@NotNull PlanKey planKey)
planKey
- void cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey)
planKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |