Package com.atlassian.bamboo.deployments
Class DeploymentResultKeyImpl
java.lang.Object
com.atlassian.bamboo.deployments.DeploymentResultKeyImpl
- All Implemented Interfaces:
DeploymentResultKey,Key,ResultKey,Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DeploymentResultKeyImplfrom(@NotNull DeploymentKey environmentKey, long deploymentResultId) static DeploymentResultKeyImplfrom(@NotNull InternalEnvironment environment, @NotNull InternalDeploymentResult deploymentResult) static DeploymentResultKeyImpllong@NotNull KeyWhat is this a result of.@NotNull StringgetKey()intlonginthashCode()toString()
-
Method Details
-
getKey
-
getEntityKey
Description copied from interface:ResultKeyWhat is this a result of.- Specified by:
getEntityKeyin interfaceResultKey- Returns:
-
getResultNumber
public int getResultNumber()- Specified by:
getResultNumberin interfaceResultKey- Returns:
- Result number
-
getResultNumberLong
public long getResultNumberLong()- Specified by:
getResultNumberLongin interfaceResultKey- Returns:
- Result number
-
getDeploymentResultId
public long getDeploymentResultId()- Specified by:
getDeploymentResultIdin interfaceDeploymentResultKey- Returns:
- result id
-
from
public static DeploymentResultKeyImpl from(@NotNull @NotNull DeploymentKey environmentKey, long deploymentResultId) -
from
public static DeploymentResultKeyImpl from(@NotNull @NotNull InternalEnvironment environment, @NotNull @NotNull InternalDeploymentResult deploymentResult) -
from
-
toString
-
equals
-
hashCode
public int hashCode()
-