Uses of Interface
com.pyxis.greenhopper.jira.configurations.context.Context

Packages that use Context
com.pyxis.greenhopper.gadget   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.boards.modal   
com.pyxis.greenhopper.jira.configurations   
com.pyxis.greenhopper.jira.configurations.context   
 

Uses of Context in com.pyxis.greenhopper.gadget
 

Methods in com.pyxis.greenhopper.gadget that return Context
 Context GHAgileGadgetPreferences.getContext()
           
 Context CrossAgileGadgetPreferences.getContext()
           
 Context AgileGadgetPreferences.getContext()
           
 Context CommonGadgetValidation.validateContext(BoardContext boardContext, java.lang.String contextName, java.util.Collection<ValidationError> errors, java.lang.String contextUserPref)
          This validation method is used to check that a specified context that has been chosen in the gadget user prefs exists and is a valid context
 Context CommonGadgetValidation.validateSavedContextUserPref(BoardContext boardContext, java.lang.String contextName, java.util.Collection<ValidationError> errors, java.lang.String contextUserPref)
          This method can be used to validate a context specified in a gadget before the gadget is rendered.
 

Constructors in com.pyxis.greenhopper.gadget with parameters of type Context
TaskBoardGadgetResource.TaskBoardGadget(com.atlassian.jira.project.Project project, com.atlassian.jira.project.version.Version version, Context context, I18n2 i18n, java.util.List<TaskBoardInfo> columns)
           
 

Uses of Context in com.pyxis.greenhopper.jira.actions
 

Fields in com.pyxis.greenhopper.jira.actions declared as Context
protected  Context BoardAction.context
           
 

Methods in com.pyxis.greenhopper.jira.actions that return Context
 Context BoardAction.getContext()
           
 

Uses of Context in com.pyxis.greenhopper.jira.boards
 

Fields in com.pyxis.greenhopper.jira.boards declared as Context
protected  Context AbstractBoard.context
           
 

Methods in com.pyxis.greenhopper.jira.boards that return Context
 Context PrintBoard.getContext()
           
 Context GadgetBoard.getContext()
           
 Context Board.getContext()
          Retrieves the selected context of the board
 Context AbstractBoard.getContext()
           
 

Methods in com.pyxis.greenhopper.jira.boards with parameters of type Context
 void ChartBoard.setContext(Context context)
           
 

Uses of Context in com.pyxis.greenhopper.jira.boards.context
 

Methods in com.pyxis.greenhopper.jira.boards.context that return Context
 Context DefaultBoardContext.getSelectedContext(java.lang.String view)
           
 Context BoardContext.getSelectedContext(java.lang.String view)
          Retrieves the selected context of the selected view
 

Uses of Context in com.pyxis.greenhopper.jira.boards.modal
 

Methods in com.pyxis.greenhopper.jira.boards.modal that return Context
 Context RankingBoard.getContext()
           
 Context AbstractModalBoard.getContext()
           
 

Methods in com.pyxis.greenhopper.jira.boards.modal that return types with arguments of type Context
 java.util.Set<Context> RankingBoard.getAllRankable()
           
 

Uses of Context in com.pyxis.greenhopper.jira.configurations
 

Methods in com.pyxis.greenhopper.jira.configurations that return Context
 Context UserBoardSettings.getSelectedContext(BoardContext boardContext, java.lang.String view)
           
 

Uses of Context in com.pyxis.greenhopper.jira.configurations.context
 

Classes in com.pyxis.greenhopper.jira.configurations.context that implement Context
 class ContextImpl
           
 class DefaultContext
           
 class EmptyContext
           
 class MenuContext
           
 class SortedOnly
           
 

Fields in com.pyxis.greenhopper.jira.configurations.context declared as Context
static Context Context.NONE
           
 

Methods in com.pyxis.greenhopper.jira.configurations.context that return Context
 Context SortedOnly.cloneAs(java.lang.String name)
           
 Context EmptyContext.cloneAs(java.lang.String name)
           
 Context ContextImpl.cloneAs(java.lang.String name)
           
 Context Context.cloneAs(java.lang.String name)
           
 Context Contexts.get(java.lang.String name)
           
 

Methods in com.pyxis.greenhopper.jira.configurations.context that return types with arguments of type Context
 java.util.Set<Context> UserContexts.getAll()
           
 java.util.Set<Context> SharedContexts.getAll()
           
 java.util.Set<Context> Contexts.getAll()
           
 java.util.Set<Context> UserContexts.getAllRankedBy(GlobalRankField rank)
           
 java.util.Set<Context> SharedContexts.getAllRankedBy(GlobalRankField rank)
           
 java.util.Set<Context> Contexts.getAllRankedBy(GlobalRankField rank)
           
 

Methods in com.pyxis.greenhopper.jira.configurations.context with parameters of type Context
 void UserContexts.add(Context context)
           
 void SharedContexts.add(Context context)
           
 void Contexts.addAndApplyFor(Context context, java.lang.String view)
           
 int SortedOnly.compareTo(Context o)
           
 int EmptyContext.compareTo(Context o)
           
 int ContextImpl.compareTo(Context otherCtx)
           
 void Contexts.delete(Context context)
           
 boolean SharedContexts.isShared(Context context)
           
 void UserContexts.remove(Context context)
           
 void SharedContexts.remove(Context context)
           
 void Contexts.toggleShare(Context context)
           
 

Constructors in com.pyxis.greenhopper.jira.configurations.context with parameters of type Context
FilterOption(Context context, java.lang.String option, UserBoardsPreferences contextOwnerPreferences, ProjectConfiguration projectConfiguration)
           
SortOnlyOption(Context context)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.