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 BuildDependencyGraphImpl
createGraph(BuildPromotionEx promotion)
TopBuildDependencyGraph
createTopGraph(BuildPromotionEx promotionEx)
void
setBuildPromotionReplacementLog(BuildPromotionReplacementLog buildPromotionReplacementLog)
void
setSecurityContext(SecurityContextEx securityContext)
void
setVcsChangesCollectorFactory(VcsChangesCollectorFactory vcsChangesCollectorFactory)
void
setVcsRootManager(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:
createGraph
in interfaceBuildDependencyGraphFactory
-
createTopGraph
@NotNull public TopBuildDependencyGraph createTopGraph(@NotNull BuildPromotionEx promotionEx)
- Specified by:
createTopGraph
in interfaceBuildDependencyGraphFactory
-
-