Interface VcsModificationContext
-
- All Known Implementing Classes:
BuildTypeContextsImpl
public interface VcsModificationContext
-
-
Method Summary
-
-
-
Method Detail
-
getVcsManager
@NotNull VcsManagerEx getVcsManager()
-
getIssuesManager
@NotNull IssuesManager getIssuesManager()
-
getModificationStateCalculator
@NotNull ModificationStateCalculator getModificationStateCalculator()
-
getFileModificationFactory
@NotNull SVcsFileModificationFactory getFileModificationFactory()
-
getProjectManager
@NotNull ProjectManagerEx getProjectManager()
-
getChangedFilesLoader
@NotNull ModificationFilesLoader getChangedFilesLoader()
-
getVcsRootInstancesManager
@NotNull VcsRootInstancesManager getVcsRootInstancesManager()
-
getUserModel
@NotNull UserModel getUserModel()
-
getBuildTypeFactory
@NotNull BuildTypeFactory getBuildTypeFactory()
-
getPersonalBuildManager
@NotNull PersonalBuildManager getPersonalBuildManager()
-
getVcsHistory
@NotNull VcsModificationHistoryEx getVcsHistory()
-
getSettingsRootManager
@NotNull VersionedSettingsManager getSettingsRootManager()
-
getVersionedSettingsOptions
@NotNull VersionedSettingsOptions getVersionedSettingsOptions()
-
getSecurityContext
@NotNull SecurityContextEx getSecurityContext()
-
getAuditLogFactory
@NotNull AuditLogFactory getAuditLogFactory()
-
getVcsEvents
@NotNull VcsEvents getVcsEvents()
-
-