Package com.atlassian.bamboo.plan
Class PlanAwareContextImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.PlanAwareContextImpl
-
- All Implemented Interfaces:
PlanAwareContext
public class PlanAwareContextImpl extends Object implements PlanAwareContext
-
-
Constructor Summary
Constructors Constructor Description PlanAwareContextImpl(PlanManager planManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearContext()
Plan
getPlan()
PlanKey
getPlanKey()
void
setPlanKey(@Nullable PlanKey planKey)
-
-
-
Constructor Detail
-
PlanAwareContextImpl
public PlanAwareContextImpl(PlanManager planManager)
-
-
Method Detail
-
getPlanKey
public PlanKey getPlanKey()
- Specified by:
getPlanKey
in interfacePlanAwareContext
-
getPlan
public Plan getPlan()
- Specified by:
getPlan
in interfacePlanAwareContext
-
setPlanKey
public void setPlanKey(@Nullable @Nullable PlanKey planKey)
- Specified by:
setPlanKey
in interfacePlanAwareContext
-
clearContext
public void clearContext()
- Specified by:
clearContext
in interfacePlanAwareContext
-
-