Uses of Interface
jetbrains.buildServer.clouds.server.CloudManagerBase
-
-
Uses of CloudManagerBase in jetbrains
Methods in jetbrains that return CloudManagerBase Modifier and Type Method Description CloudManagerBase
BuildServerCreator. getCloudManagerBase()
-
Uses of CloudManagerBase in jetbrains.buildServer.clouds.server.agentTypes
Constructors in jetbrains.buildServer.clouds.server.agentTypes with parameters of type CloudManagerBase Constructor Description CloudAgentTypeProviderImpl(CloudAgentRelation relation, AgentTypeManager typeManager, AgentTypeFinder typeFinder, AgentTypeProviderRegistry typeProviderRegistry, CloudManagerBase manager)
-
Uses of CloudManagerBase in jetbrains.buildServer.clouds.server.impl
Classes in jetbrains.buildServer.clouds.server.impl that implement CloudManagerBase Modifier and Type Class Description class
CloudManagerBaseImpl
-
Uses of CloudManagerBase in jetbrains.buildServer.clouds.server.impl.auth
Constructors in jetbrains.buildServer.clouds.server.impl.auth with parameters of type CloudManagerBase Constructor Description ServerCloudSecurityImpl(SecurityContextEx securityContext, CloudManagerBase cloudManager)
-
Uses of CloudManagerBase in jetbrains.buildServer.clouds.server.impl.instances
Constructors in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudManagerBase Constructor Description StartInstanceAction(CloudManagerBase manager, WebLinks webLinks, CloudEventDispatcher disp, TerminateConditionsFactory terminateConditionsFactory, CloudQuotaChecker cloudQuotaChecker, StartingCloudInstanceTokens startingCloudInstanceTokens)
StopInstanceAction(CloudManagerBase manager, CloudEventDispatcher disp, RunningAgentsTracker runningAgentsTracker, CloudInstancesExpiration cloudInstancesExpiration)
StopInstanceQueueImpl(StopInstanceAction stopInstanceAction, MultiNodeTasks nodeTasks, CloudManagerBase manager, EventDispatcher<BuildServerListener> events, ExecutorServices executorServices, ServerResponsibility serverResponsibility)
-
Uses of CloudManagerBase in jetbrains.buildServer.clouds.server.impl.profile
Constructors in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudManagerBase Constructor Description DeleteImageAndStopInstancesAction(StopInstanceAction stopInstanceAction, MultiNodeTasks nodeTasks, CloudManagerBase cloudManager, ExecutorServices executorServices, ServerResponsibility serverResponsibility)
DeleteProfileAndStopInstancesAction(StopInstanceAction stopInstanceAction, MultiNodeTasks nodeTasks, CloudManagerBase cloudManager, ExecutorServices executorServices, ServerResponsibility serverResponsibility)
DisposeClientAndStopInstancesAction(StopInstanceAction stopInstanceAction, MultiNodeTasks nodeTasks, CloudManagerBase cloudManager, ExecutorServices executorServices, ServerResponsibility serverResponsibility)
-
Uses of CloudManagerBase in jetbrains.buildServer.clouds.server.serverHealth
Constructors in jetbrains.buildServer.clouds.server.serverHealth with parameters of type CloudManagerBase Constructor Description DuplicateCloudProfileHealthReport(CloudManagerBase cloudManagerBase, EventDispatcher<BuildServerListener> eventDispatcher, ExecutorServices executorServices, ProjectManager projectManager, ProjectIdentifiersManager projectIdentifiersManager)
-
Uses of CloudManagerBase in jetbrains.buildServer.controllers.agent
-
Uses of CloudManagerBase in jetbrains.buildServer.serverSide.agentPools
Methods in jetbrains.buildServer.serverSide.agentPools with parameters of type CloudManagerBase Modifier and Type Method Description void
AgentPoolManagerImpl. setCloudManagerBase(CloudManagerBase cloudManagerBase)
-
Uses of CloudManagerBase in jetbrains.buildServer.serverSide.agentTypes
Methods in jetbrains.buildServer.serverSide.agentTypes with parameters of type CloudManagerBase Modifier and Type Method Description void
AgentTypeDatabaseStorage. setCloudManagerBase(CloudManagerBase cloudManagerBase)
void
AgentTypeFinderImpl. setCloudManagerBase(CloudManagerBase cloudManagerBase)
-