Package com.codebarrel.jira.priority
Interface PriorityClient
- All Known Implementing Classes:
NativePriorityClient
public interface PriorityClient
-
Method Summary
Modifier and TypeMethodDescriptionReturns a set of all valid priorities across the whole instance in priority order of highest to lowestgetOrderedPriorities(String projectId) Returns a list of all valid priorities in the given project across all issue types in priority order of highest to lowest
-
Method Details
-
getOrderedPriorities
Returns a list of all valid priorities in the given project across all issue types in priority order of highest to lowest- Parameters:
projectId- the project to retrieve priorities for- Returns:
- list of priorities
-
getOrderedPriorities
List<PriorityBean> getOrderedPriorities()Returns a set of all valid priorities across the whole instance in priority order of highest to lowest- Returns:
- list of priorities
-