Uses of Interface
jetbrains.buildServer.ServiceLocator
-
-
Uses of ServiceLocator in jetbrains
Classes in jetbrains that implement ServiceLocator Modifier and Type Class Description classBuildServerCreatorThis class is used in multiple tests as `fixture` - the utility to initialize mock server state before test.Constructors in jetbrains with parameters of type ServiceLocator Constructor Description MockBuildType(ServiceLocator serviceLocator)Creates mock build type with real project (ProjectImpl) injected with dependencies taken from the given service locator -
Uses of ServiceLocator in jetbrains.buildServer
Subinterfaces of ServiceLocator in jetbrains.buildServer Modifier and Type Interface Description interfaceExtensionHolderIn most cases you do need to useExtensionsProvider, please try avoid using this interface unless you need one of methods declared in itClasses in jetbrains.buildServer that implement ServiceLocator Modifier and Type Class Description classExtendableServiceLocatorExtensions holder which maintains local collection of extensions and is able to retrieve extensions from Spring bean factory.classServiceLocatorImpl -
Uses of ServiceLocator in jetbrains.buildServer.agent.impl.runContext
Methods in jetbrains.buildServer.agent.impl.runContext that return ServiceLocator Modifier and Type Method Description ServiceLocatorRunningBuildContextImpl. getPerBuildServiceLocator()ServiceLocatorRunningBuildServiceLocator. getPerBuildServiceLocator() -
Uses of ServiceLocator in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type ServiceLocator Constructor Description MainServerInterceptor(BuildServerImpl server, SecurityContextEx securityContext, LicenseAgreement licenseAgreement, ServiceLocator serviceLocator, ServerSummary serverSummary, NewVersionAvailabilityProvider newVersionAvailabilityProvider, PageResourceCompressor pageResourceCompressor, TeamCityDataDirectoryManager teamCityDataDirectoryManager) -
Uses of ServiceLocator in jetbrains.buildServer.controllers.parameters
Constructors in jetbrains.buildServer.controllers.parameters with parameters of type ServiceLocator Constructor Description RemoteParameterControllerBase(Class<TContext> clazz, ParameterManager parameterManager, ServiceLocator extensionHolder) -
Uses of ServiceLocator in jetbrains.buildServer.controllers.parameters.types
Constructors in jetbrains.buildServer.controllers.parameters.types with parameters of type ServiceLocator Constructor Description RemoteParameterType(ServiceLocator serviceLocator) -
Uses of ServiceLocator in jetbrains.buildServer.license
Constructors in jetbrains.buildServer.license with parameters of type ServiceLocator Constructor Description ServerLicenseManager(SQLRunnerEx sqlRunner, ServerPaths paths, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, ProjectManagerEx projectManager, FileWatcherFactory fileWatcherFactory, EventDispatcher<BuildServerListener> serverEventDispatcher, ServiceLocator serviceLocator, SettingsPersister settingsPersister, ExecutorServices executorServices) -
Uses of ServiceLocator in jetbrains.buildServer.serverSide
Subinterfaces of ServiceLocator in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBuildServerExinterfaceSBuildServerThis is one of the core components of the TeamCity server-side support.interfaceServerExtensionHolder -
Uses of ServiceLocator in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement ServiceLocator Modifier and Type Class Description static classBaseServerTestCase.TestBuildServerImplclassBuildServerImplclassBuildServerServiceLocatorCreated by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 19.10.12 22:11Methods in jetbrains.buildServer.serverSide.impl that return ServiceLocator Modifier and Type Method Description ServiceLocatorMockAgentContext. getServiceLocator()Constructors in jetbrains.buildServer.serverSide.impl with parameters of type ServiceLocator Constructor Description MockAgentContext(AgentContext context, RunTypeRegistryImpl runTypeRegistry, AgentTypeManager agentTypeManager, BuildAgentMessagesQueue buildAgentMessagesQueue, ServiceLocator serviceLocator) -
Uses of ServiceLocator in jetbrains.buildServer.spring
Subinterfaces of ServiceLocator in jetbrains.buildServer.spring Modifier and Type Interface Description interfaceSpringContextClasses in jetbrains.buildServer.spring that implement ServiceLocator Modifier and Type Class Description static classSpringSubContainerFactoryImpl.SpringContextImpl
-