com.atlassian.jira.bean
Class SubTaskBeanImpl
java.lang.Object
com.atlassian.jira.bean.SubTaskBeanImpl
- All Implemented Interfaces:
- SubTaskBean
public class SubTaskBeanImpl
- extends Object
- implements SubTaskBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTaskBeanImpl
public SubTaskBeanImpl()
addSubTask
public void addSubTask(Long sequence,
org.ofbiz.core.entity.GenericValue subTaskIssue,
org.ofbiz.core.entity.GenericValue parentIssue)
- Deprecated. Use
addSubTask(Long, com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue)
instead. Since v5.0.
addSubTask
public void addSubTask(Long sequence,
Issue subTaskIssue,
Issue parentIssue)
getSubTasks
public Collection<SubTask> getSubTasks(String view)
- Specified by:
getSubTasks
in interface SubTaskBean
getNextSequence
public Long getNextSequence(Long sequence,
String view)
- Specified by:
getNextSequence
in interface SubTaskBean
getPreviousSequence
public Long getPreviousSequence(Long sequence,
String view)
- Specified by:
getPreviousSequence
in interface SubTaskBean
getSubTaskProgress
public PercentageGraphModel getSubTaskProgress()
- Specified by:
getSubTaskProgress
in interface SubTaskBean
Copyright © 2002-2012 Atlassian. All Rights Reserved.