|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.bandana.AbstractBambooBandanaContext
public class AbstractBambooBandanaContext
Constructor Summary | |
---|---|
protected |
AbstractBambooBandanaContext(BambooBandanaContext parentContext,
long planId,
java.lang.String pluginKey)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
BambooBandanaContext |
getParentContext()
Gets the parent context. |
long |
getPlanId()
Does it have any associated plans |
java.lang.String |
getPluginKey()
Get plugin key of plugin associated with this context. |
int |
hashCode()
|
boolean |
hasParentContext()
|
boolean |
isGlobal()
IF the context is global |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractBambooBandanaContext(@Nullable BambooBandanaContext parentContext, long planId, @Nullable java.lang.String pluginKey)
Method Detail |
---|
@Nullable public BambooBandanaContext getParentContext()
BambooBandanaContext
BambooBandanaContext
specifically.
getParentContext
in interface BambooBandanaContext
getParentContext
in interface com.atlassian.bandana.BandanaContext
public boolean isGlobal()
BambooBandanaContext
isGlobal
in interface BambooBandanaContext
public long getPlanId()
BambooBandanaContext
getPlanId
in interface BambooBandanaContext
@Nullable public java.lang.String getPluginKey()
BambooBandanaContext
getPluginKey
in interface BambooBandanaContext
null
if this context is not associated with any particular
pluginpublic boolean hasParentContext()
hasParentContext
in interface com.atlassian.bandana.BandanaContext
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |