java.lang.Object | |
↳ | com.atlassian.bitbucket.repository.AbstractRefCallback |
Convenience implementation of RefCallback
that provides no-op implementations for all methods.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called after the final
ref has been streamed. | |||||||||||
Discards the provided
ref . | |||||||||||
Called before the first
ref is streamed. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.repository.RefCallback
|
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 |
---|
Called before the first ref
is streamed.
context | provides details about the request for which refs are being streamed |
---|
IOException |
---|