Class CloudStateHolder.ProfileStateKey
- java.lang.Object
-
- com.intellij.openapi.util.Pair<String,String>
-
- jetbrains.buildServer.clouds.server.impl.CloudStateHolder.ProfileStateKey
-
- Enclosing class:
- CloudStateHolder
public static class CloudStateHolder.ProfileStateKey extends Pair<String,String>
-
-
Constructor Summary
Constructors Constructor Description ProfileStateKey(String projectId, String profileId)
ProfileStateKey(CloudProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudStateHolder.ProfileStateKey
fromString(String str)
String
getProfileId()
String
getProjectId()
String
toString()
-
-
-
Constructor Detail
-
ProfileStateKey
public ProfileStateKey(@NotNull CloudProfile profile)
-
-