Package com.atlassian.bamboo.deployments
Class DeploymentKeys
- java.lang.Object
-
- com.atlassian.bamboo.deployments.DeploymentKeys
-
public final class DeploymentKeys extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getDeploymentIdFromKey(@NotNull Key key)
static long
getDeploymentIdFromResultKey(@NotNull ResultKey resultKey)
static long
getEnvironmentIdFromKey(@NotNull Key key)
static long
getEnvironmentIdFromResultKey(@NotNull ResultKey resultKey)
-
-
-
Method Detail
-
getEnvironmentIdFromResultKey
public static long getEnvironmentIdFromResultKey(@NotNull @NotNull ResultKey resultKey)
-
getDeploymentIdFromResultKey
public static long getDeploymentIdFromResultKey(@NotNull @NotNull ResultKey resultKey)
-
getDeploymentIdFromKey
public static long getDeploymentIdFromKey(@NotNull @NotNull Key key)
-
getEnvironmentIdFromKey
public static long getEnvironmentIdFromKey(@NotNull @NotNull Key key)
-
-