Package com.codebarrel.jira.resolution
Interface ResolutionClient
- All Known Implementing Classes:
NativeResolutionClient
public interface ResolutionClient
-
Method Summary
Modifier and TypeMethodDescriptionReturns a set of all valid resolutions across the whole instance
-
Method Details
-
getResolutions
Set<ResolutionBean> getResolutions()Returns a set of all valid resolutions across the whole instance- Returns:
- a set of all valid resolutions across the whole instance
-