public class

SimpleChangeset

extends Object
implements Changeset
java.lang.Object
   ↳ com.atlassian.bitbucket.commit.SimpleChangeset

Summary

Nested Classes
class SimpleChangeset.Builder  
Public Methods
Page<Change> getChanges()
Retrieves the first page of changes for this changeset.
MinimalCommit getFromCommit()
@Nonnull Commit getToCommit()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.commit.Changeset

Public Methods

public Page<Change> getChanges ()

Retrieves the first page of changes for this changeset. If it is not the last page, more changes can be retrieved using:

Returns
  • the first page of changes

public MinimalCommit getFromCommit ()

@Nonnull public Commit getToCommit ()