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 CloudProfile
CloudManager. createProfile(String projectId, CloudProfileData profileData)
CloudProfile
CloudManagerBase. createProfile(String projectId, CloudProfileData profileData)
CloudProfile
CloudProfilePersistor. createProfile(String projectId, CloudProfileData data)
Creates new profile and persists it Calling this method may triggerCloudEventListener#profilesUpdated(java.util.Collection, boolean)
call.CloudProfile
CloudManager. updateProfile(String projectId, String profileId, CloudProfileData profileData)
CloudProfile
CloudManagerBase. updateProfile(String projectId, String profileId, CloudProfileData cloudProfileData)
CloudProfile
CloudProfilePersistor. 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 CloudProfile
CloudManagerBaseImpl. createProfile(String projectId, CloudProfileData profileData)
CloudProfile
CloudManagerFacade. createProfile(String projectId, CloudProfileData profileData)
CloudProfile
SecuredCloudManager. createProfile(String projectId, CloudProfileData profileData)
CloudProfile
CloudManagerBaseImpl. updateProfile(String projectId, String profileId, CloudProfileData cloudProfileData)
CloudProfile
CloudManagerFacade. updateProfile(String projectId, String profileId, CloudProfileData profileData)
CloudProfile
SecuredCloudManager. 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 class
CloudProfileDataImpl
Methods in jetbrains.buildServer.clouds.server.impl.profile that return CloudProfileData Modifier and Type Method Description static CloudProfileData
CloudProfileUtil. copyProfileWithUpdateImages(CloudProfile src, Collection<CloudImageData> images)
static CloudProfileData
CloudProfileUtil. 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 CloudProfile
CloudProfilePersistorFacade. createProfile(String projectId, CloudProfileData data)
CloudProfile
SecuredCloudProfilePersistor. createProfile(String projectId, CloudProfileData data)
CloudProfile
CloudProfilePersistorFacade. updateProfile(String projectId, String profileId, CloudProfileData newData)
CloudProfile
SecuredCloudProfilePersistor. updateProfile(String projectId, String profileId, CloudProfileData newData)
-