Uses of Class
com.pyxis.greenhopper.jira.fields.GlobalRankField

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

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

Methods in com.pyxis.greenhopper.jira.actions that return GlobalRankField
protected  GlobalRankField RankingAction.getSelectedRankField()
           
 

Methods in com.pyxis.greenhopper.jira.actions with parameters of type GlobalRankField
 boolean ConfigurationAction.canRemove(GlobalRankField rankingField)
           
 

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

Fields in com.pyxis.greenhopper.jira.boards.modal declared as GlobalRankField
protected  GlobalRankField RankingBoard.rank
           
 

Constructors in com.pyxis.greenhopper.jira.boards.modal with parameters of type GlobalRankField
RankingBoard(BoardContext boardContext, GlobalRankField rank, java.lang.Long selectedBoardId, java.lang.String contextName)
           
SubRankingBoard(BoardContext boardContext, GlobalRankField rank, com.atlassian.jira.issue.Issue issue)
           
 

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

Methods in com.pyxis.greenhopper.jira.configurations.context with parameters of type GlobalRankField
 java.util.Set<Context> UserContexts.getAllRankedBy(GlobalRankField rank)
           
 java.util.Set<Context> SharedContexts.getAllRankedBy(GlobalRankField rank)
           
 java.util.Set<Context> Contexts.getAllRankedBy(GlobalRankField rank)
           
 boolean SortedOnly.isRankedBy(GlobalRankField rank)
           
 boolean EmptyContext.isRankedBy(GlobalRankField rank)
           
 boolean ContextImpl.isRankedBy(GlobalRankField rank)
           
 boolean Context.isRankedBy(GlobalRankField rank)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.