public interface MinimalCommit
Modifier and Type | Method and Description |
---|---|
String |
getDisplayId()
An identifier for this commit suitable for display to end users.
|
String |
getId()
An identifier for this commit which may be passed to the system in order to retrieve more information related
to it.
|
@Nonnull String getDisplayId()
No guarantees are made as to how this identifier differs from getId()
--they may be identical or not, at
the whim of the underlying SCM implementation. In practice, however, the returned identifier should be sensible
for users familiar with the underlying SCM.
Copyright © 2019 Atlassian. All rights reserved.