Uses of Interface
com.pyxis.greenhopper.jira.boards.Board

Packages that use Board
com.atlassian.greenhopper.plugin.link   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.issueviews   
com.pyxis.greenhopper.jira.boards.modal   
com.pyxis.greenhopper.jira.boards.stats   
 

Uses of Board in com.atlassian.greenhopper.plugin.link
 

Methods in com.atlassian.greenhopper.plugin.link with parameters of type Board
 java.util.List<Link> LinkProviderManager.getLinks(Board board)
          Get the links for a given board.
 java.util.List<Link> DefaultLinkProviderManager.getLinks(Board board)
          Get all links for a given Board.
 java.util.List<Link> LinkProviderManager.getLinks(Board board, com.atlassian.jira.issue.Issue issue)
          Get the links for a given board and issue.
 java.util.List<Link> DefaultLinkProviderManager.getLinks(Board board, com.atlassian.jira.issue.Issue issue)
          Get all links for a given Board and Issue.
 

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

Fields in com.pyxis.greenhopper.jira.actions declared as Board
protected  Board BoardAction.selectedBoard
           
 

Methods in com.pyxis.greenhopper.jira.actions that return Board
 Board PrintBoardAction.getSelectedBoard()
           
 Board GadgetBoardAction.getSelectedBoard()
           
 Board BoardAction.getSelectedBoard()
           
 

Methods in com.pyxis.greenhopper.jira.actions with parameters of type Board
 Summary CardBoardAction.getSummaryForBoard(Board board)
           
 boolean SearchBoardAction.isSelected(Board board)
           
 boolean ChartBoardAction.isSelected(Board board)
           
 boolean CardBoardAction.isSelected(Board board)
           
 boolean ArchiveChartAction.isSelected(Board board)
           
 

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

Subinterfaces of Board in com.pyxis.greenhopper.jira.boards
 interface BoardWithCapacities
           
 interface BoardWithMarkers
           
 interface PlanningBoard
           
 

Classes in com.pyxis.greenhopper.jira.boards that implement Board
 class AbstractBoard
           
 class AbstractNestableBoard
           
 class AbstractPlanningBoard
           
 class ArchivedChartBoard
           
 class AssigneeBoard
           
 class ChartBoard
           
 class ChartOverviewBoard
           
 class ComponentBoard
           
 class GadgetBoard
           
 class OrphanStepBoard
           
 class OrphanTaskBoard
           
 class ParentStepBoard
           
 class ParentTaskBoard
           
 class PrintBoard
           
 class ProjectBoard
           
 class StepBoard
           
 class TaskBoard
           
 class VersionBoard
           
 

Methods in com.pyxis.greenhopper.jira.boards that return types with arguments of type Board
 java.util.List<Board> TaskBoard.getDisplayableParentBoards(com.atlassian.jira.issue.Issue issue, int defaultStart)
           
 java.util.List<Board> TaskBoard.getDisplayableParentBoards(java.util.List<Board> boards, int start)
           
 

Methods in com.pyxis.greenhopper.jira.boards with parameters of type Board
 int StepBoard.compareTo(Board board)
           
 int ChartOverviewBoard.compareTo(Board board)
           
 int AssigneeBoard.compareTo(Board obj)
           
 int AbstractNestableBoard.compareTo(Board board)
           
 int AbstractBoard.compareTo(Board board)
           
 

Method parameters in com.pyxis.greenhopper.jira.boards with type arguments of type Board
 java.util.List<Board> TaskBoard.getDisplayableParentBoards(java.util.List<Board> boards, int start)
           
 

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

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

Constructors in com.pyxis.greenhopper.jira.boards.issueviews with parameters of type Board
DefaultBoardIssue(com.atlassian.jira.issue.Issue issue, Board board, IssueView issueView)
           
NewBoardIssue(Board board, com.atlassian.jira.issue.issuetype.IssueType issueType, BoardIssue parent)
           
ParentBoardIssue(com.atlassian.jira.issue.Issue issue, Board board)
           
ReadOnlyBoardIssue(com.atlassian.jira.issue.Issue issue, Board board, IssueView issueView)
           
SearchBoardIssue(com.atlassian.jira.issue.Issue issue, Board board, IssueView issueView)
           
TaskBoardIssue(com.atlassian.jira.issue.Issue issue, Board board)
           
TransitionBoardIssue(com.atlassian.jira.issue.Issue issue, Board board, com.opensymphony.workflow.loader.ActionDescriptor actionDesc)
           
 

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

Classes in com.pyxis.greenhopper.jira.boards.modal that implement Board
 class AbstractModalBoard
           
 class CreatingBoard
           
 class LabelBoard
           
 class MovingBoard
           
 class QuerySearchBoard
           
 class RankingBoard
           
 class SearchBoard
           
 class SimpleCardBoard
           
 class SubRankingBoard
           
 class SubtaskBoard
           
 class TransitionBoard
           
 class UpdatingBoard
           
 

Methods in com.pyxis.greenhopper.jira.boards.modal that return Board
 Board UpdatingBoard.getFrom()
           
 Board MovingBoard.getFrom()
           
 Board UpdatingBoard.getTo()
           
 

Constructors in com.pyxis.greenhopper.jira.boards.modal with parameters of type Board
CreatingBoard(Board from, com.atlassian.jira.issue.issuetype.IssueType issueType, com.atlassian.jira.issue.Issue parent)
           
MovingBoard(Board from, com.atlassian.jira.issue.Issue to, java.util.Set<com.atlassian.jira.issue.Issue> issuesToUpdate)
           
UpdatingBoard(Board from, Board to, java.util.Set<com.atlassian.jira.issue.Issue> issuesToUpdate)
           
 

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

Methods in com.pyxis.greenhopper.jira.boards.stats with parameters of type Board
 void CrossWatchField.setMarker(java.lang.String value, Board board)
           
 

Constructors in com.pyxis.greenhopper.jira.boards.stats with parameters of type Board
BoardSummary(Board board, com.atlassian.query.Query query)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.