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 CloudClientExCloudClientFactory. 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 classDummyCloudClientMethods in jetbrains.buildServer.clouds.fakeCloud that return CloudClientEx Modifier and Type Method Description CloudClientExDummyCloudClientFactory. 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 CloudClientExCloudManager. getClient(String projectId, String profileId)Provides a client for the specified profile.CloudClientExCloudManagerBase. getClient(String projectId, String profileId)CloudClientExProjectCloudManager. getClient(String profileId)CloudClientExCloudManager. getClientIfExists(String projectId, String profileId)Provides a client for the specified profile.CloudClientExCloudManagerBase. getClientIfExists(String projectId, String profileId)CloudClientExProjectCloudManager. getClientIfExists(String profileId)CloudClientExCloudManagerBase. getClientIfExistsByProjectExtId(String projectExtId, String profileId)Methods in jetbrains.buildServer.clouds.server with parameters of type CloudClientEx Modifier and Type Method Description voidCloudEventAdapter. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)voidCloudEventListener. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)Fired before disposing cloud client for extra actions, such as unauthorization of agents (if necessary)CanStartNewInstanceResultCloudQuotaChecker. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)voidCloudInstancesProviderExtendedCallback. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)Called if - instance is expired and should be terminated waiting if necessary for the current build to finishvoidCloudInstancesProviderExtendedCallbackAdapter. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)default voidCloudInstancesProviderExtendedCallback. 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 classBrokenClientclassReadonlyClientMethods in jetbrains.buildServer.clouds.server.impl that return CloudClientEx Modifier and Type Method Description CloudClientExReadonlyClientFactory. createNewClient(CloudState state, CloudClientParameters params)CloudClientExCloudManagerBaseImpl. getClient(String projectId, String profileId)CloudClientExCloudManagerFacade. getClient(String projectId, String profileId)CloudClientExProjectCloudManagerImpl. getClient(String profileId)CloudClientExSecuredCloudManager. getClient(String projectId, String profileId)CloudClientExCloudManagerBaseImpl. getClientIfExists(String projectId, String profileId)CloudClientExCloudManagerFacade. getClientIfExists(String projectId, String profileId)CloudClientExProjectCloudManagerImpl. getClientIfExists(String profileId)CloudClientExSecuredCloudManager. getClientIfExists(String projectId, String profileId)CloudClientExCloudManagerBaseImpl. getClientIfExistsByProjectExtId(String projectExtId, String profileId)Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudClientEx Modifier and Type Method Description voidCloudEventsLogger. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)CanStartNewInstanceResultCloudQuotaCheckerImpl. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)voidCloudStateHolder. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)voidCloudStateHolder. 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 CloudInstanceStartInstanceAction. doStartCloudInstance(CloudProfile profile, CloudClientEx client, CloudImage cloudImage, StartInstanceReason reason)voidUpdateInstancesCollectionTaskImpl. 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 classCloudClientCanStartProxyclassDisposingCloudClientProxyFields in jetbrains.buildServer.clouds.server.impl.profile declared as CloudClientEx Modifier and Type Field Description protected CloudClientExCloudClientCanStartProxy. myDelegateMethods in jetbrains.buildServer.clouds.server.impl.profile that return CloudClientEx Modifier and Type Method Description CloudClientExCloudClientCanStartProxy. getDelegate()CloudClientExDisposingCloudClientProxy. getDelegate()Constructors in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudClientEx Constructor Description CloudClientCanStartProxy(CloudClientEx delegate)DisposingCloudClientProxy(CloudClientEx delegate)
-