com.pyxis.greenhopper.jira.boards
Class ParentTaskBoard
java.lang.Object
com.pyxis.greenhopper.jira.boards.AbstractBoard
com.pyxis.greenhopper.jira.boards.AbstractPlanningBoard
com.pyxis.greenhopper.jira.boards.AbstractNestableBoard
com.pyxis.greenhopper.jira.boards.VersionBoard
com.pyxis.greenhopper.jira.boards.TaskBoard
com.pyxis.greenhopper.jira.boards.ParentTaskBoard
- All Implemented Interfaces:
- Board, BoardWithCapacities, BoardWithMarkers, NestableBoard, PlanningBoard, java.lang.Comparable<Board>
public class ParentTaskBoard
- extends TaskBoard
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.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.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 |
ParentTaskBoard
public ParentTaskBoard(TaskBoard mainTaskBoard,
com.atlassian.jira.issue.Issue parentIssue)
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-2011 Atlassian. All Rights Reserved.