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
Modifier and TypeMethodDescriptionvoid
@Nullable Plan
getPlan()
@Nullable PlanKey
void
setPlanKey
(@Nullable PlanKey planKey)
-
Method Details
-
getPlanKey
-
getPlan
-
setPlanKey
-
clearContext
void clearContext()
-