| 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 |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
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