public class

SignedObjectsParameters

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.scm.signed.SignedObjectsParameters

Class Overview

Request that describes what signed objects to retrieve from the SCM.

Summary

Nested Classes
class SignedObjectsParameters.Builder  
Public Methods
@Nonnull SignedObjectIdSource getObjectIdSource()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public SignedObjectIdSource getObjectIdSource ()

Returns
  • an Iterator over the object IDs to retrieve. Each of the items in the iterator may be a commit ID or a ref ID, in which case the object that is referenced will be returned.