Class DeploymentVersionPlanResultKey.FromPlanResultKey
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionPlanResultKey.FromPlanResultKey
-
- All Implemented Interfaces:
com.google.common.base.Function<PlanResultKey,DeploymentVersionPlanResultKey>
,Function<PlanResultKey,DeploymentVersionPlanResultKey>
- Enclosing class:
- DeploymentVersionPlanResultKey
@Deprecated public static class DeploymentVersionPlanResultKey.FromPlanResultKey extends Object implements com.google.common.base.Function<PlanResultKey,DeploymentVersionPlanResultKey>
Deprecated.since 5.10 use lambda
-
-
Constructor Summary
Constructors Constructor Description FromPlanResultKey(MutableDeploymentVersion deploymentVersion)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeploymentVersionPlanResultKey
apply(@Nullable PlanResultKey planResultKey)
Deprecated.
-
-
-
Constructor Detail
-
FromPlanResultKey
public FromPlanResultKey(MutableDeploymentVersion deploymentVersion)
Deprecated.
-
-
Method Detail
-
apply
public DeploymentVersionPlanResultKey apply(@Nullable @Nullable PlanResultKey planResultKey)
Deprecated.- Specified by:
apply
in interfacecom.google.common.base.Function<PlanResultKey,DeploymentVersionPlanResultKey>
- Specified by:
apply
in interfaceFunction<PlanResultKey,DeploymentVersionPlanResultKey>
-
-