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 CloudImageParameters
CloudManager. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
CloudManagerBase. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
CloudProfilePersistor. createImage(String projectId, CloudImageData imageData)
Create image with given parameters in a roject with given idCloudImageParameters
CloudManager. findImageByInternalId(String projectId, String imageInternalId)
CloudImageParameters
CloudManagerBase. findImageByInternalId(String projectId, String imageInternalId)
CloudImageParameters
CloudProfilePersistor. updateImage(String projectId, CloudImageData imageData)
Updates currently persisted image.CloudImageParameters
CloudProfilePersistor. 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 void
CloudEventAdapter. imageUpdated(String projectId, CloudImageParameters imageParameters)
void
CloudEventListener. 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 CloudImageParameters
CloudManagerBaseImpl. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
CloudManagerFacade. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
SecuredCloudManager. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
CloudManagerBaseImpl. findImageByInternalId(String projectId, String imageInternalId)
CloudImageParameters
CloudManagerFacade. findImageByInternalId(String projectId, String imageInternalId)
CloudImageParameters
SecuredCloudManager. 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 void
CloudEventsLogger. 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 class
CloudImageParametersImpl
Methods in jetbrains.buildServer.clouds.server.impl.profile that return CloudImageParameters Modifier and Type Method Description CloudImageParameters
CloudProfilePersistorFacade. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
SecuredCloudProfilePersistor. createImage(String projectId, CloudImageData imageData)
CloudImageParameters
CloudProfilePersistorFacade. updateImage(String projectId, CloudImageData newData)
CloudImageParameters
SecuredCloudProfilePersistor. updateImage(String projectId, CloudImageData imageData)
CloudImageParameters
CloudProfilePersistorFacade. updateImageWithInternalId(String projectId, String imageInternalId, CloudImageData newData)
CloudImageParameters
SecuredCloudProfilePersistor. 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 String
CloudProfileUtil. 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)
-