Uses of Interface
jetbrains.buildServer.clouds.CloudProfileData
-
Packages that use CloudProfileData Package Description jetbrains.buildServer.clouds.server jetbrains.buildServer.clouds.server.impl jetbrains.buildServer.clouds.server.impl.profile -
-
Uses of CloudProfileData in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server with parameters of type CloudProfileData Modifier and Type Method Description CloudProfileCloudManager. createProfile(String projectId, CloudProfileData profileData)CloudProfileCloudManagerBase. createProfile(String projectId, CloudProfileData profileData)CloudProfileCloudProfilePersistor. createProfile(String projectId, CloudProfileData data)Creates new profile and persists it Calling this method may triggerCloudEventListener#profilesUpdated(java.util.Collection, boolean)call.CloudProfileCloudManager. updateProfile(String projectId, String profileId, CloudProfileData profileData)CloudProfileCloudManagerBase. updateProfile(String projectId, String profileId, CloudProfileData cloudProfileData)CloudProfileCloudProfilePersistor. updateProfile(String projectId, String profileId, CloudProfileData newData)Updates currently persisted profile. -
Uses of CloudProfileData in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudProfileData Modifier and Type Method Description CloudProfileCloudManagerBaseImpl. createProfile(String projectId, CloudProfileData profileData)CloudProfileCloudManagerFacade. createProfile(String projectId, CloudProfileData profileData)CloudProfileSecuredCloudManager. createProfile(String projectId, CloudProfileData profileData)CloudProfileCloudManagerBaseImpl. updateProfile(String projectId, String profileId, CloudProfileData cloudProfileData)CloudProfileCloudManagerFacade. updateProfile(String projectId, String profileId, CloudProfileData profileData)CloudProfileSecuredCloudManager. updateProfile(String projectId, String profileId, CloudProfileData profileData) -
Uses of CloudProfileData in jetbrains.buildServer.clouds.server.impl.profile
Classes in jetbrains.buildServer.clouds.server.impl.profile that implement CloudProfileData Modifier and Type Class Description classCloudProfileDataImplMethods in jetbrains.buildServer.clouds.server.impl.profile that return CloudProfileData Modifier and Type Method Description static CloudProfileDataCloudProfileUtil. copyProfileWithUpdateImages(CloudProfile src, Collection<CloudImageData> images)static CloudProfileDataCloudProfileUtil. copyProfileWithUpdateImages(CloudProfile src, Map<String,Map<String,String>> imagesUpdates)Methods in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudProfileData Modifier and Type Method Description CloudProfileCloudProfilePersistorFacade. createProfile(String projectId, CloudProfileData data)CloudProfileSecuredCloudProfilePersistor. createProfile(String projectId, CloudProfileData data)CloudProfileCloudProfilePersistorFacade. updateProfile(String projectId, String profileId, CloudProfileData newData)CloudProfileSecuredCloudProfilePersistor. updateProfile(String projectId, String profileId, CloudProfileData newData)
-