public class LastModifiedSummary extends AbstractSummary
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.Modifier and Type | Class and Description |
---|---|
static class |
LastModifiedSummary.Builder |
AbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,S>,S extends AbstractSummary>
Modifier and Type | Method and Description |
---|---|
Optional<Commit> |
getLatestCommit() |
getResult
@Nonnull public Optional<Commit> getLatestCommit()
requested path
, which may be
empty()
, if the command failed
, but will never be null
Copyright © 2022 Atlassian. All rights reserved.