Uses of Class
com.pyxis.greenhopper.jira.boards.modal.SubtaskBoard

Packages that use SubtaskBoard
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.modal   
 

Uses of SubtaskBoard in com.pyxis.greenhopper.jira.boards
 

Methods in com.pyxis.greenhopper.jira.boards that return types with arguments of type SubtaskBoard
 java.util.List<SubtaskBoard> VersionBoard.doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 java.util.List<SubtaskBoard> ProjectBoard.doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 java.util.List<SubtaskBoard> PrintBoard.doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 java.util.List<SubtaskBoard> PlanningBoard.doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
          Retrieves all the standard issues with subtasks that can be part of the update from the defined set of issues
 java.util.List<SubtaskBoard> ComponentBoard.doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 java.util.List<SubtaskBoard> AssigneeBoard.doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
           
 

Methods in com.pyxis.greenhopper.jira.boards with parameters of type SubtaskBoard
 java.util.Collection<com.atlassian.jira.issue.Issue> VersionBoard.getSubtasks(SubtaskBoard parent)
           
 java.util.Collection<com.atlassian.jira.issue.Issue> ProjectBoard.getSubtasks(SubtaskBoard parent)
           
 java.util.Collection<com.atlassian.jira.issue.Issue> PrintBoard.getSubtasks(SubtaskBoard parent)
           
 java.util.Collection<com.atlassian.jira.issue.Issue> PlanningBoard.getSubtasks(SubtaskBoard parent)
          Retrieves the subtasks of the specified parent that are associated with the board
 java.util.Collection<com.atlassian.jira.issue.Issue> ComponentBoard.getSubtasks(SubtaskBoard parent)
           
 java.util.Collection<com.atlassian.jira.issue.Issue> AssigneeBoard.getSubtasks(SubtaskBoard parent)
           
 boolean VersionBoard.hasSubtasks(SubtaskBoard parent)
           
 boolean ProjectBoard.hasSubtasks(SubtaskBoard parent)
           
 boolean PrintBoard.hasSubtasks(SubtaskBoard parent)
           
 boolean PlanningBoard.hasSubtasks(SubtaskBoard parent)
          Checks if the parent has some subtasks associated with the board
 boolean ComponentBoard.hasSubtasks(SubtaskBoard parent)
           
 boolean AssigneeBoard.hasSubtasks(SubtaskBoard parent)
           
 

Uses of SubtaskBoard in com.pyxis.greenhopper.jira.boards.modal
 

Methods in com.pyxis.greenhopper.jira.boards.modal that return types with arguments of type SubtaskBoard
 java.util.List<SubtaskBoard> UpdatingBoard.getParentIssues()
           
 

Methods in com.pyxis.greenhopper.jira.boards.modal with parameters of type SubtaskBoard
 java.util.Collection<com.atlassian.jira.issue.Issue> UpdatingBoard.getSubtasks(SubtaskBoard parent)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.