com.atlassian.confluence.setup.bandana
Class ConfluenceBandanaContext
java.lang.Object
com.atlassian.confluence.setup.bandana.ConfluenceBandanaContext
- All Implemented Interfaces:
- BandanaContext, Serializable
- public class ConfluenceBandanaContext
- extends Object
- implements BandanaContext
- See Also:
- Serialized Form
GLOBAL_CONTEXT
public static final ConfluenceBandanaContext GLOBAL_CONTEXT
ConfluenceBandanaContext
public ConfluenceBandanaContext()
- Create a global context
ConfluenceBandanaContext
public ConfluenceBandanaContext(Space space)
- Create a space context
- Parameters:
space
-
ConfluenceBandanaContext
public ConfluenceBandanaContext(String spaceKey)
getSpaceKey
public String getSpaceKey()
getParentContext
public BandanaContext getParentContext()
- Specified by:
getParentContext
in interface BandanaContext
hasParentContext
public boolean hasParentContext()
- Specified by:
hasParentContext
in interface BandanaContext
equals
public boolean equals(Object o)
hashCode
public int hashCode()
toString
public String toString()
getContextKey
public String getContextKey()
- Returns:
- a String that identifies the particular context in Confluence. Different instances
that refer to the same space will have the same key.
isGlobal
public boolean isGlobal()