com.pyxis.greenhopper.jira.boards
Class ParentTaskBoard

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.ParentTaskBoard
All Implemented Interfaces:
Board, BoardWithCapacities, BoardWithMarkers, NestableBoard, PlanningBoard, java.lang.Comparable<Board>

public class ParentTaskBoard
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
ParentTaskBoard(TaskBoard mainTaskBoard, com.atlassian.jira.issue.Issue parentIssue)
           
 
Method Summary
 BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
          Retrieves the decorated isssue
protected  com.atlassian.jira.issue.Issue getFocussedIssue()
           
 java.util.List<com.atlassian.jira.issue.Issue> getHighLightedIssues()
           
 com.atlassian.jira.issue.Issue getIssue()
           
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, 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, 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

ParentTaskBoard

public ParentTaskBoard(TaskBoard mainTaskBoard,
                       com.atlassian.jira.issue.Issue parentIssue)
Method Detail

getIssue

public com.atlassian.jira.issue.Issue getIssue()

getBoardIssue

public BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
Description copied from interface: Board
Retrieves the decorated isssue

Specified by:
getBoardIssue in interface Board
Overrides:
getBoardIssue in class TaskBoard
Returns:
the BoardIssue

getSteps

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

getFocussedIssue

protected com.atlassian.jira.issue.Issue getFocussedIssue()
Overrides:
getFocussedIssue in class AbstractBoard

getQuery

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

getPrettyQuery

protected com.atlassian.query.Query getPrettyQuery()
Overrides:
getPrettyQuery 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.