Class BuildDependencyGraphFactoryImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.dependency.BuildDependencyGraphFactoryImpl
-
- All Implemented Interfaces:
BuildDependencyGraphFactory
public class BuildDependencyGraphFactoryImpl extends Object implements BuildDependencyGraphFactory
- Author:
- Pavel.Sher Date: 13.08.2008
-
-
Constructor Summary
Constructors Constructor Description BuildDependencyGraphFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildDependencyGraphImplcreateGraph(BuildPromotionEx promotion)TopBuildDependencyGraphcreateTopGraph(BuildPromotionEx promotionEx)voidsetBuildPromotionReplacementLog(BuildPromotionReplacementLog buildPromotionReplacementLog)voidsetSecurityContext(SecurityContextEx securityContext)voidsetVcsChangesCollectorFactory(VcsChangesCollectorFactory vcsChangesCollectorFactory)voidsetVcsRootManager(VcsRootInstancesManager vcsRootManager)
-
-
-
Method Detail
-
setSecurityContext
public void setSecurityContext(@NotNull SecurityContextEx securityContext)
-
setVcsChangesCollectorFactory
public void setVcsChangesCollectorFactory(@NotNull VcsChangesCollectorFactory vcsChangesCollectorFactory)
-
setVcsRootManager
public void setVcsRootManager(@NotNull VcsRootInstancesManager vcsRootManager)
-
setBuildPromotionReplacementLog
public void setBuildPromotionReplacementLog(@NotNull BuildPromotionReplacementLog buildPromotionReplacementLog)
-
createGraph
@NotNull public BuildDependencyGraphImpl createGraph(@NotNull BuildPromotionEx promotion)
- Specified by:
createGraphin interfaceBuildDependencyGraphFactory
-
createTopGraph
@NotNull public TopBuildDependencyGraph createTopGraph(@NotNull BuildPromotionEx promotionEx)
- Specified by:
createTopGraphin interfaceBuildDependencyGraphFactory
-
-