Uses of Interface
jetbrains.buildServer.clouds.CloudClientEx
-
-
Uses of CloudClientEx in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds that return CloudClientEx Modifier and Type Method Description CloudClientEx
CloudClientFactory. createNewClient(CloudState state, CloudClientParameters params)
Creates a new cloud client. -
Uses of CloudClientEx in jetbrains.buildServer.clouds.fakeCloud
Classes in jetbrains.buildServer.clouds.fakeCloud that implement CloudClientEx Modifier and Type Class Description class
DummyCloudClient
Methods in jetbrains.buildServer.clouds.fakeCloud that return CloudClientEx Modifier and Type Method Description CloudClientEx
DummyCloudClientFactory. createNewClient(CloudState state, CloudClientParameters params)
-
Uses of CloudClientEx in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return CloudClientEx Modifier and Type Method Description CloudClientEx
CloudManager. getClient(String projectId, String profileId)
Provides a client for the specified profile.CloudClientEx
CloudManagerBase. getClient(String projectId, String profileId)
CloudClientEx
ProjectCloudManager. getClient(String profileId)
CloudClientEx
CloudManager. getClientIfExists(String projectId, String profileId)
Provides a client for the specified profile.CloudClientEx
CloudManagerBase. getClientIfExists(String projectId, String profileId)
CloudClientEx
ProjectCloudManager. getClientIfExists(String profileId)
CloudClientEx
CloudManagerBase. getClientIfExistsByProjectExtId(String projectExtId, String profileId)
Methods in jetbrains.buildServer.clouds.server with parameters of type CloudClientEx Modifier and Type Method Description void
CloudEventAdapter. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)
void
CloudEventListener. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)
Fired before disposing cloud client for extra actions, such as unauthorization of agents (if necessary)CanStartNewInstanceResult
CloudQuotaChecker. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)
void
CloudInstancesProviderExtendedCallback. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)
Called if - instance is expired and should be terminated waiting if necessary for the current build to finishvoid
CloudInstancesProviderExtendedCallbackAdapter. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)
default void
CloudInstancesProviderExtendedCallback. processInstanceMaintained(CloudProfile profile, CloudClientEx client, CloudInstance instance)
Called if - instance is maintained (should not be terminated) -
Uses of CloudClientEx in jetbrains.buildServer.clouds.server.impl
Classes in jetbrains.buildServer.clouds.server.impl that implement CloudClientEx Modifier and Type Class Description class
BrokenClient
class
ReadonlyClient
Methods in jetbrains.buildServer.clouds.server.impl that return CloudClientEx Modifier and Type Method Description CloudClientEx
ReadonlyClientFactory. createNewClient(CloudState state, CloudClientParameters params)
CloudClientEx
CloudManagerBaseImpl. getClient(String projectId, String profileId)
CloudClientEx
CloudManagerFacade. getClient(String projectId, String profileId)
CloudClientEx
ProjectCloudManagerImpl. getClient(String profileId)
CloudClientEx
SecuredCloudManager. getClient(String projectId, String profileId)
CloudClientEx
CloudManagerBaseImpl. getClientIfExists(String projectId, String profileId)
CloudClientEx
CloudManagerFacade. getClientIfExists(String projectId, String profileId)
CloudClientEx
ProjectCloudManagerImpl. getClientIfExists(String profileId)
CloudClientEx
SecuredCloudManager. getClientIfExists(String projectId, String profileId)
CloudClientEx
CloudManagerBaseImpl. getClientIfExistsByProjectExtId(String projectExtId, String profileId)
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudClientEx Modifier and Type Method Description void
CloudEventsLogger. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)
CanStartNewInstanceResult
CloudQuotaCheckerImpl. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)
void
CloudStateHolder. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)
void
CloudStateHolder. processInstanceMaintained(CloudProfile profile, CloudClientEx client, CloudInstance instance)
-
Uses of CloudClientEx in jetbrains.buildServer.clouds.server.impl.instances
Methods in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudClientEx Modifier and Type Method Description protected CloudInstance
StartInstanceAction. doStartCloudInstance(CloudProfile profile, CloudClientEx client, CloudImage cloudImage, StartInstanceReason reason)
void
UpdateInstancesCollectionTaskImpl. processInstanceExpired(CloudProfile profile, CloudClientEx cli, CloudInstance instance)
-
Uses of CloudClientEx in jetbrains.buildServer.clouds.server.impl.profile
Classes in jetbrains.buildServer.clouds.server.impl.profile that implement CloudClientEx Modifier and Type Class Description class
CloudClientCanStartProxy
class
DisposingCloudClientProxy
Fields in jetbrains.buildServer.clouds.server.impl.profile declared as CloudClientEx Modifier and Type Field Description protected CloudClientEx
CloudClientCanStartProxy. myDelegate
Methods in jetbrains.buildServer.clouds.server.impl.profile that return CloudClientEx Modifier and Type Method Description CloudClientEx
CloudClientCanStartProxy. getDelegate()
CloudClientEx
DisposingCloudClientProxy. getDelegate()
Constructors in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudClientEx Constructor Description CloudClientCanStartProxy(CloudClientEx delegate)
DisposingCloudClientProxy(CloudClientEx delegate)
-