Uses of Class
jetbrains.buildServer.clouds.CloudImageParameters
-
-
Uses of CloudImageParameters in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds that return types with arguments of type CloudImageParameters Modifier and Type Method Description abstract Collection<CloudImageParameters>CloudClientParameters. getCloudImages()Collection<CloudImageParameters>CloudProfile. getImages() -
Uses of CloudImageParameters in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return CloudImageParameters 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 idCloudImageParametersCloudManager. findImageByInternalId(String projectId, String imageInternalId)CloudImageParametersCloudManagerBase. findImageByInternalId(String projectId, String imageInternalId)CloudImageParametersCloudProfilePersistor. updateImage(String projectId, CloudImageData imageData)Updates currently persisted image.CloudImageParametersCloudProfilePersistor. updateImageWithInternalId(String projectId, String imageInternalId, CloudImageData imageData)Updates currently persisted image.Methods in jetbrains.buildServer.clouds.server that return types with arguments of type CloudImageParameters Modifier and Type Method Description Collection<CloudImageParameters>CloudProfilePersistor. getImages(String projectId)Get images based on configured project features.Collection<CloudImageParameters>CloudProfilePersistor. getImages(SProject project)Get images based on configured project features.Collection<CloudImageParameters>CloudManager. listImagesByProject(String projectId)Collection<CloudImageParameters>CloudManagerBase. listImagesByProject(String projectId)Methods in jetbrains.buildServer.clouds.server with parameters of type CloudImageParameters Modifier and Type Method Description voidCloudEventAdapter. imageUpdated(String projectId, CloudImageParameters imageParameters)voidCloudEventListener. imageUpdated(String projectId, CloudImageParameters imageParameters)This event is called when a single image settings change was detected. -
Uses of CloudImageParameters in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CloudImageParameters Modifier and Type Method Description CloudImageParametersCloudManagerBaseImpl. createImage(String projectId, CloudImageData imageData)CloudImageParametersCloudManagerFacade. createImage(String projectId, CloudImageData imageData)CloudImageParametersSecuredCloudManager. createImage(String projectId, CloudImageData imageData)CloudImageParametersCloudManagerBaseImpl. findImageByInternalId(String projectId, String imageInternalId)CloudImageParametersCloudManagerFacade. findImageByInternalId(String projectId, String imageInternalId)CloudImageParametersSecuredCloudManager. findImageByInternalId(String projectId, String imageInternalId)Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudImageParameters Modifier and Type Method Description Collection<CloudImageParameters>CloudManagerBaseImpl. listImagesByProject(String projectId)Collection<CloudImageParameters>CloudManagerFacade. listImagesByProject(String projectId)Collection<CloudImageParameters>SecuredCloudManager. listImagesByProject(String projectId)Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudImageParameters Modifier and Type Method Description voidCloudEventsLogger. imageUpdated(String projectId, CloudImageParameters imageParameters) -
Uses of CloudImageParameters in jetbrains.buildServer.clouds.server.impl.profile
Subclasses of CloudImageParameters in jetbrains.buildServer.clouds.server.impl.profile Modifier and Type Class Description classCloudImageParametersImplMethods in jetbrains.buildServer.clouds.server.impl.profile that return CloudImageParameters 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)Methods in jetbrains.buildServer.clouds.server.impl.profile that return types with arguments of type CloudImageParameters Modifier and Type Method Description Collection<CloudImageParameters>CloudClientParametersImpl. getCloudImages()Collection<CloudImageParameters>CloudProfileImpl. getImages()Collection<CloudImageParameters>CloudProfilePersistorFacade. getImages(String projectId)Collection<CloudImageParameters>CloudProfilePersistorFacade. getImages(SProject project)Collection<CloudImageParameters>SecuredCloudProfilePersistor. getImages(String projectId)Collection<CloudImageParameters>SecuredCloudProfilePersistor. getImages(SProject project)Method parameters in jetbrains.buildServer.clouds.server.impl.profile with type arguments of type CloudImageParameters Modifier and Type Method Description static StringCloudProfileUtil. collectionToJson(List<CloudImageParameters> imagesList)Constructor parameters in jetbrains.buildServer.clouds.server.impl.profile with type arguments of type CloudImageParameters Constructor Description CloudClientParametersImpl(Map<String,String> params, Collection<CloudImageParameters> cloudImages)CloudProfileImpl(String name, String projectInternalId, String profileId, String profileDescription, String cloudCode, Long terminateIdleTime, boolean isEnabled, Map<String,String> profileProps, Collection<CloudImageParameters> imageParameters)
-