Uses of Class
jetbrains.buildServer.clouds.server.impl.CloudStateHolder.ImageState
-
Packages that use CloudStateHolder.ImageState Package Description jetbrains.buildServer.clouds.server.impl -
-
Uses of CloudStateHolder.ImageState in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CloudStateHolder.ImageState Modifier and Type Method Description static CloudStateHolder.ImageStateCloudStateHolder.ImageState. dummyImage(String projectId, String profileId, String imageId)CloudStateHolder.ImageStateCloudStateHolder. findImageByKey(CloudStateHolder.ImageStateKey imageStateKey)CloudStateHolder.ImageStateCloudStateHolder.ProfileState. getImageById(String imageId)Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudStateHolder.ImageState Modifier and Type Method Description Collection<CloudStateHolder.ImageState>CloudStateHolder.ProfileState. getImages()Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudStateHolder.ImageState Modifier and Type Method Description voidCloudStateHolder.ProfileState. addImage(CloudStateHolder.ImageState imageState)voidCloudStateHolder.ImageState. update(CloudStateHolder.ImageState image)Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type CloudStateHolder.ImageState Constructor Description InstanceState(String instanceId, String name, CloudStateHolder.ImageState image, Date startedTime, String networkIdentity, InstanceStatus status, CloudErrorInfo errorInfo, boolean isExpired, int agentId)InstanceState(CloudInstance instance, CloudStateHolder.ImageState imageState, int agentId)
-