Uses of Interface
jetbrains.buildServer.serverSide.impl.beans.BuildChangesContextServices
-
Packages that use BuildChangesContextServices Package Description jetbrains.buildServer.serverSide.impl.beans jetbrains.buildServer.vcs.impl -
-
Uses of BuildChangesContextServices in jetbrains.buildServer.serverSide.impl.beans
Classes in jetbrains.buildServer.serverSide.impl.beans that implement BuildChangesContextServices Modifier and Type Class Description class
BuildTypeContextsImpl
Created 12.04.13 11:56 -
Uses of BuildChangesContextServices in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type BuildChangesContextServices Modifier and Type Method Description void
VcsChangesCollectorFactoryImpl. setBuildChangesContextServices(BuildChangesContextServices buildChangesContextServices)
Constructors in jetbrains.buildServer.vcs.impl with parameters of type BuildChangesContextServices Constructor Description AbstractBuildPromotionChangesCollector(BuildChangesContextServices changesContextServices)
BuildChainChangesCollector(BuildPromotionChangesLoader changesLoader, BuildChangesContextServices contextVariables, MultiNodeTasks multiNodeTasks, CheckingForChangesTaskPrecondition checkingForChangesPrecondition, EventDispatcher<BuildServerListener> eventDispatcher, ServerResponsibility serverResponsibility, ServerMetrics serverMetrics)
HistoryChangesCollector(BuildChangesContextServices buildChangesContextServices, boolean logCalculationToBuildLog)
-