java.lang.Object | |
↳ | com.atlassian.bitbucket.commit.SimpleMinimalCommit |
Known Direct Subclasses |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimpleMinimalCommit.AbstractMinimalCommitBuilder<B extends AbstractMinimalCommitBuilder<B, R extends MinimalCommit>, R> | |||||||||||
SimpleMinimalCommit.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DEFAULT_DISPLAY_ID_LENGTH |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An identifier for this commit suitable for display to end users.
| |||||||||||
An identifier for this commit which may be passed to the system in order to retrieve more information related
to it.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.commit.MinimalCommit
|
An identifier for this commit suitable for display to end users.
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.
An identifier for this commit which may be passed to the system in order to retrieve more information related to it.