Uses of Class
jetbrains.buildServer.clouds.server.impl.CloudStateHolder.ImageStateKey
-
Packages that use CloudStateHolder.ImageStateKey Package Description jetbrains.buildServer.clouds.server.impl -
-
Uses of CloudStateHolder.ImageStateKey in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CloudStateHolder.ImageStateKey Modifier and Type Method Description static CloudStateHolder.ImageStateKey
CloudStateHolder.ImageStateKey. fromString(String str)
CloudStateHolder.ImageStateKey
CloudStateHolder.InstanceStateKey. getImageKey()
Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudStateHolder.ImageStateKey Modifier and Type Method Description Set<CloudStateHolder.ImageStateKey>
CloudStateHolder. getAllImageKeys()
Map<CloudStateHolder.ImageStateKey,CloudStateHolder.ChangeState>
CloudStateHolder.CollectedCloudState. getProcessedImages()
Map<CloudStateHolder.ImageStateKey,CloudStateHolder.ChangeState>
CloudStateHolder. getProcessedImages()
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudStateHolder.ImageStateKey Modifier and Type Method Description CloudStateHolder.CollectedCloudState
CloudStateHolder. collectImageState(CloudStateHolder.ImageStateKey imageStateKey)
protected void
CloudInstancesDBPersistor. doDetectNewImageInstances(CloudStateHolder.ImageStateKey imageStateKey)
CloudStateHolder.ImageState
CloudStateHolder. findImageByKey(CloudStateHolder.ImageStateKey imageStateKey)
void
CloudStateHolder.ProfileState. removeImage(CloudStateHolder.ImageStateKey key)
void
CloudStateHolder. removeImage(CloudStateHolder.ImageStateKey imageStateKey)
Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type CloudStateHolder.ImageStateKey Constructor Description InstanceStateKey(CloudStateHolder.ImageStateKey imageStateKey, String instanceId)
-