Uses of Class
jetbrains.buildServer.clouds.CloudImageData
-
Packages that use CloudImageData Package Description jetbrains.buildServer.clouds jetbrains.buildServer.clouds.server jetbrains.buildServer.clouds.server.impl jetbrains.buildServer.clouds.server.impl.profile -
-
Uses of CloudImageData in jetbrains.buildServer.clouds
Subclasses of CloudImageData in jetbrains.buildServer.clouds Modifier and Type Class Description classCloudImageParametersParameters of cloud imageMethods in jetbrains.buildServer.clouds that return types with arguments of type CloudImageData Modifier and Type Method Description Collection<CloudImageData>CloudProfileData. getImagesParameters() -
Uses of CloudImageData in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server with parameters of type CloudImageData Modifier and Type Method Description CloudImageParametersCloudManager. createImage(String projectId, CloudImageData imageData)CloudImageParametersCloudManagerBase. createImage(String projectId, CloudImageData imageData)CloudImageParametersCloudProfilePersistor. createImage(String projectId, CloudImageData imageData)Create image with given parameters in a roject with given idCloudImageParametersCloudProfilePersistor. updateImage(String projectId, CloudImageData imageData)Updates currently persisted image.CloudImageParametersCloudProfilePersistor. updateImageWithInternalId(String projectId, String imageInternalId, CloudImageData imageData)Updates currently persisted image. -
Uses of CloudImageData in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudImageData Modifier and Type Method Description CloudImageParametersCloudManagerBaseImpl. createImage(String projectId, CloudImageData imageData)CloudImageParametersCloudManagerFacade. createImage(String projectId, CloudImageData imageData)CloudImageParametersSecuredCloudManager. createImage(String projectId, CloudImageData imageData) -
Uses of CloudImageData in jetbrains.buildServer.clouds.server.impl.profile
Subclasses of CloudImageData in jetbrains.buildServer.clouds.server.impl.profile Modifier and Type Class Description classCloudImageDataImplclassCloudImageParametersImplMethods in jetbrains.buildServer.clouds.server.impl.profile that return types with arguments of type CloudImageData Modifier and Type Method Description Collection<CloudImageData>CloudProfileDataImpl. getImagesParameters()static Collection<CloudImageData>CloudProfileUtil. parseImagesData(String json)Methods in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudImageData Modifier and Type Method Description CloudImageParametersCloudProfilePersistorFacade. createImage(String projectId, CloudImageData imageData)CloudImageParametersSecuredCloudProfilePersistor. createImage(String projectId, CloudImageData imageData)CloudImageParametersCloudProfilePersistorFacade. updateImage(String projectId, CloudImageData newData)CloudImageParametersSecuredCloudProfilePersistor. updateImage(String projectId, CloudImageData imageData)CloudImageParametersCloudProfilePersistorFacade. updateImageWithInternalId(String projectId, String imageInternalId, CloudImageData newData)CloudImageParametersSecuredCloudProfilePersistor. updateImageWithInternalId(String projectId, String imageInternalId, CloudImageData imageData)Method parameters in jetbrains.buildServer.clouds.server.impl.profile with type arguments of type CloudImageData Modifier and Type Method Description static CloudProfileDataCloudProfileUtil. copyProfileWithUpdateImages(CloudProfile src, Collection<CloudImageData> images)Constructors in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudImageData Constructor Description CloudImageParametersImpl(CloudImageData imageData, String projectId, String internalId)Constructor parameters in jetbrains.buildServer.clouds.server.impl.profile with type arguments of type CloudImageData Constructor Description CloudProfileDataImpl(String cloudCode, String name, String description, Long terminateIdleTime, boolean enabled, Map<String,String> customProfileProperties, Collection<? extends CloudImageData> cloudImages)
-