public interface SignedObjectIdSource
ScmExtendedCommandFactory.signedObjects(SignedObjectsParameters, SignedObjectCallback)
command to be resolved into signed objects.
Returned object IDs can either be commit IDs or ref IDs.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
String |
next() |
boolean hasNext()
true
if there are any more object IDs to be resolved.@Nonnull String next()
NoSuchElementException
- if called when hasNext()
returns false
Copyright © 2019 Atlassian. All rights reserved.