Class SignedObjectsParameters

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

public class SignedObjectsParameters extends Object
Request that describes what signed objects to retrieve from the SCM.
Since:
5.1
  • Method Details

    • getObjectIdSource

      @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.