@Immutable public class DeploymentResultKeyImpl extends Object implements DeploymentResultKey
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<String,DeploymentResultKey> |
FROM_STRING
Deprecated.
since 6.5, use
from(String) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static DeploymentResultKeyImpl |
from(DeploymentKey environmentKey,
long deploymentResultId) |
static DeploymentResultKeyImpl |
from(InternalEnvironment environment,
InternalDeploymentResult deploymentResult) |
static DeploymentResultKeyImpl |
from(String key) |
long |
getDeploymentResultId() |
Key |
getEntityKey()
What is this a result of.
|
String |
getKey() |
int |
getResultNumber() |
long |
getResultNumberLong() |
int |
hashCode() |
String |
toString() |
@Deprecated public static com.google.common.base.Function<String,DeploymentResultKey> FROM_STRING
from(String)@NotNull public String getKey()
@NotNull public Key getEntityKey()
ResultKeygetEntityKey in interface ResultKeypublic int getResultNumber()
getResultNumber in interface ResultKeypublic long getResultNumberLong()
getResultNumberLong in interface ResultKeypublic long getDeploymentResultId()
getDeploymentResultId in interface DeploymentResultKeypublic static DeploymentResultKeyImpl from(@NotNull DeploymentKey environmentKey, long deploymentResultId)
public static DeploymentResultKeyImpl from(@NotNull InternalEnvironment environment, @NotNull InternalDeploymentResult deploymentResult)
public static DeploymentResultKeyImpl from(@NotNull String key)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.