com.atlassian.bamboo.bandana
Interface BambooBandanaContext

All Superinterfaces:
com.atlassian.bandana.BandanaContext, java.io.Serializable
All Known Implementing Classes:
PlanAwareBandanaContext

public interface BambooBandanaContext
extends com.atlassian.bandana.BandanaContext

Bamboo's BandanaContext with some awareness of plans


Method Summary
 BambooBandanaContext getParentContext()
          Gets the parent context.
 long getPlanId()
          Does it have any associated plans
 boolean isGlobal()
          IF the context is global
 
Methods inherited from interface com.atlassian.bandana.BandanaContext
hasParentContext
 

Method Detail

isGlobal

boolean isGlobal()
IF the context is global

Returns:

getPlanId

long getPlanId()
Does it have any associated plans

Returns:

getParentContext

@Nullable
BambooBandanaContext getParentContext()
Gets the parent context. Overriden to return BambooBandanaContext specifically.

Specified by:
getParentContext in interface com.atlassian.bandana.BandanaContext
Returns:


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.