public interface IssueResolutionProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
IssueResolutionProvider.NullImpl |
| Modifier and Type | Method and Description |
|---|---|
List<IssueResolution> |
getResolutions(Issue issue) |
boolean |
hasResolutionFor(String issueCode) |
boolean hasResolutionFor(String issueCode)
List<IssueResolution> getResolutions(Issue issue)
Copyright © 2016. All Rights Reserved.