|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plan.vcsRevision.PlanVcsRevisionHistoryServiceImpl
public class PlanVcsRevisionHistoryServiceImpl
Constructor Summary | |
---|---|
PlanVcsRevisionHistoryServiceImpl(PlanVcsRevisionHistoryManager planVcsRevisionHistoryManager)
|
Method Summary | |
---|---|
void |
cleanupUnusedEntriesForPlan(PlanKey planKey)
Removes history entries that are not used in change detection process. |
void |
clearRevisionHistoryForPlan(PlanKey planKey)
Removes all history entries for the plan. |
PlanVcsRevisionDataSet |
getLastVcsRevisionKeys(PlanKey planKey)
Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection. |
PlanVcsRevisionDataSet |
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 |
markBuildStarted(BuildContext buildContext)
Saves the information on started build in the plan's vcs revision history. |
void |
markChangeDetectionCompleted(PlanKey planKey,
int buildNumber,
PlanVcsRevisionData planVcsRevisionData,
long repositoryId)
Saves the information on change detection result in the plan's vcs revision history. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanVcsRevisionHistoryServiceImpl(@NotNull PlanVcsRevisionHistoryManager planVcsRevisionHistoryManager)
Method Detail |
---|
@NotNull public PlanVcsRevisionDataSet getLastVcsRevisionKeys(@NotNull PlanKey planKey)
PlanVcsRevisionHistoryService
getLastVcsRevisionKeys
in interface PlanVcsRevisionHistoryService
@NotNull public PlanVcsRevisionDataSet getLastVcsRevisionKeysBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber)
PlanVcsRevisionHistoryService
getLastVcsRevisionKeysBeforeBuildNumber
in interface PlanVcsRevisionHistoryService
public void markBuildStarted(@NotNull BuildContext buildContext)
PlanVcsRevisionHistoryService
BuildContext
markBuildStarted
in interface PlanVcsRevisionHistoryService
public void markChangeDetectionCompleted(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData planVcsRevisionData, long repositoryId)
PlanVcsRevisionHistoryService
markChangeDetectionCompleted
in interface PlanVcsRevisionHistoryService
public void clearRevisionHistoryForPlan(@NotNull PlanKey planKey)
PlanVcsRevisionHistoryService
clearRevisionHistoryForPlan
in interface PlanVcsRevisionHistoryService
public void cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey)
PlanVcsRevisionHistoryService
cleanupUnusedEntriesForPlan
in interface PlanVcsRevisionHistoryService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |