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 Details

    • DeploymentResultKeyAsPlanResultKey

      public DeploymentResultKeyAsPlanResultKey(ResultKey source)
      Deprecated.
      Casting deployment result id to int might generate unpredictable side effect on instances with db id extending int range.
  • Method Details