Uses of Class
jetbrains.buildServer.clouds.server.impl.CloudStateHolder.ChangeState
-
Packages that use CloudStateHolder.ChangeState Package Description jetbrains.buildServer.clouds.server.impl -
-
Uses of CloudStateHolder.ChangeState in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl that return CloudStateHolder.ChangeState Modifier and Type Method Description static CloudStateHolder.ChangeState
CloudStateHolder.ChangeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudStateHolder.ChangeState[]
CloudStateHolder.ChangeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudStateHolder.ChangeState Modifier and Type Method Description Map<CloudStateHolder.ImageStateKey,CloudStateHolder.ChangeState>
CloudStateHolder.CollectedCloudState. getProcessedImages()
Map<CloudStateHolder.ImageStateKey,CloudStateHolder.ChangeState>
CloudStateHolder. getProcessedImages()
Map<CloudStateHolder.InstanceStateKey,CloudStateHolder.ChangeState>
CloudStateHolder.CollectedCloudState. getProcessedInstances()
Map<CloudStateHolder.InstanceStateKey,CloudStateHolder.ChangeState>
CloudStateHolder. getProcessedInstances()
Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ChangeState>
CloudStateHolder.CollectedCloudState. getProcessedProfiles()
Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ChangeState>
CloudStateHolder. getProcessedProfiles()
Constructor parameters in jetbrains.buildServer.clouds.server.impl with type arguments of type CloudStateHolder.ChangeState Constructor Description CollectedCloudState(Map<CloudStateHolder.ProfileStateKey,CloudStateHolder.ChangeState> processedProfiles, Map<CloudStateHolder.ImageStateKey,CloudStateHolder.ChangeState> processedImages, Map<CloudStateHolder.InstanceStateKey,CloudStateHolder.ChangeState> processedInstances)
-