Interface BuildChangesContextServices
-
- All Known Implementing Classes:
BuildTypeContextsImpl
public interface BuildChangesContextServices
Created 20.08.13 13:05- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
-
-
-
Method Detail
-
getEventDispatcher
@NotNull EventDispatcher<BuildServerListener> getEventDispatcher()
-
getVcsManager
@NotNull VcsManagerEx getVcsManager()
-
getVcsHistory
@NotNull VcsModificationHistoryEx getVcsHistory()
-
getBuildPromotionManager
@NotNull BuildPromotionManager getBuildPromotionManager()
-
getFinalRevisionCalculator
@NotNull FinalRevisionCalculator getFinalRevisionCalculator()
-
getRepositoryStateManager
@NotNull RepositoryStateManager getRepositoryStateManager()
-
getSettingsRootManager
@NotNull VersionedSettingsManager getSettingsRootManager()
-
getSubrepoCheckoutRulesProvider
@NotNull SubrepoCheckoutRulesProvider getSubrepoCheckoutRulesProvider()
-
getSecurityContext
@NotNull SecurityContextEx getSecurityContext()
-
getMultiNodesEvents
@NotNull MultiNodesEvents getMultiNodesEvents()
-
getNodesBuildsEvents
@NotNull NodesBuildsEvents getNodesBuildsEvents()
-
getSqlRunner
@NotNull SQLRunnerEx getSqlRunner()
-
getVcsChangesLoaderMetrics
@NotNull VcsChangesLoaderMetrics getVcsChangesLoaderMetrics()
-
getBranchSpecs
@NotNull BranchSpecs getBranchSpecs()
-
-