Uses of Interface
jetbrains.buildServer.serverSide.SBuildServer
-
-
Uses of SBuildServer in jetbrains
Methods in jetbrains with parameters of type SBuildServer Modifier and Type Method Description static String
LicenseTestUtil. generateAgentKey(SBuildServer server)
static String
LicenseTestUtil. generateAgentKey(SBuildServer server, int numAgents)
static String
LicenseTestUtil. generateAgentKey(SBuildServer server, int numAgents, Date maintenanceDueToDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateAgentKey(SBuildServer server, int numAgents, Date maintenanceDueToDate)
static String
LicenseTestUtil. generateEnterpriseEAPKey(SBuildServer server, Date generationDate, Date expirationDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateEnterpriseEAPKey(SBuildServer server, Date generationDate, Date expirationDate)
static String
LicenseTestUtil. generateEnterpriseKey(SBuildServer server)
static String
LicenseTestUtil. generateEnterpriseKey(SBuildServer server, Date maintenanceDueToDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateEnterpriseKey(SBuildServer server, Date maintenanceDueToDate)
static String
LicenseTestUtil. generateEnterpriseMultipleTrialKey(SBuildServer server, Date generationDate, Date expirationDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateEnterpriseMultipleTrialKey(SBuildServer server, Date generationDate, Date expirationDate)
static String
LicenseTestUtil. generateEnterpriseOpenSourceKey(SBuildServer server, Date generationDate, Date expirationDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateEnterpriseOpenSourceKey(SBuildServer server, Date generationDate, Date expirationDate)
static String
LicenseTestUtil. generateEnterpriseTrialKey(SBuildServer server, Date generationDate, Date expirationDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateEnterpriseTrialKey(SBuildServer server, Date generationDate, Date expirationDate)
static String
LicenseTestUtil. generateEnterpriseUnlimitedAgentsKey(SBuildServer server)
static String
LicenseTestUtil. generateEnterpriseUnlimitedAgentsKey(SBuildServer server, Date maintenanceDueToDate)
String
LicenseTestUtil.LicenseForTestGenerator. generateEnterpriseUnlimitedAgentsKey(SBuildServer server, Date maintenanceDueToDate)
static String
LicenseTestUtil. generatePerUsageAgentsKey(SBuildServer server, int agentsNum, int maxAgentsNum)
String
LicenseTestUtil.LicenseForTestGenerator. generatePerUsageAgentsKey(SBuildServer server, int baseAgentsNum, int maxAgentsNum, Date maintenanceDueToDate)
static void
LicenseTestUtil. writeAgentLicense(SBuildServer server)
static void
LicenseTestUtil. writeEnterpriseLicense(SBuildServer server)
static void
LicenseTestUtil. writeEnterpriseTrialLicense(SBuildServer server, Date generationDate, Date expirationDate)
-
Uses of SBuildServer in jetbrains.buildServer.buildFailures
Constructors in jetbrains.buildServer.buildFailures with parameters of type SBuildServer Constructor Description BuildFailureCheckerFactoryImpl(SBuildServer server, ServerResponsibility serverResponsibility, ExecutorServices executorServices)
-
Uses of SBuildServer in jetbrains.buildServer.controllers
Fields in jetbrains.buildServer.controllers declared as SBuildServer Modifier and Type Field Description protected SBuildServer
BaseController. myServer
Initialized if controller is created with constructor:BaseController(jetbrains.buildServer.serverSide.SBuildServer)
Methods in jetbrains.buildServer.controllers with parameters of type SBuildServer Modifier and Type Method Description static SBuild
BuildDataExtensionUtil. retrieveBuild(javax.servlet.http.HttpServletRequest request, SBuildServer server)
Retrieves build from the request attributes. -
Uses of SBuildServer in jetbrains.buildServer.controllers.actions
Constructors in jetbrains.buildServer.controllers.actions with parameters of type SBuildServer Constructor Description AjaxControllerActions(AjaxController controller, SBuildServer server, WebLoginModelEx loginModel, BuildAgentManagerEx agentManager, AddToQueueProcessor addToQueueProcessor, BuildPromotionManager buildPromotionManager, SystemProblemList problems, SystemProblemWebSpecificsManager specificsManager, RunBuildBeanFactory runBuildBeanFactory, AgentPoolManager agentPoolManager, CurrentProblemsManager currentProblemsManager, SystemProblemList systemProblemList, MergeManager mergeManager, FavoriteBuildsManager favoriteBuildsManager, TagsManager tagsManager, InternalErrorsHandler internalErrorsHandler, UserProjectVisibility projectVisibility, BranchBeanFactory branchBeanFactory, AuditLogFactory auditLogFactory)
BuildTypeAction(String param, SBuildServer server)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type SBuildServer Constructor Description AdminOverviewController(SBuildServer server, WebControllerManager webControllerManager, PagePlaces pagePlaces)
ServerConfigGeneralController(SBuildServer server, PagePlaces pagePlaces, ServerPaths serverPaths, UserModelEx userModel, ServerSettingsImpl serverSettings, TeamCityDatabaseManager databaseManager, SQLRunnerEx sqlRunner, ServerInstallationsManager serverInstallationsManager, AdminActionsController actionsController, AuditLogFactory logFactory, EncryptionManager encryptionManager)
SshKeyChooserController(SBuildServer server, ProjectManager projectManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.admin.https
Constructors in jetbrains.buildServer.controllers.admin.https with parameters of type SBuildServer Constructor Description HttpsToggleController(PagePlaces pagePlaces, HttpsConfigurator httpsConfigurator, ExecutorServices executorServices, AuthorizationInterceptor authInterceptor, SBuildServer buildServer)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.admin.ipr
Constructors in jetbrains.buildServer.controllers.admin.ipr with parameters of type SBuildServer Constructor Description IprBasedRunTypeExtension(IprWebManager iprManager, SBuildServer server, String runType)
IprSettingsPreloader(SBuildServer server, EventDispatcher<BuildServerListener> dispatcher)
IprWebManagerImpl(SBuildServer server, VcsAccessFactory vcsAccessFactory, VcsRootInstancesManagerEx vcsRootInstancesManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.admin.projects
-
Uses of SBuildServer in jetbrains.buildServer.controllers.admin.users
Constructors in jetbrains.buildServer.controllers.admin.users with parameters of type SBuildServer Constructor Description AuthorityRolesPopupController(SBuildServer server, ProjectManager projectManager, RolesHolderFinder rolesHolderFinder, SecurityContext securityContext)
SubmitSetupAdminController(SBuildServer server, WebLoginModel loginModel, RolesActionHelper userRolesHelper, SetupAdminController setupAdminController, SecurityContextEx securityContext, AuthorizationInterceptor authorizationInterceptor)
UserListController(SBuildServer server, AuthorizationInterceptor authInterceptor, UsersListHelper usersListHelper)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.agent
Fields in jetbrains.buildServer.controllers.agent declared as SBuildServer Modifier and Type Field Description protected SBuildServer
AgentsTab. myServer
-
Uses of SBuildServer in jetbrains.buildServer.controllers.agent.statistics
Constructors in jetbrains.buildServer.controllers.agent.statistics with parameters of type SBuildServer Constructor Description AgentsStatisticsController(SBuildServer server, WebControllerManager man, AuthorizationInterceptor authInterceptor, AgentStatisticsGrouping statProvider)
AgentsStatisticsTab(WebControllerManager manager, SBuildServer server, SecurityContext securityContext)
AgentsStatisticsTableController(SBuildServer server, WebControllerManager manager, AggregatedStatisticsProvider provider, AgentStatisticsInfo agentStatisticsInfo, AgentPoolManager agentPoolManager, SecurityContextEx security)
AgentsStatisticsTableTab(WebControllerManager manager, SBuildServer server, SecurityContext context)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.agentServer
Constructors in jetbrains.buildServer.controllers.agentServer with parameters of type SBuildServer Constructor Description AgentTreeController(SBuildServer server, ProjectManager projectManager, SAgentFileManager agentFileManager, WebControllerManager webControllerManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.artifacts
Constructors in jetbrains.buildServer.controllers.artifacts with parameters of type SBuildServer Constructor Description ArtifactsTab(SBuildServer server, WebControllerManager webControllerManager, ArtifactsStorageSettingsManager artifactsStorageSettingsManager, ArtifactStorageTypeRegistry artifactsStorageTypeRegistry)
BuildCacheController(SBuildServer server, BuildLookupService buildLookupService, CustomDataStorageManager customDataStorageManager, BuildsManager buildsManager)
DownloadArtifactsController(SBuildServer server, BuildLookupService buildLookupService, WebControllerManager controllerManager, PresignedArtifactLinksManager presignedArtifactLinksManager, RevisionRuleBuildFinders buildFinders, ProjectManagerEx projectManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.audit
Methods in jetbrains.buildServer.controllers.audit with parameters of type SBuildServer Modifier and Type Method Description void
AuditLogData. loadData(SBuildServer server, AuditLogBuilder builder)
Constructors in jetbrains.buildServer.controllers.audit with parameters of type SBuildServer Constructor Description InvestigationsHistoryController(SBuildServer server, WebControllerManager controllerManager, AuditLogProvider auditLogProvider, SecurityContextEx securityContextEx, ProjectManager projectManager, RequestBuildProblemFinder requestBuildProblemFinder, UserModel userModel, UserAvatarsManager userAvatarsManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.buildType
Constructors in jetbrains.buildServer.controllers.buildType with parameters of type SBuildServer Constructor Description BuildTypeController(SBuildServer server, BranchBeanFactory branchBeanFactory)
EditBuildTypeNotificationRulesController(SBuildServer server, ProjectManagerEx projectManager, WebControllerManager webControllerManager, ExtensionHolder extensionHolder)
EditBuildTypeNotifierSettingsController(SBuildServer server, ProjectManagerEx projectManager, WebControllerManager webControllerManager, ExtensionHolder extensionHolder)
QueuedBuildCanRunOnAgentsController(SBuildServer server)
WillRunOnAgentController(SBuildServer server)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.buildType.tabs
Fields in jetbrains.buildServer.controllers.buildType.tabs declared as SBuildServer Modifier and Type Field Description protected SBuildServer
BaseHistoryTab. myBuildServer
Constructors in jetbrains.buildServer.controllers.buildType.tabs with parameters of type SBuildServer Constructor Description BaseHistoryTab(WebControllerManager manager, ProjectManager projectManager, SBuildServer buildServer, String tabCode, String title)
BuildTypeBuildChainsTab(WebControllerManager manager, ProjectManager projectManager, SBuildServer server)
HistoryTab(WebControllerManager manager, ProjectManager projectManager, SBuildServer buildServer)
IssueLogTab(WebControllerManager manager, ProjectManager projectManager, BranchBeanFactory branchBeanFactory, SBuildServer buildServer, IssuesManager issuesManager, ExecutorService service)
OverviewBuildTypeTab(WebControllerManager webControllerManager, ProjectManager projectManager, SBuildServer buildServer)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type SBuildServer Modifier and Type Method Description static SFinishedBuild
ChangesPopupUtil. findSuccessfulFrom(SBuild fromBuild, SBuildServer server)
static List<SBuild>
ChangesPopupUtil. getEntriesBetween(BuildType buildType, SFinishedBuild fromBuild, SBuild toBuild, SBuildServer server)
Returns builds between fromBuild and toBuild excluding fromBuild and including toBuild.static BuildPromotion
ChangesPopupUtil. getPromotion(javax.servlet.http.HttpServletRequest request, SBuildServer server, BuildPromotionManager promoManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.graph
Methods in jetbrains.buildServer.controllers.graph with parameters of type SBuildServer Modifier and Type Method Description static BuildChainsBean
BuildChainsFilterController. getBuildChainsBean(javax.servlet.http.HttpServletRequest request, String id, SBuildServer server)
Constructors in jetbrains.buildServer.controllers.graph with parameters of type SBuildServer Constructor Description BuildChainsBean(SBuildServer buildServer)
BuildChainsFilterController(SBuildServer server)
BuildChainStatusChartController(SBuildServer server, BuildChains chainsManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.license
Constructors in jetbrains.buildServer.controllers.license with parameters of type SBuildServer Constructor Description ShowAgreementController(SBuildServer server, LicenseAgreement licenseAgreement, LicenseAgreementDispatcherEx dispatcher, AuthorizationInterceptor authorizationInterceptor)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.login
Constructors in jetbrains.buildServer.controllers.login with parameters of type SBuildServer Constructor Description GuestLoginController(SBuildServer server, WebLoginModel loginModel)
LoginController(SBuildServer server, WebLoginModelEx loginModel, LoginConfiguration loginConfiguration, StartupContext startupContext, SetupAdminController setupAdminController, ServerResponsibility serverResponsibility, AuthorizationInterceptor authorizationInterceptor)
LoginSubmitController(SBuildServer server, WebLoginModel loginModel, CSRFFilter csrfFilter, SecurityContextEx securityContext, AuthorizationInterceptor authorizationInterceptor)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.overview
-
Uses of SBuildServer in jetbrains.buildServer.controllers.profile
Constructors in jetbrains.buildServer.controllers.profile with parameters of type SBuildServer Constructor Description VisibleBuildTypesController(SBuildServer server)
VisibleProjectsController(SBuildServer server, UserProjectVisibility userProjectVisibility)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.profile.auth
Constructors in jetbrains.buildServer.controllers.profile.auth with parameters of type SBuildServer Constructor Description EditAccessTokenController(SBuildServer server, UserModelEx userModel, AuthorizationInterceptor authInterceptor, TokenAuthenticationModel tokenAuthenticationModel, LoginConfiguration loginConfiguration, ProjectManager projectManager, SecurityContext securityContext, TimeService timeService)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.profile.vcs
Constructors in jetbrains.buildServer.controllers.profile.vcs with parameters of type SBuildServer Constructor Description EditVcsSettingsController(SBuildServer server, UserModelEx userModel, AuthorizationInterceptor authInterceptor)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.project
Constructors in jetbrains.buildServer.controllers.project with parameters of type SBuildServer Constructor Description ProjectBuildChainsTab(PagePlaces pagePlaces, SBuildServer server, ProjectManager projectManager)
ProjectChangeLogBeanProviderImpl(SBuildServer buildServer, GraphFactory graphFactory, VersionedSettingsManager versionedSettingsManager)
ProjectController(SBuildServer server, BuildGraphHelper helper, UserProjectVisibility userProjectVisibility, BranchBeanFactory branchBeanFactory)
ProjectOverviewTab(SBuildServer server, PagePlaces pagePlaces, ProjectManager projectManager, SystemProblemList systemProblemList, CurrentProblemsManager currentProblemsManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.project.schedule
Constructors in jetbrains.buildServer.controllers.project.schedule with parameters of type SBuildServer Constructor Description BuildsScheduleController(SBuildServer server, WebControllerManager webControllerManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.promotionGraph
Constructors in jetbrains.buildServer.controllers.promotionGraph with parameters of type SBuildServer Constructor Description PromotionGraphController(BuildPromotionManager promotionManager, SBuildServer server, SecurityContext securityContext)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.queue
Constructors in jetbrains.buildServer.controllers.queue with parameters of type SBuildServer Constructor Description BuildQueueController(SBuildServer server, AgentPoolManager agentPoolManager, BuildQueueEx buildQueue, BuildAgentManager buildAgentManager, VirtualAgentsManager virtualAgentsManager, BranchBeanFactory branchBeanFactory, ProjectManager projectManager, CanRunOnAgentsCalculator canRunCalculator)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.status
Constructors in jetbrains.buildServer.controllers.status with parameters of type SBuildServer Constructor Description ExternalStatusController(SBuildServer server, RootUrlHolder urlHolder, SSLTrustStoreProvider sslTrustStoreProvider, AuthorizationInterceptor authorizationInterceptor)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.tests
Constructors in jetbrains.buildServer.controllers.tests with parameters of type SBuildServer Constructor Description BulkInvestigateDialogController(SBuildServer server, WebControllerManager webControllerManager, STestManager testManager, ProblemMutingService problemMutingService, SecurityContext securityContext, ProjectsCommittersCalculator projectsCommittersCalculator, ResponsibilityFacadeEx responsibilityFacade, RequestBuildProblemFinder requestBuildProblemFinder, UserModel userModel)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.user
Constructors in jetbrains.buildServer.controllers.user with parameters of type SBuildServer Constructor Description ShowRolesDescriptionController(SBuildServer server, RolesManager rolesManager)
Constructor. -
Uses of SBuildServer in jetbrains.buildServer.controllers.vcs
Constructors in jetbrains.buildServer.controllers.vcs with parameters of type SBuildServer Constructor Description FileContentController(WebControllerManager webManager, SBuildServer server, VcsManager vcsManager)
-
Uses of SBuildServer in jetbrains.buildServer.controllers.viewLog
-
Uses of SBuildServer in jetbrains.buildServer.controllers.viewLog.tree
Constructors in jetbrains.buildServer.controllers.viewLog.tree with parameters of type SBuildServer Constructor Description BuildLogTreeController(SBuildServer server, WebControllerManager manager, BuildLookupService buildLookupService)
-
Uses of SBuildServer in jetbrains.buildServer.diagnostic
Constructors in jetbrains.buildServer.diagnostic with parameters of type SBuildServer Constructor Description ServerInfoProviderImpl(SBuildServer buildServer)
-
Uses of SBuildServer in jetbrains.buildServer.issueTracker.impl
Constructors in jetbrains.buildServer.issueTracker.impl with parameters of type SBuildServer Constructor Description IssuesPrefetcher(SBuildServer buildServer, VcsModificationHistoryEx vcsHistory, IssuesManager issuesManager, ScheduledExecutorService service)
-
Uses of SBuildServer in jetbrains.buildServer.license
Constructors in jetbrains.buildServer.license with parameters of type SBuildServer Constructor Description ServerUsageStatsSenderImpl(TimeService timeService, EventDispatcher<BuildServerListener> serverListenerEventDispatcher, ExecutorServices executorServices, ServerUsageStatsSenderDB db, PerUsageLicenseStatsProvider licenseProvider, ServerUsageStatsCollector serverUsageStatsCollector, HTTPRequestBuilder.RequestHandler requestHandler, PerUsageLicenseData perUsageLicenseData, SBuildServer buildServer, ServerResponsibility serverResponsibility, CustomDataStorageManager customDataStorageManager)
-
Uses of SBuildServer in jetbrains.buildServer.metrics.web
Constructors in jetbrains.buildServer.metrics.web with parameters of type SBuildServer Constructor Description MetricsController(SBuildServer server, WebControllerManager controllerManager, ServerMetricsReader reporter, SecurityContext securityContext, ProjectManager projectManager)
-
Uses of SBuildServer in jetbrains.buildServer.notification
Constructors in jetbrains.buildServer.notification with parameters of type SBuildServer Constructor Description TemplateMessageBuilder(WebLinks webLinks, SBuildServer server, ChangesCalculationOptionsFactory changesCalculationOptionsFactory)
-
Uses of SBuildServer in jetbrains.buildServer.push.impl
Constructors in jetbrains.buildServer.push.impl with parameters of type SBuildServer Constructor Description PollingController(SBuildServer server, DefaultTopicsRegistry topicsRegistry)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide
Subinterfaces of SBuildServer in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildServerEx
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.buildLog
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type SBuildServer Constructor Description BuildLogTextWriter(SBuildServer server, SecurityContext securityContext, WebLinks webLinks)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement SBuildServer Modifier and Type Class Description static class
BaseServerTestCase.TestBuildServerImpl
class
BuildServerImpl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type SBuildServer Modifier and Type Method Description void
DownloadedArtifactsLoggerImpl. setServer(SBuildServer server)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type SBuildServer Constructor Description BuildTriggersChecker(SBuildServer server, ProjectManager projectManager, SystemProblemNotification systemProblemNotification, EventDispatcher<BuildServerListener> dispatcher, ExecutorServicesEx executorServices, ServerMetrics serverMetrics, TriggersTaskLoadBalancer taskLoadBalancer, TriggeredBuildsRateMonitor triggeredBuildsRateMonitor)
RecentlyFailedTestsCalculator(SBuildServer server, TestFailuresStatistics failuresStats)
ServerShutdownProcessTerminatorImpl(SBuildServer server)
WaitReasonStatisticsValueProviderResolver(SBuildServer server, BuildDataStorage storage, ValueProviderRegistry registry)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type SBuildServer Modifier and Type Method Description void
RolesManagerImpl. setServer(SBuildServer server)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.impl.remoteDebug
Constructors in jetbrains.buildServer.serverSide.impl.remoteDebug with parameters of type SBuildServer Constructor Description RemoteDebugTemporaryPersonalChangesCleaner(SBuildServer server, ServerResponsibility serverResponsibility)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.parameters
Constructors in jetbrains.buildServer.serverSide.parameters with parameters of type SBuildServer Constructor Description ServerParameterResolverFactory(SBuildServer server)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.statistics.build
Fields in jetbrains.buildServer.serverSide.statistics.build declared as SBuildServer Modifier and Type Field Description protected SBuildServer
BuildValueTypeBase. myServer
protected SBuildServer
CompositeVTB. myServer
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.statistics.buildtime
Constructors in jetbrains.buildServer.serverSide.statistics.buildtime with parameters of type SBuildServer Constructor Description RunningBuildsStatisticProvider(SBuildServer server)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.statistics.diskusage
Constructors in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type SBuildServer Constructor Description DiskUsageSListener(SBuildServer server, DiskUsageTaskExecutor updater, DiskUsage diskUsage, DiskUsageStoreProvider diskUsageStoreProvider, TimeService timeService, ServerResponsibility serverResponsibility, InMemoryProjectDiskUsage inMemoryProjectDiskUsage, ArtifactStorageDiskUsageInfoProvider artifactStorageDiskUsageInfoProvider, ExecutorServices executorServices)
Creates DiskUsage ServerListener. -
Uses of SBuildServer in jetbrains.buildServer.serverSide.statistics.impl
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.storage
Constructors in jetbrains.buildServer.serverSide.storage with parameters of type SBuildServer Constructor Description ServerArtifactStorageSettingsProviderImpl(ProjectManager projectManager, ArtifactStorageTypeRegistry registry, SBuildServer server, BuildsManager buildsManager, ArtifactsStorageSettingsManager artifactsStorageSettingsManager, ServerArtifactHelper artifactHelper)
-
Uses of SBuildServer in jetbrains.buildServer.serverSide.systemProblems
Methods in jetbrains.buildServer.serverSide.systemProblems with parameters of type SBuildServer Modifier and Type Method Description static SBuild
SystemProblemUtil. getBuildFromProblem(SystemProblemEntry problemEntry, SBuildServer buildServer)
-
Uses of SBuildServer in jetbrains.buildServer.tools.update
Constructors in jetbrains.buildServer.tools.update with parameters of type SBuildServer Constructor Description DownloadToolContentController(SBuildServer server, WebControllerManager web, HttpDownloadProcessor downloadProcessor, ServerToolManager toolManager)
InstalledToolInfoController(SBuildServer server, WebControllerManager web, ServerToolManager toolManager)
-
Uses of SBuildServer in jetbrains.buildServer.vcs.impl
Constructors in jetbrains.buildServer.vcs.impl with parameters of type SBuildServer Constructor Description MixedContentProvider(SBuildServer server, VcsWorkspaceAccess vcs, ValueResolver valueResolver)
-
Uses of SBuildServer in jetbrains.buildServer.web.impl
Methods in jetbrains.buildServer.web.impl with parameters of type SBuildServer Modifier and Type Method Description void
WebResourcesUnpacker. start(SBuildServer server)
Constructors in jetbrains.buildServer.web.impl with parameters of type SBuildServer Constructor Description ServerSummaryImpl(SBuildServer server, BuildAgentManagerEx agentManager, ProjectManager projectManager, UserModel userModel, ServerSettings serverSettings, AgentPoolManager agentPoolManager, TeamCityNodes teamCityNodes)
-
Uses of SBuildServer in jetbrains.buildServer.web.openapi
Fields in jetbrains.buildServer.web.openapi declared as SBuildServer Modifier and Type Field Description protected SBuildServer
BuildInfoFragmentTab. myServer
protected SBuildServer
ViewBuildTab. myServer
Constructors in jetbrains.buildServer.web.openapi with parameters of type SBuildServer Constructor Description ArtifactsViewTab(String title, String code, PagePlaces pagePlaces, SBuildServer server, ReportTabsIsolationProtection reportTabsIsolationProtection)
Creates and registers tab for Build Results pagesBuildInfoFragmentTab(SBuildServer server, WebControllerManager manager, String code, String includeUrl)
ViewBuildTab(String title, String code, PagePlaces pagePlaces, String includeUrl, SBuildServer server)
ViewBuildTab(String title, String code, PagePlaces pagePlaces, SBuildServer server)
Creates and registers tab for Build pagesViewLogTab(String title, String code, PagePlaces pagePlaces, SBuildServer server)
Creates and registers tab for Build Results pages -
Uses of SBuildServer in jetbrains.buildServer.web.plugins.agent
Constructors in jetbrains.buildServer.web.plugins.agent with parameters of type SBuildServer Constructor Description AgentPluginsController(SBuildServer server, ExtensionsProvider extensionsProvider, WebControllerManager manager, AgentPluginsHolder holder, DomainIsolationProtection domainIsolationProtection)
-
Uses of SBuildServer in jetbrains.buildServer.web.problems
Fields in jetbrains.buildServer.web.problems declared as SBuildServer Modifier and Type Field Description protected SBuildServer
BuildResultsBuildProblemRenderer. myServer
Constructors in jetbrains.buildServer.web.problems with parameters of type SBuildServer Constructor Description BuildProblemWithDetailsController(SBuildServer server, WebControllerManager controllerManager, BuildProblemManager buildProblemManager)
BuildResultsBuildProblemRenderer(SBuildServer server, WebControllerManager manager, String code, String includeUrl)
-
Uses of SBuildServer in jetbrains.buildServer.web.problems.impl
Methods in jetbrains.buildServer.web.problems.impl with parameters of type SBuildServer Modifier and Type Method Description static void
BaseSnapshotDependencyErrorBuildProblemRenderer. setContextProject(Map model, String buildTypeId, SBuildServer server)
Constructors in jetbrains.buildServer.web.problems.impl with parameters of type SBuildServer Constructor Description BaseSnapshotDependencyErrorBuildProblemRenderer(SBuildServer server, WebControllerManager manager, SecurityContextEx context, String problemType)
BuildFailureOnMessageBuildProblemRenderer(SBuildServer server, WebControllerManager manager)
CompilationErrorBuildProblemRenderer(SBuildServer server, WebControllerManager manager, MessagesPrinterFactory printerFactory)
ErrorMessageBuildProblemRenderer(SBuildServer server, BuildPromotionManager promotionManager, WebControllerManager manager)
SnapshotDependencyErrorBuildProblemRenderer(SBuildServer server, WebControllerManager manager, SecurityContextEx context)
SnapshotDependencyErrorBuildProceedsBuildProblemRenderer(SBuildServer server, WebControllerManager manager, SecurityContextEx context)
-
Uses of SBuildServer in jetbrains.buildServer.web.problems.impl.exitCode
Constructors in jetbrains.buildServer.web.problems.impl.exitCode with parameters of type SBuildServer Constructor Description ExitCodeBuildProblemRenderer(SBuildServer server, BuildPromotionManager promotionManager, WebControllerManager manager)
-
Uses of SBuildServer in jetbrains.buildServer.web.reportTabs.impl
Methods in jetbrains.buildServer.web.reportTabs.impl with parameters of type SBuildServer Modifier and Type Method Description void
ProjectReportTabConfigurationImpl. registerTab(PagePlaces pagePlaces, ProjectManager projectManager, RevisionRuleBuildFinders buildFinders, SBuildServer server)
void
ReportTabConfigurationImpl. registerTab(PagePlaces pagePlaces, ProjectManager projectManager, RevisionRuleBuildFinders buildFinders, SBuildServer server)
Constructors in jetbrains.buildServer.web.reportTabs.impl with parameters of type SBuildServer Constructor Description ReportTab(String tabId, PagePlaces pagePlaces, SBuildServer server, ReportTabConfigurationImpl tabConfiguration)
ReportTabManagerImpl(PagePlaces pagePlaces, CriticalErrors criticalErrors, ProjectManagerEx projectManager, RevisionRuleBuildFinders buildFinders, SBuildServer buildServer, ReportTabsIsolationProtection reportTabsIsolationProtection, EventDispatcher<BuildServerListener> serverEvents)
-
Uses of SBuildServer in jetbrains.buildServer.web.statistics.graph
Fields in jetbrains.buildServer.web.statistics.graph declared as SBuildServer Modifier and Type Field Description protected SBuildServer
DeclarativeGraphProviderBean. myServer
-
Uses of SBuildServer in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util with parameters of type SBuildServer Modifier and Type Method Description static SBuild
ArtifactsWebUtil. findScopeBuild(javax.servlet.http.HttpServletRequest request, SBuildServer server)
static SBuild
ArtifactsWebUtil. getBuild(String revision, SBuildType buildType, javax.servlet.http.HttpServletRequest request, SBuildServer server, RevisionRuleBuildFinders buildFinders)
static SBuildType
ArtifactsWebUtil. lookupBuildConfiguration(String module, SBuildServer server)
Constructors in jetbrains.buildServer.web.util with parameters of type SBuildServer Constructor Description BuildLookupService(SBuildServer server, RevisionRuleBuildFinders buildFinders)
MessagesPrinterFactory(SBuildServer provider)
RegExpTextTransformer(SBuildServer buildServer)
-