Interface VcsRootContext
-
- All Known Implementing Classes:
BuildTypeContextsImpl
public interface VcsRootContext
Created 09.05.13 13:23- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
-
-
-
Method Detail
-
getProjectManager
@NotNull ProjectManagerEx getProjectManager()
-
getEventDispatcher
@NotNull EventDispatcher<BuildServerListener> getEventDispatcher()
-
getConfigActionsDispatcher
@NotNull EventDispatcher<ConfigActionsServerListener> getConfigActionsDispatcher()
-
getVcsManager
@NotNull VcsManagerEx getVcsManager()
-
getVcsRootsManagerSettingsHolder
@NotNull VcsRootsManagerSettingsHolder getVcsRootsManagerSettingsHolder()
-
getAuditLogFactory
@NotNull AuditLogFactory getAuditLogFactory()
-
getAuditLogProvider
@NotNull AuditLogProvider getAuditLogProvider()
-
getVcsRootIdentifiersManager
@NotNull VcsRootIdentifiersManager getVcsRootIdentifiersManager()
-
getSecurityContext
@NotNull SecurityContextEx getSecurityContext()
-
getConfigHistoryManager
@NotNull ConfigHistoryManager getConfigHistoryManager()
-
getProjectPersistingHandler
@NotNull ProjectPersistingHandler getProjectPersistingHandler()
-
getConfigurationPersister
@NotNull ConfigurationPersister getConfigurationPersister()
-
getBranchSpecs
@NotNull BranchSpecs getBranchSpecs()
-
getConfigActionFactory
@NotNull ConfigActionFactory getConfigActionFactory()
-
getConfigChangesCommitter
@NotNull ConfigChangesCommitter getConfigChangesCommitter()
-
getConfigFileChangesListener
@NotNull ConfigFileChangesListener getConfigFileChangesListener()
-
getServerResponsibility
@NotNull ServerResponsibility getServerResponsibility()
-
getSettingsRootManager
@NotNull VersionedSettingsManager getSettingsRootManager()
-
-