Uses of Interface
jetbrains.buildServer.serverSide.impl.beans.VcsRootContext
-
Packages that use VcsRootContext Package Description jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.serverSide.impl.beans jetbrains.buildServer.vcs.impl -
-
Uses of VcsRootContext in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsRootContext Constructor Description SecuredVcsRoot(EntityId<Long> rootId, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, VcsRootContext context, boolean emptyUuid)
-
Uses of VcsRootContext in jetbrains.buildServer.serverSide.impl.beans
Classes in jetbrains.buildServer.serverSide.impl.beans that implement VcsRootContext Modifier and Type Class Description class
BuildTypeContextsImpl
Created 12.04.13 11:56 -
Uses of VcsRootContext in jetbrains.buildServer.vcs.impl
Fields in jetbrains.buildServer.vcs.impl declared as VcsRootContext Modifier and Type Field Description protected VcsRootContext
SVcsRootImpl. myContext
Methods in jetbrains.buildServer.vcs.impl that return VcsRootContext Modifier and Type Method Description VcsRootContext
VcsRootFactoryImpl. getContext()
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsRootContext Modifier and Type Method Description void
VcsRootFactoryImpl. setContext(VcsRootContext context)
Constructors in jetbrains.buildServer.vcs.impl with parameters of type VcsRootContext Constructor Description SVcsRootImpl(EntityId<Long> rootId, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, VcsRootContext context, boolean emptyUuid)
-