Package com.atlassian.bitbucket.commit
Class LastModifiedSummary
java.lang.Object
com.atlassian.bitbucket.util.AbstractSummary
com.atlassian.bitbucket.commit.LastModifiedSummary
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.- Since:
- 4.6
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.util.AbstractSummary
AbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,S>, S extends AbstractSummary> -
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.AbstractSummary
getResult
-
Method Details
-
getLatestCommit
- Returns:
- the last commit to modify the
requested path, which may beempty(), if thecommand failed, but will never benull
-