public interface

SignedObjectIdSource

com.atlassian.bitbucket.scm.signed.SignedObjectIdSource
Known Indirect Subclasses

Class Overview

Provides object IDs to the signedObjects(SignedObjectsParameters, SignedObjectCallback) command to be resolved into signed objects.

Returned object IDs can either be commit IDs or ref IDs.

Summary

Public Methods
boolean hasNext()
@Nonnull String next()

Public Methods

public boolean hasNext ()

Returns
  • true if there are any more object IDs to be resolved.

@Nonnull public String next ()

Returns
  • the next object ID
Throws
NoSuchElementException if called when hasNext() returns false