com.atlassian.bamboo.plan
Class PlanAwareContextImpl

java.lang.Object
  extended by com.atlassian.bamboo.plan.PlanAwareContextImpl
All Implemented Interfaces:
PlanAwareContext

public class PlanAwareContextImpl
extends java.lang.Object
implements PlanAwareContext


Constructor Summary
PlanAwareContextImpl(PlanManager planManager)
           
 
Method Summary
 void clearContext()
           
 Plan getPlan()
           
 PlanKey getPlanKey()
           
 void setPlanKey(PlanKey planKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanAwareContextImpl

public PlanAwareContextImpl(PlanManager planManager)
Method Detail

getPlanKey

public PlanKey getPlanKey()
Specified by:
getPlanKey in interface PlanAwareContext

getPlan

public Plan getPlan()
Specified by:
getPlan in interface PlanAwareContext

setPlanKey

public void setPlanKey(@Nullable
                       PlanKey planKey)
Specified by:
setPlanKey in interface PlanAwareContext

clearContext

public void clearContext()
Specified by:
clearContext in interface PlanAwareContext


Copyright © 2012 Atlassian. All Rights Reserved.