com.atlassian.bitbucket.repository.RefCallback |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called after the final
ref has been streamed. | |||||||||||
Called to process a
ref . | |||||||||||
Called before the first
ref is streamed. |
Called after the final ref
has been streamed.
Note: If there were no refs, this method may be called immediately after onStart(RefContext)
without
any calls to onRef(Ref)
.
summary | summarizes the request and the streamed refs |
---|
IOException | May be thrown by implementations which perform I/O. |
---|
Called before the first ref
is streamed.
context | provides details about the request for which refs are being streamed |
---|
IOException | May be thrown by implementations which perform I/O. |
---|