Interface AbstractIssueFetcher.FetchFunction
-
- Enclosing class:
- AbstractIssueFetcher
protected static interface AbstractIssueFetcher.FetchFunctionAn interface represents an action of actual issue fetching. This action takes place when a suitable issue isn't found in cache, or expired.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IssueDatafetch()Fetches the issue.
-