Uses of Class
jetbrains.buildServer.serverSide.impl.BuildServerImpl
-
-
Uses of BuildServerImpl in jetbrains
Methods in jetbrains that return BuildServerImpl Modifier and Type Method Description BuildServerImpl
BuildServerCreator. createNewServer()
BuildServerImpl
BuildServerCreator. createNewServer(boolean newStorage)
BuildServerImpl
BuildServerCreator. recreateServer(boolean newStorage)
Methods in jetbrains with parameters of type BuildServerImpl Modifier and Type Method Description static SVcsRootImpl
VcsFixtureUtil. addNewVcsRoot(String vcsName, String checkoutRoot, SBuildType buildType, BuildServerImpl server)
static SVcsRootImpl
VcsFixtureUtil. addNewVcsRoot(String vcsName, CheckoutRules rules, SBuildType buildType, BuildServerImpl server)
static SVcsRootImpl
VcsFixtureUtil. addNewVcsRoot(String vcsName, CheckoutRules rules, SBuildType buildType, BuildServerImpl server, String vcsRootName)
static RunningBuildEx
BuildServerCreator. flushQueueAndWait(BuildServerImpl server)
static List<RunningBuildEx>
BuildServerCreator. flushQueueAndWaitN(BuildServerImpl server, int buildCount)
Flushes the queue and waits forN
new builds to start.static RunningBuildEx
BuildServerCreator. waitForQueuedBuildToStart(BuildServerImpl server, BuildPromotion buildPromotion)
static FinishedBuildEx
BuildServerCreator. waitForQueuedBuildToTerminate(BuildServerImpl server, SQueuedBuild qb)
-
Uses of BuildServerImpl in jetbrains.buildServer
Constructors in jetbrains.buildServer with parameters of type BuildServerImpl Constructor Description VcsTestEnvironment(BuildServerImpl server, RolesManagerImpl rolesManager)
-
Uses of BuildServerImpl in jetbrains.buildServer.buildTriggers
Methods in jetbrains.buildServer.buildTriggers with parameters of type BuildServerImpl Modifier and Type Method Description protected void
PolledBuildTriggerTestCase. configurePlugins(BuildServerImpl server)
-
Uses of BuildServerImpl in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type BuildServerImpl Constructor Description AuthAdminPage(BuildServerImpl server, PagePlaces pagePlaces, LoginConfigurationEx loginConfiguration, ServerPaths serverPaths, ServerSettingsImpl serverSettings, WebControllerManager webControllerManager, AuthorizationInterceptor interceptor, AuthConfigManager authConfigManager, SessionModel sessionModel, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of BuildServerImpl in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type BuildServerImpl Constructor Description EditVcsRootsController(BuildServerImpl server, BranchSpecs branchSpecs, VcsRootFactory vcsRootFactory, AuthorizationInterceptor interceptor, VcsServiceFactory vcsServiceFactory, VcsRootInstancesManagerEx vcsRootInstancesManager, AdminPermissionsUtil permissionsUtil, VcsRootDuplicatesFinder vcsRootDuplicatesFinder, ConfigActionFactory configActionFactory, VersionedSettingsManager versionedSettingsManager, OAuthTokensStorage OAuthTokensStorage, UIConfigsPersister persister, OAuthConnectionsManager oAuthConnectionsManager, UserModel userModel)
-
Uses of BuildServerImpl in jetbrains.buildServer.controllers.admin.users
-
Uses of BuildServerImpl in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type BuildServerImpl Constructor Description MainServerInterceptor(BuildServerImpl server, SecurityContextEx securityContext, LicenseAgreement licenseAgreement, ServiceLocator serviceLocator, ServerSummary serverSummary, NewVersionAvailabilityProvider newVersionAvailabilityProvider, PageResourceCompressor pageResourceCompressor, TeamCityDataDirectoryManager teamCityDataDirectoryManager)
-
Uses of BuildServerImpl in jetbrains.buildServer.controllers.user
Constructors in jetbrains.buildServer.controllers.user with parameters of type BuildServerImpl Constructor Description AbstractSubmitCreateUserController(BuildServerImpl server)
SubmitRegisterUserController(BuildServerImpl server, WebLoginModel loginModel, LoginConfiguration loginConfig, ServerSettings serverSettings, RegistrationInvitations registrationInvitations, SecurityContextEx securityContext, AuthorizationInterceptor authorizationInterceptor)
-
Uses of BuildServerImpl in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type BuildServerImpl Modifier and Type Method Description protected void
BaseNotificationRulesTestCase. configurePlugins(BuildServerImpl server)
-
Uses of BuildServerImpl in jetbrains.buildServer.serverSide
Fields in jetbrains.buildServer.serverSide declared as BuildServerImpl Modifier and Type Field Description protected BuildServerImpl
BaseServerSpringContextTestCase. myServer
Methods in jetbrains.buildServer.serverSide that return BuildServerImpl Modifier and Type Method Description protected BuildServerImpl
BaseServerSpringContextTestCase. getServer()
Methods in jetbrains.buildServer.serverSide with parameters of type BuildServerImpl Modifier and Type Method Description void
BaseServerSpringContextTestCase. setBuildServer(BuildServerImpl buildServer)
-
Uses of BuildServerImpl in jetbrains.buildServer.serverSide.impl
Subclasses of BuildServerImpl in jetbrains.buildServer.serverSide.impl Modifier and Type Class Description static class
BaseServerTestCase.TestBuildServerImpl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildServerImpl Modifier and Type Method Description protected void
BaseServerTestCase. configurePlugins(BuildServerImpl server)
void
ServerSettingsImpl. setServer(BuildServerImpl server)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type BuildServerImpl Constructor Description BuildServerRunner(BuildServerImpl server, EventDispatcher<BuildServerListener> dispatcher, BuildAgentManagerEx buildAgentManager, BuildTriggersChecker buildTriggersChecker)
PersonalBuildCreator(BuildServerImpl server, BuildAgentManager buildAgentManager, SUser user)
-
Uses of BuildServerImpl in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type BuildServerImpl Modifier and Type Method Description void
BuildTypeContextsImpl. setServer(BuildServerImpl server)
-
Uses of BuildServerImpl in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type BuildServerImpl Modifier and Type Method Description void
ProjectManagerImpl. setServer(BuildServerImpl server)
-
Uses of BuildServerImpl in jetbrains.buildServer.serverSide.impl.serverStatistics.providers
Constructors in jetbrains.buildServer.serverSide.impl.serverStatistics.providers with parameters of type BuildServerImpl Constructor Description MaxAuthorizedAgentsStatsProvider(EventDispatcher<BuildServerListener> events, TimeService timeService, ServerStatisticsStorage serverStatisticsStorage, BuildServerImpl server)
-
Uses of BuildServerImpl in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl with parameters of type BuildServerImpl Modifier and Type Method Description void
UserModelImpl. setServerImpl(BuildServerImpl server)
-
Uses of BuildServerImpl in jetbrains.buildServer.web.impl
Constructors in jetbrains.buildServer.web.impl with parameters of type BuildServerImpl Constructor Description BuildServerConfigurator(BuildServerImpl server, ServerPaths serverPaths, ConfigurationInitializer externalizer, WebResourcesUnpacker resourcesUnpacker, PluginManagerConfigurator pluginConfigurator, ServerSettings serverSettings, BuildServerLifecycleProcessor buildServerLifecycleProcessor, ProjectFactory projectFactory, TestServerMode testServerMode, ProjectConfigFilesCache projectConfigFilesCache, ConfigurationPersister configurationPersister, ConfigActionFactory configActionFactory)
-