public class BambooBandanaContextImpl extends Object implements BambooBandanaContext
| Constructor and Description |
|---|
BambooBandanaContextImpl(BambooBandanaContext parentContext,
long planId,
String pluginKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
BambooBandanaContext |
getParentContext()
Gets the parent context.
|
long |
getPlanId()
Does it have any associated plans
|
String |
getPluginKey()
Get plugin key of plugin associated with this context.
|
int |
hashCode() |
boolean |
hasParentContext() |
public BambooBandanaContextImpl(@Nullable
BambooBandanaContext parentContext,
long planId,
@Nullable
String pluginKey)
@Nullable public BambooBandanaContext getParentContext()
BambooBandanaContextBambooBandanaContext specifically.getParentContext in interface BambooBandanaContextgetParentContext in interface com.atlassian.bandana.BandanaContextpublic long getPlanId()
BambooBandanaContextgetPlanId in interface BambooBandanaContext@Nullable public String getPluginKey()
BambooBandanaContextgetPluginKey in interface BambooBandanaContextnull if this context is not associated with any particular
pluginpublic boolean hasParentContext()
hasParentContext in interface com.atlassian.bandana.BandanaContextCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.