@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(@NotNull DeploymentKey environmentKey,
long deploymentResultId) |
static DeploymentResultKeyImpl |
from(@NotNull InternalEnvironment environment,
@NotNull InternalDeploymentResult deploymentResult) |
static DeploymentResultKeyImpl |
from(@NotNull String key) |
long |
getDeploymentResultId() |
@NotNull Key |
getEntityKey()
What is this a result of.
|
@NotNull 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 @NotNull String getKey()
@NotNull public @NotNull Key getEntityKey()
ResultKey
getEntityKey
in interface ResultKey
public int getResultNumber()
getResultNumber
in interface ResultKey
public long getResultNumberLong()
getResultNumberLong
in interface ResultKey
public long getDeploymentResultId()
getDeploymentResultId
in interface DeploymentResultKey
public static DeploymentResultKeyImpl from(@NotNull @NotNull DeploymentKey environmentKey, long deploymentResultId)
public static DeploymentResultKeyImpl from(@NotNull @NotNull InternalEnvironment environment, @NotNull @NotNull InternalDeploymentResult deploymentResult)
public static DeploymentResultKeyImpl from(@NotNull @NotNull String key)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.