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.ImageStateKeyCloudStateHolder.ImageStateKey. fromString(String str)CloudStateHolder.ImageStateKeyCloudStateHolder.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.CollectedCloudStateCloudStateHolder. collectImageState(CloudStateHolder.ImageStateKey imageStateKey)protected voidCloudInstancesDBPersistor. doDetectNewImageInstances(CloudStateHolder.ImageStateKey imageStateKey)CloudStateHolder.ImageStateCloudStateHolder. findImageByKey(CloudStateHolder.ImageStateKey imageStateKey)voidCloudStateHolder.ProfileState. removeImage(CloudStateHolder.ImageStateKey key)voidCloudStateHolder. 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)
-