Uses of Class
com.pyxis.greenhopper.jira.boards.StepBoard

Packages that use StepBoard
com.pyxis.greenhopper.gadget.model   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.modal   
com.pyxis.greenhopper.jira.configurations.taskboard   
com.pyxis.greenhopper.jira.util.collector   
com.pyxis.greenhopper.jira.util.comparator   
 

Uses of StepBoard in com.pyxis.greenhopper.gadget.model
 

Constructors in com.pyxis.greenhopper.gadget.model with parameters of type StepBoard
TaskBoardInfo(I18n2 i18n, Capacity capacity, TaskBoardConfiguration config, StepBoard stepBoard)
           
 

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

Methods in com.pyxis.greenhopper.jira.actions that return StepBoard
 StepBoard ConfigurationAction.getSelectedStep()
           
 StepBoard TaskBoardAction.getSelectedStepBoard()
           
 

Methods in com.pyxis.greenhopper.jira.actions with parameters of type StepBoard
 boolean CardBoardAction.isAnyVisibleStepBusted(StepBoard stepBoard)
           
 boolean CardBoardAction.isParentStep(StepBoard stepBoard)
           
 boolean CardBoardAction.isPreviousVisibleStepMaxBusted(StepBoard stepBoard)
           
 

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

Subclasses of StepBoard in com.pyxis.greenhopper.jira.boards
 class OrphanStepBoard
           
 class ParentStepBoard
           
 

Fields in com.pyxis.greenhopper.jira.boards with type parameters of type StepBoard
protected  java.util.Map<java.lang.String,StepBoard> TaskBoard.steps
           
 

Methods in com.pyxis.greenhopper.jira.boards that return StepBoard
 StepBoard TaskBoard.getLastStepBoard()
           
 StepBoard StepBoard.getNextVisibleStep()
           
 StepBoard StepBoard.getPreviousVisibleStep()
           
 StepBoard TaskBoard.getStepBoard(java.lang.String stepId)
           
 

Methods in com.pyxis.greenhopper.jira.boards that return types with arguments of type StepBoard
 java.util.List<StepBoard> TaskBoard.getConfiguredSteps()
           
 java.util.List<StepBoard> TaskBoard.getStepBoards()
           
 java.util.Map<java.lang.String,StepBoard> TaskBoard.getSteps()
           
 java.util.Map<java.lang.String,StepBoard> OrphanTaskBoard.getSteps()
           
 java.util.Map<java.lang.String,StepBoard> ParentTaskBoard.getSteps()
           
 java.util.TreeSet<StepBoard> TaskBoard.getVisibleStepBoards()
           
 

Constructors in com.pyxis.greenhopper.jira.boards with parameters of type StepBoard
ResolveTransition(com.atlassian.jira.issue.Issue issue, StepBoard step)
           
 

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

Methods in com.pyxis.greenhopper.jira.boards.modal that return StepBoard
 StepBoard TransitionBoard.getFrom()
           
 StepBoard TransitionBoard.getTo()
           
 

Constructors in com.pyxis.greenhopper.jira.boards.modal with parameters of type StepBoard
TransitionBoard(StepBoard from, StepBoard to, com.atlassian.jira.issue.MutableIssue issue, java.lang.Integer action)
           
 

Uses of StepBoard in com.pyxis.greenhopper.jira.configurations.taskboard
 

Methods in com.pyxis.greenhopper.jira.configurations.taskboard that return StepBoard
 StepBoard TaskBoardConfiguration.getFirstStep()
           
 StepBoard TaskBoardConfiguration.getLastStep()
           
 StepBoard TaskBoardConfiguration.getStep(java.lang.String id)
           
 

Methods in com.pyxis.greenhopper.jira.configurations.taskboard that return types with arguments of type StepBoard
 java.util.LinkedList<StepBoard> TaskBoardConfiguration.getConfiguredSteps()
           
 

Uses of StepBoard in com.pyxis.greenhopper.jira.util.collector
 

Constructors in com.pyxis.greenhopper.jira.util.collector with parameters of type StepBoard
SummaryStatsCollector(org.apache.lucene.search.IndexSearcher searcher, StepBoard todoStep, StepBoard doneStep, java.util.Set<WatchedField> watchedFields, java.lang.String... keyFields)
           
 

Uses of StepBoard in com.pyxis.greenhopper.jira.util.comparator
 

Methods in com.pyxis.greenhopper.jira.util.comparator with parameters of type StepBoard
 int TBColumnComparator.compare(StepBoard board1, StepBoard board2)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.