Uses of Interface
jetbrains.buildServer.clouds.server.CloudAgentRelation
-
Packages that use CloudAgentRelation Package Description jetbrains.buildServer.clouds.server.agentTypes jetbrains.buildServer.clouds.server.impl jetbrains.buildServer.clouds.server.impl.instances -
-
Uses of CloudAgentRelation in jetbrains.buildServer.clouds.server.agentTypes
Constructors in jetbrains.buildServer.clouds.server.agentTypes with parameters of type CloudAgentRelation Constructor Description CloudAgentTypeProviderImpl(CloudAgentRelation relation, AgentTypeManager typeManager, AgentTypeFinder typeFinder, AgentTypeProviderRegistry typeProviderRegistry, CloudManagerBase manager)
-
Uses of CloudAgentRelation in jetbrains.buildServer.clouds.server.impl
Classes in jetbrains.buildServer.clouds.server.impl that implement CloudAgentRelation Modifier and Type Class Description class
AgentCloudRelationImpl
-
Uses of CloudAgentRelation in jetbrains.buildServer.clouds.server.impl.instances
Constructors in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudAgentRelation Constructor Description RunningInstanceTrackerImpl(CloudAgentRelation relation, CloudEventDispatcher dispatcher, EventDispatcher<BuildServerListener> serverDispatched, UpdateInstancesCollectionFactory updateTaskFactory, ScheduledExecutorService executorService, ServerResponsibility serverResponsibility, SecurityContextEx securityContext)
RunningInstanceTrackerImpl(CloudAgentRelation relation, CloudEventDispatcher dispatcher, EventDispatcher<BuildServerListener> serverDispatched, UpdateInstancesCollectionFactory updateTaskFactory, ScheduledExecutorService executorService, ServerResponsibility serverResponsibility, SecurityContextEx securityContext, int updateTimeout)
-