com.atlassian.jira.bean
Interface SubTaskBean

All Known Implementing Classes:
SubTaskBeanImpl

@PublicApi
public interface SubTaskBean


Field Summary
static String SUB_TASK_VIEW_ALL
           
static String SUB_TASK_VIEW_DEFAULT
           
static String SUB_TASK_VIEW_UNRESOLVED
           
 
Method Summary
 Long getNextSequence(Long sequence, String view)
           
 Long getPreviousSequence(Long sequence, String view)
           
 PercentageGraphModel getSubTaskProgress()
           
 Collection<SubTask> getSubTasks(String view)
           
 

Field Detail

SUB_TASK_VIEW_ALL

static final String SUB_TASK_VIEW_ALL
See Also:
Constant Field Values

SUB_TASK_VIEW_UNRESOLVED

static final String SUB_TASK_VIEW_UNRESOLVED
See Also:
Constant Field Values

SUB_TASK_VIEW_DEFAULT

static final String SUB_TASK_VIEW_DEFAULT
See Also:
Constant Field Values
Method Detail

getSubTasks

Collection<SubTask> getSubTasks(String view)

getNextSequence

Long getNextSequence(Long sequence,
                     String view)

getPreviousSequence

Long getPreviousSequence(Long sequence,
                         String view)

getSubTaskProgress

PercentageGraphModel getSubTaskProgress()


Copyright © 2002-2013 Atlassian. All Rights Reserved.