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

Packages that use VersionBoard
com.atlassian.greenhopper.service.issue   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.boards.issueviews   
com.pyxis.greenhopper.jira.boards.stats   
com.pyxis.greenhopper.jira.util.comparator   
 

Uses of VersionBoard in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type VersionBoard
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueServiceImpl.findIssuesByIteration(GHVersion iteration, com.atlassian.crowd.embedded.api.User user, VersionBoard board)
           
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueService.findIssuesByIteration(GHVersion iteration, com.atlassian.crowd.embedded.api.User user, VersionBoard board)
          Deprecated. Fetch all Issues that are associated to the given version.
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueServiceImpl.findIssuesByIterationWithoutChildren(GHVersion iteration, com.atlassian.crowd.embedded.api.User user, VersionBoard board)
          TODO refactor this to not use the board but construct the query directly.
 java.util.List<com.atlassian.jira.issue.Issue> GHIssueService.findIssuesByIterationWithoutChildren(GHVersion iteration, com.atlassian.crowd.embedded.api.User user, VersionBoard board)
          Deprecated. Fetch all Issues that are associated to the given version, but not to one of the child versions.
 

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

Methods in com.pyxis.greenhopper.jira.actions that return types with arguments of type VersionBoard
 java.util.Set<VersionBoard> BoardAction.getAllVersionBoards()
           
 java.util.Set<VersionBoard> ColumnAction.getBoards()
           
 

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

Subclasses of VersionBoard in com.pyxis.greenhopper.jira.boards
 class ArchivedChartBoard
           
 class ChartBoard
           
 class ChartOverviewBoard
           
 class GadgetBoard
           
 class OrphanTaskBoard
           
 class ParentTaskBoard
           
 class TaskBoard
           
 

Methods in com.pyxis.greenhopper.jira.boards that return types with arguments of type VersionBoard
 java.util.TreeSet<VersionBoard> VersionBoard.getAllBoards()
           
 java.util.TreeSet<VersionBoard> TaskBoard.getAllBoards()
           
 java.util.TreeSet<VersionBoard> ChartBoard.getAllBoards()
           
 java.util.TreeSet<VersionBoard> ArchivedChartBoard.getAllBoards()
           
 java.util.Set<VersionBoard> ComponentBoard.getAllByBoardFilters()
           
 java.util.Set<VersionBoard> AssigneeBoard.getAllByBoardFilters()
           
 java.util.List<VersionBoard> VersionBoard.getCarryonOptions()
           
 java.util.Set<VersionBoard> VersionBoard.getFirstLevelSubVersions()
           
 

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

Methods in com.pyxis.greenhopper.jira.boards.context that return VersionBoard
 VersionBoard DefaultBoardContext.getDeepestVersionBoard()
           
 VersionBoard BoardContext.getDeepestVersionBoard()
           
 VersionBoard DefaultBoardContext.getVersionBoard(java.lang.String id)
           
 VersionBoard BoardContext.getVersionBoard(java.lang.String id)
           
 

Methods in com.pyxis.greenhopper.jira.boards.context that return types with arguments of type VersionBoard
 java.util.TreeSet<VersionBoard> DefaultBoardContext.getAllSortedArchivedChartBoards()
           
 java.util.TreeSet<VersionBoard> BoardContext.getAllSortedArchivedChartBoards()
           
 java.util.TreeSet<VersionBoard> DefaultBoardContext.getAllSortedVersionBoards()
           
 java.util.TreeSet<VersionBoard> BoardContext.getAllSortedVersionBoards()
           
 java.util.Set<VersionBoard> DefaultBoardContext.getArchivedChartBoards(java.util.Collection<java.lang.String> ids)
           
 java.util.Set<VersionBoard> BoardContext.getArchivedChartBoards(java.util.Collection<java.lang.String> ids)
           
 java.util.Map<java.lang.String,VersionBoard> DefaultBoardContext.getReleasedVersionBoards()
           
 java.util.Map<java.lang.String,VersionBoard> BoardContext.getReleasedVersionBoards()
           
 java.util.TreeSet<VersionBoard> DefaultBoardContext.getSortedReleasedVersionBoards()
           
 java.util.TreeSet<VersionBoard> BoardContext.getSortedReleasedVersionBoards()
           
 java.util.TreeSet<VersionBoard> DefaultBoardContext.getSortedVersionBoards()
           
 java.util.TreeSet<VersionBoard> BoardContext.getSortedVersionBoards()
           
 java.util.Map<java.lang.String,VersionBoard> DefaultBoardContext.getUnreleasedVersionBoards()
           
 java.util.Map<java.lang.String,VersionBoard> BoardContext.getUnreleasedVersionBoards()
           
 java.util.Set<VersionBoard> DefaultBoardContext.getVersionBoards(java.util.Collection<java.lang.String> ids)
           
 java.util.Set<VersionBoard> BoardContext.getVersionBoards(java.util.Collection<java.lang.String> ids)
           
 

Uses of VersionBoard in com.pyxis.greenhopper.jira.boards.issueviews
 

Methods in com.pyxis.greenhopper.jira.boards.issueviews that return VersionBoard
 VersionBoard NewBoardIssue.getCommittedVersionBoard()
           
 VersionBoard DefaultBoardIssue.getCommittedVersionBoard()
           
 VersionBoard BoardIssue.getCommittedVersionBoard()
           
 

Uses of VersionBoard in com.pyxis.greenhopper.jira.boards.stats
 

Methods in com.pyxis.greenhopper.jira.boards.stats with parameters of type VersionBoard
 void CrossWatchField.setCapacity(java.lang.String minCapacity, java.lang.String maxCapacity, VersionBoard versionBoard)
           
 

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

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



Copyright © 2007-2013 Atlassian. All Rights Reserved.