com.pyxis.greenhopper.jira.configurations.context
Class SharedContexts

java.lang.Object
  extended by com.pyxis.greenhopper.jira.configurations.context.SharedContexts

public class SharedContexts
extends java.lang.Object


Field Summary
protected  org.apache.log4j.Logger log
           
 
Constructor Summary
SharedContexts(BoardContext boardContext)
           
 
Method Summary
 void add(Context context)
           
 java.util.Set<Context> getAll()
           
 java.util.Set<Context> getAllRankedBy(GlobalRankField rank)
           
 boolean isShared(Context context)
           
 void remove(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.log4j.Logger log
Constructor Detail

SharedContexts

public SharedContexts(BoardContext boardContext)
Method Detail

isShared

public boolean isShared(Context context)

getAll

public java.util.Set<Context> getAll()

getAllRankedBy

public java.util.Set<Context> getAllRankedBy(GlobalRankField rank)

add

public void add(Context context)

remove

public void remove(Context context)


Copyright © 2007-2012 Atlassian. All Rights Reserved.