|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IssueFinder
Finds an issue based on its 'id' or 'key'. For the key, it will follow moved issues, and try to match the key in a case-insensitive way
Method Summary | |
---|---|
Issue |
findIssue(IssueRefJsonBean issueRef,
ErrorCollection errorCollection)
Finds an issue based on the passed-in id or key. |
Issue |
findIssue(String idOrKey,
ErrorCollection errorCollection)
Finds an issue based on the passed-in id or key. |
Method Detail |
---|
Issue findIssue(@Nonnull IssueRefJsonBean issueRef, @Nonnull ErrorCollection errorCollection)
issueRef
- an IssueRefJsonBean that contains either an id or keyerrorCollection
- an ErrorCollection where any errors will be added
Issue findIssue(@Nonnull String idOrKey, @Nonnull ErrorCollection errorCollection)
idOrKey
- a string that may be an an id or keyerrorCollection
- an ErrorCollection where any errors will be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |