Uses of Interface
jetbrains.buildServer.clouds.CloudProfile
-
-
Uses of CloudProfile in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds with parameters of type CloudProfile Modifier and Type Method Description StringAgentExpirationCondition. getProlongationReason(CloudProfile cloudProfile, CloudInstance cloudInstance, SBuildAgent agent)Checks whether the agent can be marked as expired and the corresponding cloud instance can be stopped -
Uses of CloudProfile in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server that return CloudProfile 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. findProfileById(String projectId, String profileId)Returns profile by the specified identifier in a certain project.CloudProfileCloudManagerBase. findProfileById(String projectId, String profileId)CloudProfileProjectCloudManager. findProfileById(String profileId)CloudProfileCloudManager. findProfileByImageId(String imageId)CloudProfileCloudManagerBase. findProfileByImageId(String imageId)CloudProfileCloudManager. findProfileGloballyById(String profileId)Returns profile by the specified identifier.CloudProfileCloudManagerBase. findProfileGloballyById(String profileId)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.Methods in jetbrains.buildServer.clouds.server that return types with arguments of type CloudProfile Modifier and Type Method Description default Pair<CloudProfile,CloudInstance>CloudAgentRelation. findInstanceByAgent(AgentDescription description)Deprecated.see class descriptionCloudAgentRelationPair<CloudProfile,CloudInstance>CloudAgentRelation. findInstanceByAgent(AgentDescription description, boolean searchEverywhere)Deprecated.see class descriptionCloudAgentRelationPair<CloudProfile,CloudInstance>CloudManager. findInstanceByAgent(AgentDescription agent)Checks if the agent is an instnce of one of the running instances.Map<AgentDescription,Pair<CloudProfile,CloudInstance>>CloudAgentRelation. findInstancesByAgents(Collection<? extends AgentDescription> descriptions)Deprecated.see class descriptionCloudAgentRelationMap<AgentDescription,Pair<CloudProfile,CloudInstance>>CloudManager. findInstancesByAgents(Collection<? extends AgentDescription> agents)Finds cloud instances (if any) for the collection of agentsCollection<CloudProfile>CloudProfilePersistor. getProfiles(String projectId)Get profiles based on configured project features.Collection<CloudProfile>CloudProfilePersistor. getProfiles(SProject project)Get profiles based on configured project features.Collection<CloudProfile>CloudManager. listAllProfiles()Returns all cloud profiles.Collection<CloudProfile>CloudManagerBase. listAllProfiles()Returns all profiles available on server across all projects.Collection<CloudProfile>ProjectCloudManager. listProfiles()Collection<CloudProfile>CloudManager. listProfilesByProject(String projectId, boolean includeFromSubprojects)Returns cloud profiles defined in the current project.Collection<CloudProfile>CloudManagerBase. listProfilesByProject(String projectId, boolean includeFromSubprojects)Methods in jetbrains.buildServer.clouds.server with parameters of type CloudProfile Modifier and Type Method Description voidCloudEventAdapter. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)voidCloudEventListener. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)Fired before disposing cloud client for extra actions, such as unauthorization of agents (if necessary)voidCloudEventAdapter. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)voidCloudEventListener. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)Notified before instance is started.CanStartNewInstanceResultCloudInstanceManager. canStartNewInstance(CloudProfile profile, CloudImage image)Indicates whether it's possible to start a new instance of a certain image in particular cloud profileCanStartNewInstanceResultCloudQuotaChecker. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)default Collection<SBuildAgent>CloudManager. findAgentByInstance(CloudProfile profile, CloudInstance instance)Deprecated.useCloudManager.findAgentByInstance(String, String)insteadCloudStateCloudStateManager. forProfile(CloudProfile profile)Creates cloud-specific storage handleSAgentTypeCloudManager. getDescriptionFor(CloudProfile profile, String imageId)Fetches recorded agent descriptionStringCloudManager. getServerUrlForAgent(CloudProfile profile, CloudImage image)Server url that will be sent to new created build agentvoidCloudEventAdapter. instanceAgentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)voidCloudEventListener. instanceAgentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)TeamCity started instance has been started and connected to TeamCity as build agent This event may be fired about same object for many times.voidCloudEventAdapter. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)voidCloudEventListener. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)Fired if the agent start action has failedvoidCloudEventAdapter. instanceFailedToStop(CloudProfile profile, CloudInstance instance, Throwable cause)voidCloudEventListener. instanceFailedToStop(CloudProfile profile, CloudInstance instance, Throwable cause)Fired if an exception thrown while attempting to stop running instance.voidCloudEventAdapter. instanceStarting(CloudProfile profile, CloudInstance instance)voidCloudEventListener. instanceStarting(CloudProfile profile, CloudInstance instance)Agent start action has just been called.voidCloudEventAdapter. instanceStatusChanged(CloudProfile cloudProfile, CloudInstance instance)voidCloudEventListener. instanceStatusChanged(CloudProfile profile, CloudInstance instance)Notifies on cloud instance status changevoidCloudEventAdapter. instanceTerminating(CloudProfile profile, CloudInstance instance)voidCloudEventAdapter. instanceTerminating(CloudProfile profile, CloudInstance instance, TerminateInstanceReason reason)voidCloudEventListener. instanceTerminating(CloudProfile profile, CloudInstance instance)voidCloudEventListener. instanceTerminating(CloudProfile profile, CloudInstance instance, TerminateInstanceReason reason)TeamCity has called terminate instance command.booleanCloudManager. isImageWithAgent(CloudProfile profile, CloudImage image)Checks if the image is configured to start agent.booleanCloudStateManager. isImageWithAgent(CloudProfile profile, CloudImage image)Checks if the image is configured to start agent.default booleanCloudInstancesProvider. isInstanceExpired(CloudProfile profile, CloudInstance instance)Deprecated.default booleanCloudManager. isInstanceExpired(CloudProfile profile, CloudInstance instance)Deprecated.voidCloudInstanceManager. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderExtendedCallback callback)Iterates through all running instances of all profiles.default voidCloudInstancesProvider. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderCallback callback)voidCloudInstancesProvider. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderExtendedCallback callback)Iterates through instances of particular cloud profilevoidCloudStateManager. markImageWithAgent(CloudProfile profile, CloudImage image)Marks that create instance will be able to start build agent.voidCloudStateManager. markImageWithoutAgent(CloudProfile profile, CloudImage image)Marks that created instance will not able to start build agent.default voidCloudInstancesProvider. markInstanceExpired(CloudProfile profile, CloudInstance instance)default voidCloudManager. markInstanceExpired(CloudProfile profile, CloudInstance instance)Deprecated.default voidCloudInstancesProviderExtendedCallback. processClient(CloudProfile profile)process clientvoidCloudInstancesProviderExtendedCallbackAdapter. processClient(CloudProfile profile)voidCloudInstancesProviderExtendedCallback. processClientError(CloudProfile profile, CloudErrorInfo cloudErrorInfo)Called if - client error occouredvoidCloudInstancesProviderExtendedCallbackAdapter. processClientError(CloudProfile profile, CloudErrorInfo cloudErrorInfo)default booleanCloudInstancesProviderCallback. processImage(CloudProfile profile, CloudImage image)Indicates whether to process this particular image.booleanCloudInstancesProviderExtendedCallbackAdapter. processImage(CloudProfile profile, CloudImage image)voidCloudInstancesProviderExtendedCallback. processImageError(CloudProfile profile, CloudImage image)Called if - image error occouredvoidCloudInstancesProviderExtendedCallbackAdapter. processImageError(CloudProfile profile, CloudImage image)booleanCloudInstancesProviderCallback. processInstance(CloudProfile profile, CloudInstance instance)Processes instance and indicates whether to process next allocated instancebooleanCloudInstancesProviderExtendedCallbackAdapter. processInstance(CloudProfile profile, CloudInstance instance)voidCloudInstancesProviderExtendedCallback. processInstanceError(CloudProfile profile, CloudInstance instance)Called if - instance error occouredvoidCloudInstancesProviderExtendedCallbackAdapter. processInstanceError(CloudProfile profile, CloudInstance instance)voidCloudInstancesProviderExtendedCallback. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)Called if - instance is expired and should be terminated waiting if necessary for the current build to finishvoidCloudInstancesProviderExtendedCallbackAdapter. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)default voidCloudInstancesProviderExtendedCallback. processInstanceMaintained(CloudProfile profile, CloudClientEx client, CloudInstance instance)Called if - instance is maintained (should not be terminated)voidCloudInstancesProviderExtendedCallback. processNotReady(CloudProfile profile)Called if - client is still connecting - client error occoured - image error occoured - instance error occouredvoidCloudInstancesProviderExtendedCallbackAdapter. processNotReady(CloudProfile profile)voidCloudEventAdapter. profileUpdated(String projectId, CloudProfile cloudProfile)voidCloudEventListener. profileUpdated(String projectId, CloudProfile profile)This event is called when a single profile settings change was detected from the disk.voidProjectCloudManager. updateProfile(CloudProfile cloudProfile) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.agentTypes
Methods in jetbrains.buildServer.clouds.server.agentTypes that return CloudProfile Modifier and Type Method Description CloudProfileCloudAgentInfo. getCloudProfile()Methods in jetbrains.buildServer.clouds.server.agentTypes with parameters of type CloudProfile Modifier and Type Method Description SAgentTypeCloudAgentTypeProvider. getAgentDescription(CloudProfile profile, String imageId)SAgentTypeCloudAgentTypeProviderImpl. getAgentDescription(CloudProfile profile, String imageId) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CloudProfile Modifier and Type Method Description CloudProfileSecuredCloudManager. checkProfileReadAccess(String profileId)CloudProfileCloudManagerBaseImpl. createProfile(String projectId, CloudProfileData profileData)CloudProfileCloudManagerFacade. createProfile(String projectId, CloudProfileData profileData)CloudProfileSecuredCloudManager. createProfile(String projectId, CloudProfileData profileData)CloudProfileCloudManagerBaseImpl. findProfileById(String projectId, String profileId)CloudProfileCloudManagerFacade. findProfileById(String projectId, String profileId)CloudProfileProjectCloudManagerImpl. findProfileById(String profileId)CloudProfileSecuredCloudManager. findProfileById(String projectId, String profileId)CloudProfileCloudManagerBaseImpl. findProfileByImageId(String imageId)CloudProfileCloudManagerFacade. findProfileByImageId(String imageId)CloudProfileSecuredCloudManager. findProfileByImageId(String imageId)CloudProfileCloudManagerBaseImpl. findProfileGloballyById(String profileId)CloudProfileCloudManagerFacade. findProfileGloballyById(String profileId)Returns profile by the specified identifier.CloudProfileSecuredCloudManager. findProfileGloballyById(String profileId)Returns profile by the specified identifier.CloudProfileCloudManagerBaseImpl. updateProfile(String projectId, String profileId, CloudProfileData cloudProfileData)CloudProfileCloudManagerFacade. updateProfile(String projectId, String profileId, CloudProfileData profileData)CloudProfileSecuredCloudManager. updateProfile(String projectId, String profileId, CloudProfileData profileData)Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudProfile Modifier and Type Method Description voidCloudEventsLogger. beforeCloudClientDisposed(CloudProfile cloudProfile, CloudClientEx client)voidCloudEventsLogger. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)CanStartNewInstanceResultCloudManagerFacade. canStartNewInstance(CloudProfile profile, CloudImage image)CanStartNewInstanceResultSecuredCloudManager. canStartNewInstance(CloudProfile profile, CloudImage image)CanStartNewInstanceResultCloudQuotaCheckerImpl. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)jetbrains.buildServer.clouds.server.impl.DBCloudStateManagerImpl.CloudStartedInstanceTableDBCloudStateManagerImpl. forProfile(CloudProfile profile)SAgentTypeCloudManagerFacade. getDescriptionFor(CloudProfile prof, String imageId)SAgentTypeSecuredCloudManager. getDescriptionFor(CloudProfile profile, String imageId)StringCloudManagerFacade. getServerUrlForAgent(CloudProfile profile, CloudImage image)StringSecuredCloudManager. getServerUrlForAgent(CloudProfile profile, CloudImage image)voidCloudEventsLogger. instanceAgentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)voidCloudEventsLogger. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)voidCloudEventsLogger. instanceFailedToStop(CloudProfile profile, CloudInstance instance, Throwable cause)voidCloudEventsLogger. instanceStarting(CloudProfile profile, CloudInstance instance)voidCloudEventsLogger. instanceStatusChanged(CloudProfile profile, CloudInstance instance)voidCloudEventsLogger. instanceTerminating(CloudProfile profile, CloudInstance instance)voidCloudEventsLogger. instanceTerminating(CloudProfile profile, CloudInstance instance, TerminateInstanceReason reason)booleanCloudManagerFacade. isImageWithAgent(CloudProfile profile, CloudImage image)booleanDBCloudStateManagerImpl. isImageWithAgent(CloudProfile profile, CloudImage image)booleanSecuredCloudManager. isImageWithAgent(CloudProfile profile, CloudImage image)booleanCloudStateHolder.ProfileState. isStillActual(CloudProfile profile, CloudErrorInfo errorInfo)voidCloudInstancesProviderImpl. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderExtendedCallback callback)voidCloudManagerFacade. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderExtendedCallback callback)voidSecuredCloudInstancesProvider. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderExtendedCallback callback)voidSecuredCloudManager. iterateProfileInstances(CloudProfile profile, CloudInstancesProviderExtendedCallback callback)voidDBCloudStateManagerImpl. markImageWithAgent(CloudProfile profile, CloudImage image)voidDBCloudStateManagerImpl. markImageWithoutAgent(CloudProfile profile, CloudImage image)voidCloudStateHolder. processClient(CloudProfile profile)voidCloudStateHolder. processClientError(CloudProfile profile, CloudErrorInfo cloudErrorInfo)booleanCloudStateHolder. processImage(CloudProfile profile, CloudImage image)voidCloudStateHolder. processImageError(CloudProfile profile, CloudImage image)voidCloudStateHolder. processImageEx(CloudProfile profile, CloudImage image, CanStartNewInstanceResult canStart)booleanCloudStateHolder. processInstance(CloudProfile profile, CloudInstance instance)voidCloudStateHolder. processInstanceError(CloudProfile profile, CloudInstance instance)voidCloudStateHolder. processInstanceExpired(CloudProfile profile, CloudClientEx client, CloudInstance instance)voidCloudStateHolder. processInstanceMaintained(CloudProfile profile, CloudClientEx client, CloudInstance instance)voidCloudStateHolder. processNotReady(CloudProfile profile)voidCloudEventsLogger. profileUpdated(String projectId, CloudProfile cloudProfile)voidCloudStateHolder.ProfileState. update(CloudProfile profile, CloudErrorInfo cloudErrorInfo)voidProjectCloudManagerImpl. updateProfile(CloudProfile cloudProfile)Method parameters in jetbrains.buildServer.clouds.server.impl with type arguments of type CloudProfile Modifier and Type Method Description protected CanStartNewInstanceResultCloudQuotaCheckerImpl. checkCanAddNewAgentToPool(AgentPool agentPool, Supplier<Collection<Pair<CloudProfile,CloudInstance>>> startingInstancesSupplier)Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type CloudProfile Constructor Description ProfileState(CloudProfile profile, CloudErrorInfo cloudErrorInfo)ProfileStateKey(CloudProfile profile) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.impl.instances
Methods in jetbrains.buildServer.clouds.server.impl.instances that return types with arguments of type CloudProfile Modifier and Type Method Description Collection<Pair<CloudProfile,CloudInstance>>RunningInstanceTrackerImpl. findAllStartingInstances()Methods in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudProfile Modifier and Type Method Description InstanceUpdateTaskInstanceUpdateTask. agentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)InstanceUpdateTaskNonExistingInstance. agentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)InstanceUpdateTaskRunningInstanceTask. agentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)InstanceUpdateTaskStoppedInstanceTask. agentMatched(CloudProfile profile, CloudInstance instance, SBuildAgent agent)InstanceUpdateTaskInstanceUpdateTaskFactory. createInstanceUpdateTask(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskRunningInstanceTaskFactory. createInstanceUpdateTask(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskInstanceUpdateTaskFactory. createNonExistingInstanceTask(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskRunningInstanceTaskFactory. createNonExistingInstanceTask(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskInstanceUpdateTaskFactory. createStoppedInstanceTask(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskRunningInstanceTaskFactory. createStoppedInstanceTask(CloudProfile profile, CloudInstance instance)protected CloudInstanceStartInstanceAction. doStartCloudInstance(CloudProfile profile, CloudClientEx client, CloudImage cloudImage, StartInstanceReason reason)StringStartingCloudInstanceTokens. generateNewToken(CloudProfile profile, CloudImage image)CanStartNewInstanceResultStartInstanceAction. getCanStartNewInstanceResult(CloudProfile profile, CloudImage image)StringStartInstanceAction. getServerUrlForAgent(CloudProfile profile, CloudImage image)booleanInstanceUpdateTask. matches(CloudProfile profile)booleanInstanceUpdateTask. matches(CloudProfile profile, CloudImage image)booleanInstanceUpdateTask. matches(CloudProfile profile, CloudInstance instance)booleanMatchingInstanceTask. matches(CloudProfile profile)booleanMatchingInstanceTask. matches(CloudProfile profile, CloudImage image)booleanMatchingInstanceTask. matches(CloudProfile profile, CloudInstance instance)booleanNonExistingInstance. matches(CloudProfile profile)booleanNonExistingInstance. matches(CloudProfile profile, CloudImage image)booleanNonExistingInstance. matches(CloudProfile profile, CloudInstance instance)voidUpdateInstancesCollectionTaskImpl. processClient(CloudProfile profile)voidUpdateInstancesCollectionTaskImpl. processClientError(CloudProfile profile, CloudErrorInfo cloudErrorInfo)booleanUpdateInstancesCollectionTaskImpl. processImage(CloudProfile profile, CloudImage image)voidUpdateInstancesCollectionTaskImpl. processImageError(CloudProfile profile, CloudImage image)booleanUpdateInstancesCollectionTaskImpl. processInstance(CloudProfile profile, CloudInstance instance)voidUpdateInstancesCollectionTaskImpl. processInstanceError(CloudProfile profile, CloudInstance instance)voidUpdateInstancesCollectionTaskImpl. processInstanceExpired(CloudProfile profile, CloudClientEx cli, CloudInstance instance)voidUpdateInstancesCollectionTaskImpl. processNotReady(CloudProfile profile)booleanStartingCloudInstanceTokens. tokenExists(CloudProfile profile, CloudImage image, String token)InstanceUpdateTaskInstanceUpdateTask. update(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskNonExistingInstance. update(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskRunningInstanceTask. update(CloudProfile profile, CloudInstance instance)InstanceUpdateTaskStoppedInstanceTask. update(CloudProfile profile, CloudInstance instance)Method parameters in jetbrains.buildServer.clouds.server.impl.instances with type arguments of type CloudProfile Modifier and Type Method Description voidStopInstanceQueue. stopAllInstances(Collection<CloudProfile> profiles, TerminateInstanceReason reason)voidStopInstanceQueueImpl. stopAllInstances(Collection<CloudProfile> profiles, TerminateInstanceReason reason)Constructors in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudProfile Constructor Description MatchingInstanceTask(CloudProfile profile, CloudInstance instance, CloudEventDispatcher dispatcher)NonExistingInstance(CloudProfile profile, CloudInstance instance)RunningInstanceTask(CloudProfile profile, CloudInstance instance, CloudEventDispatcher dispatcher, BuildAgentManager agentManager, InstanceUpdateTaskFactory taskFactory, ServerResponsibility serverResponsibility, StartingCloudInstanceTokens startingCloudInstanceTokens, AuthorizedCloudInstances authorizedCloudInstances)StoppedInstanceTask(CloudProfile profile, CloudInstance instance, CloudEventDispatcher dispatcher, InstanceUpdateTaskFactory instanceFactory) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.impl.profile
Classes in jetbrains.buildServer.clouds.server.impl.profile that implement CloudProfile Modifier and Type Class Description classCloudProfileImplMethods in jetbrains.buildServer.clouds.server.impl.profile that return CloudProfile 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)Methods in jetbrains.buildServer.clouds.server.impl.profile that return types with arguments of type CloudProfile Modifier and Type Method Description Collection<CloudProfile>CloudProfilePersistorFacade. getProfiles(String projectId)Get profiles based on configured project features.Collection<CloudProfile>CloudProfilePersistorFacade. getProfiles(SProject project)Get profiles based on configured project features.Collection<CloudProfile>SecuredCloudProfilePersistor. getProfiles(String projectId)Collection<CloudProfile>SecuredCloudProfilePersistor. getProfiles(SProject project)Get last loaded profiles or loads them if nothing was initially loaded.Methods in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudProfile Modifier and Type Method Description static intCloudProfileUtil. compareProfiles(CloudProfile oldProfile, CloudProfile newProfile)Compares two profilesstatic CloudProfileDataCloudProfileUtil. copyProfileWithUpdateImages(CloudProfile src, Collection<CloudImageData> images)static CloudProfileDataCloudProfileUtil. copyProfileWithUpdateImages(CloudProfile src, Map<String,Map<String,String>> imagesUpdates) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.impl.virtual
Methods in jetbrains.buildServer.clouds.server.impl.virtual that return CloudProfile Modifier and Type Method Description CloudProfileStartableAgentTypeImpl. getProfile()Constructors in jetbrains.buildServer.clouds.server.impl.virtual with parameters of type CloudProfile Constructor Description StartableAgentTypeImpl(CloudProfile profile, CloudImage image, SAgentType agentType, CloudManager manager) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.instances
Methods in jetbrains.buildServer.clouds.server.instances that return types with arguments of type CloudProfile Modifier and Type Method Description default Collection<Pair<CloudProfile,CloudInstance>>RunningAgentsTracker. findAllStartingInstances()Methods in jetbrains.buildServer.clouds.server.instances with parameters of type CloudProfile Modifier and Type Method Description default Collection<SBuildAgent>RunningAgentsTracker. findAgentByInstance(CloudProfile profile, CloudInstance instance)Deprecated. -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.instances.terminate
Methods in jetbrains.buildServer.clouds.server.instances.terminate with parameters of type CloudProfile Modifier and Type Method Description List<InstanceTerminateCondition>TerminateConditionsFactory. getConditionsForProfile(CloudProfile profile, boolean includeDefaultCondition)InstanceTerminateConditionTerminateConditionsFactory. getDefaultConditionForProfile(CloudProfile profile)booleanInstanceTerminateCondition. isExpired(SBuildAgent agent, CloudProfile profile, CloudInstance instance) -
Uses of CloudProfile in jetbrains.buildServer.clouds.server.serverHealth
Methods in jetbrains.buildServer.clouds.server.serverHealth that return CloudProfile Modifier and Type Method Description CloudProfileDuplicateCloudProfileHealthReport.DuplicateCloudProfiles. getCurrentProjectProfile()CloudProfileDuplicateCloudProfileHealthReport.DuplicateCloudProfiles. getOtherProjectProfile() -
Uses of CloudProfile in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return CloudProfile Modifier and Type Method Description CloudProfileAgentDetailsFormBase. getCloudProfile() -
Uses of CloudProfile in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return CloudProfile Modifier and Type Method Description protected CloudProfileBaseServerTestCase. createSimpleProfile(String projectId)protected CloudProfileBaseServerTestCase. createSimpleProfile(String projectId, String profileId, boolean isEnabled)
-