Class IssueKeyData

java.lang.Object
com.atlassian.greenhopper.customfield.sprint.IssueKeyData

public class IssueKeyData extends Object
Holds Issue keys mapped to their parent's issue key (if the issue is a subtask) and issue summary.
  • Constructor Details

  • Method Details

    • getIssueKeyToParentKeyMap

      public Map<String,String> getIssueKeyToParentKeyMap()
      Returns a mapping from issue keys to their parent issue's key. If the value is null then the issue is not a sub-task.
      Returns:
      the map; never null
    • getIssueKeyToSummaryMap

      public Map<String,String> getIssueKeyToSummaryMap()
      Returns:
      a map of evey key in getIssueKeyToParentIdMap() to its summary.