Package com.atlassian.bamboo.plan
Interface PlanAwareContext
-
- All Known Implementing Classes:
PlanAwareContextImpl
public interface PlanAwareContext
A context that allows you to access a plan key if it's available
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearContext()
@Nullable Plan
getPlan()
@Nullable PlanKey
getPlanKey()
void
setPlanKey(@Nullable PlanKey planKey)
-