Class BuildSettingsLoaderContext
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.xml.BuildSettingsLoaderContext
-
public class BuildSettingsLoaderContext extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildSettingsLoaderContext(IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, ProjectEx project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifiersManager<String>
getBuildTypeIdManager()
ProjectEx
getProject()
IdentifiersManager<Long>
getVcsRootIdManager()
-
-
-
Constructor Detail
-
BuildSettingsLoaderContext
public BuildSettingsLoaderContext(@NotNull IdentifiersManager<String> buildTypeIdManager, @NotNull IdentifiersManager<Long> vcsRootIdManager, @NotNull ProjectEx project)
-
-
Method Detail
-
getVcsRootIdManager
@NotNull public IdentifiersManager<Long> getVcsRootIdManager()
-
getProject
@NotNull public ProjectEx getProject()
-
getBuildTypeIdManager
@NotNull public IdentifiersManager<String> getBuildTypeIdManager()
-
-