Interface ChangePersisterContext
-
- All Known Implementing Classes:
BuildTypeContextsImpl
public interface ChangePersisterContextCreated 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 BuildServerStategetBuildServerState()VcsModificationHistoryExgetVcsHistory()VcsRootInstancesManagergetVcsRootInstancesManager()
-
-
-
Method Detail
-
getBuildServerState
@NotNull BuildServerState getBuildServerState()
-
getVcsHistory
@NotNull VcsModificationHistoryEx getVcsHistory()
-
getVcsRootInstancesManager
@NotNull VcsRootInstancesManager getVcsRootInstancesManager()
-
-