Uses of Class
jetbrains.buildServer.clouds.server.impl.CloudStateHolder.ProfileStateKey
-
Packages that use CloudStateHolder.ProfileStateKey Package Description jetbrains.buildServer.clouds.server.impl -
-
Uses of CloudStateHolder.ProfileStateKey in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CloudStateHolder.ProfileStateKey Modifier and Type Method Description static CloudStateHolder.ProfileStateKey
CloudStateHolder.ProfileStateKey. fromString(String str)
CloudStateHolder.ProfileStateKey
CloudStateHolder.ImageStateKey. getProfileKey()
Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudStateHolder.ProfileStateKey Modifier and Type Method Description Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ChangeState>
CloudStateHolder.CollectedCloudState. getProcessedProfiles()
Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ChangeState>
CloudStateHolder. getProcessedProfiles()
Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ProfileState>
CloudStateHolder. getProfiles()
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type CloudStateHolder.ProfileStateKey Modifier and Type Method Description CloudStateHolder.ProfileState
CloudStateHolder. findProfileByKey(CloudStateHolder.ProfileStateKey key)
Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type CloudStateHolder.ProfileStateKey Constructor Description ImageStateKey(CloudStateHolder.ProfileStateKey profileStateKey, String imageId)
Constructor parameters in jetbrains.buildServer.clouds.server.impl with type arguments of type CloudStateHolder.ProfileStateKey Constructor Description CollectedCloudState(Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ChangeState> processedProfiles, Map<CloudStateHolder.ImageStateKey,CloudStateHolder.ChangeState> processedImages, Map<CloudStateHolder.InstanceStateKey,CloudStateHolder.ChangeState> processedInstances)
-