com.pyxis.greenhopper.jira.boards.issueviews
Class ParentBoardIssue

java.lang.Object
  extended by com.pyxis.greenhopper.jira.boards.issueviews.DefaultBoardIssue
      extended by com.pyxis.greenhopper.jira.boards.issueviews.ParentBoardIssue
All Implemented Interfaces:
BoardIssue

public class ParentBoardIssue
extends DefaultBoardIssue


Constructor Summary
ParentBoardIssue(com.atlassian.jira.issue.Issue issue, Board board)
           
 
Method Summary
 boolean getCanRank()
           
 IssueField getCorner()
           
 Layout getListLayout()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.issueviews.DefaultBoardIssue
asCard, asList, asSummary, doAggregate, getBoard, getBoardContext, getBoardId, getCanAddSubtasks, getCanAssign, getCanComment, getCanDelete, getCanDrag, getCanEdit, getCanEditSecurity, getCanEditVersion, getCanLogWork, getCanModifyReporter, getCanOriginalEstimate, getCanResetEstimate, getCanResolve, getCanSchedule, getCanSelect, getCardColor, getCardLayout, getCommittedComponent, getCommittedComponentBoard, getCommittedVersion, getCommittedVersionBoard, getCss, getCursor, getField, getHasWorkStarted, getHeight, getId, getIssue, getIssueKeyHTML, getIssueType, getKey, getLayout, getNumericIssueKey, getParent, getPluginLinks, getPriority, getProject, getResolution, getShowAssignMenuItem, getShowLogWorkMenuItem, getStatus, getSubTaskObjects, getSummary, getTemplateName, getTotalRemaining, getTotalTimeSpent, getUpdateCard, getUpdateLayout, hasSubtasks, isAssignableToMe, isComplete, isCornerVisible, isDone, isEditable, isEpicType, isFaded, isFieldRequired, isFieldVisible, isFlaggable, isFlagged, isParentBoard, isParentSubInfoShown, isPriorityShown, isReleased, isSubTask, isTaskBoardAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentBoardIssue

public ParentBoardIssue(com.atlassian.jira.issue.Issue issue,
                        Board board)
Method Detail

getListLayout

public Layout getListLayout()
Specified by:
getListLayout in interface BoardIssue
Overrides:
getListLayout in class DefaultBoardIssue

getCorner

public IssueField getCorner()
Specified by:
getCorner in interface BoardIssue
Overrides:
getCorner in class DefaultBoardIssue

getCanRank

public boolean getCanRank()
Specified by:
getCanRank in interface BoardIssue
Overrides:
getCanRank in class DefaultBoardIssue


Copyright © 2007-2012 Atlassian. All Rights Reserved.