public class

ChangesetsRequest

extends Object
java.lang.Object
   ↳ com.atlassian.stash.commit.ChangesetsRequest

Class Overview

Defines a request to retrieve a number of changesets and return their details, including the first page of changes between the changeset in question and its first parent.

Summary

Nested Classes
class ChangesetsRequest.Builder  
Public Methods
@Nonnull Iterable<String> getCommitIds()
int getMaxChangesPerCommit()
@Nonnull Repository getRepository()
boolean isIgnoreMissing()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public Iterable<String> getCommitIds ()

Returns
  • a collection containing one or more commit IDs to retrieve changesets for

public int getMaxChangesPerCommit ()

Returns
  • the maximum number of changes to include for each changeset

@Nonnull public Repository getRepository ()

Returns
  • the repository to find the changesets in

public boolean isIgnoreMissing ()

Returns
  • whether this request should ignore missing changesets, defaulting to false