public final class Commit extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthor() |
org.joda.time.LocalDateTime |
getCommitDate() |
Diff |
getDiff() |
CommitId |
getId()
Monotonically increasing id
|
List<CdoSnapshot> |
getSnapshots() |
int |
hashCode() |
String |
toString() |
public CommitId getId()
public String getAuthor()
public Diff getDiff()
public org.joda.time.LocalDateTime getCommitDate()
public List<CdoSnapshot> getSnapshots()
Copyright © 2014. All rights reserved.