Class IssueKeyData
java.lang.Object
com.atlassian.greenhopper.customfield.sprint.IssueKeyData
Holds Issue keys mapped to their parent's issue key (if the issue is a subtask) and issue summary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a mapping from issue keys to their parent issue's key.
-
Constructor Details
-
IssueKeyData
-
-
Method Details
-
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
- Returns:
- a map of evey key in getIssueKeyToParentIdMap() to its summary.
-