apply
public List<GetReflog.ReflogEntryInfo> apply(BranchResource rsrc)
throws AuthException,
ResourceNotFoundException,
org.eclipse.jgit.errors.RepositoryNotFoundException,
IOException
Process the view operation by reading from the resource.
- Specified by:
apply
in interface RestReadView<BranchResource>
- Parameters:
rsrc
- resource to read.
- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion
to JSON.
- Throws:
AuthException
- the client is not permitted to access this view.
ResourceNotFoundException
org.eclipse.jgit.errors.RepositoryNotFoundException
IOException