Interface AbstractIssueFetcher.FetchFunction
-
- Enclosing class:
- AbstractIssueFetcher
protected static interface AbstractIssueFetcher.FetchFunction
An 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 IssueData
fetch()
Fetches the issue.
-