Package com.atlassian.bamboo.plan
Class DeploymentResultKeyAsPlanResultKey
java.lang.Object
com.atlassian.bamboo.plan.PlanResultKey
com.atlassian.bamboo.plan.DeploymentResultKeyAsPlanResultKey
- All Implemented Interfaces:
Key
,ResultKey
,Serializable
@Deprecated
public class DeploymentResultKeyAsPlanResultKey
extends PlanResultKey
implements ResultKey
Deprecated.
since 5.12 with not replacement.
This class exists only as workaround.
todo: Remove this in 5.14 and add "final" keyword to PlanResultKey class.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Casting deployment result id to int might generate unpredictable side effect on instances with db id extending int range. -
Method Summary
Methods inherited from class com.atlassian.bamboo.plan.PlanResultKey
equals, getBuildNumber, getKey, getPlanKey, getResultNumber, getResultNumberLong, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.ResultKey
getKey, getResultNumber, getResultNumberLong
-
Constructor Details
-
DeploymentResultKeyAsPlanResultKey
Deprecated.Casting deployment result id to int might generate unpredictable side effect on instances with db id extending int range.
-
-
Method Details
-
getEntityKey
Deprecated.Description copied from interface:ResultKey
What is this a result of.- Specified by:
getEntityKey
in interfaceResultKey
- Overrides:
getEntityKey
in classPlanResultKey
- Returns:
-