java.lang.Object | |
↳ | com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource |
SignedObjectIdSource
that you can add items to that blocks until a next item becomes available or
complete()
is called.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an object ID to be
returned by this source. | |||||||||||
Marks the source as complete.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.scm.signed.SignedObjectIdSource
|
Adds an object ID to be returned
by this source.
objectId | the next object ID |
---|