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.ImageState
CloudStateHolder.ImageState. dummyImage(String projectId, String profileId, String imageId)
CloudStateHolder.ImageState
CloudStateHolder. findImageByKey(CloudStateHolder.ImageStateKey imageStateKey)
CloudStateHolder.ImageState
CloudStateHolder.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 void
CloudStateHolder.ProfileState. addImage(CloudStateHolder.ImageState imageState)
void
CloudStateHolder.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)
-