com.pyxis.greenhopper.jira.boards
Class OrphanTaskBoard

java.lang.Object
  extended by com.pyxis.greenhopper.jira.boards.AbstractBoard
      extended by com.pyxis.greenhopper.jira.boards.AbstractPlanningBoard
          extended by com.pyxis.greenhopper.jira.boards.AbstractNestableBoard
              extended by com.pyxis.greenhopper.jira.boards.VersionBoard
                  extended by com.pyxis.greenhopper.jira.boards.TaskBoard
                      extended by com.pyxis.greenhopper.jira.boards.OrphanTaskBoard
All Implemented Interfaces:
Board, BoardWithCapacities, BoardWithMarkers, NestableBoard, PlanningBoard, java.lang.Comparable<Board>

public class OrphanTaskBoard
extends TaskBoard


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.TaskBoard
KEY, steps, VIEW
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.VersionBoard
DATA_KEY, nonWorkingDates, nonWorkingDays
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard
canBoardRank, context, id, issueView, log, name, pager
 
Constructor Summary
OrphanTaskBoard(TaskBoard mainTaskBoard)
           
 
Method Summary
 java.util.List<com.atlassian.jira.issue.Issue> getHighLightedIssues()
           
protected  com.atlassian.query.Query getPrettyQuery()
           
protected  com.atlassian.query.Query getQuery()
           
 java.util.Map<java.lang.String,StepBoard> getSteps()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.TaskBoard
canBoardRank, canDrag, canSelect, computeStartFor, containsIssue, getAllBoards, getAllByBoardFilters, getAvailableActions, getAvailableActions, getBoardContainingIssue, getBoardIssue, getByBoardFilter, getColWidth, getConfiguredSteps, getDisplayableBoardForIssue, getDisplayableParentBoards, getDisplayableParentBoards, getExpandedColumnCount, getInnerStatusActions, getKey, getLastStepBoard, getMainQuery, getMaxIssues, getOrphanBoard, getParentBoards, getParentIssueKeys, getParentIssues, getStepBoard, getStepBoards, getStepBoardsCount, getView, getVisibleStepBoards, hideSubs, indexOfBoard, indexOfParentIssue, isCompact, isParentBoard, issuePagineCount, setByBoardFilterId, showPending
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.VersionBoard
applyAsFilter, canEditName, canManage, computeNonWorkingDaysAndDates, doSynchronize, doSynchronizeReport, doUpdate, doUpdateReport, getAssociations, getBoardColumnPagination, getCapacityDescription, getCapacityKey, getCapacityTitle, getCarryonOptions, getCommittedNotDoneIssues, getCommittedNotDoneIssuesNotEditable, getDescription, getEndDate, getFirstLevelSubVersions, getMarkerKey, getMaster, getNonWorkingDates, getNonWorkingDays, getPendingKey, getPendingQuery, getPossibleMasters, getRegisteredEndDate, getRegisteredStartDate, getReleaseDate, getStartDate, getSubtasks, getVersion, hasDescription, hasSettings, hasSubtasks, isAssociatedWith, isInRange, isInSame, isOverdue, isReleasable, isReleased, isTaskBoardAvailable, release, swapUnDoneIssuesTo, synchronize, synchronizeReport, updateMaster, updateName, updatePermission
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractNestableBoard
compareTo, getBoxCss, getDecoratedName, getDisplayQuery, getHierarchy, getMasterId, hasChildren, isInHierarchy, isMaster, isModifierOn
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractPlanningBoard
canEditSettings, getAllByBoardFilterKey, getBoardCapacityKey, getBoardMarkerKey, getColumnPagination, getCursor, isByBoardFilterSupported, isCapacitySupported, isUnset, showLegendBar
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard
canManageStats, canRank, equals, focusOn, getAllIssues, getBoardContext, getContext, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getFocussedIssue, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxPagine, getName, getNavigatorQuery, getPageNumber, getPager, getPager, getPagination, getPluginLinks, getProject, getProjectId, getQuery, getRawName, getStart, getSummary, hashCode, hasMenuItems, hideDone, indexOf, isAssignedToMeOn, isCardsDisplayed, isHighLighting, isListDisplayed, isLocked, isMarkersSupported, isProjectAdmin, isSelectable, issueCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats, truncate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.pyxis.greenhopper.jira.boards.PlanningBoard
canManageStats
 
Methods inherited from interface com.pyxis.greenhopper.jira.boards.Board
canRank, focusOn, getAllIssues, getBoardContext, getContext, getId, getIssues, getIssuesInPage, getIssueView, getMaxPagine, getName, getNavigatorQuery, getPagination, getProject, getProjectId, getQuery, getStart, getSummary, hasMenuItems, hideDone, isAssignedToMeOn, isCardsDisplayed, isHighLighting, isListDisplayed, isLocked, isMarkersSupported, isSelectable, issueCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats
 

Constructor Detail

OrphanTaskBoard

public OrphanTaskBoard(TaskBoard mainTaskBoard)
Method Detail

getQuery

protected com.atlassian.query.Query getQuery()
Overrides:
getQuery in class TaskBoard

getPrettyQuery

protected com.atlassian.query.Query getPrettyQuery()
Overrides:
getPrettyQuery in class TaskBoard

getSteps

public java.util.Map<java.lang.String,StepBoard> getSteps()
Overrides:
getSteps in class TaskBoard

getHighLightedIssues

public java.util.List<com.atlassian.jira.issue.Issue> getHighLightedIssues()
Specified by:
getHighLightedIssues in interface Board
Overrides:
getHighLightedIssues in class AbstractBoard


Copyright © 2007-2012 Atlassian. All Rights Reserved.