Uses of Interface
jetbrains.buildServer.serverSide.impl.beans.ProjectContext
-
Packages that use ProjectContext Package Description jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.serverSide.impl.beans jetbrains.buildServer.serverSide.impl.projects -
-
Uses of ProjectContext in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type ProjectContext Constructor Description SecuredProject(EntityId<String> id, String parentInternalId, String name, ProjectDataModel model, ProjectContext projectContext, boolean emptyUuid)
-
Uses of ProjectContext in jetbrains.buildServer.serverSide.impl.beans
Classes in jetbrains.buildServer.serverSide.impl.beans that implement ProjectContext Modifier and Type Class Description class
BuildTypeContextsImpl
Created 12.04.13 11:56 -
Uses of ProjectContext in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return ProjectContext Modifier and Type Method Description ProjectContext
ProjectFactoryImpl. getContext()
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type ProjectContext Modifier and Type Method Description void
ProjectFactoryImpl. setContext(ProjectContext context)
Constructors in jetbrains.buildServer.serverSide.impl.projects with parameters of type ProjectContext Constructor Description ProjectImpl(EntityId<String> id, String parentInternalId, String name, ProjectDataModel model, ProjectContext projectContext, boolean emptyUuid)
-