com.pyxis.greenhopper.jira.boards.issueviews
Interface BoardIssue

All Known Implementing Classes:
DefaultBoardIssue, NewBoardIssue, ParentBoardIssue, ReadOnlyBoardIssue, SearchBoardIssue, TaskBoardIssue, TransitionBoardIssue

public interface BoardIssue


Method Summary
 boolean asCard()
           
 boolean asList()
           
 boolean asSummary()
           
 boolean doAggregate()
           
 Board getBoard()
           
 BoardContext getBoardContext()
           
 java.lang.String getBoardId()
           
 boolean getCanAddSubtasks()
           
 boolean getCanAssign()
           
 boolean getCanComment()
           
 boolean getCanDelete()
           
 boolean getCanDrag()
           
 boolean getCanEdit()
           
 boolean getCanEditSecurity()
           
 boolean getCanEditVersion()
           
 boolean getCanLogWork()
           
 boolean getCanModifyReporter()
           
 boolean getCanOriginalEstimate()
           
 boolean getCanRank()
           
 boolean getCanResetEstimate()
           
 boolean getCanResolve()
           
 boolean getCanSchedule()
           
 boolean getCanSelect()
           
 java.lang.String getCardColor()
           
 Layout getCardLayout()
           
 com.atlassian.jira.bc.project.component.ProjectComponent getCommittedComponent()
           
 ComponentBoard getCommittedComponentBoard()
           
 com.atlassian.jira.project.version.Version getCommittedVersion()
           
 VersionBoard getCommittedVersionBoard()
           
 IssueField getCorner()
           
 java.lang.String getCss()
           
 java.lang.String getCursor()
           
 IssueField getField(java.lang.String fieldId)
           
 boolean getHasWorkStarted()
           
 double getHeight()
           
 java.lang.Long getId()
           
 com.atlassian.jira.issue.Issue getIssue()
           
 java.lang.String getIssueKeyHTML()
           
 com.atlassian.jira.issue.issuetype.IssueType getIssueType()
           
 java.lang.String getKey()
           
 Layout getLayout()
           
 Layout getListLayout()
           
 java.lang.String getNumericIssueKey()
           
 BoardIssue getParent()
           
 java.util.List<Link> getPluginLinks()
           
 java.lang.String getPriority()
           
 com.atlassian.jira.project.Project getProject()
           
 java.lang.String getResolution()
           
 java.lang.String getStatus()
           
 java.lang.String getSummary()
           
 java.lang.String getTemplateName()
           
 java.lang.String getTotalRemaining()
           
 java.lang.String getTotalTimeSpent()
           
 boolean getUpdateCard()
           
 Layout getUpdateLayout()
           
 boolean hasSubtasks()
           
 boolean isAssignableToMe()
           
 boolean isComplete()
           
 boolean isCornerVisible()
           
 boolean isDone()
           
 boolean isEditable()
           
 boolean isEpicType()
           
 boolean isFaded()
           
 boolean isFieldRequired(IssueField field)
           
 boolean isFieldVisible(IssueField field)
           
 boolean isFlaggable()
           
 boolean isFlagged()
           
 boolean isParentBoard()
           
 boolean isParentSubInfoShown()
           
 boolean isPriorityShown()
           
 boolean isReleased()
           
 boolean isSubTask()
           
 boolean isTaskBoardAvailable()
           
 

Method Detail

getBoardContext

BoardContext getBoardContext()

getIssue

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

getProject

com.atlassian.jira.project.Project getProject()

getKey

java.lang.String getKey()

getIssueKeyHTML

java.lang.String getIssueKeyHTML()

getId

java.lang.Long getId()

getBoard

Board getBoard()

getBoardId

java.lang.String getBoardId()

getIssueType

com.atlassian.jira.issue.issuetype.IssueType getIssueType()

isEpicType

boolean isEpicType()

getParent

BoardIssue getParent()

hasSubtasks

boolean hasSubtasks()

isParentBoard

boolean isParentBoard()

isParentSubInfoShown

boolean isParentSubInfoShown()

getField

IssueField getField(java.lang.String fieldId)

getCss

java.lang.String getCss()

getCursor

java.lang.String getCursor()

getHeight

double getHeight()

asCard

boolean asCard()

asSummary

boolean asSummary()

asList

boolean asList()

getCanOriginalEstimate

boolean getCanOriginalEstimate()

getHasWorkStarted

boolean getHasWorkStarted()

getCanResetEstimate

boolean getCanResetEstimate()

getCanEdit

boolean getCanEdit()

isEditable

boolean isEditable()

getCanDrag

boolean getCanDrag()

getCanSelect

boolean getCanSelect()

getCanRank

boolean getCanRank()

getCanAddSubtasks

boolean getCanAddSubtasks()

getCanSchedule

boolean getCanSchedule()

getCanEditVersion

boolean getCanEditVersion()

getCanEditSecurity

boolean getCanEditSecurity()

getUpdateCard

boolean getUpdateCard()

getCanAssign

boolean getCanAssign()

isAssignableToMe

boolean isAssignableToMe()

getCanModifyReporter

boolean getCanModifyReporter()

getCanDelete

boolean getCanDelete()

getCanComment

boolean getCanComment()

getCanLogWork

boolean getCanLogWork()

getCanResolve

boolean getCanResolve()

isSubTask

boolean isSubTask()

isFlaggable

boolean isFlaggable()

isFlagged

boolean isFlagged()

isReleased

boolean isReleased()

isComplete

boolean isComplete()

isDone

boolean isDone()

getCommittedVersion

com.atlassian.jira.project.version.Version getCommittedVersion()

getCommittedVersionBoard

VersionBoard getCommittedVersionBoard()

getCommittedComponent

com.atlassian.jira.bc.project.component.ProjectComponent getCommittedComponent()

getCommittedComponentBoard

ComponentBoard getCommittedComponentBoard()

isPriorityShown

boolean isPriorityShown()

isFieldVisible

boolean isFieldVisible(IssueField field)

isCornerVisible

boolean isCornerVisible()

getCorner

IssueField getCorner()

isFaded

boolean isFaded()

isFieldRequired

boolean isFieldRequired(IssueField field)

isTaskBoardAvailable

boolean isTaskBoardAvailable()

getLayout

Layout getLayout()

getListLayout

Layout getListLayout()

getCardLayout

Layout getCardLayout()

getUpdateLayout

Layout getUpdateLayout()

getTemplateName

java.lang.String getTemplateName()

getSummary

java.lang.String getSummary()

getPriority

java.lang.String getPriority()

getStatus

java.lang.String getStatus()

getResolution

java.lang.String getResolution()

getTotalTimeSpent

java.lang.String getTotalTimeSpent()

getTotalRemaining

java.lang.String getTotalRemaining()

getNumericIssueKey

java.lang.String getNumericIssueKey()

getCardColor

java.lang.String getCardColor()

doAggregate

boolean doAggregate()

getPluginLinks

java.util.List<Link> getPluginLinks()


Copyright © 2007-2012 Atlassian. All Rights Reserved.