public class

LastModifiedSummary

extends AbstractSummary
java.lang.Object
   ↳ com.atlassian.bitbucket.util.AbstractSummary
     ↳ com.atlassian.bitbucket.commit.LastModifiedSummary

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  
Public Methods
@Nonnull Optional<Commit> getLatestCommit()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.AbstractSummary
From class java.lang.Object

Public Methods

@Nonnull public Optional<Commit> getLatestCommit ()

Returns