Uses of Interface
jetbrains.buildServer.ServiceLocator
-
-
Uses of ServiceLocator in jetbrains
Classes in jetbrains that implement ServiceLocator Modifier and Type Class Description class
BuildServerCreator
This 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 interface
ExtensionHolder
In 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 class
ExtendableServiceLocator
Extensions holder which maintains local collection of extensions and is able to retrieve extensions from Spring bean factory.class
ServiceLocatorImpl
-
Uses of ServiceLocator in jetbrains.buildServer.agent.impl.runContext
Methods in jetbrains.buildServer.agent.impl.runContext that return ServiceLocator Modifier and Type Method Description ServiceLocator
RunningBuildContextImpl. getPerBuildServiceLocator()
ServiceLocator
RunningBuildServiceLocator. 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 interface
BuildServerEx
interface
SBuildServer
This is one of the core components of the TeamCity server-side support.interface
ServerExtensionHolder
-
Uses of ServiceLocator in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement ServiceLocator Modifier and Type Class Description static class
BaseServerTestCase.TestBuildServerImpl
class
BuildServerImpl
class
BuildServerServiceLocator
Created 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 ServiceLocator
MockAgentContext. 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 interface
SpringContext
Classes in jetbrains.buildServer.spring that implement ServiceLocator Modifier and Type Class Description static class
SpringSubContainerFactoryImpl.SpringContextImpl
-