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

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

public class TaskBoardIssue
extends DefaultBoardIssue


Constructor Summary
TaskBoardIssue(com.atlassian.jira.issue.Issue issue, Board board)
           
 
Method Summary
 boolean getCanRank()
           
 Layout getListLayout()
           
 boolean isParentBoard()
           
 
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, getCorner, getCss, getCursor, getField, getHasWorkStarted, getHeight, getId, getIssue, getIssueKeyHTML, getIssueType, getKey, getLayout, getNumericIssueKey, getParent, getPluginLinks, getPriority, getProject, getResolution, getShowAssignMenuItem, getShowLogWorkMenuItem, getStatus, getSummary, getTemplateName, getTotalRemaining, getTotalTimeSpent, getUpdateCard, getUpdateLayout, hasSubtasks, isAssignableToMe, isComplete, isCornerVisible, isDone, isEditable, isEpicType, isFaded, isFieldRequired, isFieldVisible, isFlaggable, isFlagged, 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

TaskBoardIssue

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

isParentBoard

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

getListLayout

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

getCanRank

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


Copyright © 2007-2011 Atlassian. All Rights Reserved.