Interface ChangePersisterContext
-
- All Known Implementing Classes:
BuildTypeContextsImpl
public interface ChangePersisterContext
Created 19.08.13 15:30- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildServerState
getBuildServerState()
VcsModificationHistoryEx
getVcsHistory()
VcsRootInstancesManager
getVcsRootInstancesManager()
-
-
-
Method Detail
-
getBuildServerState
@NotNull BuildServerState getBuildServerState()
-
getVcsHistory
@NotNull VcsModificationHistoryEx getVcsHistory()
-
getVcsRootInstancesManager
@NotNull VcsRootInstancesManager getVcsRootInstancesManager()
-
-