@Immutable public class DeploymentResultKeyImpl extends Object implements DeploymentResultKey
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<String,DeploymentResultKey> |
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() |
int |
hashCode() |
String |
toString() |
public static com.google.common.base.Function<String,DeploymentResultKey> FROM_STRING
@NotNull public String getKey()
@NotNull public Key getEntityKey()
ResultKey
getEntityKey
in interface ResultKey
public int getResultNumber()
getResultNumber
in interface ResultKey
public long getDeploymentResultId()
getDeploymentResultId
in interface DeploymentResultKey
public 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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences