Class Overview
Summarizes the request, providing the latest commit to
modify the requested path. This commit is handled separately because it
may be different from any of the commits that last modified any of the files in the path.
Summary
| Nested Classes |
|
class |
LastModifiedSummary.Builder |
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.bitbucket.util.AbstractSummary
|
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(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Methods
@Nonnull
public
Optional<Commit>
getLatestCommit
()