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

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

public class UserContexts
extends java.lang.Object


Constructor Summary
UserContexts(BoardContext boardContext)
           
 
Method Summary
 void add(Context context)
           
 java.util.Set<Context> getAll()
           
 java.util.Set<Context> getAllRankedBy(GlobalRankField rank)
           
 boolean isEmpty()
           
 void remove(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserContexts

public UserContexts(BoardContext boardContext)
Method Detail

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)

isEmpty

public boolean isEmpty()


Copyright © 2007-2014 Atlassian. All Rights Reserved.