Uses of Interface
jetbrains.buildServer.serverSide.BuildsManager
-
-
Uses of BuildsManager in jetbrains
Methods in jetbrains that return BuildsManager Modifier and Type Method Description BuildsManager
BuildServerCreator. getBuildsManager()
-
Uses of BuildsManager in jetbrains.buildServer.buildTriggers.failedBuild
Constructors in jetbrains.buildServer.buildTriggers.failedBuild with parameters of type BuildsManager Constructor Description RetryBuildTriggerService(ExtensionHolder extensionHolder, BuildsManager buildsManager, BuildPromotionManager buildPromotionManager, BuildQueue buildQueue, BranchSpecsEx branchSpecs, SecurityContextEx securityContext)
-
Uses of BuildsManager in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers with parameters of type BuildsManager Modifier and Type Method Description static RunBuildBean
RunCustomBuildController. getFormBean(String buildTypeExternalId, javax.servlet.http.HttpServletRequest request, ActionErrors errors, ProjectManager projectManager, RunBuildBeanFactory beanFactory, BuildsManager buildsManager)
Constructors in jetbrains.buildServer.controllers with parameters of type BuildsManager Constructor Description RunBuildBean(SBuildType buildType, ProjectManager projectManager, BuildsManager buildsManager, ParameterManager parameterManager, ParameterContextFactory contextFactory, VcsSettingsTracker vcsSettingsTracker, BuildPromotionManager promotionManager, RepositoryStateManager repositoryStateManager, RevisionRuleBuildFinders finders, SUser user, VcsModificationHistoryEx vcsHistory, VcsRootInstancesManager vcsRootInstancesManager, SecurityContextEx securityContextEx, VersionedSettingsManager versionedSettingsManager, BuildCustomizerFactory buildCustomizerFactory, BranchSpecsEx branchSpecs, TagsManagerEx tagsManager, BuildHistoryEx buildHistory, VcsChangesCollectorFactory vcsChangesCollectorFactory, ParameterFactory parameterFactory)
RunBuildBeanFactory(RepositoryStateManager repositoryStateManager, ProjectManager projectManager, ParameterManager parameterManager, ParameterContextFactory contextFactory, VcsSettingsTracker vcsSettingsTracker, BuildPromotionManager buildPromotionManager, RevisionRuleBuildFinders finders, BuildsManager buildsManager, VcsModificationHistoryEx vcsModificationHistoryEx, VcsRootInstancesManager vcsRootInstancesManager, SecurityContextEx securityContextEx, VersionedSettingsManager versionedSettingsManager, BuildCustomizerFactory buildCustomizerFactory, BranchSpecsEx branchSpecs, TagsManagerEx tagsManager, BuildHistoryEx buildHistory, VcsChangesCollectorFactory vcsChangesCollectorFactory, ParameterFactory parameterFactory)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.actions
Constructors in jetbrains.buildServer.controllers.actions with parameters of type BuildsManager Constructor Description UpdateBuildMetedataAction(MetadataIndexerService indexer, BuildsManager builds, SecurityContext auth, AjaxController ajax)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.agentServer
Constructors in jetbrains.buildServer.controllers.agentServer with parameters of type BuildsManager Constructor Description BrowseDataFinder(BuildsManager buildsManager, ProjectManager projectManager)
DownloadAgentFilesController(WebControllerManager webControllerManager, ProjectManager projectManager, BuildsManager buildsManager, SAgentFileManager agentFileManager, ExecutorServices executorServices)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.artifacts
Constructors in jetbrains.buildServer.controllers.artifacts with parameters of type BuildsManager Constructor Description ArtifactsLinkController(BuildsManager buildsManager)
BuildCacheController(SBuildServer server, BuildLookupService buildLookupService, CustomDataStorageManager customDataStorageManager, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.buildType
Constructors in jetbrains.buildServer.controllers.buildType with parameters of type BuildsManager Constructor Description BuildTypeChangeLogBeanProviderImpl(VersionedSettingsManager versionedSettingsManager, GraphFactory graphFactory, BuildsManager buildsManager)
BuildTypePendingChangeLogBeanProviderImpl(VersionedSettingsManager versionedSettingsManager, GraphFactory graphFactory, BuildsManager buildsManager, BranchBeanFactory branchBeanFactory)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.buildType.tabs
Constructors in jetbrains.buildServer.controllers.buildType.tabs with parameters of type BuildsManager Constructor Description BuildTypeAgentBrowserTab(WebControllerManager manager, ProjectManager projectManager, BuildsManager buildsManager)
ChangeLogBuilds(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.interceptors.proxy
Constructors in jetbrains.buildServer.controllers.interceptors.proxy with parameters of type BuildsManager Constructor Description ExternalLoadBalancerInterceptor(TimeService timeService, BuildPromotionManagerEx buildPromotionManager, BuildsManager buildsManager, TeamCityNodes teamCityNodes, BuildAgentMessagesQueue buildAgentMessagesQueue, ServerResponsibility serverResponsibility)
-
Uses of BuildsManager in jetbrains.buildServer.controllers.viewLog
Constructors in jetbrains.buildServer.controllers.viewLog with parameters of type BuildsManager Constructor Description BuildResultsSummaryController(BuildsManager buildsManager, PagePlaces pagePlaces)
PromoteBuildDialogController(SBuildServer server, BuildChainFactory chainFactory, ProjectManager projectManager, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.notification
-
Uses of BuildsManager in jetbrains.buildServer.notification.impl
Constructors in jetbrains.buildServer.notification.impl with parameters of type BuildsManager Constructor Description BuildCommittersCalculator(BuildsManager buildsManager, UserModel userModel)
UserRulesAwareNotificationListener(BuildsManager buildsManager, UserModelEx userModel, ProjectManager projectManager, NotificationRulesManager notificationRulesManager, TestHistory testsHistory, Notificator notificator, BuildProblemManager problemManager, FavoriteBuildsManager favoriteBuildManager, BranchSpecs branchSpecs, NotificationsAssociatedUserProvider notificationsAssociatedUserProvider, ApprovableBuildManager approvableBuildManager)
-
Uses of BuildsManager in jetbrains.buildServer.pipeline.impl.service.optimizations
Constructors in jetbrains.buildServer.pipeline.impl.service.optimizations with parameters of type BuildsManager Constructor Description PipelineOptimizationsServiceImpl(BuildsManager buildsManager, List<OptimizationCalculator> calculators)
-
Uses of BuildsManager in jetbrains.buildServer.responsibility.remover
Methods in jetbrains.buildServer.responsibility.remover with parameters of type BuildsManager Modifier and Type Method Description void
BuildProblemInvestigationsAndMutesListener. setBuildsManager(BuildsManager buildsManager)
Constructors in jetbrains.buildServer.responsibility.remover with parameters of type BuildsManager Constructor Description BuildProblemInvestigationsAndMutesManagerImpl(ProjectManager projectManager, BuildsManager buildsManager, ResponsibilityFacadeEx responsibilityFacade, ProblemMutingService problemMutingService, ExecutorServices executorServices, BuildProblemInvestigationAuditLog investigationAuditLog, SQLRunnerEx db)
BuildProblemInvestigationsAndMutesManagerImpl(ProjectManager projectManager, BuildsManager buildsManager, ResponsibilityFacadeEx responsibilityFacade, ProblemMutingService problemMutingService, ExecutorServices executor, BuildProblemInvestigationAuditLog investigationAuditLog, SQLRunnerEx db, Integer delaySeconds)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide
Subinterfaces of BuildsManager 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.Methods in jetbrains.buildServer.serverSide that return BuildsManager Modifier and Type Method Description BuildsManager
TestRunContext. getBuildsManager()
Methods in jetbrains.buildServer.serverSide with parameters of type BuildsManager Modifier and Type Method Description TestRunEx
STestManager. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)
Creates a new test run instance.Constructors in jetbrains.buildServer.serverSide with parameters of type BuildsManager Constructor Description BuildsRelatedMultiNodeTasks(ServerResponsibility serverResponsibility, MultiNodeTasks multiNodeTasks, RunningBuildsCollection runningBuildsCollection, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.agentless
Constructors in jetbrains.buildServer.serverSide.agentless with parameters of type BuildsManager Constructor Description ExecutorModeSerializeBuildController(WebControllerManager controllerManager, BuildsManager buildsManager, SecurityContextEx contextEx)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.build.index
Methods in jetbrains.buildServer.serverSide.build.index with parameters of type BuildsManager Modifier and Type Method Description static BuildIndexer
BuildIndexer. createInstance(ExecutorServices executorServices, Supplier<Result<? extends BuildIndex>> index, BuildIndexerOptions options, BuildsManager buildsManager, SQLRunnerEx sqlRunner, ServerMetrics serverMetrics)
Constructors in jetbrains.buildServer.serverSide.build.index with parameters of type BuildsManager Constructor Description BuildPTRIndexer(Supplier<Result<? extends BuildIndex>> indexSupplier, BuildIndexerOptions options, BuildsManager buildsManager, SQLRunnerEx sqlRunner, ExecutorServices executorServices, ServerMetrics serverMetrics)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.healthStatus.reports
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type BuildsManager Constructor Description HeavyServerCheckoutPatchesReport(ServerCheckoutPatchesStats sentPatchesStats, BuildsManager buildsManager, ProjectManager projectManager)
InefficientArtifactsPublishingReport(EventDispatcher<BuildServerListener> eventDispatcher, ProjectManager projectManager, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement BuildsManager Modifier and Type Class Description static class
BaseServerTestCase.TestBuildServerImpl
class
BuildServerImpl
class
BuildsManagerImpl
Created 25.04.13 17:09Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildsManager Modifier and Type Method Description TestRunEx
TestManagerImpl. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)
Creates a new test run instance.void
InternalErrorsHandler. setBuildsManager(BuildsManager buildsManager)
void
UserChangesFacadeImpl. setBuildsManager(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.artifacts
Constructors in jetbrains.buildServer.serverSide.impl.artifacts with parameters of type BuildsManager Constructor Description ServerArtifactHelperImpl(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.audit.finders
Constructors in jetbrains.buildServer.serverSide.impl.audit.finders with parameters of type BuildsManager Constructor Description BuildFinder(BuildsManager builds)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return BuildsManager Modifier and Type Method Description BuildsManager
BuildPromotionContext. getBuildsManager()
BuildsManager
BuildTypeContext. getBuildsManager()
BuildsManager
BuildTypeContextsImpl. getBuildsManager()
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type BuildsManager Modifier and Type Method Description void
BuildTypeContextsImpl. setBuildsManager(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.changeProviders
Constructors in jetbrains.buildServer.serverSide.impl.changeProviders with parameters of type BuildsManager Constructor Description ArtifactDependencyChangesProvider(BuildPromotion promotion, SelectPrevBuildPolicy prevBuildPolicy, BuildsManager buildsManager, DownloadedArtifactsLoggerImpl artifactsLogger)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.cleanup.extensions
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.extensions with parameters of type BuildsManager Constructor Description ObsoleteFilesCleaner(ServerPaths serverPaths, ServerSettings serverSettings, SQLRunnerEx sqlRunner, ProjectManager projectManager, BuildsManager buildsManager, ExecutorServicesEx executorServices, EventDispatcher<BuildServerListener> eventDispatcher, EventDispatcher<FileCleanListener> cleanEventDispatcher, ArtifactsGuard artifactsGuard, CriticalErrors criticalErrors, ServerResponsibility serverResponsibility)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.dependency
Constructors in jetbrains.buildServer.serverSide.impl.dependency with parameters of type BuildsManager Constructor Description BuildChainsOptimizer(BuildPromotionReplacementLog promotionReplacementLog, SecurityContextEx securityContext, BuildQueue buildQueue, BuildsManager buildsManager, FlushQueueAction flushQueueAction)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history with parameters of type BuildsManager Modifier and Type Method Description void
DBBuildHistory. setBuildsManager(BuildsManager buildsManager)
void
QueryRunnerFactory. setBuildsManager(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.problems
Methods in jetbrains.buildServer.serverSide.impl.problems with parameters of type BuildsManager Modifier and Type Method Description void
BuildProblemManagerImpl. setBuildsManager(BuildsManager buildsManager)
Constructors in jetbrains.buildServer.serverSide.impl.problems with parameters of type BuildsManager Constructor Description LastBuildProblemsFinder(SQLRunnerEx sqlRunner, ProjectManager projectManager, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.impl.serverStatistics.providers
Constructors in jetbrains.buildServer.serverSide.impl.serverStatistics.providers with parameters of type BuildsManager Constructor Description MaxConcurrentBuilds(TimeService timeService, BuildsManager buildsManager, EventDispatcher<BuildServerListener> events, ServerStatisticsStorage serverStatisticsStorage)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.messages
Constructors in jetbrains.buildServer.serverSide.messages with parameters of type BuildsManager Constructor Description BuildCachePublishedTranslator(CustomDataStorageManager customDataStorageManager, BuildsManager buildsManager, ActiveBuildCachesManager activeBuildCachesManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.metadata.impl.indexer
Constructors in jetbrains.buildServer.serverSide.metadata.impl.indexer with parameters of type BuildsManager Constructor Description MetadataIndexerService(ExecutorServices executorServices, SQLRunnerEx sqlRunner, MetadataStorageEx metadataStorage, ExtensionHolder extensionHolder, BuildsManager buildsManager, ServerMetrics serverMetrics)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.mute
Methods in jetbrains.buildServer.serverSide.mute with parameters of type BuildsManager Modifier and Type Method Description void
SecuredProblemMutingService. setBuildsManager(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat with parameters of type BuildsManager Modifier and Type Method Description void
BuildStatisticsFactory. setBuildsManager(BuildsManager buildsManager)
Constructors in jetbrains.buildServer.serverSide.stat with parameters of type BuildsManager Constructor Description FirstFailedInCache(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.statistics.diskusage
Constructors in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type BuildsManager Constructor Description DiskUsageTaskExecutor(DiskUsage bean, ExecutorServices executorServices, ProjectManager projectManager, BuildsManager buildsManager, TimeService timeService, ServerResponsibility serverResponsibility, DiskUsageStoreProvider diskUsageStoreProvider, InMemoryProjectDiskUsage inMemoryProjectDiskUsage, ServerMetrics serverMetrics)
Creates DiskUsageTaskExecutor. -
Uses of BuildsManager in jetbrains.buildServer.serverSide.statistics.impl
Methods in jetbrains.buildServer.serverSide.statistics.impl with parameters of type BuildsManager Modifier and Type Method Description void
BuildDataStorageImpl. setBuildsManager(BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.storage
Constructors in jetbrains.buildServer.serverSide.storage with parameters of type BuildsManager Constructor Description ArtifactsStorageSettingsUsagesController(ProjectManager manager, ArtifactsStorageUsagesProvider usagesProvider, WebControllerManager webControllerManager, BuildsManager buildsManager)
ServerArtifactStorageSettingsProviderImpl(ProjectManager projectManager, ArtifactStorageTypeRegistry registry, SBuildServer server, BuildsManager buildsManager, ArtifactsStorageSettingsManager artifactsStorageSettingsManager, ServerArtifactHelper artifactHelper)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.tests
Constructors in jetbrains.buildServer.serverSide.tests with parameters of type BuildsManager Constructor Description BuildTestsArchive(EventDispatcher<BuildServerListener> eventDispatcher, SQLRunnerEx sqlRunner, ServerResponsibility serverResponsibility, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.serverSide.util
Constructors in jetbrains.buildServer.serverSide.util with parameters of type BuildsManager Constructor Description BuildFinders(BuildsManager buildsManager, ExtensionHolder extensions, TagsManager tagsManager, BranchSpecsEx branchSpecs)
LastPinnedBuildFinder(BuildsManager buildsManager, RevisionRule revisionRule, BranchSpecsEx branchSpecs)
-
Uses of BuildsManager in jetbrains.buildServer.status
Constructors in jetbrains.buildServer.status with parameters of type BuildsManager Constructor Description CommittedBuildsHolderImpl(ProjectManager projectManager, BuildsManager buildsManager, EventDispatcher<BuildServerListener> eventDispatcher, UserModelEx userModel, SecurityContextEx securityContext, UserChangesFilter userChangesFilter)
-
Uses of BuildsManager in jetbrains.buildServer.tags.impl
Constructors in jetbrains.buildServer.tags.impl with parameters of type BuildsManager Constructor Description TagsManagerImpl(BuildsManager buildsManager, SQLRunnerEx runner, UserModel userModel, BuildQueue buildQueue, EventDispatcher<BuildServerListener> dispatcher)
-
Uses of BuildsManager in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type BuildsManager Modifier and Type Method Description static ChangeStatus
ChangeStatusImpl. createMergedStatus(SVcsModification modification, ModificationStateCalculator calculator, BuildTypesArtifactDependenciesCache buildTypesArtifactDependenciesCache, BuildsManager buildsManager, Comparator<SBuildType> buildTypeComparator)
static ChangeStatus
ChangeStatusImpl. createStatus(SVcsModification modification, ModificationStateCalculator calculator, BuildTypesArtifactDependenciesCache buildTypesArtifactDependenciesCache, BuildsManager buildsManager, Comparator<SBuildType> buildTypeComparator)
void
FinalRevisionCalculatorImpl. setBuildsManager(BuildsManager buildsManager)
Constructors in jetbrains.buildServer.vcs.impl with parameters of type BuildsManager Constructor Description VcsLabeler(EventDispatcher<BuildServerListener> dispatcher, VcsRootInstancesManager vcsRootInstancesManager, BuildsManager builds, BranchSpecs specs, ExecutorServiceManager executors, SQLRunnerEx db, ServerResponsibilityEx serverResponsibility, BuildsRelatedMultiNodeTasks buildTasks)
-
Uses of BuildsManager in jetbrains.buildServer.web.openapi
Constructors in jetbrains.buildServer.web.openapi with parameters of type BuildsManager Constructor Description BuildTab(String tabCode, String title, WebControllerManager manager, BuildsManager buildManager)
BuildTab(String tabCode, String title, WebControllerManager manager, BuildsManager buildManager, String includeUrl)
-
Uses of BuildsManager in jetbrains.buildServer.web.statistics.graph
Constructors in jetbrains.buildServer.web.statistics.graph with parameters of type BuildsManager Constructor Description BuildDescriptionPopupController(WebControllerManager manager, BuildsManager buildsManager)
-
Uses of BuildsManager in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util with parameters of type BuildsManager Modifier and Type Method Description void
WebContextResolver. setBuildsManager(BuildsManager buildManager)
-